From a4b21f81204784a17f4c135554944555b1dfd20b Mon Sep 17 00:00:00 2001 From: O2Dyokii Date: Mon, 17 Dec 2018 20:55:50 +0900 Subject: [PATCH] PNN-demo --- RS-tf/PNN/config.py | 43 + RS-tf/PNN/data/test.csv | 2001 ++++++++ RS-tf/PNN/data/train.csv | 10001 +++++++++++++++++++++++++++++++++++++ RS-tf/PNN/load_data.py | 96 + RS-tf/PNN/main.py | 100 + RS-tf/PNN/model.py | 283 ++ 6 files changed, 12524 insertions(+) create mode 100644 RS-tf/PNN/config.py create mode 100644 RS-tf/PNN/data/test.csv create mode 100644 RS-tf/PNN/data/train.csv create mode 100644 RS-tf/PNN/load_data.py create mode 100644 RS-tf/PNN/main.py create mode 100644 RS-tf/PNN/model.py diff --git a/RS-tf/PNN/config.py b/RS-tf/PNN/config.py new file mode 100644 index 0000000..2dd3a04 --- /dev/null +++ b/RS-tf/PNN/config.py @@ -0,0 +1,43 @@ +RAIN_FILE = "data/train.csv" +TEST_FILE = "data/test.csv" + +SUB_DIR = "output" + + +NUM_SPLITS = 3 +RANDOM_SEED = 2017 + +# types of columns of the dataset dataframe +CATEGORICAL_COLS = [ + # 'ps_ind_02_cat', 'ps_ind_04_cat', 'ps_ind_05_cat', + # 'ps_car_01_cat', 'ps_car_02_cat', 'ps_car_03_cat', + # 'ps_car_04_cat', 'ps_car_05_cat', 'ps_car_06_cat', + # 'ps_car_07_cat', 'ps_car_08_cat', 'ps_car_09_cat', + # 'ps_car_10_cat', 'ps_car_11_cat', +] + +NUMERIC_COLS = [ + # # binary + # "ps_ind_06_bin", "ps_ind_07_bin", "ps_ind_08_bin", + # "ps_ind_09_bin", "ps_ind_10_bin", "ps_ind_11_bin", + # "ps_ind_12_bin", "ps_ind_13_bin", "ps_ind_16_bin", + # "ps_ind_17_bin", "ps_ind_18_bin", + # "ps_calc_15_bin", "ps_calc_16_bin", "ps_calc_17_bin", + # "ps_calc_18_bin", "ps_calc_19_bin", "ps_calc_20_bin", + # numeric + "ps_reg_01", "ps_reg_02", "ps_reg_03", + "ps_car_12", "ps_car_13", "ps_car_14", "ps_car_15", + + # feature engineering + "missing_feat", "ps_car_13_x_ps_reg_03", +] + +IGNORE_COLS = [ + "id", "target", + "ps_calc_01", "ps_calc_02", "ps_calc_03", "ps_calc_04", + "ps_calc_05", "ps_calc_06", "ps_calc_07", "ps_calc_08", + "ps_calc_09", "ps_calc_10", "ps_calc_11", "ps_calc_12", + "ps_calc_13", "ps_calc_14", + "ps_calc_15_bin", "ps_calc_16_bin", "ps_calc_17_bin", + "ps_calc_18_bin", "ps_calc_19_bin", "ps_calc_20_bin" +] \ No newline at end of file diff --git a/RS-tf/PNN/data/test.csv b/RS-tf/PNN/data/test.csv new file mode 100644 index 0000000..4ea6555 --- /dev/null +++ b/RS-tf/PNN/data/test.csv @@ -0,0 +1,2001 @@ +id,ps_ind_01,ps_ind_02_cat,ps_ind_03,ps_ind_04_cat,ps_ind_05_cat,ps_ind_06_bin,ps_ind_07_bin,ps_ind_08_bin,ps_ind_09_bin,ps_ind_10_bin,ps_ind_11_bin,ps_ind_12_bin,ps_ind_13_bin,ps_ind_14,ps_ind_15,ps_ind_16_bin,ps_ind_17_bin,ps_ind_18_bin,ps_reg_01,ps_reg_02,ps_reg_03,ps_car_01_cat,ps_car_02_cat,ps_car_03_cat,ps_car_04_cat,ps_car_05_cat,ps_car_06_cat,ps_car_07_cat,ps_car_08_cat,ps_car_09_cat,ps_car_10_cat,ps_car_11_cat,ps_car_11,ps_car_12,ps_car_13,ps_car_14,ps_car_15,ps_calc_01,ps_calc_02,ps_calc_03,ps_calc_04,ps_calc_05,ps_calc_06,ps_calc_07,ps_calc_08,ps_calc_09,ps_calc_10,ps_calc_11,ps_calc_12,ps_calc_13,ps_calc_14,ps_calc_15_bin,ps_calc_16_bin,ps_calc_17_bin,ps_calc_18_bin,ps_calc_19_bin,ps_calc_20_bin +0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6103277807999999,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.6695564092,0.3521363372,3.4641016151,0.1,0.8,0.6,1,1,6,3,6,2,9,1,1,1,12,0,1,1,0,0,1 +1,4,2,5,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.5,0.7713624309999999,4,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.6063200202000001,0.3583294573,2.8284271247,0.4,0.5,0.4,3,3,8,4,10,2,7,2,0,3,10,0,0,1,1,0,1 +2,5,1,3,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.4,0.0,0.9161741101,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.8962386968000001,0.3984971769,3.3166247904,0.6,0.6,0.6,2,3,7,4,6,3,12,4,0,2,4,0,0,0,0,0,0 +3,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.6521103694,0.3814446225,2.4494897428,0.1,0.5,0.5,2,1,7,3,12,1,13,5,1,0,5,1,0,1,0,0,0 +4,5,1,7,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.4,0.8177713617,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8129143571999999,0.3850973903,3.3166247904,0.9,0.6,0.8,3,4,7,1,10,4,12,4,0,0,4,0,1,1,0,0,1 +5,0,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.7599342077,9,1,-1,0,-1,11,0,0,2,1,11,2,0.316227766,0.7509222979000001,0.3687817783,3.6055512755,0.7,0.9,0.4,2,1,9,5,9,4,12,8,1,4,9,1,0,1,0,1,0 +6,0,1,3,0,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.1,0.1,-1.0,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7245688373,0.3814446225,3.3166247904,0.9,0.8,0.8,1,1,7,3,9,5,6,2,0,4,6,1,1,0,0,0,0 +8,0,1,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.1,1.1459166636,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5866102371,0.3583294573,2.6457513111,0.8,0.9,0.5,2,2,8,4,11,2,8,3,1,4,9,0,1,0,0,0,0 +10,0,1,7,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5973901573,11,0,1,1,0,2,-1,0,0,1,104,2,0.4472135955,1.6401471412000002,0.3674234614,3.7416573868,0.9,0.3,0.0,2,2,9,7,9,0,10,5,1,4,6,0,0,1,0,0,0 +11,1,1,6,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,1.0,-1.0,11,0,-1,0,-1,4,1,1,2,1,104,2,0.4472135955,1.0413357601,0.4224926035,3.4641016151,0.0,0.9,0.7,2,1,7,1,9,1,11,6,1,6,10,0,1,1,0,0,0 +12,0,1,5,0,4,1,0,0,0,0,0,0,0,0,3,1,0,0,0.4,0.0,0.6329494451,11,1,-1,0,-1,11,1,0,0,1,103,3,0.316227766,0.7558313248999999,0.3583294573,3.6055512755,0.2,0.5,0.0,2,2,5,5,7,2,10,2,1,1,8,0,1,1,1,0,0 +14,1,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.6204836823,11,1,-1,0,-1,7,1,0,2,1,104,3,0.4,1.0251184169,0.4176122604,3.6055512755,0.0,0.8,0.3,2,2,9,3,10,1,4,4,2,7,8,0,1,0,1,0,0 +15,1,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.7,1.5773791553999998,11,0,1,0,1,6,1,1,2,1,104,2,0.4472135955,1.0282879135,-1.0,3.3166247904,0.8,0.3,0.9,3,1,8,0,9,4,7,3,4,0,12,1,1,0,0,1,0 +18,3,1,3,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.9,0.7,1.060365503,11,1,-1,1,-1,1,1,0,1,1,35,1,0.3741657387,0.9532025185,0.3535533906,3.6055512755,0.6,0.4,0.7,2,2,7,1,9,1,13,7,0,5,9,0,0,0,1,0,0 +21,0,2,1,0,6,1,0,0,0,0,0,0,0,0,8,0,0,0,0.4,0.5,1.0588909292,6,0,-1,0,1,11,1,1,0,1,104,2,0.4472135955,0.7994962256999999,0.4110960958,3.1622776602,0.8,0.5,0.1,2,3,7,3,9,4,7,6,3,5,6,0,0,1,0,0,0 +23,2,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.5606915373,11,1,-1,2,-1,0,1,1,2,1,104,0,0.4220189569,0.6213322131,0.4117037770000001,1.4142135624,0.0,0.5,0.0,1,4,8,3,9,3,11,9,0,2,11,0,0,1,1,0,0 +24,2,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.5,0.2,0.6403124237,6,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6166592211999999,0.34727510710000004,3.1622776602,0.9,0.8,0.3,4,0,9,1,11,3,7,3,1,2,8,0,1,1,0,0,0 +25,0,2,0,1,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.6378675411,10,1,0,0,1,11,-1,1,2,1,103,3,0.316227766,0.6226940933,0.2887905816,3.0,0.3,0.5,0.5,3,2,8,5,8,1,6,5,2,3,9,1,1,1,0,1,0 +27,3,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5590169944,7,1,-1,0,-1,11,1,1,3,1,16,3,0.3997499218,0.4797769799,0.3667424164,0.0,0.3,0.5,0.2,3,2,7,6,10,5,12,4,3,5,9,0,1,1,0,1,0 +29,1,1,4,1,6,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,11,0,-1,1,-1,0,1,1,2,1,75,2,0.4472135955,1.1159623205,0.4440720662,3.4641016151,0.1,0.1,0.2,2,2,5,2,11,2,8,3,2,2,6,0,0,1,0,0,0 +30,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,0.4,0.6547900427000001,5,1,1,0,0,0,1,0,1,1,78,3,0.4,0.9423024378,0.3287856445,3.7416573868,0.4,0.7,0.4,3,2,9,4,10,1,8,3,1,4,6,1,1,0,1,0,0 +31,6,2,1,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.5,0.9387491678,6,1,-1,0,1,11,1,0,0,1,69,2,0.4242640687,1.2064393345,-1.0,3.7416573868,0.8,0.4,0.0,1,2,8,1,9,1,7,4,2,4,7,0,1,0,0,1,0 +32,0,1,8,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,1.7573061771,11,0,0,1,1,14,1,1,2,1,104,2,0.5,1.2124526062,0.390256326,3.4641016151,0.1,0.2,0.9,4,2,10,5,10,1,7,2,0,4,10,0,0,1,1,0,0 +33,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6892024376000001,7,1,-1,0,-1,1,1,1,3,1,10,2,0.316227766,0.5371527322999999,0.3185906464,1.7320508076,0.9,0.6,0.2,1,2,9,3,10,1,1,9,0,6,7,1,1,0,1,0,0 +37,5,2,6,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.8,0.4,11,1,-1,0,-1,1,1,0,2,1,25,3,0.4,0.8896791138,-1.0,3.7416573868,0.4,0.3,0.2,4,1,8,3,7,1,4,9,2,4,5,0,1,0,1,0,0 +38,1,2,0,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5431390246,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7326364707999999,0.3615245497,3.4641016151,0.4,0.2,0.4,2,3,7,1,8,3,8,7,3,2,6,0,1,1,1,0,0 +39,5,2,2,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.9,1.3,1.3824796563,9,1,1,0,1,1,0,1,3,1,74,3,0.3741657387,0.6752410038,0.3303028913,2.8284271247,0.9,0.3,0.6,2,2,9,3,10,3,6,3,0,7,8,0,1,0,1,0,1 +40,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.7558108229,9,1,-1,0,-1,14,0,1,2,1,42,2,0.4,0.7080703612,0.3937003937,3.0,0.1,0.9,0.8,3,2,6,3,9,1,7,6,3,2,8,0,0,1,1,0,0 +41,0,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.6214901447,6,1,-1,0,0,0,1,0,0,1,34,2,0.4,0.8623315502,0.3780211634,3.6055512755,0.9,0.4,0.8,2,2,7,2,9,1,11,7,2,4,5,0,1,1,0,1,0 +42,1,2,7,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.2,0.331662479,7,1,-1,0,-1,6,1,1,0,1,26,1,0.3741657387,0.6072563961,0.3907684737,2.8284271247,0.8,0.8,0.5,1,5,10,3,7,2,3,4,2,2,4,1,1,1,0,0,0 +44,1,2,1,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.6882949948999999,10,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.8400672690000001,0.3849675311,3.4641016151,0.7,0.9,0.8,1,3,9,4,8,3,3,4,0,2,5,0,1,0,1,1,1 +45,0,1,5,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,5,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6745828218000001,0.2944486373,3.1622776602,0.3,0.4,0.8,1,2,9,4,11,3,12,3,0,0,8,0,0,0,1,0,0 +47,0,1,1,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.4,0.2,0.8015609771,7,1,-1,0,-1,9,1,0,2,1,104,2,0.316227766,0.9229287733,-1.0,3.7416573868,0.9,0.8,0.9,3,1,6,2,10,2,8,5,1,3,7,0,0,1,1,0,0 +49,0,1,0,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.6642665128,7,1,-1,0,-1,1,1,1,0,1,70,3,0.3741657387,0.819582135,0.3860051813,3.4641016151,0.0,0.7,0.6,5,1,8,2,12,4,9,5,0,1,5,0,1,1,0,1,0 +51,2,1,6,0,3,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.0,1.4274102424,11,0,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.8250970391,0.4129164564,3.3166247904,0.1,0.8,0.0,3,3,9,5,11,2,9,2,2,2,14,0,0,1,1,0,0 +52,0,1,1,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5318958762,0.3307567082,2.0,0.8,0.0,0.7,2,1,9,2,8,4,14,5,0,1,10,0,0,1,1,0,0 +53,0,1,1,0,3,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.5989574275,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.940425875,0.4185689907,3.0,0.1,0.9,0.4,4,1,8,2,6,2,8,7,2,4,7,0,1,0,1,1,0 +54,2,1,5,1,3,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.3,-1.0,11,0,1,9,1,3,1,1,2,1,104,3,0.5,1.4628738838,0.468508271,3.0,0.2,0.7,0.5,2,3,10,3,11,1,6,3,2,3,9,0,0,1,1,1,0 +55,0,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.5576424493,11,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.7185988433,0.3292415527,3.4641016151,0.5,0.8,0.1,2,1,7,3,8,0,13,4,3,5,11,1,1,1,0,1,0 +56,1,3,9,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.6,0.2,0.7428828979000001,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5852879492,0.3615245497,2.4494897428,0.5,0.4,0.2,0,2,7,3,10,4,8,2,0,4,9,0,0,0,0,0,1 +57,3,1,5,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.0,0.4,0.7084313658,4,1,-1,9,1,8,1,0,0,1,104,2,0.4472135955,2.0567867903,0.4847679857,3.7416573868,0.1,0.1,0.8,0,2,8,3,9,5,7,5,0,2,5,1,1,1,1,0,0 +59,0,1,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.7,1.3845125496,11,0,0,1,0,11,0,1,2,1,104,2,0.6,1.0812355192,0.4045985665,2.8284271247,0.1,0.0,0.4,1,2,6,4,10,4,7,3,2,5,4,1,1,1,0,0,0 +60,2,2,1,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.5545268253,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5539117094,0.3507135583,2.4494897428,0.1,0.8,0.9,1,2,7,3,10,0,8,4,1,3,11,0,1,1,1,1,1 +62,1,3,8,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.3,0.7079901129,9,1,-1,0,-1,1,0,1,2,1,64,3,0.316227766,0.7027249206,0.3619392214,3.6055512755,0.7,0.1,0.7,2,1,6,4,9,1,8,5,4,3,10,0,0,0,1,1,0 +63,2,1,6,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0.3,0.0,1.1653862021,11,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,1.0013730243,0.32557641190000003,3.0,0.7,0.3,0.4,2,0,9,2,8,3,7,4,1,1,5,0,1,0,0,0,0 +67,4,1,6,1,4,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.7,1.0437312873,0,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6199173499,0.3685105155,2.8284271247,0.0,0.0,0.8,2,3,6,3,11,3,8,9,3,4,8,0,1,0,0,0,0 +68,2,2,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.7206767653,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7293294781,0.374566416,3.1622776602,0.0,0.6,0.4,4,3,10,2,9,2,8,7,1,2,6,0,1,1,0,0,0 +69,1,2,1,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.3,0.5873670061999999,0,1,-1,0,1,7,1,1,0,1,92,3,0.3983716857,0.6159719861,0.3926830783,2.0,0.5,0.6,0.0,5,2,10,2,9,5,4,7,3,5,7,0,1,0,0,0,1 +70,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.3,0.6959705454,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.88821485,0.3820994635,3.0,0.4,0.4,0.1,2,3,6,6,9,1,5,6,2,2,6,0,0,1,1,1,0 +71,5,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5793315113,6,1,-1,2,0,11,1,0,0,1,94,0,0.3741657387,0.8327739169,0.4301162634,3.6055512755,0.1,0.0,0.0,1,2,9,5,7,5,10,5,3,2,9,0,0,0,1,0,0 +73,3,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.3,0.3,-1.0,6,1,-1,8,1,13,1,1,0,1,104,2,0.4472135955,1.3541564419999998,0.4444097209,3.4641016151,0.1,0.7,0.3,2,2,5,2,8,1,8,2,1,1,7,1,0,0,0,1,0 +75,0,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.5787918450999999,7,1,0,0,0,1,1,1,2,1,74,3,0.3741657387,0.7355214039,0.3303028913,3.1622776602,0.1,0.5,0.9,3,1,8,2,11,4,6,3,2,2,7,0,1,0,0,0,0 +76,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6823672031999999,7,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7983065755,0.3681032464,3.6055512755,0.3,0.5,0.8,3,4,8,3,10,3,8,4,2,6,5,0,1,0,0,0,0 +81,3,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.5857687257,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7294144601000001,-1.0,3.0,0.1,0.8,0.3,1,0,9,0,11,3,8,5,1,5,8,0,0,1,0,0,0 +82,6,1,5,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.3,1.4131082761000002,4,0,-1,0,0,11,1,1,0,1,30,3,0.4472135955,0.939491686,0.4477722635,3.3166247904,0.3,0.2,0.6,3,2,10,3,10,3,8,3,3,3,6,0,0,0,1,1,1 +83,1,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.825,11,1,-1,0,-1,1,1,1,2,1,91,3,0.4242640687,1.0325287901,0.4347413024,3.4641016151,0.6,0.1,0.1,3,1,7,3,9,2,8,4,0,4,11,0,1,1,0,1,0 +86,2,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,1.1712706775,11,1,-1,1,-1,3,1,0,2,1,102,2,0.4,0.9737981573,-1.0,3.6055512755,0.1,0.0,0.1,2,2,7,4,7,0,13,4,1,3,7,0,0,1,0,0,0 +87,0,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.0,1.1589326986,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8041133919,-1.0,3.6055512755,0.3,0.0,0.4,4,3,7,4,9,4,9,7,4,2,6,0,0,1,0,1,1 +88,0,2,0,0,-1,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,1.3,-1.0,2,1,1,0,0,4,-1,0,2,1,48,1,0.316227766,0.7350718186,0.3019933774,3.7416573868,0.2,0.1,0.2,3,2,6,6,9,4,9,5,0,1,5,1,0,1,0,0,1 +91,2,2,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.3,1.2062338082,10,1,-1,0,0,4,1,0,0,1,50,2,0.4,0.9231078481,0.3885871846,3.6055512755,0.2,0.8,0.0,1,1,9,1,10,2,9,7,0,3,6,0,1,1,0,0,1 +92,2,2,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.3,0.8507349764,11,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.7932436808,-1.0,3.6055512755,0.7,0.2,0.0,4,3,7,4,10,3,11,8,2,4,6,0,0,1,1,0,0 +94,0,1,5,1,1,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.6,0.8898735865,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7560089859,0.3780211634,3.1622776602,0.1,0.3,0.8,3,3,6,2,10,1,13,6,3,1,3,0,1,0,0,0,0 +97,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.8,0.9,0.9437293044,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7338481162999999,0.3788139385,2.8284271247,0.7,0.7,0.3,2,3,10,2,9,3,9,6,0,3,1,0,1,1,0,0,1 +100,3,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.0,0.9559027147,10,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6004991036999999,0.3521363372,3.0,0.6,0.0,0.6,3,1,8,4,9,1,7,3,1,1,14,0,1,0,0,1,0 +102,2,1,1,1,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.6,0.4,0.5884301148,6,1,-1,0,0,9,1,0,0,1,104,2,0.4,1.0530534116,0.3847076812,3.7416573868,0.4,0.1,0.5,3,0,7,3,10,4,12,3,0,2,1,0,1,1,0,0,0 +103,2,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.6932712312,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6554917402,0.3685105155,3.0,0.3,0.2,0.3,3,3,8,2,6,4,8,7,2,2,4,0,0,0,0,0,0 +105,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,1.0335013304,11,1,1,0,0,1,1,0,2,1,25,3,0.4,0.9603503149,-1.0,3.7416573868,0.4,0.2,0.1,2,4,8,4,10,5,7,2,1,4,6,0,0,0,0,0,0 +106,1,1,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,2.643624406,11,0,1,9,1,0,1,1,2,1,104,3,0.4472135955,1.3615590238,0.4027406113000001,3.3166247904,0.6,0.5,0.3,3,2,9,2,10,1,9,6,3,1,8,0,1,1,1,0,0 +108,5,3,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.1,1.3351029923,11,1,-1,0,-1,10,0,1,2,1,83,2,0.4242640687,0.8566945895999999,0.3964845520000001,2.6457513111,0.4,0.1,0.8,3,3,8,6,9,3,8,8,1,3,11,0,0,0,1,1,0 +113,0,1,6,0,5,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.5,0.7541551564,7,0,0,1,0,9,1,1,2,1,104,2,0.4242640687,1.2235718611,0.35,3.4641016151,0.8,0.9,0.8,3,2,6,5,10,2,11,9,1,2,13,0,0,0,0,0,0 +114,7,2,1,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.6,0.2,0.5068283733,4,1,-1,0,1,1,1,1,4,1,64,1,0.316227766,0.633190139,0.3619392214,3.1622776602,0.7,0.2,0.0,4,3,9,4,9,1,8,3,2,6,9,0,1,1,1,0,1 +115,4,1,5,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5342214541,0.3687817783,1.4142135624,0.1,0.2,0.7,3,0,7,0,11,2,6,2,1,1,2,0,1,0,1,0,0 +118,4,1,6,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.9663074045,4,1,-1,2,1,1,0,0,0,1,90,0,0.4242640687,1.0161912359999998,0.4189272013000001,3.7416573868,0.8,0.4,0.7,3,3,9,3,6,1,8,7,3,8,6,0,1,0,0,1,0 +122,2,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.7106335201999999,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7665528720999999,0.3687817783,3.7416573868,0.8,0.9,0.0,1,2,9,2,7,2,8,4,2,6,9,0,1,1,0,0,1 +124,5,2,6,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.4,0.3,0.7611668674,11,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7939205989,-1.0,3.7416573868,0.2,0.2,0.2,2,2,7,3,9,4,8,5,0,3,8,0,1,1,1,1,0 +126,0,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,1.3777245733,11,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.8894933092,0.4017461885,3.7416573868,0.1,0.3,0.4,4,2,8,4,8,1,5,11,1,2,7,0,1,1,1,1,0 +128,0,-1,8,0,0,0,1,0,0,0,0,0,0,0,8,0,0,0,0.9,0.2,0.6490377493,10,1,-1,0,1,14,1,1,0,1,72,2,0.4,1.0878840635,0.4093897898,3.6055512755,0.4,0.6,0.6,3,4,7,2,9,3,12,3,0,3,6,0,1,0,0,0,0 +129,0,2,1,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,4,1,-1,0,1,1,1,0,0,1,51,2,0.3741657387,0.9147031312,0.4017461885,3.6055512755,0.5,0.2,0.2,2,1,8,3,7,2,10,6,1,4,12,1,1,1,1,1,1 +130,1,1,4,1,0,0,0,1,0,0,0,0,0,0,12,0,0,0,0.2,0.3,-1.0,10,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.8673961223000001,0.4,2.8284271247,0.4,0.0,0.4,2,2,4,2,10,4,10,4,1,3,3,0,1,1,1,1,0 +131,5,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0.7,0.4,0.7483314774,7,1,1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5299695921,0.305777697,1.4142135624,0.6,0.2,0.5,2,3,6,1,8,2,12,3,3,0,10,0,1,0,1,1,0 +132,1,3,6,1,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,0.3,0.6368869601,6,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5299695921,0.3687817783,1.4142135624,0.2,0.9,0.2,3,1,7,5,9,3,4,5,1,5,10,0,0,1,1,1,0 +133,1,2,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.7322909258,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7201928115999999,0.3598610843,3.4641016151,0.0,0.1,0.3,3,1,5,1,9,5,11,4,1,1,5,0,0,1,0,1,1 +134,5,1,5,1,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.6,1.045227248,11,1,1,0,1,11,1,1,3,1,57,2,0.4,0.6039299669,0.3135283081,2.2360679775,0.9,0.1,0.8,1,2,7,3,9,4,5,8,1,5,9,0,1,1,0,0,0 +135,0,1,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.5,0.9637167634,11,1,1,0,0,1,1,0,1,1,51,2,0.3741657387,0.8803056381000001,0.3307567082,3.6055512755,0.5,0.1,0.7,4,2,7,5,8,1,7,4,2,1,10,0,0,0,0,1,0 +136,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5454356057,10,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.575964875,0.3583294573,2.6457513111,0.3,0.9,0.3,2,3,9,0,7,2,15,6,1,4,3,0,1,1,0,0,0 +139,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5958187643999999,5,1,-1,0,-1,14,0,1,2,0,68,3,0.4471017781,0.7676437061,0.4086563348,2.6457513111,0.5,0.9,0.4,2,0,7,3,11,4,7,5,2,3,9,0,1,1,0,1,1 +140,0,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.6,1.362901317,10,1,-1,1,1,16,1,1,0,1,104,2,0.4,1.0079744028,0.3730951621,3.4641016151,0.7,0.6,0.2,1,1,9,3,9,3,8,3,1,1,10,0,1,1,0,0,0 +141,2,1,2,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.5,0.91070028,7,0,-1,0,-1,15,0,1,2,1,5,2,0.4472135955,1.1591354715,0.4,3.6055512755,0.2,0.5,0.5,2,2,9,5,7,4,11,8,2,4,7,0,1,1,1,1,0 +146,0,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,1.0,1.069170239,11,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8407862318000001,0.3794733192,3.6055512755,0.3,0.9,0.3,1,1,8,4,11,2,10,4,1,3,8,0,0,1,1,1,0 +148,0,2,1,1,-1,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.7,1.0234744745,11,1,1,1,0,3,-1,0,2,1,45,3,0.4,0.8493677765000001,0.3096772513,3.7416573868,0.0,0.6,0.7,3,2,6,2,10,2,4,4,2,4,7,0,0,1,0,0,0 +151,1,2,2,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.6,0.697316284,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.8449778715,0.3996248241,3.3166247904,0.1,0.5,0.5,3,1,7,2,9,2,11,7,2,3,8,0,1,0,1,0,0 +152,4,3,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.5870570248,11,0,0,1,1,17,1,1,2,1,104,3,0.4466542287,1.0102470854,-1.0,3.3166247904,0.4,0.1,0.6,2,0,7,3,8,5,8,6,2,3,7,0,1,0,0,1,1 +154,1,1,6,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.6471089553,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7893466804000001,0.3887158345,3.4641016151,0.6,0.9,0.7,5,1,7,3,10,2,4,5,1,3,9,0,1,0,0,1,0 +157,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.3,0.0,0.5202163012,6,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5914682669,0.3583294573,2.6457513111,0.3,0.1,0.3,2,3,7,2,8,1,9,1,1,5,8,0,1,1,1,0,0 +158,0,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.5606915373,7,1,-1,0,-1,11,1,1,3,1,101,3,0.3741657387,0.7754763932,0.3849675311,3.1622776602,0.9,0.8,0.5,3,1,7,3,9,3,7,4,0,4,4,0,0,1,0,0,0 +159,1,1,6,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,0.9,1.2888948755,8,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9617154955,0.4009987531000001,3.1622776602,0.5,0.6,0.9,4,1,7,3,9,2,10,6,1,0,8,0,1,1,0,1,0 +161,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.49560569,7,1,1,0,1,1,1,0,0,1,65,1,0.316227766,0.6849926101999999,0.2880972058,3.6055512755,0.9,0.3,0.6,2,1,9,5,10,3,10,2,2,2,6,0,0,1,1,1,0 +164,1,1,3,0,0,1,0,0,0,0,1,0,0,1,5,1,0,0,0.3,0.1,-1.0,7,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.6191169397999999,0.30331501780000003,2.8284271247,0.8,0.7,0.0,2,1,4,4,9,2,10,7,0,5,8,0,0,1,0,1,0 +165,0,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.2,0.8642193009,11,0,1,9,0,17,-1,0,2,1,104,3,0.608276253,1.5339343354,0.432087954,3.4641016151,0.2,0.7,0.1,4,3,8,0,10,1,4,7,2,1,5,0,1,1,0,0,0 +167,5,1,6,1,6,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.7,1.2031209416,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.729711819,0.4129164564,2.8284271247,0.5,0.0,0.9,1,4,9,3,7,0,10,8,1,3,13,0,0,0,0,1,0 +168,5,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,1.2041594579,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.0741419793,0.4,3.3166247904,0.1,0.7,0.4,2,2,6,2,9,3,9,6,0,2,5,0,1,0,0,0,0 +169,1,2,1,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,0.7,0.9178779875,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.519853762,0.3307567082,1.7320508076,0.6,0.8,0.1,3,4,7,1,11,3,8,6,3,2,6,1,0,0,0,1,0 +171,0,2,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,1.1,1.5173990905,11,1,-1,0,-1,9,1,0,2,1,21,3,0.316227766,0.8456988893999999,0.3768288736,3.6055512755,0.0,0.7,0.8,1,5,8,4,11,1,13,0,2,1,9,0,0,0,0,1,0 +172,2,3,7,0,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,0.7,0.9529559276,11,0,1,1,0,2,-1,1,2,1,104,2,0.4993996396,1.5791448150999998,-1.0,3.4641016151,0.0,0.5,0.2,2,2,8,6,12,1,9,7,0,3,11,1,1,0,0,1,1 +173,0,1,10,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.8126708339000001,0.3780211634,3.6055512755,0.3,0.3,0.5,2,0,9,2,10,2,8,6,0,5,6,0,0,1,0,0,1 +174,1,1,5,0,1,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,1.010878331,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6906249416,0.3974921383,2.2360679775,0.9,0.6,0.1,2,0,6,2,7,4,6,3,2,4,10,0,1,0,0,1,0 +175,2,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.2,0.5178078794,8,1,-1,0,1,1,1,0,0,1,40,2,0.3741657387,0.8526938354000001,0.3814446225,3.6055512755,0.7,0.9,0.7,2,1,7,3,8,4,5,3,2,3,10,0,1,1,0,0,0 +176,0,1,5,1,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,7,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.4834449382,0.2887905816,2.0,0.5,0.0,0.0,3,2,8,4,10,5,11,6,1,5,2,0,1,0,0,0,0 +178,3,1,6,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.1,0.522613624,11,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,1.0466988642,0.4949747468,3.3166247904,0.4,0.5,0.6,2,3,7,6,8,1,8,6,1,2,11,0,0,1,0,0,1 +179,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.4,0.7790218225,11,1,-1,1,-1,16,1,1,2,1,104,3,0.316227766,0.7304476154999999,0.3674234614,3.3166247904,0.4,0.2,0.8,2,1,7,6,8,2,6,5,3,3,4,0,0,0,0,1,0 +180,0,1,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.4,0.7403546447,11,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.6678570639,0.3687817783,3.3166247904,0.8,0.8,0.7,2,3,9,4,9,3,10,3,2,2,3,0,1,0,0,1,0 +181,1,1,3,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6713130097,0.3619392214,3.3166247904,0.6,0.1,0.7,2,3,7,2,7,2,3,11,4,2,6,1,0,0,1,0,0 +182,5,1,5,1,6,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.2,1.4317821063,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,1.0807280604,0.3820994635,3.6055512755,0.2,0.7,0.5,1,2,8,2,11,1,12,5,1,1,9,0,1,1,0,0,0 +183,7,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.7988272654,10,1,-1,0,1,15,1,0,0,1,97,2,0.3872983346,0.9677645281,-1.0,3.7416573868,0.4,0.2,0.5,1,1,6,4,8,2,7,7,0,3,13,0,1,1,0,0,0 +184,0,3,3,1,3,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,1.4,1.5841006912,11,1,0,0,1,14,1,0,2,1,72,3,0.4,1.1286831353,0.3504283094,3.7416573868,0.6,0.8,0.3,5,0,3,4,10,5,16,6,3,3,5,0,1,0,0,1,0 +185,2,1,8,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1774394406,0.4,3.7416573868,0.7,0.8,0.8,4,2,9,3,11,4,3,5,1,1,8,0,0,0,0,1,1 +187,0,1,6,1,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0.6,0.4,1.2165525061,7,1,-1,0,-1,11,1,0,2,1,17,2,0.4242640687,0.9835212502,-1.0,3.7416573868,0.6,0.3,0.6,4,1,6,1,12,1,16,5,2,2,4,0,1,0,0,0,0 +188,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5720414364,0.3583294573,2.4494897428,0.8,0.3,0.2,1,4,7,4,9,1,5,6,3,2,9,0,1,1,1,0,0 +190,2,1,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,1.3285330256,10,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6221795866,0.3619392214,3.1622776602,0.4,0.8,0.3,1,2,8,0,10,5,11,2,1,2,4,0,0,0,0,0,0 +191,1,1,8,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.8,0.3,0.6950719387000001,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6390204279999999,0.3744329045000001,2.6457513111,0.9,0.4,0.6,2,2,7,3,8,3,13,4,1,3,4,0,1,0,0,1,0 +192,4,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.6,1.5602483777,11,0,0,0,1,15,1,1,3,1,5,2,0.4242640687,0.7205226523999999,0.32557641190000003,2.0,0.0,0.3,0.5,1,1,8,4,5,2,5,7,2,2,2,0,1,0,0,1,0 +195,0,1,7,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.8551315688,11,1,-1,2,-1,14,0,1,2,1,104,0,0.4,0.6260363309,0.4049691346,3.0,0.6,0.2,0.0,2,4,7,2,10,3,5,6,1,3,4,1,0,1,0,1,0 +196,0,1,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.6,0.4100304867,11,1,0,0,0,0,1,1,2,1,104,3,0.4,0.8298162696,0.3269556545,3.3166247904,0.2,0.0,0.1,5,1,6,2,10,4,7,5,2,2,7,0,1,0,0,1,0 +198,5,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.8,1.2244896896,11,0,-1,8,-1,13,0,1,1,1,20,3,0.4472135955,1.1448411056,0.4295346319,3.4641016151,0.7,0.0,0.2,2,4,9,2,10,5,16,7,1,6,13,0,0,1,0,0,1 +201,0,2,1,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,0.3,0.725,7,1,-1,0,-1,0,1,0,0,1,87,3,0.316227766,0.8062514014,0.3615245497,3.7416573868,0.5,0.4,0.7,1,3,9,1,8,3,8,4,3,3,3,1,1,0,0,1,1 +202,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.3,1.675,11,1,-1,0,-1,1,1,1,0,1,104,2,0.4242640687,0.9020866536,0.4141255848,3.4641016151,0.4,0.4,0.5,2,1,7,5,9,2,8,7,0,2,5,0,0,0,1,1,0 +203,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,1.0781929326000002,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5499812168,0.3556683849,2.6457513111,0.1,0.0,0.4,2,0,6,2,10,3,7,2,1,1,9,0,1,1,0,0,0 +204,2,1,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.4,0.0,0.7158910531999999,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.8278968675,0.4062019202,3.3166247904,0.9,0.5,0.8,2,0,4,2,9,4,10,2,3,1,5,0,1,0,0,0,0 +207,0,1,1,1,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.5,0.2,0.6344288770000001,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7499311262999999,0.4074309757,2.6457513111,0.1,0.7,0.9,2,2,6,4,10,1,17,3,2,3,6,0,1,0,0,0,0 +213,0,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7322909258,9,1,0,0,0,11,1,1,2,1,7,3,0.4242640687,0.6820454167000001,0.3542597917,2.2360679775,0.7,0.3,0.2,3,2,8,6,8,4,5,3,2,1,9,0,0,1,1,1,0 +219,1,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.2,0.527967802,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7069460568000001,0.3814446225,3.1622776602,0.8,0.9,0.3,2,2,8,1,10,1,7,5,1,3,7,1,1,1,1,0,0 +220,1,1,3,1,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,86,3,0.445421149,0.6368180196000001,0.4117037770000001,1.4142135624,0.4,0.9,0.7,1,0,9,7,11,3,10,4,2,7,6,0,1,1,0,0,1 +222,1,1,6,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,1.0891510455,10,1,-1,8,0,11,1,0,0,1,71,2,0.5291502621999999,1.4485030746,0.4949747468,3.6055512755,0.7,0.9,0.8,3,2,7,2,9,2,14,4,1,2,7,0,0,0,0,1,1 +226,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,7,1,0,0,0,14,1,1,2,1,68,3,0.4,0.8177650454000001,0.3443835072,2.8284271247,0.9,0.1,0.4,4,1,8,6,9,3,7,3,1,2,8,0,1,1,0,0,1 +228,5,1,6,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.8295330012000001,6,0,-1,0,0,15,1,1,0,1,5,2,0.4242640687,1.018405008,0.4,3.0,0.4,0.9,0.4,2,2,7,1,12,1,11,6,1,2,8,0,0,1,0,1,1 +230,0,1,0,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.6427480066,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5568691999000001,0.3702701716,1.7320508076,0.7,0.7,0.5,2,2,10,3,9,2,8,6,3,3,9,0,1,1,0,0,0 +231,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.0,1.2818443743,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5510133415,0.3640054945,2.2360679775,0.9,0.3,0.4,4,3,6,2,8,1,7,4,3,4,2,1,1,1,0,1,0 +232,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.9,1.1244443072,7,0,1,0,1,1,1,0,0,1,51,2,0.4,0.9604040988,0.3388214869,3.6055512755,0.7,0.4,0.3,3,2,8,4,8,1,9,8,2,0,10,0,0,0,0,1,0 +233,5,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.2,0.5836308765,7,1,1,2,1,0,0,1,2,1,100,0,0.3997499218,0.7514861309,0.3193743885,3.3166247904,0.8,0.5,0.4,3,1,4,2,10,3,16,8,0,3,8,0,1,0,0,0,0 +234,0,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7366301426,0.4062019202,2.8284271247,0.4,0.4,0.4,3,3,5,3,8,2,11,5,2,1,8,0,0,0,0,1,0 +236,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,1.0502975769,4,1,-1,0,0,1,0,1,0,1,65,1,0.316227766,0.5457953481000001,0.3507135583,2.4494897428,0.0,0.4,0.3,4,0,7,5,9,2,12,6,1,1,5,0,0,1,0,1,0 +237,1,1,2,0,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.5899992996,0.3667424164,2.0,0.1,0.4,0.4,1,2,7,0,10,2,9,7,2,3,5,0,1,0,1,0,0 +238,0,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.5546301811,11,0,1,1,0,2,-1,0,2,1,104,2,0.4472135955,1.6501001723,0.3674234614,3.7416573868,0.5,0.1,0.3,3,2,7,5,8,2,8,7,0,2,12,0,0,1,0,1,0 +240,2,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.6,1.2242344547,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7564720748,0.3926830783,3.3166247904,0.5,0.5,0.8,3,2,10,2,9,3,10,5,4,4,11,0,0,1,1,0,1 +241,5,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.9390819985,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7747726939,0.3667424164,3.6055512755,0.1,0.7,0.6,2,1,8,2,8,3,10,5,0,3,6,0,1,1,0,0,0 +242,0,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.0,0.5315072906,7,1,-1,0,-1,9,1,0,2,1,21,3,0.316227766,0.8456988893999999,0.3768288736,3.6055512755,0.4,0.8,0.2,1,2,8,2,10,2,9,6,0,2,10,0,0,1,1,1,1 +243,0,1,5,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.1,0.4,-1.0,10,1,-1,8,1,14,1,0,0,1,18,2,0.5656854249000001,1.6555129538999998,0.5656854249000001,3.6055512755,0.6,0.4,0.3,1,3,10,1,11,1,8,3,0,5,7,1,1,0,0,0,0 +245,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.6717514420999999,7,1,0,0,0,1,1,1,2,1,91,2,0.3605551275,0.7098480806,-1.0,2.2360679775,0.5,0.1,0.7,3,2,8,3,8,1,12,1,1,7,7,0,1,1,0,1,0 +246,1,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.4145780988,7,0,0,0,0,15,0,1,2,1,5,2,0.4242640687,0.7554348537000001,0.32557641190000003,2.2360679775,0.2,0.5,0.8,4,3,5,4,10,2,6,7,1,7,9,0,0,0,0,0,0 +247,1,1,7,0,3,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5662375826,7,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.6755469165000001,0.3943348831,3.1622776602,0.6,0.1,0.9,2,0,8,0,9,4,6,6,3,5,12,0,1,1,0,0,0 +249,7,1,6,0,6,0,0,1,0,0,0,0,0,0,13,0,1,0,0.9,0.5,0.8422440264,11,1,1,0,1,11,0,1,2,1,30,3,0.4472135955,0.684887033,-1.0,1.4142135624,0.0,0.1,0.1,5,3,9,3,8,3,4,2,1,2,9,0,0,0,0,0,1 +250,3,2,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.7897784498999999,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4638813969,0.3521363372,1.4142135624,0.6,0.2,0.0,3,1,7,2,10,1,7,2,0,3,11,0,1,0,0,1,0 +251,0,1,8,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.8547660498999999,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9087158317,0.4074309757,3.3166247904,0.1,0.2,0.8,2,2,7,4,9,3,7,6,2,0,9,0,1,0,0,1,0 +252,5,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,1.0,1.2908330643,11,1,-1,0,-1,0,1,1,2,1,104,3,0.3160696126,0.5562566742,0.3840572874,1.0,0.3,0.3,0.8,3,1,8,3,11,0,14,2,2,5,5,0,1,0,0,0,0 +253,1,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.7029600932,0.4074309757,2.2360679775,0.5,0.1,0.4,1,0,6,1,8,2,6,7,3,2,6,1,1,1,0,0,0 +254,5,1,6,1,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.6,0.3,-1.0,4,1,-1,0,1,14,0,1,0,1,42,2,0.4,0.7538194755,0.3937003937,3.3166247904,0.0,0.7,0.3,2,3,7,7,9,2,8,7,1,1,7,0,0,1,1,1,0 +255,0,1,5,1,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0.8,0.4,1.2026013471,11,1,1,8,0,4,1,0,2,1,6,3,0.4,1.0593249839,0.3466987165,3.6055512755,0.7,0.0,0.6,1,2,8,3,10,1,18,5,1,1,9,0,0,1,1,0,0 +256,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.1,0.4444097209,7,1,1,0,0,0,1,1,1,1,87,3,0.316227766,0.7778905040999999,0.2944486373,3.6055512755,0.8,0.6,0.0,4,2,6,3,9,0,9,5,1,1,5,0,1,1,0,0,0 +257,4,3,9,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,1.0,1.3071916462,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.557203021,0.3619392214,2.4494897428,0.2,0.4,0.0,4,3,8,2,9,1,9,4,0,5,9,1,1,0,0,0,0 +258,1,1,3,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.668954408,5,1,1,0,0,0,1,1,2,1,88,3,0.4,0.7929310622,0.3289376841,3.1622776602,0.1,0.7,0.2,2,0,8,7,9,1,12,3,0,6,7,0,1,1,0,0,0 +259,3,1,7,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,1.0,1.7293423606,9,0,1,9,0,8,-1,0,0,1,104,3,0.4472135955,2.0567867903,0.399374511,3.6055512755,0.2,0.6,0.9,4,2,7,1,7,4,8,8,2,4,4,0,1,1,0,0,0 +260,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.8854774124,0.423083916,3.3166247904,0.0,0.8,0.9,0,1,7,2,11,3,6,4,4,4,8,0,1,0,0,0,0 +262,4,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.5442885264,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8455755045000001,0.3850973903,3.4641016151,0.4,0.9,0.7,2,4,7,4,8,2,6,6,2,2,2,0,0,1,0,0,0 +267,1,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.7632168761,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6775800096,0.34727510710000004,3.4641016151,0.9,0.0,0.5,2,0,7,3,9,4,11,4,3,4,5,0,1,1,1,1,1 +268,0,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.2,0.6619101146999999,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6708819900999999,0.3687817783,3.3166247904,0.4,0.1,0.0,3,2,8,3,12,2,15,8,5,4,7,0,0,1,0,0,0 +270,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,0,1,1,0,1,46,3,0.4,0.7837977054,0.3663331817,3.3166247904,0.1,0.8,0.9,2,2,8,5,11,2,10,6,1,2,6,0,1,0,1,0,1 +272,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.631466547,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.7030041792,0.31144823,3.1622776602,0.2,0.7,0.1,1,4,6,3,11,2,14,4,1,0,11,1,0,1,0,1,0 +273,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.0,0.7881941385,7,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.825460052,0.3943348831,3.6055512755,0.6,0.1,0.7,3,3,6,3,10,2,13,2,1,5,7,0,0,0,1,0,0 +274,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.9048480535,7,1,-1,0,-1,0,1,1,2,1,43,1,0.399374511,0.3991726982,0.3605551275,0.0,0.4,0.6,0.3,4,3,9,5,10,2,9,6,2,4,8,1,0,0,1,0,0 +275,0,2,4,1,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0.9,0.3,0.8587782019,9,1,0,0,0,1,1,1,1,0,85,3,0.4242640687,0.9972819466,0.3577708764,3.6055512755,0.3,0.4,0.9,5,2,7,3,9,4,8,4,4,1,9,0,1,0,0,1,0 +276,2,2,3,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,0.5,0.875,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7204079423,0.3907684737,3.3166247904,0.6,0.9,0.4,1,2,6,1,10,3,7,7,0,3,8,0,1,1,0,0,0 +277,1,4,11,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.4,0.7941190087000001,7,0,-1,0,-1,1,1,1,2,1,70,3,0.4,0.7733553597,0.3962322551,3.4641016151,0.5,0.8,0.9,4,2,7,5,8,2,12,5,1,0,7,1,1,1,0,0,0 +278,5,1,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.6,1.1238883396,11,0,-1,9,-1,9,1,1,2,1,104,3,0.4472135955,1.3081601805,0.450555213,3.3166247904,0.9,0.2,0.9,2,2,7,5,10,2,5,1,4,7,6,0,1,1,1,0,0 +279,3,2,1,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.5,0.8,1.1789826123,8,1,1,0,1,0,1,1,2,1,88,3,0.4,0.7710154837000001,0.3289376841,3.0,0.6,0.9,0.6,1,3,4,3,9,0,6,3,1,2,7,0,0,1,1,0,0 +281,2,1,8,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.5,0.2,0.514174095,7,1,1,0,1,0,1,1,3,1,37,2,0.316227766,0.7195039614000001,0.31144823,3.1622776602,0.4,0.3,0.4,2,3,7,3,12,2,7,5,2,1,6,0,1,0,0,0,0 +282,2,1,6,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.9,0.8831760865999999,6,1,-1,0,0,11,1,0,0,1,99,2,0.316227766,0.7665528720999999,0.3687817783,3.7416573868,0.5,0.9,0.4,5,2,10,3,8,4,7,6,4,1,4,0,1,0,0,0,0 +283,1,1,2,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.4596194078,7,1,0,0,0,0,1,1,0,1,87,3,0.316227766,0.7224413384999999,0.2944486373,3.4641016151,0.2,0.9,0.4,2,4,7,2,11,1,7,5,1,5,7,0,1,0,0,1,0 +287,6,1,7,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,8,1,-1,0,1,1,1,1,0,1,40,2,0.423792402,0.7387307632,0.3853569774,3.0,0.8,0.6,0.5,3,3,8,4,9,4,12,6,2,2,6,0,0,1,0,1,1 +288,0,2,1,0,-1,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.0,0.6077622891,11,1,1,0,0,7,-1,1,2,1,92,3,0.3741657387,0.7750766424,0.3278719262,3.4641016151,0.9,0.1,0.0,4,3,8,4,10,3,7,12,2,4,5,0,0,1,0,1,0 +289,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.2,0.5291502621999999,11,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.7107934106999999,0.3008321791,3.3166247904,0.5,0.6,0.1,3,1,8,4,10,2,7,10,1,3,19,0,0,0,1,0,0 +290,7,1,7,1,6,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.2,1.2389511693000002,2,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6834374711,0.3885871846,3.0,0.0,0.2,0.7,3,0,8,2,10,3,7,5,1,2,8,0,0,1,0,0,0 +291,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.9,1.0425329731,7,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.7029747888,0.3984971769,2.8284271247,0.2,0.6,0.1,1,1,7,4,11,4,8,4,1,1,10,0,1,1,0,0,0 +292,3,1,3,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.4,0.2,0.6025985397,4,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.4353131947,0.5329165038,3.1622776602,0.3,0.0,0.7,0,2,8,3,10,1,8,3,3,4,11,0,0,1,0,0,0 +293,0,1,6,0,5,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.2,0.6680194608,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7041787902,0.4129164564,2.4494897428,0.1,0.6,0.7,2,2,6,4,7,1,10,5,2,2,8,0,1,1,0,0,0 +294,3,2,8,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.1,1.299278646,11,1,-1,0,-1,11,1,1,2,1,44,1,0.4472135955,0.6634651087,0.4062019202,2.4494897428,0.9,0.2,0.6,2,4,9,3,8,1,13,1,3,3,8,0,0,1,0,0,0 +295,4,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.2,1.3355710389,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.7175874986,0.3744329045000001,3.0,0.8,0.6,0.7,4,2,7,2,7,3,5,6,1,2,7,0,0,1,0,0,0 +296,1,1,8,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.3,1.3824796563,11,0,1,1,1,9,1,1,1,1,104,2,0.5744562647,0.9618766093,0.4057092555,3.0,0.0,0.9,0.2,5,0,6,2,9,3,4,8,2,3,12,0,0,1,0,0,0 +297,0,1,6,0,4,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.3,0.7310095759,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7463963009000001,0.3687817783,3.6055512755,0.5,0.1,0.5,2,1,8,2,9,2,11,3,1,4,10,0,0,1,1,1,0 +298,3,3,5,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.9,0.7,1.1627015954000002,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6724354404,0.3667424164,3.0,0.3,0.1,0.2,1,3,9,3,8,0,11,9,2,4,5,0,0,0,0,0,0 +299,6,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.4,1.2366790206,10,1,-1,0,1,14,1,1,0,1,29,2,0.4472135955,1.0911761037,0.4091454509,3.4641016151,0.0,0.2,0.5,4,4,7,2,11,3,10,3,2,2,10,0,0,1,1,0,0 +300,2,3,10,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.8,0.2,0.6,11,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.8030803301,0.310322413,3.6055512755,0.5,0.8,0.7,3,0,8,4,9,1,1,7,0,3,14,0,1,1,1,1,1 +303,2,3,5,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.4,1.0461237976,4,1,-1,0,1,0,1,1,0,1,104,3,0.4,0.6689080778000001,0.3848376281000001,2.4494897428,0.2,0.2,0.9,3,1,5,3,9,4,8,4,2,2,9,0,1,1,1,0,0 +304,0,2,0,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.3,1.3131545987,7,1,1,0,1,9,-1,0,2,1,93,3,0.4,0.9010553959,0.316227766,3.6055512755,0.7,0.7,0.6,2,3,8,5,9,1,10,3,0,4,12,0,0,0,1,0,0 +308,0,1,9,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.9,1.1879604371,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7708667441,0.3974921383,3.1622776602,0.3,0.5,0.8,4,1,8,5,7,2,5,4,2,2,3,0,1,0,1,0,1 +314,2,2,0,1,4,0,1,0,0,0,0,0,0,0,0,1,0,0,0.0,0.0,0.5402545696,0,1,-1,0,0,6,1,1,0,1,27,1,0.3741657387,0.720264529,0.3907684737,3.3166247904,0.9,0.8,0.8,2,2,8,2,12,0,9,7,0,1,10,0,0,1,0,0,0 +315,5,4,7,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.7163274391,7,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.4991728696,0.3893584467,1.4142135624,0.5,0.1,0.7,3,3,7,4,10,2,8,5,1,1,5,0,1,1,1,0,0 +317,2,1,6,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.4,0.8547660498999999,11,1,-1,0,-1,1,1,1,1,1,10,2,0.316227766,0.7178077277,0.3814446225,3.3166247904,0.9,0.1,0.8,3,3,8,4,11,2,6,5,0,5,6,0,1,1,0,1,0 +318,6,4,9,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.5,0.9896337706,4,1,1,0,1,14,1,1,2,1,42,2,0.4,0.6870255688,0.3376388603,2.8284271247,0.2,0.2,0.5,3,2,9,1,5,1,4,4,2,5,8,0,0,1,1,1,0 +320,2,1,5,1,4,0,1,0,0,0,0,0,0,0,5,0,1,0,0.1,0.1,-1.0,9,1,1,0,1,0,1,1,2,1,37,2,0.316227766,0.7097753106999999,0.31144823,3.1622776602,0.1,0.1,0.9,3,3,7,3,10,3,8,6,1,5,11,0,1,1,0,0,0 +322,3,1,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.8,1.3,1.6170961629,10,1,-1,0,0,4,1,1,0,1,104,2,0.4,0.8459553745999999,0.3938273734,3.6055512755,0.5,0.1,0.9,2,4,8,1,8,1,11,3,5,1,6,1,0,1,1,0,0 +323,0,1,4,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.3,1.1548809462,11,1,1,0,1,1,1,0,0,1,91,3,0.4242640687,1.1690269317,0.38249183,3.6055512755,0.5,0.1,0.5,3,1,7,1,9,5,5,5,0,3,8,0,1,1,0,0,0 +327,1,1,6,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.6,0.6,0.9984362774,6,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5512007929,0.3687817783,1.7320508076,0.8,0.7,0.4,2,1,7,4,10,4,7,4,0,2,13,1,1,0,0,0,0 +329,5,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.5568397477,11,0,-1,9,-1,10,1,1,2,1,81,3,0.4472135955,1.1790351848,0.4975942122,3.1622776602,0.4,0.0,0.4,3,1,7,5,8,1,2,6,2,1,4,0,1,0,1,0,0 +331,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6025985397,7,1,0,0,1,0,1,1,3,1,66,3,0.3998749805,0.6990991843000001,-1.0,2.8284271247,0.8,0.3,0.0,2,1,10,5,10,2,12,4,0,0,3,0,1,0,0,0,1 +332,1,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.8,0.5,0.9516433155,4,0,-1,0,0,15,0,1,0,1,5,2,0.4242640687,0.9818287036,0.4,3.1622776602,0.6,0.4,0.7,3,4,9,0,9,1,9,2,0,2,9,0,0,1,0,0,0 +333,1,1,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,1.1847995611,6,1,-1,9,1,9,1,0,0,1,104,2,0.4472135955,1.4488524955000002,0.4449719092,3.7416573868,0.3,0.5,0.9,3,1,8,3,10,0,9,10,2,4,16,0,1,0,0,0,0 +334,1,1,3,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,0.9627434757,11,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6186996494,0.3744329045000001,2.6457513111,0.4,0.8,0.9,1,1,5,3,6,2,6,3,0,5,6,0,1,0,0,0,0 +335,3,1,4,0,3,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7081345532,0.3615245497,3.0,0.7,0.8,0.5,1,2,8,1,11,4,15,6,1,1,7,0,1,1,0,1,0 +336,0,2,0,0,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0.0,0.0,-1.0,6,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7721254341,0.3937003937,3.1622776602,0.3,0.3,0.8,4,1,7,2,10,3,4,8,2,4,8,0,1,0,1,0,0 +337,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7335700376000001,6,0,-1,0,0,15,1,1,0,1,104,3,0.4240283009,0.7426499348000001,0.3471310992,2.2360679775,0.5,0.4,0.9,3,2,9,3,9,0,7,8,0,3,1,0,1,1,0,1,0 +341,4,2,3,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,0.2,0.5711829829,7,1,0,0,1,0,1,1,1,1,22,1,0.316227766,0.7046187645,0.310322413,3.1622776602,0.5,0.7,0.0,2,0,8,6,10,1,7,6,1,2,5,0,1,0,0,0,0 +343,1,2,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6684870978999999,7,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.6875366256000001,0.3687817783,3.4641016151,0.3,0.9,0.1,2,2,6,3,10,3,5,5,2,1,4,0,1,0,0,0,0 +345,5,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,7,0,1,0,1,1,1,1,2,1,31,3,0.4242640687,0.8797762206,0.3417601498,3.1622776602,0.0,0.6,0.9,2,3,6,4,9,3,11,4,2,4,11,0,1,1,0,0,0 +347,3,1,5,0,6,1,0,0,0,0,0,0,0,0,0,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,1,1,1,0,1,65,3,0.316227766,0.5891582453,0.3507135583,2.8284271247,0.0,0.8,0.1,3,1,8,3,10,1,4,5,1,3,8,0,0,1,0,0,0 +348,2,2,5,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.6,1.4234640845,11,1,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,0.9690489075,-1.0,3.4641016151,0.4,0.9,0.8,2,3,8,2,11,3,4,5,2,4,6,0,1,1,0,0,0 +349,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.6,0.5,1.0139649895,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7137955815000001,0.3814446225,3.1622776602,0.0,0.8,0.4,2,0,6,2,8,1,6,1,2,2,8,0,1,0,1,1,0 +352,1,1,4,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.0,0.8223442101999999,11,1,-1,0,-1,4,1,1,0,1,48,3,0.316227766,0.5482127234,0.3943348831,2.2360679775,0.0,0.5,0.9,0,0,6,2,10,0,10,8,0,3,3,0,0,0,0,0,0 +353,1,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5220153254,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7912877881,0.3685105155,3.6055512755,0.6,0.3,0.3,3,1,7,1,9,2,6,3,1,1,8,1,1,1,0,0,0 +354,2,1,1,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,11,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6688154077,0.2887905816,3.3166247904,0.5,0.8,0.3,3,2,7,1,9,1,6,7,1,1,6,0,1,0,0,0,1 +355,0,1,6,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.3,0.7668930825,7,1,-1,0,-1,1,1,1,1,1,40,2,0.3741657387,0.7431922434999999,0.3814446225,3.1622776602,0.3,0.5,0.9,3,0,10,3,7,3,12,7,0,3,5,0,0,1,0,0,0 +356,1,1,6,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.3,0.0,0.9058835466,5,1,0,2,1,1,1,1,2,1,90,0,0.3741657387,0.704677407,0.3210918872,3.3166247904,0.7,0.8,0.4,3,1,8,2,10,3,11,6,4,3,7,0,0,1,1,0,0 +357,0,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.8,1.1456439237,11,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6491252856,0.3292415527,3.0,0.9,0.2,0.5,3,1,6,3,8,3,11,10,1,3,8,0,1,0,0,0,0 +358,2,1,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.3,0.8085480814,11,1,-1,0,-1,11,1,1,3,1,99,2,0.316227766,0.6047163122,0.3687817783,2.8284271247,0.6,0.3,0.4,3,3,8,1,11,1,9,8,0,2,14,0,0,0,1,0,0 +359,1,2,1,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.7,0.2,0.428660705,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6457105766,0.3924283374,2.4494897428,0.0,0.9,0.2,1,4,6,3,9,2,14,7,2,2,8,0,1,1,1,0,0 +361,2,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.7437237390000001,8,1,-1,0,0,1,1,1,0,1,80,2,0.316227766,0.7263033312,-1.0,3.4641016151,0.7,0.0,0.8,2,2,7,3,10,4,8,11,2,3,12,0,1,0,1,1,0 +362,1,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.9113863067,4,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.5543218625,0.3507135583,2.8284271247,0.0,0.6,0.5,4,1,9,3,10,3,12,2,1,3,12,0,0,0,0,0,0 +365,2,1,6,0,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.967600124,11,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9545454545,0.4185689907,3.0,0.6,0.6,0.6,3,2,8,4,11,5,8,7,1,0,8,0,0,1,0,1,0 +366,1,1,9,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.2,0.1,-1.0,10,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,1.114304067,0.5399073995,2.8284271247,0.4,0.2,0.7,4,3,9,2,10,1,13,1,0,5,7,0,1,0,0,0,0 +368,5,1,4,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.4,0.6873863542,11,1,1,0,1,14,1,1,2,1,49,3,0.4,0.7332594503000001,-1.0,3.1622776602,0.6,0.2,0.1,4,2,8,2,11,1,8,3,2,1,4,0,1,1,1,0,0 +369,3,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.1,0.3464101615,7,1,-1,0,-1,11,1,1,2,1,16,3,0.4242640687,0.7466453903,0.3905124838,3.0,0.0,0.3,0.5,1,3,10,2,5,3,7,5,1,0,10,1,1,1,0,0,0 +371,0,1,3,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.8,0.7084313658,11,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.7731816845999999,0.3667424164,3.6055512755,0.9,0.0,0.6,3,2,8,2,9,1,13,2,1,4,5,0,1,0,0,0,0 +373,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.3,-1.0,4,1,0,0,0,1,1,1,0,1,65,3,0.316227766,0.6729575773,0.2898275349,3.6055512755,0.5,0.1,0.0,2,2,6,6,11,2,13,4,1,2,10,0,1,1,1,0,0 +376,0,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.3,-1.0,7,1,1,8,0,4,-1,0,2,1,104,2,0.4795831523,1.5125098183,-1.0,3.7416573868,0.9,0.0,0.9,1,0,8,4,6,2,9,7,1,1,7,1,1,0,0,0,0 +377,1,1,5,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.6,1.1567735301,7,1,1,8,0,13,1,1,2,1,104,3,0.5,1.218300537,0.4341658669,3.1622776602,0.6,0.2,0.4,2,4,7,3,11,1,11,6,1,5,11,0,0,1,0,1,0 +379,0,1,3,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.0,0.9,-1.0,10,0,-1,0,1,4,1,1,0,1,104,2,0.4472135955,0.8124674183,-1.0,3.0,0.7,0.0,0.6,4,1,7,3,7,2,7,4,0,4,4,1,1,1,1,0,0 +381,2,1,1,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.6,0.1,0.4716990566,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6322921700999999,0.3701351105,2.6457513111,0.6,0.1,0.7,1,1,9,3,8,1,10,4,0,5,6,0,1,1,0,0,0 +382,2,1,4,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.4,0.0,0.5667892024,6,1,-1,0,1,1,1,1,0,1,85,3,0.3741657387,0.7131005516,0.3974921383,2.8284271247,0.0,0.0,0.7,3,4,9,3,9,1,9,7,1,6,5,0,0,1,0,0,1 +383,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7219764539,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6911781773000001,0.3615245497,3.1622776602,0.2,0.7,0.8,3,1,7,2,10,1,6,12,1,5,8,1,0,0,0,1,0 +384,1,1,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5921359640999999,11,0,-1,1,-1,11,1,1,1,1,104,2,0.4898979486,1.1192622275,0.4446346815,3.3166247904,0.2,0.2,0.8,4,3,9,4,10,3,7,7,4,5,9,0,1,0,1,0,0 +385,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.0,0.3733296131,4,1,1,0,0,1,1,0,2,1,52,3,0.3741657387,0.7893924853000001,0.2973213749,3.7416573868,0.9,0.3,0.2,2,2,7,2,9,2,3,8,1,1,5,0,1,1,0,1,0 +386,1,1,9,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.5,0.4,0.7198090023999999,11,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7211675566,0.299165506,3.4641016151,0.1,0.8,0.2,4,0,6,1,11,2,9,8,1,0,12,0,1,1,0,0,0 +387,0,1,5,0,2,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6234981957,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6238543218,0.4129164564,1.7320508076,0.5,0.2,0.3,2,3,6,2,6,2,9,5,2,1,6,0,0,0,1,0,0 +388,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.1,0.1,-1.0,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2125889249,0.359722115,3.7416573868,0.0,0.9,0.0,3,1,9,4,11,3,10,7,2,3,7,0,1,1,1,0,0 +390,1,1,4,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.4,0.9394147114,9,1,1,0,0,11,1,1,2,1,44,3,0.4472135955,0.8081582981000001,0.33911649920000003,3.3166247904,0.6,0.9,0.0,2,0,8,3,6,3,9,6,2,4,10,0,1,1,1,0,1 +391,5,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.3,0.5562148865,8,1,-1,0,0,11,1,0,0,1,99,2,0.316227766,0.7875739504000001,0.3687817783,3.6055512755,0.2,0.0,0.2,1,0,7,1,12,3,10,6,1,7,12,0,0,1,1,1,0 +392,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.4,0.8120190884,8,1,-1,1,0,14,1,0,0,1,8,2,0.4,1.0464422212,-1.0,3.7416573868,0.3,0.2,0.2,0,1,8,2,7,2,12,4,0,3,11,0,1,0,0,0,0 +393,0,1,2,1,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.7,0.3,0.725,7,1,0,0,0,1,1,1,2,1,64,3,0.3160696126,0.5057724638000001,0.3041381265,1.4142135624,0.7,0.0,0.4,2,4,8,2,8,3,14,8,2,4,8,0,0,1,1,1,1 +394,0,1,2,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,1.1166355717,4,1,-1,0,1,1,1,0,0,1,38,2,0.316227766,0.7790781795999999,0.3598610843,3.7416573868,0.0,0.9,0.9,2,1,7,1,9,2,9,2,1,4,10,0,1,1,0,1,0 +396,1,2,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.4918078893,7,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.7151691703,0.2887905816,3.6055512755,0.1,0.7,0.5,3,2,6,2,11,2,8,4,3,1,8,0,0,1,0,1,0 +400,0,1,7,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.4,-1.0,11,0,-1,0,-1,15,1,1,2,1,104,2,0.4472135955,1.153990561,0.4,3.6055512755,0.1,0.2,0.8,1,2,5,5,9,3,5,6,0,2,5,0,0,0,1,0,0 +402,4,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.0,0.5338539125999999,5,1,0,0,1,0,1,1,0,0,104,2,0.4220189569,0.4684465271,0.331662479,0.0,0.9,0.9,0.4,4,2,8,5,9,0,9,7,0,1,10,0,0,1,0,0,0 +403,0,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.1,-1.0,7,1,1,0,0,1,1,0,1,1,51,2,0.3741657387,0.8894933092,0.3307567082,3.7416573868,0.8,0.7,0.6,2,4,8,1,10,3,10,2,2,3,7,0,1,1,0,0,0 +405,4,1,4,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.8,1.2088217404,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4472135955,0.7852461845,-1.0,2.8284271247,0.5,0.2,0.5,3,4,9,4,6,3,13,2,1,3,6,0,1,1,0,0,0 +407,0,1,6,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.0,0.0,0.75,5,1,1,0,0,11,1,0,2,1,2,3,0.4242640687,0.9764584345,-1.0,3.7416573868,0.8,0.9,0.3,2,2,7,6,9,1,7,4,3,1,8,1,1,1,0,0,0 +409,0,2,0,0,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.504356025,10,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.5843163696,0.3734969879,1.7320508076,0.3,0.5,0.4,2,2,7,4,10,2,3,4,2,2,10,1,1,0,0,1,0 +411,1,1,8,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.6656763478,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7963040918000001,0.3926830783,3.4641016151,0.5,0.3,0.9,2,2,9,3,8,4,8,7,2,5,13,0,1,1,1,0,0 +412,1,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.5,1.8263693493,10,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7492834042000001,0.3663331817,3.1622776602,0.6,0.4,0.1,1,0,5,3,7,2,9,8,2,3,6,0,0,1,0,0,0 +414,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.7,0.2,0.6214901447,11,0,0,9,1,8,1,1,2,1,104,3,0.5196152423,1.2755488205,0.5213444159,2.2360679775,0.9,0.0,0.7,3,0,9,2,10,1,11,3,2,2,12,1,0,1,0,1,0 +415,3,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8860022573,11,1,-1,0,-1,7,1,1,2,1,96,3,0.4,0.7455515457999999,0.4272001873,2.8284271247,0.0,0.1,0.3,1,1,7,4,11,2,8,4,0,3,4,0,1,0,0,1,0 +416,2,4,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,1.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,22,3,0.316227766,0.765028493,0.374566416,3.3166247904,0.1,0.7,0.1,4,2,9,2,10,2,2,4,4,1,3,0,0,0,0,0,0 +418,0,1,9,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.0,0.6841966092,7,1,-1,2,-1,11,1,1,2,1,14,0,0.4242640687,0.6718975226999999,0.4302324953,2.6457513111,0.4,0.0,0.3,4,1,7,2,9,2,8,14,2,1,13,0,0,1,0,0,0 +419,6,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,1.0508924778,10,1,-1,0,1,1,1,1,0,1,85,3,0.4242640687,0.7104299711,0.4159326869,2.6457513111,0.4,0.6,0.0,3,0,9,1,9,5,12,6,1,3,5,0,1,0,0,0,0 +421,0,3,7,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.3,0.8982622112,9,1,-1,0,-1,0,0,1,0,1,32,1,0.316227766,0.656861433,0.3615245497,3.4641016151,0.8,0.9,0.0,2,2,6,3,9,2,7,3,1,4,7,1,0,1,1,1,0 +422,5,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.7,0.7,0.9836157786,9,1,0,0,1,11,0,1,3,1,53,2,0.4469899328,0.503315454,-1.0,0.0,0.4,0.3,0.7,2,2,6,5,9,3,15,10,2,3,8,1,1,0,0,0,0 +423,0,1,5,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.8287792226999999,11,1,0,0,1,1,1,1,2,1,10,2,0.316227766,0.6638542606000001,0.3193743885,3.0,0.4,0.3,0.2,1,3,6,1,11,1,9,10,1,2,8,0,0,0,0,0,0 +424,4,1,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,0.8,0.9337424698,6,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9310972821,0.4086563348,3.3166247904,0.7,0.6,0.7,2,4,9,3,11,2,12,5,2,1,10,0,1,1,0,1,0 +426,2,2,1,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.0,0.0,-1.0,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.6422616289,0.3615245497,3.3166247904,0.2,0.1,0.4,2,1,8,1,9,1,8,7,2,5,4,0,1,0,1,0,0 +427,2,1,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,0.7881941385,4,1,-1,9,0,10,1,0,0,1,81,3,0.4472135955,1.4316377953,0.4975942122,3.6055512755,0.4,0.0,0.6,3,3,8,4,9,4,7,2,2,4,7,0,0,1,0,0,0 +428,4,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.1,0.3,-1.0,7,1,0,0,0,1,1,1,1,1,10,2,0.316227766,0.6138383506,0.3193743885,2.6457513111,0.9,0.3,0.7,2,2,8,3,9,1,8,5,1,2,12,0,1,0,0,0,0 +436,3,1,6,1,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6095486747,0.3583294573,2.8284271247,0.0,0.7,0.6,2,2,4,4,8,2,10,1,0,1,5,0,1,1,0,0,0 +438,1,2,1,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.3,0.8003905297,11,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5544150368,0.3556683849,2.6457513111,0.8,0.1,0.2,1,4,10,3,11,1,7,5,1,0,9,0,1,1,0,0,0 +442,2,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.4223659866999998,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.6617188986,0.3943348831,2.8284271247,0.5,0.1,0.9,0,1,8,2,7,1,6,6,0,2,8,0,0,0,0,1,1 +443,0,1,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.3,0.6062177826,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5394939471,0.3583294573,2.2360679775,0.1,0.4,0.0,1,0,9,3,10,2,10,4,0,2,4,0,1,0,0,0,0 +445,2,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,10,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.7274573629000001,0.4062019202,2.8284271247,0.5,0.0,0.3,3,3,10,1,11,3,5,4,0,1,5,0,1,0,0,0,0 +446,7,2,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,4,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6703582365,0.3615245497,3.0,0.4,0.7,0.2,1,2,8,4,9,2,8,6,1,2,6,1,1,0,0,0,0 +447,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,0.7066647012999999,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7328620449,0.3666060556,3.4641016151,0.8,0.3,0.5,1,2,9,5,10,4,15,6,2,3,10,0,1,1,0,1,0 +450,1,1,3,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0.9,0.3,0.6133922073,0,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6072053583,0.34727510710000004,3.0,0.4,0.6,0.5,2,2,7,3,9,2,6,10,1,0,4,0,0,1,1,1,0 +452,5,1,4,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.7,0.7,1.2614475812,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8297540211,0.4246174749,3.1622776602,0.7,0.1,0.8,1,2,6,1,12,2,9,7,2,2,5,1,1,1,0,0,0 +453,4,1,8,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.5,0.2,0.5338539125999999,11,1,1,0,0,0,1,0,2,1,78,3,0.4,0.8844851890000001,0.3287856445,3.6055512755,0.0,0.9,0.4,2,2,8,4,10,3,6,4,1,7,12,0,1,1,0,0,0 +455,1,2,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.633442973,10,1,-1,0,0,1,1,1,0,1,38,3,0.316227766,0.6930141377,0.3598610843,3.3166247904,0.2,0.8,0.5,1,0,8,5,7,1,9,5,1,4,4,1,1,0,0,0,0 +458,1,2,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.4,0.5,0.8547660498999999,5,1,1,0,1,4,0,1,2,1,104,3,0.4,0.6503972085999999,0.3535533906,2.2360679775,0.9,0.8,0.9,3,2,6,6,9,3,5,4,0,5,7,0,1,1,0,1,0 +459,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.4949747468,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8615285281999999,0.3780211634,3.4641016151,0.8,0.1,0.3,4,3,8,2,11,2,3,6,4,3,9,0,1,1,0,0,0 +461,4,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,1.3193274802,11,1,-1,0,-1,14,1,1,3,1,29,3,0.4,0.6947114270999999,0.3984971769,2.8284271247,0.7,0.3,0.6,3,2,8,3,6,3,8,3,1,1,8,1,0,0,0,0,0 +463,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,23,3,0.4,0.9287421512,0.3974921383,3.6055512755,0.3,0.1,0.0,3,1,8,3,9,2,7,8,1,4,5,0,1,1,0,0,1 +467,0,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,0.3,0.704006392,11,1,0,0,0,7,1,1,3,1,96,3,0.4468780594,0.5837857356,0.36138622,1.4142135624,0.2,0.4,0.4,1,1,8,4,10,2,9,4,3,3,10,0,1,1,0,0,0 +470,0,1,5,1,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.4,1.1183134623,10,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5001446072,0.3307567082,1.4142135624,0.9,0.4,0.6,4,1,9,4,10,3,10,8,2,1,6,0,1,1,1,0,0 +471,2,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.7741931284,11,1,0,0,1,14,1,1,2,1,68,3,0.4,0.7241980461,0.3443835072,2.4494897428,0.5,0.1,0.4,2,3,5,2,8,2,8,3,2,5,7,0,1,1,1,1,1 +472,5,1,7,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.0,0.0,-1.0,7,1,-1,8,-1,11,1,0,2,1,71,2,0.4898979486,1.2536418023,0.4949747468,3.7416573868,0.5,0.9,0.9,3,1,9,5,8,2,9,10,1,3,11,0,1,0,0,1,0 +476,0,1,3,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,0.8,0.9810708435,11,0,-1,8,-1,13,1,1,1,1,4,2,0.5916079783,1.2377081593,0.5186520992,3.1622776602,0.5,0.4,0.4,3,1,7,2,8,1,7,6,2,2,7,0,1,0,0,0,0 +477,0,1,3,0,0,0,0,0,1,0,0,1,0,1,6,0,0,1,0.2,0.1,-1.0,7,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.808669451,0.2944486373,3.6055512755,0.9,0.9,0.7,3,4,8,0,10,5,7,7,1,4,3,0,1,1,1,0,0 +481,3,1,5,0,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6788267711,0.3615245497,3.1622776602,0.0,0.9,0.2,4,2,8,3,9,1,6,4,1,4,8,0,1,1,1,0,0 +482,0,2,0,0,-1,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.3,0.7945124291,11,1,1,0,1,0,-1,1,2,1,87,3,0.316227766,0.6745828218000001,0.2944486373,3.1622776602,0.4,0.3,0.9,4,4,4,3,9,2,4,4,1,1,7,0,0,0,0,0,0 +483,6,1,6,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,8,0,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.2776689777,0.5186520992,2.8284271247,0.7,0.4,0.8,3,1,8,2,11,4,5,8,2,2,5,0,1,1,0,1,0 +485,5,2,5,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,1.4956186011,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.8680033134,0.3788139385,3.0,0.3,0.5,0.0,3,1,7,4,9,2,11,4,0,1,2,0,0,0,0,1,1 +487,4,1,8,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.8,0.7623975341,7,1,0,0,1,14,1,1,2,1,82,3,0.316227766,0.6274538605,0.3292415527,2.8284271247,0.7,0.3,0.4,3,0,10,4,9,2,10,5,2,1,6,0,1,1,1,0,1 +488,1,1,5,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.9,1.0680004682,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6772879803,0.3817066937,2.4494897428,0.4,0.1,0.5,5,4,8,5,6,4,7,6,1,1,11,0,0,1,0,0,0 +490,1,2,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.9120718173,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3152776554,0.4196614141,0.3612478374,0.0,0.5,0.2,0.2,0,3,8,1,9,4,10,6,1,2,7,0,1,0,1,0,0 +492,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5550900828,11,0,-1,0,-1,15,1,1,2,1,104,3,0.4240283009,0.7452466451,0.3471310992,2.2360679775,0.6,0.2,0.1,3,3,7,2,9,3,15,3,2,2,9,0,1,1,1,0,1 +494,2,1,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,1.8733325919,11,0,1,1,1,6,1,1,2,1,104,3,0.4472135955,0.7257227801999999,-1.0,2.2360679775,0.1,0.0,0.7,3,2,9,1,12,3,8,10,1,4,7,0,1,0,1,0,0 +497,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.2,0.6087897831,7,0,-1,0,-1,15,1,1,0,1,5,2,0.4242640687,0.9701005316,0.4,3.0,0.4,0.9,0.4,3,3,7,3,9,3,10,4,0,4,3,0,0,1,1,0,0 +499,0,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.575,11,1,1,0,1,11,1,1,2,1,57,2,0.3741657387,0.7061857737999999,0.3286335345,3.0,0.1,0.6,0.1,5,2,8,1,9,3,17,8,0,2,5,0,1,1,0,1,0 +500,1,2,2,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.8,0.3,1.0880027573,4,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.643852044,0.3685105155,3.0,0.6,0.1,0.8,5,3,9,3,12,2,10,5,2,1,8,0,0,0,0,1,0 +501,1,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.54886246,7,1,-1,0,-1,4,1,1,1,1,12,3,0.4,0.8434849981999999,0.3708099244,3.6055512755,0.6,0.6,0.0,3,2,7,3,10,3,9,4,1,0,7,0,1,1,0,0,0 +503,2,1,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,5,1,1,0,0,0,1,1,0,1,32,1,0.316227766,0.5763772582,0.2944486373,2.6457513111,0.5,0.8,0.2,4,3,7,3,9,1,3,6,1,2,8,0,0,1,0,0,0 +505,1,1,4,1,4,0,0,0,1,0,0,0,0,0,11,0,0,1,0.9,0.3,0.6194755847,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6732798713,0.3924283374,2.8284271247,0.9,0.0,0.2,3,3,10,1,10,2,5,11,0,2,5,0,0,0,0,0,0 +506,5,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.7615773106,11,0,-1,0,-1,10,0,1,2,1,83,2,0.4242640687,0.9281930593,0.4185689907,2.8284271247,0.4,0.0,0.7,3,1,8,1,8,3,10,9,0,2,7,0,1,0,0,0,1 +507,2,1,7,0,2,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.4847679857,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6841777354,0.3887158345,3.0,0.0,0.0,0.6,3,1,8,3,8,2,10,10,1,2,6,0,1,0,0,0,0 +509,3,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.6,1.3282977829,11,1,1,0,0,10,1,1,2,1,89,2,0.3872983346,0.996149612,0.33615472630000004,3.6055512755,0.9,0.4,0.3,2,2,9,3,9,1,12,7,1,4,9,0,1,1,1,0,0 +510,2,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.8147085368000001,11,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.1513107873,0.4093897898,3.6055512755,0.6,0.5,0.5,1,4,8,3,9,1,11,4,1,3,8,0,1,1,0,0,0 +511,1,1,4,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.6,0.4,0.8810505093000001,4,0,-1,0,1,11,1,1,0,1,104,3,0.4472135955,0.8542552698999999,0.4248529157,3.1622776602,0.4,0.5,0.7,1,2,10,4,11,3,4,2,1,3,9,0,1,0,1,0,0 +512,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.0,0.2,0.6841966092,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6720051407,0.3583294573,3.3166247904,0.0,0.9,0.1,1,2,9,4,8,0,12,6,1,2,8,0,0,0,1,0,1 +514,0,1,8,1,5,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.5963430221,7,0,-1,0,-1,5,1,1,2,1,104,3,0.4356604182,0.6355839379,0.3981205847,1.7320508076,0.7,0.9,0.2,3,2,5,3,6,0,4,6,1,5,4,0,0,1,0,1,0 +515,1,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7075449348,0.3598610843,3.3166247904,0.4,0.7,0.3,3,2,7,1,9,1,9,2,0,7,7,0,1,0,1,0,0 +516,0,1,9,0,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0.1,0.2,-1.0,6,1,-1,2,1,1,1,1,0,1,90,0,0.4242640687,0.8246962876999999,0.4189272013000001,3.0,0.5,0.7,0.7,4,1,8,3,9,4,6,3,3,4,5,0,1,1,0,0,0 +517,1,1,6,0,6,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.1,0.5868347297,11,0,1,9,1,0,-1,1,1,1,104,2,0.4472135955,1.5163366577,0.4562893819,3.4641016151,0.3,0.4,0.0,3,1,8,4,9,3,7,7,0,1,8,0,1,1,0,0,0 +519,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,6,1,-1,2,1,0,1,1,0,1,104,0,0.4220189569,0.5891582453,0.4117037770000001,1.4142135624,0.7,0.5,0.2,0,5,4,5,11,2,6,0,3,3,5,1,1,1,1,0,0 +520,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,8,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,0.8583209633,0.3420526275,2.6457513111,0.7,0.1,0.3,1,1,5,2,9,3,8,7,1,4,8,0,1,0,0,0,0 +521,2,1,8,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.3,0.6614378278,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7170445541,0.3598610843,3.4641016151,0.8,0.5,0.6,1,3,9,2,9,4,10,4,1,5,7,1,0,1,0,0,0 +522,2,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1365363505,0.4,3.4641016151,0.0,0.8,0.1,4,2,9,5,10,2,11,7,2,1,11,1,0,1,0,0,0 +523,3,4,9,1,6,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,0.4623310502,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7485247198,0.3814446225,3.1622776602,0.2,0.1,0.5,3,1,7,5,9,2,11,3,2,2,9,0,1,0,0,1,0 +527,1,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.6,1.2727922061,11,1,1,0,1,1,0,1,2,1,70,3,0.3741657387,0.7667011012,0.33911649920000003,3.1622776602,0.4,0.8,0.8,3,2,6,5,10,2,8,6,0,4,6,0,0,1,0,1,0 +530,3,2,1,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.2668859459,10,1,-1,0,1,11,1,0,0,1,36,2,0.3741657387,0.8762476347,0.3793415348,3.6055512755,0.5,0.5,0.8,3,3,8,2,10,2,8,6,2,2,7,0,0,1,1,0,0 +532,2,2,2,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.5,0.6851094803,7,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.6676868914999999,0.3943348831,3.1622776602,0.2,0.7,0.7,4,3,6,1,10,3,11,5,3,2,6,0,1,1,0,0,0 +534,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.2,0.2,-1.0,6,1,-1,0,0,4,1,1,0,1,84,2,0.316227766,0.7417034225,0.3667424164,3.4641016151,0.1,0.6,0.9,5,0,7,4,11,2,5,7,0,5,3,0,1,1,0,0,0 +536,0,1,9,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,0,0,0,1,14,1,1,0,1,29,3,0.4469899328,0.9382483239,0.3360059523,3.0,0.7,0.0,0.0,2,1,8,2,11,4,7,5,3,4,9,0,1,1,0,1,0 +539,0,1,3,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.1,0.4776243294,7,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.9311527558,0.4017461885,3.7416573868,0.5,0.6,0.9,3,4,8,1,10,3,10,7,1,2,10,1,0,1,0,1,0 +543,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.7945124291,11,1,-1,0,-1,4,1,1,0,1,84,3,0.316227766,0.6859721942,0.3667424164,3.1622776602,0.2,0.3,0.8,2,3,7,0,10,2,6,3,0,4,4,0,1,0,0,0,0 +547,0,1,3,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.2,0.7913595896,2,1,-1,0,0,4,1,0,0,1,12,2,0.4,0.9525303405,0.3708099244,3.7416573868,0.6,0.0,0.3,2,2,6,4,9,2,9,5,1,8,5,0,1,1,0,0,0 +550,7,1,7,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.1,1.2666392541,11,1,0,0,1,0,1,1,3,1,66,3,0.3998749805,0.6764943666,-1.0,2.6457513111,0.6,0.6,0.8,1,3,8,4,11,2,7,5,3,3,10,1,1,0,0,1,0 +551,5,1,3,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.9,1.0,-1.0,11,0,1,9,1,11,1,1,2,1,56,3,0.5477225575,1.2357117265000002,0.4283689998,3.3166247904,0.7,0.9,0.1,3,1,7,5,10,2,7,4,2,3,10,0,0,0,0,1,0 +552,3,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.3,0.7022285953,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9672744361,0.3788139385,3.6055512755,0.1,0.3,0.5,1,4,9,2,8,5,2,7,2,0,5,1,1,1,1,1,0 +553,0,3,5,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.8359126749,6,0,-1,0,1,11,0,1,0,1,104,2,0.4469899328,0.6595139708,0.4086563348,2.0,0.1,0.0,0.2,3,1,9,3,6,3,6,3,4,3,15,0,1,1,0,0,0 +555,1,4,5,1,1,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,1.0,1.3355710389,11,1,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7593550167,0.3907684737,3.3166247904,0.3,0.6,0.6,5,1,9,5,10,0,10,7,2,3,12,0,1,1,0,1,0 +556,0,2,2,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,1.0,1.1236102527,10,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.9107938595,0.3826225294,3.3166247904,0.7,0.5,0.1,3,2,6,2,10,2,10,7,1,1,6,0,1,1,0,1,1 +557,1,4,7,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.6763874629000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7058638691,0.3583294573,3.4641016151,0.1,0.9,0.9,4,2,9,4,8,2,7,5,0,0,9,0,0,1,1,0,0 +558,0,1,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,11,1,0,0,1,0,1,1,2,1,88,3,0.4,0.7293011486,0.33241540280000004,2.6457513111,0.7,0.9,0.3,2,1,7,4,11,1,7,5,1,1,10,0,0,1,1,0,0 +559,2,1,2,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.2,0.5640257086,7,1,-1,0,-1,11,1,1,1,1,103,3,0.316227766,0.6521895734000001,0.3583294573,3.1622776602,0.5,0.4,0.9,2,2,7,1,10,3,11,8,1,3,12,1,1,1,0,0,0 +560,0,2,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.7119515433,10,1,-1,0,1,1,0,1,0,1,64,1,0.316227766,0.6452944744,0.3619392214,3.1622776602,0.7,0.0,0.9,3,0,9,3,12,1,5,5,0,2,9,0,1,1,1,0,0 +561,0,1,7,0,0,0,0,1,0,0,0,0,0,0,11,0,0,1,0.6,1.2,1.0752906584,3,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5346853558,0.3640054945,2.0,0.4,0.0,0.2,3,1,6,3,10,2,3,3,1,2,5,1,1,1,0,1,0 +565,4,2,2,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.8,0.3,0.6051859218,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5642591867,0.3651027253,2.0,0.6,0.4,0.2,3,0,8,5,8,3,6,6,3,2,12,1,1,1,0,0,0 +566,0,1,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7810249676000001,11,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.7382831323000001,0.3708099244,3.3166247904,0.2,0.1,0.5,3,0,9,4,9,4,6,6,1,2,11,0,1,1,0,0,0 +567,2,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.4,1.2884098727,11,1,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9330036805,0.3964845520000001,3.1622776602,0.7,0.3,0.2,2,2,7,4,10,5,6,7,0,7,9,0,1,1,0,1,0 +571,1,2,0,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,1.4,1.3863170633000002,10,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7564577356000001,0.3667424164,3.4641016151,0.4,0.2,0.7,2,3,10,2,9,3,5,5,1,2,9,0,0,1,0,0,0 +572,1,1,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.2,0.9971835338,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,1.0186281489,0.3820994635,3.7416573868,0.6,0.4,0.2,1,0,8,4,8,1,9,4,3,0,8,0,0,1,1,0,0 +574,3,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.2,0.6814506585,7,1,-1,0,-1,0,1,1,1,1,98,3,0.4,0.7785608678,0.3974921383,3.0,0.0,0.3,0.3,1,3,6,2,8,2,6,3,0,7,7,0,0,1,0,0,0 +575,5,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.3,0.9253377762,7,0,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,1.0520537766,0.43829214,3.6055512755,0.7,0.4,0.8,3,2,9,5,9,3,9,8,3,3,5,0,0,1,0,0,0 +576,1,3,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.9,1.2710723819,10,1,-1,0,0,4,1,0,0,1,12,2,0.4,0.9082325493,0.3708099244,3.6055512755,0.6,0.2,0.4,2,4,5,4,10,1,6,8,0,2,12,1,1,0,0,0,0 +577,5,3,9,0,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,1.4,1.5455581516,10,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,0.9078628068,0.4185689907,2.8284271247,0.9,0.5,0.7,3,2,8,0,10,3,7,5,1,0,7,0,0,0,1,0,1 +578,2,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.4,0.0,0.482182538,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6789789369,0.3974921383,2.4494897428,0.8,0.1,0.1,2,1,9,6,8,2,3,2,1,1,10,0,0,1,1,0,0 +579,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.0,0.6219927652,8,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.8110166052,0.3826225294,3.0,0.2,0.3,0.2,3,1,8,4,9,0,8,5,0,8,14,0,1,1,0,1,0 +581,0,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,0.4,-1.0,7,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7967132898,-1.0,3.7416573868,0.6,0.3,0.2,1,4,5,5,10,5,10,9,1,4,8,0,1,1,1,1,0 +587,1,1,8,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.3,0.3,-1.0,9,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.7889474105,0.310322413,3.6055512755,0.1,0.1,0.9,1,2,8,3,9,1,2,2,0,2,5,0,1,0,1,1,0 +589,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.4,0.7071067812,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6099891613,0.3583294573,2.8284271247,0.3,0.2,0.8,3,3,6,2,7,2,6,9,2,2,6,1,0,0,0,0,0 +590,0,1,1,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,1.0219466718,11,1,0,1,0,12,1,1,2,1,104,2,0.3741657387,0.7902426659,0.331662479,3.4641016151,0.6,0.2,0.6,1,2,8,5,10,2,11,7,3,3,11,0,0,1,1,0,0 +591,5,2,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.0,-1.0,11,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.7604234357999999,0.3435112807,3.1622776602,0.1,0.5,0.5,1,2,9,4,7,2,7,8,0,7,10,0,1,1,0,0,0 +592,0,2,6,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.2,1.4002231965,10,1,-1,0,1,4,0,1,0,1,12,2,0.4,0.8839214606999999,0.3708099244,3.4641016151,0.9,0.3,0.4,1,5,8,4,9,2,5,6,2,3,5,0,0,0,0,0,0 +593,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.8,0.4,0.6841966092,7,1,-1,0,-1,6,1,1,2,1,104,3,0.4,0.6876267726999999,0.4024922359000001,2.8284271247,0.9,0.7,0.7,2,3,9,1,11,2,7,4,1,0,9,0,0,0,0,0,0 +594,7,1,7,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.5805457918,11,0,1,9,0,9,-1,0,2,1,104,3,0.5744562647,1.7653283823,0.4144876355,3.7416573868,0.2,0.0,0.4,2,3,9,2,9,3,4,3,1,1,7,0,1,1,0,1,0 +595,0,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.8,0.3,0.5884301148,7,1,0,0,0,10,0,1,2,1,28,3,0.3741657387,0.658526404,0.3248076354,2.0,0.5,0.4,0.1,3,0,8,3,10,3,5,4,0,1,3,0,0,1,0,0,0 +596,3,1,8,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.9077717702,0.3826225294,3.3166247904,0.0,0.4,0.4,1,1,6,3,6,4,9,7,0,5,8,0,0,0,0,0,0 +597,1,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,0.7132671309,7,1,1,0,0,1,1,0,1,1,80,3,0.316227766,0.8100096928,-1.0,3.6055512755,0.4,0.8,0.9,3,2,6,3,8,2,10,9,0,3,5,0,1,1,0,0,1 +598,0,1,6,1,6,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.4,0.8422440264,7,0,-1,1,-1,9,1,0,2,1,61,3,0.4472135955,1.1005257947,0.5204805472,3.3166247904,0.3,0.2,0.2,3,0,9,3,10,1,9,3,1,1,6,0,0,1,1,0,1 +600,4,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.4,0.5841660723,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7721254341,0.3937003937,3.1622776602,0.1,0.3,0.3,1,1,7,3,10,1,7,6,0,2,5,0,1,1,0,0,0 +602,0,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7603011583,0.423083916,3.1622776602,0.8,0.0,0.8,2,3,8,2,8,3,12,4,1,3,9,0,1,0,0,1,0 +605,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.5814851675,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6714976477,0.3861346915,2.8284271247,0.9,0.3,0.8,3,1,5,1,9,5,6,3,1,5,6,0,1,1,1,1,0 +606,0,3,10,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.3,0.6194755847,6,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.5309044209,0.3556683849,2.2360679775,0.6,0.6,0.3,1,3,9,3,7,3,10,5,3,3,8,0,1,1,0,0,0 +607,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.562361094,5,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6470530782,0.3016620626,3.0,0.2,0.3,0.9,2,2,7,2,12,3,10,2,2,3,12,0,1,1,0,1,0 +612,0,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6747244617,0.3619392214,3.1622776602,0.3,0.4,0.6,4,2,9,2,11,2,10,6,2,2,14,0,1,1,1,1,0 +613,3,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.5285593628,7,1,0,0,0,7,1,1,0,1,104,3,0.4,0.9861017667,0.3746998799,3.3166247904,0.9,0.3,0.0,4,1,5,3,9,3,7,6,0,4,8,0,1,1,1,0,0 +614,0,2,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7925433742,7,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6490138737,0.3666060556,3.0,0.3,0.8,0.4,1,4,8,3,10,1,8,5,3,2,12,0,1,1,1,1,0 +615,4,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.5,1.0188841936,11,1,1,0,1,1,1,1,2,1,85,3,0.3741657387,0.6899814347,0.3435112807,2.6457513111,0.6,0.0,0.6,2,2,6,2,8,2,10,7,1,4,5,0,1,1,0,0,0 +616,5,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.4,0.7403546447,5,1,1,0,1,11,1,1,2,1,30,3,0.4469899328,0.7979053155,0.3807886553,2.2360679775,0.4,0.7,0.0,3,1,7,4,11,3,3,5,1,4,5,1,1,1,0,1,0 +617,5,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.7,0.9229707471,11,0,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.9356462389,0.3984971769,3.3166247904,0.5,0.2,0.1,2,3,7,2,9,4,7,7,0,6,13,0,0,1,1,1,0 +618,1,1,3,0,0,0,1,0,0,0,0,1,0,1,2,0,0,1,0.0,0.0,-1.0,9,0,1,0,0,15,1,1,2,1,5,2,0.4242640687,1.0946432303,0.32557641190000003,3.6055512755,0.1,0.2,0.1,3,3,9,3,10,3,7,1,1,5,7,0,1,1,1,0,0 +620,2,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,1.3,1.6271140094999998,11,1,-1,0,-1,1,1,0,2,1,70,3,0.4242640687,1.0407130621,0.3969886648,3.7416573868,0.2,0.7,0.7,1,1,7,6,9,4,7,2,0,0,6,1,0,1,1,0,0 +621,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,8,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.8922994717,-1.0,3.1622776602,0.2,0.9,0.7,3,2,7,3,6,1,11,3,4,1,9,0,1,0,1,1,0 +622,0,2,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.2,0.4703721931,11,1,-1,2,-1,0,1,0,2,1,100,0,0.3997499218,0.8553429548,0.423083916,3.6055512755,0.1,0.0,0.7,0,3,9,2,8,3,9,4,0,3,14,0,1,1,0,0,0 +623,0,1,1,0,6,0,0,0,1,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6415857163,0.34727510710000004,3.3166247904,0.1,0.3,0.9,4,3,7,1,10,2,8,9,2,6,6,0,0,1,0,1,0 +628,2,1,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,1.1,1.4985409571,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9262025911,0.3826225294,3.6055512755,0.7,0.0,0.2,3,0,9,2,10,3,12,6,0,6,3,0,1,1,0,0,0 +631,5,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,0.4,0.679613861,11,1,-1,0,-1,0,1,1,2,1,23,3,0.4,0.8865151386,0.3974921383,3.4641016151,0.4,0.0,0.0,2,1,7,1,8,3,3,1,3,2,9,0,0,0,0,0,0 +632,1,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7031180555,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6961078334,0.3687817783,3.4641016151,0.2,0.3,0.5,4,2,7,6,8,2,10,5,3,1,5,0,0,0,0,0,1 +633,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,1.4247806849000002,8,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7063027937,0.3666060556,3.3166247904,0.4,0.2,0.8,3,4,8,2,8,1,9,5,3,4,7,0,0,0,0,0,0 +634,7,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.5,1.215010288,0,1,-1,1,1,9,1,1,0,1,104,0,0.4,1.1744437755,-1.0,3.4641016151,0.4,0.6,0.4,2,2,7,3,11,4,7,5,2,2,7,0,0,1,0,1,0 +635,0,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.2,1.182423359,11,0,0,9,1,9,1,1,2,1,104,3,0.6164414003,1.2822210843,0.4171330723,3.1622776602,0.7,0.5,0.5,2,2,9,4,10,1,3,5,3,2,5,0,0,0,1,1,0 +637,2,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.0,0.739087275,6,1,1,0,1,0,1,1,2,1,66,1,0.3998749805,0.6150152857,-1.0,2.0,0.4,0.9,0.2,2,1,6,1,12,4,7,8,1,1,11,0,1,0,1,0,0 +638,5,1,11,0,0,0,1,0,0,0,0,0,0,0,10,0,0,1,0.7,0.7,1.0773230713,11,0,1,1,1,5,1,1,1,1,104,2,0.4242640687,1.2876399065000002,0.3853569774,3.0,0.1,0.8,0.9,2,1,8,3,9,1,4,7,2,4,4,1,1,0,0,0,0 +640,2,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.5,0.8852965604999999,7,1,0,0,1,1,1,1,0,1,74,3,0.3605551275,0.5871559129999999,0.307408523,2.0,0.0,0.1,0.7,3,3,8,4,11,2,8,1,2,5,6,0,0,0,0,1,0 +643,5,3,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.7,0.3,0.4834769901,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3605551275,0.5508905262,0.3898717738,1.7320508076,0.0,0.9,0.4,3,1,10,3,7,3,8,4,2,3,13,0,1,0,0,1,1 +644,0,1,6,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.6,0.2,0.6717514420999999,11,0,0,0,0,15,1,1,0,1,5,2,0.4242640687,0.7127962629000001,0.32557641190000003,1.7320508076,0.3,0.3,0.9,2,2,7,4,9,3,7,4,0,1,4,0,1,0,1,0,0 +645,2,2,4,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.0,0.6,0.9692135987,9,1,1,0,1,11,0,1,2,1,76,3,0.316227766,0.7901119284999999,0.3181194744,3.6055512755,0.2,0.4,0.5,1,3,8,2,9,2,8,7,0,5,6,0,0,1,1,0,1 +646,1,2,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.7,1.2402116755,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7431811232,0.3598610843,3.4641016151,0.1,0.7,0.5,3,2,9,0,10,3,9,5,0,4,8,0,0,1,0,0,0 +649,2,3,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.8388980868000001,10,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.9277071175,0.4159326869,3.3166247904,0.4,0.1,0.4,1,2,10,3,9,2,4,9,1,6,4,0,1,1,0,0,1 +651,1,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,-1.0,6,1,-1,9,1,15,1,0,0,1,41,2,0.5477225575,1.685701904,0.5329165038,3.6055512755,0.8,0.7,0.4,2,2,6,5,9,4,5,5,1,1,6,0,0,0,0,1,1 +653,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.2,0.6475916923,7,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7652985157,0.3687817783,3.7416573868,0.1,0.3,0.6,2,0,8,3,10,1,9,5,1,3,5,0,1,1,1,0,0 +654,1,1,6,1,4,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.5931905259,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.6141580274,0.3917907605,2.2360679775,0.8,0.5,0.7,2,2,7,3,9,1,12,7,3,4,5,1,0,0,1,1,0 +655,4,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.6,0.1,0.5338539125999999,9,0,1,0,0,11,1,0,1,1,3,2,0.4242640687,1.1954199788,0.3789459064,3.6055512755,0.7,0.8,0.4,4,1,7,4,8,2,7,5,1,2,11,0,1,1,0,0,0 +656,2,1,9,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.3,0.3,-1.0,7,1,-1,2,-1,14,0,1,2,1,104,0,0.4,0.625425475,0.4049691346,3.0,0.0,0.6,0.8,4,1,8,2,8,2,2,3,3,1,6,0,1,0,0,0,0 +658,4,1,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.8707037384,9,1,1,0,0,1,0,1,2,1,10,2,0.316227766,0.7790437028,0.3248076354,3.6055512755,0.2,0.9,0.5,1,5,5,3,9,2,12,8,3,4,4,0,0,1,0,1,0 +659,0,2,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7087265964,0.3598610843,3.3166247904,0.3,0.7,0.2,4,3,7,4,10,5,10,3,0,4,7,0,1,1,1,0,0 +661,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.5431390246,6,1,-1,0,0,1,0,1,0,1,10,2,0.316227766,0.6081573578,0.3768288736,2.6457513111,0.1,0.7,0.2,3,1,7,3,11,3,10,9,0,1,7,0,1,1,1,0,0 +662,4,1,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.6,1.7018372425,6,1,-1,1,1,12,1,1,0,1,104,2,0.3741657387,0.7511973913,0.3987480407,3.4641016151,0.7,0.9,0.2,1,0,8,2,10,4,4,6,0,5,7,0,1,1,1,0,0 +663,0,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6823672031999999,6,1,-1,0,1,11,1,1,0,1,104,1,0.423792402,0.3708099244,0.3867815921,0.0,0.3,0.6,0.2,5,2,6,4,10,1,10,6,2,1,8,0,0,1,1,0,0 +664,0,2,1,0,-1,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.8,1.3247641299,6,1,0,0,1,14,-1,1,3,1,104,1,0.3160696126,0.4497244335,0.2951270913,0.0,0.6,0.7,0.1,3,3,10,3,11,0,5,5,0,4,9,0,1,0,0,1,0 +665,1,4,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1667837407,0.4,3.7416573868,0.8,0.1,0.9,1,1,5,4,6,2,6,4,0,1,7,0,0,1,0,0,0 +667,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.7,0.2,0.5937171044,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7340170240999999,0.4129164564,2.8284271247,0.9,0.5,0.9,2,1,8,2,9,2,5,5,1,6,7,0,1,1,0,0,0 +668,5,1,9,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,11,1,1,8,1,11,1,1,2,1,24,2,0.5291502621999999,1.249570174,-1.0,3.3166247904,0.5,0.7,0.8,4,2,6,4,10,3,9,2,1,1,13,1,1,1,0,0,0 +671,4,1,7,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,15,1,1,0,1,5,2,0.4472135955,1.1243271634,0.4,3.4641016151,0.6,0.9,0.5,4,1,9,2,7,0,11,5,1,2,6,0,1,0,1,0,0 +673,6,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.8,0.5,0.9679230341,8,0,-1,0,1,11,0,1,0,1,44,3,0.4472135955,0.8053411576,0.4062019202,3.3166247904,0.2,0.1,0.4,3,0,7,4,10,2,6,1,1,2,5,1,1,0,0,0,0 +674,0,2,5,1,3,1,0,0,0,0,0,0,0,0,1,0,0,1,0.6,0.3,0.6905613657999999,11,1,0,0,0,1,1,1,3,1,64,3,0.3160696126,0.453945058,0.3041381265,1.7320508076,0.8,0.8,0.1,1,0,9,3,10,5,14,4,2,2,6,0,1,0,0,0,0 +675,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7395099729000001,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6473084771000001,0.3507135583,3.4641016151,0.9,0.0,0.0,1,2,7,3,7,4,8,3,0,2,8,1,0,0,1,1,0 +676,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.4,0.8196798155,7,0,-1,9,-1,9,1,1,1,1,104,3,0.4472135955,1.3059147075,0.450555213,3.4641016151,0.5,0.8,0.3,1,3,8,4,8,1,10,5,0,2,8,0,1,0,0,1,0 +677,0,1,2,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7079390410999999,0.3907684737,3.1622776602,0.0,0.3,0.5,3,1,9,2,10,2,8,4,1,3,11,0,1,0,1,0,0 +678,0,1,0,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.6717514420999999,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.6817727258,0.3907684737,3.0,0.4,0.3,0.2,1,2,7,1,11,3,11,6,4,2,4,0,1,0,1,1,0 +679,0,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.4,0.0,0.5385164807,7,1,1,0,0,10,1,1,2,1,89,2,0.3872983346,0.9495431698,0.3349626845,3.6055512755,0.3,0.3,0.9,2,4,7,4,8,3,13,7,0,4,9,0,0,1,1,1,0 +680,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.2,0.5830951895,8,1,-1,0,-1,6,0,1,2,1,77,2,0.3741657387,0.7731950456000001,-1.0,3.4641016151,0.0,0.0,0.0,2,1,9,3,7,2,7,7,1,2,12,0,0,0,0,0,0 +681,0,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.8,0.8466847111,8,1,0,0,1,1,0,1,2,1,74,3,0.3741657387,0.6738933383,0.3303028913,2.8284271247,0.8,0.7,0.2,4,2,8,2,11,3,9,1,0,1,7,0,1,0,1,1,0 +682,0,2,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.9,0.3,0.6133922073,6,1,-1,0,0,9,1,1,0,1,21,2,0.316227766,0.7973613509,0.3768288736,3.6055512755,0.8,0.9,0.6,3,1,9,4,6,2,8,6,1,3,4,1,1,0,1,1,0 +683,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.1,0.4981214711,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6222626004,0.4129164564,1.7320508076,0.0,0.9,0.2,3,1,6,6,12,2,9,8,0,2,4,1,1,0,0,0,0 +684,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.8,0.3,0.7652613933,7,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8266481158,0.310322413,3.6055512755,0.6,0.1,0.2,2,2,6,3,10,1,3,4,3,2,10,0,1,1,0,1,1 +686,1,1,4,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.9,1.0908712115,11,0,-1,0,-1,7,1,1,1,1,104,2,0.4472135955,1.0069900325,0.4254409477,3.4641016151,0.2,0.5,0.9,2,1,9,1,9,3,10,6,3,4,7,0,1,1,0,0,0 +687,1,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.7,0.9614442262,8,1,-1,0,1,6,1,1,0,1,104,1,0.3160696126,0.5694531232,0.3456877203,2.4494897428,0.5,0.9,0.5,3,0,8,4,9,2,13,1,4,2,8,0,0,1,1,0,0 +688,6,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.4,0.8185352772,4,1,-1,0,1,4,0,1,0,1,50,2,0.4,0.6583224360000001,0.3943348831,3.0,0.3,0.1,0.3,0,1,4,2,9,2,9,3,0,2,14,0,1,1,1,1,0 +690,3,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.8444672877,11,1,-1,0,-1,1,1,1,1,1,25,3,0.3741657387,0.7942848543000001,-1.0,3.6055512755,0.4,0.9,0.7,5,2,9,4,11,2,10,10,2,5,1,0,0,0,0,1,0 +691,0,2,1,0,0,0,0,1,0,0,0,0,0,0,8,0,0,0,0.6,0.7,0.7603453162999999,10,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.7656898795999999,0.3937003937,3.3166247904,0.7,0.6,0.2,2,1,9,3,8,0,10,7,1,5,5,0,0,1,0,0,0 +692,5,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.0,1.1022703843,9,0,1,9,1,10,1,1,2,1,104,3,0.4472135955,1.3523067222999998,0.3908964057,3.4641016151,0.8,0.7,0.9,4,2,9,3,11,3,8,7,2,4,8,0,1,0,0,0,0 +693,1,1,4,0,3,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.4,0.7549834434999999,7,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,0.9387106508,0.4949747468,3.3166247904,0.2,0.5,0.9,1,1,10,3,8,5,10,3,1,0,10,0,1,0,0,0,0 +694,2,2,6,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.2,0.0,-1.0,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.568636182,0.3583294573,2.6457513111,0.9,0.6,0.7,5,3,9,2,8,2,13,7,0,4,7,0,0,1,0,0,0 +695,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5471517157,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.61042933,0.3666060556,2.6457513111,0.8,0.6,0.8,2,0,8,1,6,0,11,2,1,5,10,1,0,1,0,0,0 +696,2,2,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.7,1.0485108488,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6274538605,0.3685105155,2.8284271247,0.4,0.8,0.8,3,2,8,2,10,2,7,3,0,2,9,0,0,1,1,1,0 +698,1,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.5285593628,10,1,-1,0,1,11,1,1,0,1,7,3,0.3741657387,0.7608716185,0.4129164564,3.0,0.7,0.3,0.5,3,0,8,3,9,5,13,6,3,2,4,0,1,0,0,0,0 +699,0,1,4,1,6,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5303593044,0.3583294573,2.2360679775,0.1,0.4,0.3,2,2,7,1,9,3,11,0,0,3,17,0,0,0,1,0,0 +702,3,1,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,11,0,1,0,0,11,1,1,0,1,7,3,0.4242640687,0.8376749848,0.3542597917,3.3166247904,0.0,0.4,0.8,2,3,8,5,9,4,10,8,1,1,8,0,1,1,1,0,0 +703,0,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.5,0.8492643876,7,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7895364264,-1.0,3.7416573868,0.0,0.0,0.6,4,3,6,1,10,5,9,7,1,3,8,1,1,0,0,0,1 +705,2,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,1.2,1.4328729881,11,0,-1,0,-1,10,1,1,1,1,55,2,0.4242640687,1.1123336536,0.416533312,3.4641016151,0.7,0.5,0.6,3,2,8,4,10,4,5,9,2,5,9,0,1,1,1,1,0 +706,2,4,10,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.7,0.8287792226999999,4,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.8307966901999999,0.3836665219,3.4641016151,0.8,0.3,0.6,3,3,8,1,10,3,8,9,2,2,7,0,0,0,1,1,0 +707,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.7,0.7132671309,10,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.9465465721,0.4159326869,3.4641016151,0.9,0.3,0.9,4,3,10,3,11,3,10,3,0,5,14,1,1,0,1,1,0 +708,0,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.1,0.454835135,7,1,-1,0,-1,11,1,1,0,1,103,3,0.3160696126,0.5282905537,0.3307567082,1.7320508076,0.6,0.2,0.4,3,2,9,3,11,2,8,6,1,2,4,0,1,1,0,0,0 +709,2,2,0,0,-1,1,0,0,0,0,0,1,0,1,1,0,1,0,0.8,0.9,0.7141428429000001,7,1,0,0,0,1,-1,1,3,1,64,1,0.3160696126,0.4988209238,0.3041381265,1.4142135624,0.0,0.8,0.8,2,2,7,4,9,1,8,3,2,3,10,0,0,0,0,0,0 +710,3,1,5,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.3,0.0,0.7128288715000001,6,1,-1,8,1,13,1,1,0,1,4,2,0.4976946855,0.8238691222,0.5186520992,1.4142135624,0.2,0.6,0.9,2,3,7,2,10,4,6,11,2,2,5,0,1,1,0,0,0 +713,3,1,4,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.6,1.2661457262,10,1,0,0,1,0,1,1,2,1,32,1,0.3160696126,0.4487586183,0.3049590136,1.0,0.2,0.1,0.3,2,2,8,3,10,1,13,5,0,1,9,1,1,0,0,0,0 +714,5,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.2,1.0362190888,6,1,-1,0,1,7,1,1,0,1,96,3,0.4,0.7851935593000001,0.4272001873,3.1622776602,0.3,0.9,0.3,3,3,4,3,9,3,3,4,2,1,8,0,0,1,1,0,0 +715,0,1,2,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.8,1.2227019261,10,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,0.8958351752,0.3964845520000001,2.6457513111,0.0,0.8,0.0,3,2,7,2,8,2,7,10,0,2,4,0,0,0,1,0,0 +716,0,1,8,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.9,1.2786711853,11,0,1,8,1,3,-1,0,0,1,104,2,0.5,1.6012133829,0.4427188724,3.7416573868,0.5,0.1,0.5,1,1,9,3,9,1,8,10,1,6,6,0,0,0,1,0,0 +717,0,2,1,1,4,1,0,0,0,0,0,0,0,0,8,0,0,0,0.9,0.2,0.5931905259,6,0,-1,1,0,16,1,1,0,1,104,3,0.316227766,0.7106044453,0.3674234614,3.0,0.3,0.6,0.7,4,4,9,1,11,4,6,3,2,3,8,0,1,1,1,0,0 +718,0,1,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.5,0.9212762886,7,1,1,1,0,3,1,0,2,1,45,3,0.4,0.8824856893,0.3096772513,3.7416573868,0.0,0.4,0.5,2,1,6,5,9,3,8,6,2,1,6,0,1,0,1,1,0 +719,0,2,0,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,1.0706306553,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6752104049,0.3583294573,3.3166247904,0.2,0.4,0.8,2,4,5,3,9,2,8,3,3,2,8,0,1,1,0,1,0 +720,1,1,6,0,1,0,0,0,1,0,0,0,0,0,4,0,1,0,0.9,0.4,0.6800735254000001,11,1,1,4,0,1,1,1,2,1,104,3,0.3741657387,1.1135157634,-1.0,3.6055512755,0.7,0.5,0.3,3,2,10,6,11,2,15,6,2,3,3,0,1,1,1,0,0 +721,1,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.625,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5259191089,0.3507135583,2.4494897428,0.2,0.1,0.8,3,2,8,2,11,3,10,10,5,3,6,0,0,1,0,0,0 +723,3,3,7,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.9,1.1297123528,11,1,0,0,1,14,1,1,0,1,60,1,0.316227766,0.621116031,0.3070830507,3.1622776602,0.3,0.2,0.2,2,2,8,4,8,3,13,4,2,2,3,0,1,0,0,0,1 +724,1,2,1,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.6,0.2,0.634921255,11,1,1,0,0,11,1,0,2,1,104,2,0.316227766,0.8762947917,0.3207802986,3.6055512755,0.3,0.2,0.8,3,0,9,3,10,3,6,7,2,1,4,0,1,1,0,1,0 +726,0,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,4,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.7144320983,0.3701351105,3.3166247904,0.7,0.7,0.2,2,3,9,5,11,0,10,5,1,7,6,0,1,1,0,0,0 +728,3,1,7,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.4,1.0644834428,11,0,0,9,1,13,-1,1,1,1,104,3,0.5656854249000001,1.3712740652000002,0.4370354677,2.8284271247,0.8,0.1,0.5,3,0,8,4,9,1,8,7,1,3,9,0,1,0,0,0,0 +730,0,1,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.3,0.4,-1.0,6,1,-1,0,0,0,1,0,0,1,87,2,0.316227766,0.8261618415,0.3615245497,3.7416573868,0.9,0.0,0.3,3,0,9,3,9,3,9,4,1,1,6,0,1,0,0,1,0 +732,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8527907517000001,0.3964845520000001,2.6457513111,0.8,0.7,0.0,3,1,5,1,9,1,4,3,0,3,6,0,1,1,0,0,1 +734,0,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6230921293,0.3687817783,3.0,0.8,0.6,0.9,3,4,8,5,8,5,7,5,1,4,8,0,0,1,0,0,0 +735,1,1,8,0,3,1,0,0,0,0,0,0,0,0,12,0,1,0,0.6,0.6,0.9532837982,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7051463712999999,0.3814446225,3.1622776602,0.3,0.5,0.9,1,2,9,5,9,0,8,3,2,3,5,0,0,0,1,0,0 +737,2,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,-1.0,11,1,-1,6,-1,14,1,1,2,1,104,0,0.5,1.0906912661,0.5656854249000001,3.7416573868,0.6,0.2,0.9,4,2,9,3,7,3,8,7,4,3,9,0,0,0,0,1,0 +738,1,3,7,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.4,1.7489282432,11,1,-1,0,-1,6,1,1,0,1,27,3,0.3741657387,0.7466177178,0.3907684737,3.4641016151,0.5,0.1,0.8,2,3,9,2,9,1,5,4,1,1,8,0,0,0,0,0,0 +741,0,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.810863737,7,0,-1,0,-1,10,1,0,1,1,28,3,0.3872983346,1.1093609954,0.3911521443,3.7416573868,0.3,0.8,0.1,3,2,8,5,8,3,4,4,1,1,9,0,1,0,0,0,0 +742,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.9,0.2,0.4444097209,11,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6839209997,0.3744329045000001,3.1622776602,0.7,0.6,0.7,3,1,7,2,5,2,7,4,2,4,8,0,1,0,0,0,0 +743,4,1,8,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.1,0.7677076265999999,5,1,1,0,1,14,1,1,2,1,82,3,0.3160696126,0.5886846242,-1.0,2.4494897428,0.1,0.5,0.0,0,3,7,3,11,1,5,4,1,1,7,0,0,0,0,0,0 +746,2,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7071067812,11,1,-1,0,-1,11,1,1,3,1,103,1,0.316227766,0.5176233035,0.3307567082,1.7320508076,0.4,0.7,0.2,2,2,8,3,8,4,9,5,1,2,7,0,0,1,0,0,1 +747,3,1,4,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.0,0.0,0.6837397166,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9030137786,0.4185689907,2.8284271247,0.9,0.8,0.2,4,2,7,1,8,3,9,4,1,3,8,0,1,1,0,0,0 +749,0,1,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.2,0.5640257086,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.6691551353,0.3193743885,3.1622776602,0.3,0.8,0.8,3,3,6,3,9,3,8,3,1,1,7,0,0,1,0,0,0 +750,2,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.9253377762,5,1,1,0,0,14,0,1,2,1,60,1,0.316227766,0.6375953988,0.3070830507,3.1622776602,0.9,0.8,0.9,3,2,5,2,8,2,5,3,3,0,8,0,1,0,0,1,1 +752,1,1,6,1,6,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.5,0.8154753215,7,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.6857311957,0.3016620626,3.6055512755,0.1,0.7,0.2,4,3,7,4,9,4,13,11,1,6,6,0,0,1,1,0,0 +755,0,3,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.498282173,0.3307567082,1.4142135624,0.1,0.3,0.7,2,1,9,2,9,2,9,11,4,1,7,0,0,1,0,1,0 +757,4,1,5,1,1,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.5,0.7713624309999999,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6374179578,0.3744329045000001,2.6457513111,0.1,0.9,0.1,4,1,9,1,7,1,10,7,1,1,9,0,1,1,0,1,0 +758,5,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.6,0.7917543811,11,1,-1,1,-1,12,1,1,2,1,104,3,0.3741657387,0.7792995902,0.3754996671,3.4641016151,0.6,0.3,0.0,3,1,9,1,7,3,7,6,1,7,6,0,0,1,0,0,0 +759,4,1,9,0,3,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.9,1.1519006034,7,1,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,0.8561409187000001,0.4129164564,3.3166247904,0.9,0.1,0.5,3,1,5,4,10,4,9,3,1,6,7,0,0,1,0,0,0 +765,2,1,2,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,0.4,0.8681877677,11,1,1,0,1,0,1,1,2,1,32,1,0.316227766,0.6422616289,0.2944486373,3.3166247904,0.3,0.5,0.3,2,0,7,3,7,0,2,8,1,2,7,0,1,0,1,0,0 +766,0,1,8,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7115124734999999,7,1,-1,0,-1,1,1,0,2,1,64,3,0.316227766,0.7628377859000001,0.3619392214,3.6055512755,0.2,0.8,0.1,2,0,8,2,9,4,9,4,1,2,8,0,1,1,1,1,0 +767,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,0.8,0.9880536423,9,1,1,6,0,4,0,0,1,1,104,2,0.4795831523,1.2752815278,0.4428317965,3.7416573868,0.2,0.1,0.0,3,3,7,2,7,4,4,4,1,1,13,0,0,1,0,0,0 +768,1,1,1,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.5942432162,11,1,-1,0,-1,0,1,1,1,1,98,3,0.4,0.7911572234,0.3974921383,3.1622776602,0.0,0.9,0.5,4,1,6,3,7,2,7,4,0,4,11,0,1,0,1,1,1 +769,0,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.825378701,7,1,-1,2,-1,11,0,1,2,1,104,0,0.3997499218,0.4647935648,0.3905124838,1.0,0.5,0.5,0.6,2,2,8,1,10,3,9,6,1,4,9,0,1,1,0,1,0 +770,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,7,1,1,0,0,14,1,0,2,1,82,3,0.316227766,0.7608716185,0.3292415527,3.6055512755,0.6,0.2,0.2,3,2,6,5,9,3,11,10,1,1,5,0,1,0,0,1,0 +771,1,1,2,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,0.9,1.1096170511,10,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7357039693999999,0.3666060556,3.4641016151,0.6,0.9,0.2,2,1,7,3,8,4,12,7,0,4,12,1,1,1,0,0,0 +772,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6118619125,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7294002971,0.3615245497,3.4641016151,0.0,0.5,0.3,4,0,6,0,9,2,10,5,1,2,6,0,1,0,0,0,0 +773,0,2,0,1,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8789197916,10,0,0,0,0,10,-1,1,2,1,28,3,0.3872983346,0.7211245809000001,0.3240370349,2.4494897428,0.6,0.5,0.7,2,2,6,2,10,0,6,4,1,4,9,1,1,0,0,1,0 +775,4,1,2,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.0,0.0,0.7782191208,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.5982757594,0.3685105155,2.6457513111,0.2,0.6,0.4,2,0,4,1,8,3,11,2,1,2,7,1,1,1,0,0,1 +776,3,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,1.0680004682,7,0,-1,9,-1,16,1,1,2,1,104,3,0.4472135955,0.9137946493,0.4626013402,2.8284271247,0.5,0.4,0.7,1,0,9,1,9,2,7,7,0,2,11,0,0,0,1,1,0 +778,1,2,1,0,0,0,0,1,0,0,0,0,0,0,9,0,0,1,0.7,0.7,0.9730750228,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6356814525,0.3619392214,3.3166247904,0.5,0.2,0.7,2,2,7,2,10,1,3,7,2,4,4,0,0,1,1,1,1 +779,4,1,4,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.7,0.5,0.8280247581,11,0,0,0,0,11,1,1,2,1,30,3,0.4469899328,0.9427627766,0.3788139385,3.1622776602,0.6,0.7,0.9,4,2,10,2,11,3,7,3,2,3,11,0,0,0,1,0,0 +780,1,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,4,1,-1,0,1,1,1,1,0,1,65,1,0.3160696126,0.5473640818,0.35,2.4494897428,0.5,0.0,0.5,5,2,8,3,9,4,10,8,3,0,7,1,0,0,0,0,1 +782,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.0,0.0,-1.0,10,1,-1,0,0,0,1,1,0,1,66,1,0.3998749805,0.7064636644,0.3817066937,2.6457513111,0.0,0.2,0.7,2,3,7,1,12,1,4,2,3,2,9,0,1,1,0,0,1 +783,1,1,2,1,0,0,1,0,0,0,0,1,0,1,4,1,0,0,0.6,0.0,1.0283481901,11,1,1,0,1,1,1,1,2,1,52,3,0.3741657387,0.7929180337999999,0.30903074280000004,3.6055512755,0.9,0.4,0.8,4,3,8,4,9,1,12,13,1,3,3,0,1,1,0,0,1 +784,2,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.2,0.6698880503,11,1,-1,0,-1,14,1,1,2,1,104,2,0.316227766,0.6464301206,0.3937003937,2.8284271247,0.9,0.3,0.7,2,1,8,5,11,3,11,8,4,6,13,1,1,1,0,1,0 +785,5,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,1.2178361959,7,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.7584918703,0.3826225294,2.6457513111,0.1,0.7,0.9,2,3,7,4,9,3,9,9,0,0,7,0,1,0,1,0,1 +786,2,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.6,0.2,0.6046693311,7,1,1,0,0,0,1,1,3,1,32,3,0.316227766,0.6725736925,0.2944486373,3.3166247904,0.4,0.8,0.6,2,2,9,2,8,2,3,7,1,2,5,0,1,1,0,1,0 +788,0,1,5,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7445393495,0.3958535083,2.0,0.4,0.9,0.7,1,1,9,1,10,0,11,3,1,2,12,1,0,0,0,0,1 +789,7,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.0,1.3851895177000002,6,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8863636364,0.3848376281000001,3.6055512755,0.9,0.1,0.6,3,0,7,4,9,4,8,2,1,4,3,0,1,0,1,0,0 +792,2,2,2,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.4,0.3,0.6864765109000001,8,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7170301468000001,0.3814446225,3.1622776602,0.7,0.7,0.6,3,2,7,3,8,3,9,6,2,2,7,0,1,1,0,0,0 +793,1,1,8,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.1,0.5471517157,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7504819387999999,0.3615245497,3.6055512755,0.1,0.7,0.0,1,1,6,5,11,2,10,3,1,2,7,0,1,0,0,0,0 +794,4,3,7,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.8,0.3,0.7331439149,7,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.6071032698,0.393192065,2.6457513111,0.1,0.7,0.9,3,2,6,6,11,2,7,6,0,5,8,0,1,0,0,0,0 +797,2,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.6363961031,10,1,-1,0,0,4,1,1,0,1,50,2,0.4,0.6347219083,0.3943348831,2.8284271247,0.8,0.8,0.8,2,2,6,4,8,3,17,4,3,3,7,0,1,0,0,1,0 +798,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6002582089,0.3583294573,2.8284271247,0.6,0.6,0.7,1,3,7,4,8,2,6,6,1,4,4,0,1,0,0,1,0 +799,4,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.8852965604999999,11,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,1.0210592458,0.3964845520000001,3.1622776602,0.5,0.0,0.2,1,3,7,1,10,4,7,3,1,1,5,1,1,1,0,1,0 +800,2,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,7,1,1,0,1,1,1,1,0,1,10,2,0.316227766,0.6556965888,0.3193743885,3.0,0.0,0.8,0.9,2,1,7,0,8,2,11,3,3,6,7,0,0,1,1,1,0 +801,6,1,8,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,0.4,1.031988372,11,1,0,6,0,14,0,1,2,1,104,0,0.4795831523,0.9214164446,0.3860051813,3.3166247904,0.3,0.0,0.8,3,0,9,4,8,4,5,9,0,0,6,1,0,1,0,1,0 +802,4,1,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.4,0.6,0.8852965604999999,11,1,-1,0,-1,0,1,1,1,1,95,2,0.399374511,0.646749661,0.4024922359000001,2.0,0.4,0.3,0.9,2,5,7,3,11,4,15,6,1,6,7,0,0,1,0,0,0 +805,1,1,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6736096793,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5854644268,0.3640054945,2.0,0.0,0.1,0.2,4,1,6,1,11,4,12,7,1,3,8,0,0,1,1,0,0 +807,0,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.7,0.856592085,10,1,-1,0,0,6,1,1,0,1,27,2,0.4,0.8464559075,0.3907684737,3.4641016151,0.4,0.8,0.6,4,1,4,3,8,4,13,7,0,4,10,0,1,1,0,1,0 +808,5,2,4,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.2,0.6819090848,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.9279826828,0.4269660408,3.3166247904,0.0,0.4,0.0,4,2,8,2,6,2,4,8,3,2,7,0,0,0,0,1,0 +811,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,5,1,0,0,0,1,1,1,0,1,65,3,0.316227766,0.6001032969,0.2898275349,3.0,0.6,0.0,0.3,1,2,7,4,8,1,9,4,1,0,11,0,1,1,0,1,0 +813,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.2,0.58630197,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6406995144,0.3666060556,2.8284271247,0.0,0.5,0.1,1,1,7,7,9,3,14,7,1,3,2,0,0,0,1,0,0 +814,0,1,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,1.5,1.829275813,11,1,1,0,0,11,1,0,2,1,47,2,0.3741657387,0.9900851453,0.3284813541,3.6055512755,0.6,0.0,0.0,4,5,6,4,11,0,18,6,2,2,6,0,0,1,0,0,0 +815,0,1,9,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,1.4,1.9330998422,11,0,0,0,1,10,1,1,1,1,28,3,0.3872983346,0.7815935195,0.3240370349,2.8284271247,0.4,0.6,0.2,1,0,9,1,8,3,9,4,0,2,7,0,0,1,0,1,0 +816,3,1,8,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,4,0,-1,8,1,13,1,1,0,1,4,2,0.4976946855,1.1800861434,0.5186520992,3.1622776602,0.4,0.6,0.4,4,2,7,5,9,3,10,4,1,3,7,0,1,1,0,0,0 +817,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,0.7,0.7921489759,10,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6595609609,0.3619392214,3.1622776602,0.2,0.6,0.6,2,2,8,1,8,4,8,5,1,4,5,0,0,1,0,0,0 +819,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.5018714975,7,1,-1,0,-1,0,1,1,2,0,34,2,0.4,0.7576469664,-1.0,3.1622776602,0.3,0.0,0.7,3,1,8,2,9,3,9,4,2,3,6,0,1,0,0,0,0 +821,1,1,10,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5172040216,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7421072298,0.3907684737,3.6055512755,0.9,0.0,0.5,4,1,7,5,9,2,8,5,1,1,9,0,1,0,0,0,0 +823,5,1,6,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.8192795666,0.4477722635,2.8284271247,0.7,0.8,0.3,4,2,7,4,9,2,7,8,0,4,8,0,1,0,1,0,0 +825,0,1,6,0,6,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,0,0,8,0,14,1,1,2,1,18,2,0.5656854249000001,1.4608810881999998,0.4311612227,3.6055512755,0.6,0.2,0.6,0,3,9,2,10,2,6,8,2,3,9,0,1,1,0,1,0 +826,3,1,2,0,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.7118245675,0.3744329045000001,3.1622776602,0.4,0.7,0.0,1,3,9,4,6,1,3,10,1,1,3,0,0,1,0,0,0 +827,3,3,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,0,0,1,103,3,0.316227766,0.8002817168999999,0.3583294573,3.7416573868,0.2,0.2,0.7,4,2,9,5,11,2,6,5,0,5,8,0,0,1,0,0,0 +828,1,1,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7026734661,7,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.8206150687,-1.0,2.8284271247,0.2,0.8,0.4,1,2,7,6,8,3,9,5,2,3,9,0,1,1,0,0,0 +830,0,1,5,0,1,1,0,0,0,0,0,0,0,0,8,0,1,0,0.6,0.6,0.9695359715,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6508100483,0.3788139385,2.0,0.8,0.7,0.1,3,2,8,6,10,2,11,4,0,3,8,1,1,1,0,1,1 +831,1,1,11,1,0,0,0,0,1,0,0,1,1,2,5,0,0,1,0.9,1.3,1.5091388273,7,0,1,0,1,10,1,1,2,1,55,2,0.4242640687,1.209769034,0.3586084215,3.6055512755,0.9,0.8,0.3,1,1,9,1,10,5,6,7,3,3,12,0,1,0,1,0,0 +833,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.1,0.3,-1.0,6,1,-1,0,0,11,1,0,0,1,99,2,0.316227766,0.8052808656999999,0.3687817783,3.7416573868,0.6,0.1,0.0,3,2,8,2,9,3,6,2,1,3,11,0,0,0,0,0,0 +834,1,1,2,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.3,0.0,0.6633249581,7,1,0,0,1,0,1,1,2,1,86,3,0.399374511,0.6105477828,0.3278719262,0.0,0.0,0.0,0.2,2,2,7,3,10,2,1,3,2,3,9,0,1,0,0,0,0 +835,6,1,3,0,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,0.6,1.101986842,10,1,-1,0,1,11,1,1,0,1,44,1,0.4469899328,0.5870151418999999,0.4086563348,1.4142135624,0.4,0.1,0.0,3,2,7,2,10,1,10,3,1,5,8,0,0,1,0,0,1 +836,1,1,1,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.7,0.9759610648,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.690998798,0.3887158345,3.0,0.7,0.0,0.2,3,2,7,2,8,2,9,2,1,7,6,0,0,0,0,1,0 +837,0,1,2,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.1,-1.0,10,1,-1,8,0,13,1,1,0,1,4,2,0.5656854249000001,1.4831561166,0.5186520992,3.6055512755,0.3,0.3,0.1,4,2,8,2,10,3,11,2,1,2,10,0,1,0,1,1,0 +838,3,2,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.8,1.3181426326,7,1,1,0,1,11,1,1,2,1,99,2,0.3155946768,0.5179624735,0.305777697,1.0,0.1,0.5,0.4,2,3,7,3,10,2,4,5,0,3,9,0,1,0,1,0,0 +840,1,1,2,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7296558965000001,0.3861346915,3.1622776602,0.0,0.7,0.3,1,0,9,3,9,3,12,9,2,1,5,0,1,0,0,1,0 +842,0,2,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5255949010000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.590856641,0.3583294573,2.6457513111,0.4,0.3,0.7,4,2,8,0,9,6,5,12,2,6,6,0,1,1,0,0,1 +844,2,1,4,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.5,0.6,1.2116620816,10,1,-1,0,0,1,1,1,0,1,104,2,0.4358898944,1.0302586332,0.4141255848,3.4641016151,0.1,0.8,0.8,2,3,7,6,9,3,5,7,4,2,11,0,1,0,1,0,0 +845,1,2,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.7,0.6,0.8062257748,6,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5203106192,0.3734969879,1.0,0.2,0.1,0.6,2,1,9,2,11,1,4,8,3,2,10,0,1,0,0,0,0 +847,5,3,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.4,-1.0,11,1,1,0,0,11,1,1,2,1,104,2,0.316227766,0.6647251343,0.3008321791,3.1622776602,0.0,0.0,0.0,0,2,7,6,8,2,6,6,2,3,3,0,0,0,0,0,0 +848,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.7549834434999999,11,1,1,1,0,12,1,1,2,1,104,3,0.3741657387,0.7417730601000001,0.32557641190000003,3.4641016151,0.0,0.9,0.9,3,2,9,4,5,2,8,6,4,3,7,0,1,1,1,1,0 +850,0,2,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.2,0.5338539125999999,11,1,-1,0,-1,14,1,1,0,1,82,3,0.316227766,0.7349874908,0.3685105155,3.6055512755,0.9,0.0,0.0,2,0,6,3,10,3,8,7,1,1,4,0,1,0,0,0,0 +851,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.7079901129,7,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6595609609,0.2944486373,3.0,0.5,0.7,0.9,3,2,7,3,10,2,8,6,3,1,5,0,0,0,0,0,0 +852,1,1,6,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.1489125293,11,0,0,0,0,5,1,1,3,1,104,3,0.4356604182,0.6610159974,0.3354101966,2.0,0.8,0.1,0.3,3,2,8,4,7,4,9,2,1,3,13,0,1,1,1,1,1 +853,2,1,2,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.5,0.4,0.4918078893,8,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,1.014094882,0.32557641190000003,3.1622776602,0.2,0.4,0.1,4,3,6,2,10,1,9,5,3,7,4,0,0,1,0,0,0 +855,1,1,3,1,6,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.9471902773,0.423083916,3.6055512755,0.3,0.5,0.7,4,2,6,4,9,1,7,7,2,4,6,0,1,1,0,0,0 +856,5,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.0,0.0,-1.0,6,0,1,0,0,15,1,1,2,1,5,2,0.4242640687,1.0395882847,0.32557641190000003,3.3166247904,0.3,0.2,0.0,3,0,7,3,9,3,8,11,0,3,4,1,1,1,1,1,1 +857,5,2,11,1,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.9,1.0,1.275,11,1,1,0,1,11,1,1,2,1,16,3,0.3741657387,0.7213394336,0.3185906464,3.3166247904,0.4,0.8,0.6,1,1,9,1,11,1,4,7,2,2,6,0,1,1,0,0,0 +859,0,1,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.1,0.8806957476999999,11,1,0,2,0,1,0,1,2,1,104,1,0.3741657387,0.8303140897,0.3492849839,3.4641016151,0.6,0.7,0.0,3,2,8,3,10,3,9,4,0,3,8,0,1,1,0,0,0 +860,0,4,5,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.4,0.7644442426000001,9,1,1,0,0,14,0,0,2,1,82,3,0.316227766,0.7537098329999999,0.3292415527,3.6055512755,0.0,0.5,0.1,1,1,9,5,8,3,5,5,1,2,5,1,1,1,0,0,0 +862,5,1,7,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.8321658489,11,1,1,0,1,9,1,0,2,1,21,3,0.316227766,0.8417808749,0.3130495168,3.6055512755,0.5,0.6,0.5,2,1,9,6,9,1,4,7,0,4,8,0,1,0,0,0,0 +863,4,2,2,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.8,0.5,0.775,11,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.6923131666,0.3435112807,2.6457513111,0.2,0.5,0.8,2,2,8,2,9,4,7,8,1,10,12,0,1,0,1,0,0 +864,7,1,11,1,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.9,0.9,1.3674794331,10,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7421698698,0.3598610843,3.4641016151,0.3,0.5,0.8,2,0,7,1,9,2,7,4,3,6,6,0,0,1,0,1,0 +867,1,1,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.6,0.8,1.210113631,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.7110840287000001,-1.0,2.4494897428,0.1,0.4,0.8,2,2,10,5,9,3,8,3,1,5,5,0,0,1,1,0,0 +868,2,2,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.1,0.4437059837,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6305743152000001,0.3521363372,3.1622776602,0.5,0.6,0.2,2,3,6,3,9,2,11,8,1,2,7,0,0,1,0,0,0 +869,0,2,0,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,1.0,1.3160072188,11,1,-1,0,-1,11,1,0,2,1,101,3,0.3741657387,0.9355910317,0.3850973903,3.7416573868,0.6,0.6,0.2,2,2,5,6,9,5,10,7,1,4,8,0,1,0,0,0,0 +871,4,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.6,1.0431323023,10,1,-1,0,1,6,1,1,0,1,104,3,0.4,0.6434989581,0.4024922359000001,2.6457513111,0.4,0.1,0.8,3,2,8,2,10,6,6,4,0,1,10,0,1,1,0,1,1 +873,6,1,9,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.9,1.0925886692,10,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.6889175843,0.4166533331,2.8284271247,0.6,0.6,0.8,3,1,7,3,8,3,13,6,1,2,4,0,1,1,1,1,0 +875,3,1,6,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,1.5,1.5049916943,5,1,0,0,0,1,0,1,2,1,64,3,0.316227766,0.6620622677,0.3016620626,3.1622776602,0.5,0.9,0.0,1,1,4,2,6,4,5,7,0,6,8,1,1,0,1,0,0 +876,0,1,2,1,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,0.7137051212000001,11,1,1,0,0,1,1,0,2,1,10,2,0.316227766,0.8152181170999999,0.3248076354,3.7416573868,0.2,0.1,0.0,3,1,9,4,6,3,6,3,3,2,9,0,1,0,0,1,0 +877,1,1,5,0,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,6,1,-1,0,0,1,1,1,0,1,85,2,0.3741657387,0.9022973434,0.3996248241,3.6055512755,0.4,0.9,0.8,2,2,8,2,9,1,12,4,1,1,13,0,1,0,0,0,0 +879,2,1,6,0,6,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.5,0.5857687257,7,1,0,0,1,11,1,1,3,1,19,3,0.3155946768,0.4496784894,-1.0,0.0,0.8,0.3,0.3,3,0,10,3,5,2,7,6,1,0,6,0,1,1,0,1,1 +880,3,1,6,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.4,0.0,0.938083152,11,0,-1,8,-1,11,0,1,2,1,71,2,0.5291502621999999,1.3824161386000002,0.4949747468,3.6055512755,0.0,0.0,0.5,1,1,10,4,8,3,7,6,3,0,6,0,1,1,1,0,0 +883,2,2,2,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,1.1,1.4376630342,2,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6815757145,0.3794733192,2.8284271247,0.7,0.3,0.8,2,1,8,5,10,2,11,6,0,5,3,0,0,1,0,1,0 +884,0,1,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.8,1.275,11,1,-1,0,-1,14,1,0,2,1,60,1,0.316227766,0.7429976141,0.34727510710000004,3.6055512755,0.2,0.1,0.2,3,3,7,2,10,1,6,3,0,1,8,1,1,1,1,0,0 +885,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.0,0.2,0.5356071321,6,1,-1,0,0,1,1,0,0,1,51,2,0.3741657387,0.9664581327,0.4017461885,3.7416573868,0.3,0.7,0.4,4,1,7,3,8,3,8,4,0,1,15,0,0,0,1,0,1 +886,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.0,0.561248608,7,1,0,0,1,7,1,1,2,1,96,3,0.4,0.7234844518000001,0.3616628264,2.8284271247,0.3,0.8,0.1,1,2,8,4,9,1,9,5,0,4,4,0,1,1,0,0,0 +887,0,1,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.5379358698,7,1,0,0,0,1,1,1,2,0,40,2,0.3741657387,0.7610073793000001,0.3248076354,3.4641016151,0.8,0.7,0.0,2,2,7,4,8,2,10,3,0,5,5,0,1,1,0,1,0 +888,0,1,7,0,3,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.5,1.5219231255,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.7630138155,0.3848376281000001,3.1622776602,0.9,0.8,0.7,2,2,8,5,10,2,3,5,1,1,5,0,0,1,0,0,0 +891,5,1,4,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.3,0.7437237390000001,6,1,-1,0,0,10,1,1,0,1,89,2,0.3872983346,1.0066103828,0.4086563348,3.6055512755,0.0,0.5,0.2,1,0,8,2,9,4,6,6,1,6,8,1,0,0,0,0,1 +893,0,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.8396427812,10,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7275141645000001,0.3666060556,3.4641016151,0.8,0.4,0.5,1,1,7,6,8,3,7,7,2,2,10,0,1,1,1,1,0 +895,7,1,11,0,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.9,1.1,1.3275918047,11,0,0,1,1,5,1,1,3,1,104,2,0.5656854249000001,0.8066344220999999,0.4055859958,0.0,0.2,0.8,0.3,5,1,8,3,9,5,7,7,0,3,9,0,1,0,0,0,1 +897,2,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.7,1.1297123528,7,1,-1,0,-1,11,1,1,3,1,103,3,0.316227766,0.6125917034,0.3583294573,2.8284271247,0.3,0.5,0.6,1,1,8,2,10,3,12,3,1,2,7,0,0,1,1,1,0 +898,2,1,3,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.0,0.0,0.7652613933,6,0,-1,9,0,15,1,1,0,1,41,2,0.5477225575,1.5053005521,0.5329165038,3.3166247904,0.2,0.5,0.7,3,3,8,4,7,2,13,12,0,2,8,0,0,1,0,1,1 +901,6,1,7,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.7,1.2781823031,6,1,-1,0,1,11,1,1,0,1,2,2,0.4242640687,0.9880045003,0.3466987165,3.6055512755,0.7,0.6,0.4,3,2,6,1,11,3,11,3,2,1,4,0,1,1,1,0,0 +902,5,1,7,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.6,0.9,1.1664583147,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,1.051548445,0.4256759331,3.6055512755,0.6,0.7,0.1,3,4,7,5,9,4,12,8,1,5,7,0,1,1,0,0,1 +904,2,1,5,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,1,8,0,13,0,0,2,1,4,2,0.5656854249000001,1.4175552229,0.4410215414,3.6055512755,0.9,0.3,0.3,2,4,9,3,9,1,11,5,3,2,3,0,1,0,0,0,0 +905,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8062257748,6,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7383530925,0.374566416,3.1622776602,0.8,0.3,0.9,4,1,7,3,7,4,15,3,2,2,11,0,1,1,0,0,0 +907,4,1,10,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,1.3768169813,11,0,1,0,1,9,1,0,2,1,93,3,0.4,1.0635586606999998,0.3210918872,3.7416573868,0.5,0.2,0.7,2,2,9,3,9,3,9,3,1,0,9,1,1,0,1,0,0 +908,4,1,2,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.701338007,3,1,-1,0,-1,11,1,1,2,1,16,3,0.4242640687,0.6489342821,0.3905124838,2.4494897428,0.4,0.3,0.3,1,3,6,4,9,5,11,8,2,1,10,0,1,1,0,0,0 +909,6,1,8,0,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.8739279146,6,1,-1,0,1,6,1,1,0,1,27,3,0.3741657387,0.7393038942,0.3907684737,3.3166247904,0.7,0.8,0.1,2,3,9,3,10,2,12,5,1,1,8,0,1,0,0,1,1 +910,0,2,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.1,0.0,-1.0,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7477652656999999,0.3615245497,3.6055512755,0.3,0.0,0.9,2,0,9,5,10,4,6,4,2,3,12,0,1,0,0,0,1 +911,1,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.7044501402,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.7332143655,0.3685105155,3.6055512755,0.5,0.9,0.5,2,2,9,4,9,3,5,4,0,5,13,0,1,0,1,0,0 +913,5,1,3,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,1.2,1.4467636296000002,11,1,1,0,1,14,1,1,2,1,49,3,0.4,0.7886723859,-1.0,3.6055512755,0.7,0.6,0.2,1,0,6,2,8,4,5,9,3,3,9,0,1,1,1,1,1 +914,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.8,1.0767427734,10,1,-1,0,0,6,1,1,0,1,104,3,0.4,0.6752868995,0.4024922359000001,2.8284271247,0.7,0.4,0.7,3,1,9,1,7,1,11,8,3,3,5,0,0,1,1,0,0 +915,1,2,5,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.7,1.1757976016,10,0,-1,9,1,8,1,1,0,1,104,3,0.5477225575,2.1678053799,0.5683308895,3.3166247904,0.7,0.9,0.5,4,3,8,4,9,2,9,8,0,3,9,0,1,0,1,0,0 +916,1,2,9,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.5562148865,7,1,-1,0,-1,1,1,1,2,1,85,3,0.4242640687,0.9808180933,0.4098780306,3.6055512755,0.1,0.9,0.9,3,2,8,6,8,2,8,7,3,3,11,0,1,1,0,0,0 +917,1,2,3,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.8,1.3,1.5795568999,2,1,-1,0,1,0,1,1,0,1,43,1,0.3994996871,0.4568125282,0.3667424164,0.0,0.8,0.1,0.4,5,4,10,3,7,1,8,9,0,2,10,1,0,0,1,1,0 +919,2,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.9663074045,7,1,1,0,1,6,1,1,2,1,27,3,0.3741657387,0.7314369419,0.3204684072,3.3166247904,0.2,0.9,0.4,2,2,6,3,9,2,8,4,1,5,8,0,0,1,0,0,0 +920,2,1,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.9,1.2599603168,11,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9426970277,0.3708099244,3.6055512755,0.6,0.2,0.5,2,4,7,2,8,4,9,7,0,5,4,0,1,0,1,0,0 +923,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.3188536689,7,1,0,0,0,1,1,1,2,1,38,3,0.316227766,0.7242836301000001,0.299165506,3.4641016151,0.8,0.9,0.1,1,4,8,2,10,3,7,8,0,2,9,0,0,0,0,1,0 +924,1,1,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7007080245,0.3666060556,3.3166247904,0.5,0.2,0.0,2,3,8,1,9,2,3,7,3,4,8,0,0,0,1,0,0 +925,0,1,9,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,1,2,0,1,1,0,2,1,1,0,0.4242640687,1.0288202342,0.33615472630000004,3.6055512755,0.0,0.3,0.8,2,4,7,2,7,3,11,7,0,1,10,0,1,1,0,1,0 +926,1,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.6383572667,6,1,-1,0,0,14,1,1,0,1,68,3,0.3994996871,0.7027690215000001,0.4074309757,2.2360679775,0.1,0.2,0.4,2,1,7,3,10,5,11,4,2,3,15,0,0,1,0,0,0 +928,0,2,1,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.8,0.2,0.6485560886,7,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.8026518548,0.3687817783,3.7416573868,0.8,0.7,0.4,3,1,9,4,9,2,4,8,3,2,6,0,1,0,0,1,1 +929,5,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.941359137,0.4017461885,3.7416573868,0.7,0.1,0.9,1,3,5,1,8,4,12,4,1,4,8,0,0,1,1,0,0 +932,2,1,2,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.7774155903,10,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.5499812168,0.3556683849,2.6457513111,0.5,0.1,0.2,2,1,9,3,7,3,4,7,3,4,4,0,1,1,0,0,0 +935,1,2,2,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,1.0,1.0633085159,11,1,-1,1,-1,16,1,1,0,1,104,3,0.316227766,0.8023596398999999,0.3674234614,3.3166247904,0.3,0.5,0.9,2,2,8,1,7,4,10,8,0,5,8,0,0,0,0,0,0 +936,0,1,4,1,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.7,0.0,0.4589389938,7,1,0,2,0,0,1,1,2,1,104,2,0.3741657387,0.7128832158,0.3601388621,2.8284271247,0.3,0.9,0.6,3,3,9,5,9,2,7,9,2,2,8,0,1,1,0,1,0 +937,5,3,8,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.5,0.6,-1.0,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6589184727,0.3788139385,2.2360679775,0.0,0.9,0.6,3,2,6,4,11,2,9,2,0,1,5,0,1,0,0,1,0 +938,1,1,7,0,4,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.6373774392,11,1,-1,0,-1,0,1,1,1,1,23,3,0.4,0.9181368126,0.3974921383,3.6055512755,0.4,0.8,0.8,1,2,9,5,6,3,11,7,2,2,3,1,0,1,0,0,1 +939,1,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.6932712312,7,1,1,0,0,1,1,1,2,1,64,1,0.316227766,0.656263528,0.3016620626,3.4641016151,0.9,0.0,0.7,4,2,8,3,10,2,7,6,6,3,8,0,0,0,1,0,1 +940,0,2,0,0,6,1,0,0,0,0,0,0,0,0,3,0,0,0,0.9,0.1,0.4723610907,6,1,-1,0,0,11,1,0,0,1,103,0,0.316227766,0.7101099903,0.3583294573,3.6055512755,0.7,0.2,0.3,4,0,6,3,11,1,9,7,3,5,9,0,1,1,1,0,0 +941,3,2,2,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.5,1.0179636536,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.75032431,0.3974921383,3.0,0.5,0.2,0.7,1,3,9,3,10,2,13,4,0,2,8,0,1,1,0,0,0 +944,2,1,8,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.8332916656,10,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7325236576999999,0.3926830783,3.1622776602,0.6,0.6,0.7,2,1,6,2,9,2,9,10,1,1,7,0,1,1,0,0,0 +945,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.4,1.3188536689,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6276020216,0.3619392214,3.1622776602,0.6,0.6,0.6,2,2,8,4,8,3,5,3,1,2,13,0,1,1,1,1,0 +946,1,1,5,1,1,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,1.8,1.6537835409,11,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,1.1152678217,0.4679743583,3.6055512755,0.3,0.7,0.4,4,3,6,4,7,4,7,9,0,1,9,0,0,1,1,0,0 +947,2,1,7,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.9,1.5668439616,11,0,-1,0,-1,11,1,1,2,1,69,3,0.4242640687,1.2463168879000002,-1.0,3.6055512755,0.1,0.1,0.9,2,3,10,4,10,3,10,4,1,3,11,0,1,1,0,1,0 +949,1,1,2,0,3,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,1.0502975769,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6715745653,0.3937003937,2.6457513111,0.9,0.4,0.8,4,0,8,3,10,4,6,8,0,4,11,0,1,1,0,0,0 +950,3,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,0,-1,0,-1,11,1,1,2,1,69,3,0.4242640687,1.1216962509,-1.0,3.6055512755,0.2,0.3,0.8,3,1,10,4,9,2,10,6,1,2,12,0,1,1,0,0,0 +952,1,2,0,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,1.4,1.0520812706,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7374851168000001,0.3974921383,2.8284271247,0.4,0.5,0.1,2,1,6,3,8,3,8,5,1,3,9,0,1,1,1,1,0 +953,1,2,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.5728219619,7,1,0,0,1,11,-1,1,3,1,99,2,0.316227766,0.6082592694,0.30331501780000003,2.8284271247,0.0,0.8,0.2,4,1,10,5,6,0,14,4,2,1,7,0,1,0,0,0,0 +955,7,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.3,-1.0,4,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8747189631,0.3848376281000001,3.4641016151,0.1,0.8,0.2,3,2,6,2,8,1,9,5,3,3,5,0,1,1,0,0,0 +956,0,1,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.5852349955,6,1,-1,0,1,1,1,0,0,1,80,2,0.316227766,0.8035432896,-1.0,3.6055512755,0.5,0.6,0.2,1,4,8,6,8,1,15,7,2,4,10,0,0,1,0,0,1 +957,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.7599342077,11,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.701543605,0.4074309757,2.0,0.1,0.9,0.1,3,2,9,3,11,4,11,5,0,2,4,1,1,0,0,1,0 +960,1,1,11,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.6759252917,6,1,-1,0,1,14,1,1,0,1,82,1,0.3160696126,0.3820075288000001,0.3774917218,0.0,0.3,0.0,0.8,0,1,9,1,12,1,6,5,1,3,5,0,0,1,0,1,0 +961,1,3,6,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.8,0.9,11,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.9142128439,0.3826225294,3.4641016151,0.0,0.5,0.1,2,2,7,2,9,1,8,9,2,1,12,0,1,1,0,1,0 +962,1,2,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,0.3,0.5766281297,7,1,-1,0,-1,0,1,1,0,1,78,3,0.4,0.8907235428,0.3848376281000001,3.6055512755,0.5,0.4,0.7,1,1,9,1,10,1,8,4,1,3,6,0,0,1,0,0,1 +963,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,0.0,-1.0,6,1,0,0,1,11,1,1,2,1,67,2,0.3741657387,0.6790397936,0.3008321791,3.1622776602,0.9,0.2,0.0,4,1,8,2,10,1,8,8,0,3,7,1,1,0,1,0,0 +964,0,1,6,1,2,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.9055385138,9,1,1,1,1,3,1,0,2,1,45,3,0.4,0.8748671681999999,0.3096772513,3.6055512755,0.3,0.1,0.7,2,2,9,3,7,0,7,5,1,5,7,1,0,0,0,0,0 +967,0,1,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.7721722606,11,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.9285752883,0.3903844259000001,3.6055512755,0.5,0.5,0.0,1,5,9,3,9,2,12,5,1,7,10,0,0,1,0,0,0 +975,3,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,1.1,1.4289419162,11,1,-1,1,-1,16,1,1,0,1,104,3,0.4,0.9780124051,0.3730951621,3.4641016151,0.4,0.5,0.1,2,2,7,6,9,1,9,7,2,3,7,1,0,0,0,0,0 +976,0,1,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.4656984003,7,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.5855350029,0.30331501780000003,2.4494897428,0.1,0.6,0.7,1,3,8,3,8,2,10,7,2,2,8,0,0,0,0,0,0 +977,1,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.1288821905,11,1,-1,1,-1,3,1,1,0,1,45,3,0.4,0.8341026751999999,0.3498571137,3.6055512755,0.0,0.6,0.8,4,3,6,3,9,3,7,2,1,3,8,0,0,1,0,0,0 +978,1,1,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7344215411,11,1,1,0,0,4,1,1,2,1,12,3,0.4,0.7878205106999999,0.3248076354,3.4641016151,0.9,0.5,0.4,1,4,8,2,4,1,7,1,3,6,3,0,0,0,0,0,0 +980,0,1,7,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,1,1,1,2,1,52,3,0.3741657387,0.7896149286,0.2973213749,3.6055512755,0.7,0.8,0.4,3,0,8,6,10,1,7,3,1,3,5,0,1,0,0,1,0 +985,3,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5178078794,10,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.6246651996,0.3943348831,2.4494897428,0.6,0.5,0.2,2,3,10,0,8,3,9,7,1,4,9,0,1,0,1,1,1 +986,4,1,7,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,1.3,1.2072696468000002,11,1,0,8,1,13,1,1,1,1,4,2,0.4976946855,1.1855709647,0.4049691346,3.1622776602,0.6,0.0,0.5,2,3,8,4,10,1,5,7,1,4,4,0,1,1,1,0,0 +987,3,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,1.0630145813,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.9063156502,0.4306971093,3.3166247904,0.1,0.0,0.8,4,2,8,4,9,4,10,3,3,2,12,0,0,1,1,0,0 +989,1,1,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.6154266813,7,1,1,0,0,1,1,1,0,1,80,3,0.316227766,0.7483590865,-1.0,3.6055512755,0.9,0.4,0.3,3,2,10,2,9,4,9,5,0,1,6,0,1,1,0,0,1 +992,0,1,3,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.7,0.3,0.6533567173,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.659216289,0.3666060556,3.1622776602,0.3,0.9,0.8,1,2,8,2,10,1,2,4,1,4,9,0,1,1,0,0,0 +994,4,2,8,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6259992013,11,1,1,0,0,6,1,1,2,1,27,3,0.3741657387,0.7508122324,0.3204684072,3.4641016151,0.5,0.0,0.6,1,4,8,4,8,2,10,3,3,1,4,0,0,1,0,0,0 +995,0,1,3,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.3,1.4446020213,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,1.2012996578,0.4295346319,3.6055512755,0.7,0.4,0.4,1,1,8,2,11,0,8,3,0,2,10,0,0,1,0,1,0 +996,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.7,1.1645814699,7,1,-1,0,-1,0,1,1,2,1,43,3,0.3994996871,0.579309221,0.3807886553,2.0,0.6,0.5,0.5,2,2,8,3,7,5,4,8,2,4,8,0,1,1,0,1,0 +997,5,2,1,1,0,0,0,1,0,0,0,1,0,1,9,0,0,1,0.9,0.5,0.5728219619,11,1,1,0,0,0,1,1,3,1,39,3,0.3160696126,0.6287696237,-1.0,2.4494897428,0.6,0.2,0.1,1,2,6,2,9,3,11,6,2,0,4,0,1,0,1,1,0 +998,2,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,9,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.8030803301,0.310322413,3.6055512755,0.9,0.8,0.8,1,0,7,3,9,2,11,6,2,2,7,0,1,1,1,0,0 +999,4,2,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.2,0.1,-1.0,0,0,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.8947274390000001,0.4101219331,3.3166247904,0.5,0.8,0.7,2,0,7,1,10,3,7,4,0,3,6,0,0,1,0,1,0 +1000,0,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.2,1.0662434056,6,0,-1,0,1,11,1,1,0,1,104,3,0.4472135955,0.8044812506,0.4248529157,3.0,0.3,0.5,0.2,2,1,8,1,11,3,10,5,2,3,6,0,0,0,0,1,1 +1004,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.1,1.1199888392,11,0,-1,1,-1,9,1,1,2,1,104,2,0.5744562647,1.1082429695,0.4615192304,3.3166247904,0.2,0.2,0.7,1,1,7,2,9,4,11,2,2,3,8,1,0,0,0,0,0 +1005,1,2,2,1,0,0,1,0,0,0,1,0,0,1,4,0,0,1,0.9,1.5,1.8174501369,11,0,1,1,1,9,1,1,2,1,104,2,0.4242640687,1.0766828074,0.35,3.6055512755,0.6,0.6,0.3,0,2,8,4,9,2,13,4,1,2,4,1,0,1,0,0,0 +1006,5,1,6,0,4,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.3905124838,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8033375627,0.3850973903,3.3166247904,0.7,0.0,0.2,3,1,9,5,8,4,7,7,1,3,9,0,0,1,0,0,0 +1007,1,3,6,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,0.3,0.6244997997999999,11,0,0,0,0,15,1,1,3,1,5,2,0.4242640687,0.8191660745999999,0.33615472630000004,2.6457513111,0.0,0.1,0.1,2,3,8,3,10,0,9,2,0,2,6,0,0,1,0,1,0 +1010,5,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.4315669125,5,1,-1,0,-1,11,0,1,1,1,7,3,0.3741657387,0.8127216799,0.4129164564,3.3166247904,0.7,0.2,0.4,3,1,6,3,11,1,8,3,1,4,3,0,1,1,0,0,0 +1011,0,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.5,1.1494563933,10,0,-1,1,1,9,1,1,0,1,104,2,0.5744562647,1.0405179892,0.4615192304,3.3166247904,0.2,0.0,0.0,4,3,10,2,9,2,7,6,1,0,4,0,0,1,1,1,1 +1012,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5196152423,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.5982757594,0.3685105155,2.6457513111,0.2,0.9,0.8,3,1,9,2,9,3,13,7,3,2,10,0,1,1,0,0,1 +1013,2,2,2,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.6,1.0732543967,11,1,0,0,1,1,1,1,2,1,38,3,0.316227766,0.6985817983,0.299165506,3.3166247904,0.4,0.7,0.4,2,1,5,3,9,0,10,5,0,2,7,0,0,1,1,0,0 +1014,5,2,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,1.0,1.0015612812,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7245830947,0.3817066937,3.0,0.5,0.8,0.6,2,4,9,3,6,2,14,5,0,3,6,0,0,0,1,1,0 +1016,2,1,5,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.0,0.4,1.166726189,1,1,1,0,1,0,1,1,2,1,98,3,0.4,0.7312674382,0.3309078422,2.8284271247,0.6,0.2,0.9,2,2,9,5,9,4,8,5,1,4,9,0,0,1,0,0,0 +1018,2,1,9,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,1.5,1.6809595474,11,1,1,1,1,3,1,1,2,1,104,2,0.4472135955,0.8817830359000001,0.3612478374,3.1622776602,0.2,0.4,0.9,2,0,6,4,11,2,9,2,1,7,9,0,0,0,0,0,1 +1019,4,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.5,1.0440306509,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8081084433,0.3780211634,3.1622776602,0.3,0.6,0.8,3,2,10,2,11,4,14,2,1,6,13,0,1,0,0,1,1 +1020,2,1,5,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6666145813000001,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6454545454999999,0.3666060556,2.8284271247,0.1,0.7,0.1,2,0,9,2,10,2,4,7,3,4,10,1,1,1,0,0,0 +1022,1,2,2,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.7,0.957862203,10,0,0,0,0,11,1,1,2,1,53,2,0.4472135955,0.9079879673,0.3774917218,3.3166247904,0.9,0.8,0.6,2,4,8,6,11,0,8,4,1,5,5,0,1,0,0,0,1 +1023,0,1,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,4,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.7513623989,0.3974921383,3.0,0.6,0.9,0.8,2,3,6,2,8,4,6,8,0,3,6,0,1,1,0,1,0 +1024,1,1,6,1,4,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.8015609771,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6873562959999999,0.3687817783,3.4641016151,0.3,0.0,0.7,2,1,8,4,9,2,5,6,2,5,3,0,1,1,0,1,0 +1025,0,1,6,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.9290452088,6,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8055720209999999,0.3794733192,3.6055512755,0.9,0.6,0.6,4,1,9,3,11,1,5,7,2,1,6,0,1,1,1,0,0 +1029,3,1,4,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,0.4,0.6745368782,9,1,0,0,1,14,1,1,1,1,29,3,0.4,0.9697820749,0.3411744422,3.4641016151,0.9,0.5,0.6,2,1,9,3,8,3,4,8,2,2,9,0,1,0,0,0,0 +1031,0,1,4,1,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,-1.0,6,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.6349985358,0.3666060556,2.8284271247,0.7,0.5,0.0,5,2,8,5,10,4,7,6,1,3,7,0,1,0,1,1,0 +1032,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.0,0.9804335776,11,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8490904224,-1.0,3.7416573868,0.4,0.9,0.6,0,1,8,3,11,4,5,6,1,0,8,1,1,1,0,0,0 +1033,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.6366887303,11,1,-1,0,-1,0,0,1,1,1,46,3,0.4,0.7809323734,0.3663331817,3.4641016151,0.4,0.1,0.4,2,3,8,2,11,3,9,7,5,6,11,0,1,1,1,0,0 +1034,5,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.8601075238,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.7385909076999999,0.3278719262,3.3166247904,0.0,0.1,0.7,2,3,8,3,5,1,4,5,2,2,7,0,1,0,0,0,1 +1035,1,2,8,1,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0.6,0.2,0.5,7,1,0,0,1,11,1,1,2,1,101,3,0.3741657387,0.8033375627,0.3214031736,3.3166247904,0.5,0.5,0.0,3,4,9,3,11,1,7,3,2,6,6,0,0,1,0,0,0 +1036,1,2,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.1,0.4077376608,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5601800183,0.3619392214,2.4494897428,0.3,0.2,0.1,1,2,8,2,9,1,9,5,1,2,7,0,1,1,1,0,0 +1037,1,1,10,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.3,-1.0,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.7223412348,0.4110960958,2.6457513111,0.7,0.8,0.7,4,3,8,3,11,4,5,8,1,4,7,0,0,0,0,0,0 +1038,4,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.0,0.2,0.5012484414,6,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.7168716473000001,0.4129164564,2.8284271247,0.4,0.4,0.2,2,3,8,4,10,2,11,7,1,4,7,0,0,1,1,1,0 +1039,1,2,3,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.4,0.0,0.668954408,4,1,-1,0,0,1,1,1,0,1,38,0,0.316227766,0.6774099922,0.3598610843,3.4641016151,0.4,0.5,0.6,3,0,8,4,10,1,6,7,2,1,10,1,1,1,1,1,1 +1041,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7549834434999999,3,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6308855117000001,0.3687817783,3.1622776602,0.2,0.8,0.4,3,3,6,4,11,3,5,8,1,6,8,0,1,1,1,0,0 +1043,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.6,1.1,1.5196627915,10,1,-1,0,1,6,1,1,0,1,104,3,0.4,0.6515556717000001,0.4024922359000001,2.6457513111,0.7,0.6,0.5,2,1,9,5,9,2,10,6,1,5,3,0,1,1,0,1,0 +1049,4,2,2,0,0,1,0,0,0,0,0,1,0,1,2,0,1,0,0.9,0.8,1.3311179512,7,1,0,0,1,6,1,1,3,1,104,3,0.3160696126,0.5356890982,0.308058436,1.7320508076,0.7,0.5,0.0,1,0,8,3,8,4,6,3,2,6,10,0,0,1,0,1,0 +1050,2,1,8,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.7,1.0,0.9653367288,7,0,1,9,0,15,1,1,2,1,104,3,0.4898979486,1.2016431588,0.3619392214,3.3166247904,0.6,0.1,0.0,1,2,7,3,9,2,12,6,0,1,8,0,1,1,0,1,0 +1051,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,0,0,1,0.9,0.3,0.7636262175,7,1,0,0,0,11,-1,1,2,1,67,2,0.3741657387,0.6822422923,0.3008321791,3.1622776602,0.5,0.2,0.2,2,2,8,3,11,2,11,4,0,2,5,0,0,0,0,1,0 +1052,5,3,6,1,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.0,0.7881941385,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5621130441,0.3507135583,2.8284271247,0.0,0.7,0.1,3,1,9,3,10,3,9,7,0,4,5,0,1,0,0,0,1 +1053,0,1,6,0,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.1,0.4756574398,7,1,1,0,0,1,1,0,2,1,10,2,0.316227766,0.8337037744,0.3248076354,3.7416573868,0.3,0.9,0.8,1,0,8,3,8,4,10,5,1,5,13,1,1,0,1,1,0 +1054,1,1,4,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.0,0.6,0.9377499667,11,1,0,0,1,7,1,1,2,1,96,3,0.4,0.863576553,0.3616628264,3.3166247904,0.4,0.4,0.1,3,0,8,3,9,5,10,8,0,2,5,0,0,0,1,0,0 +1056,5,2,9,1,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.2,0.485412196,7,1,-1,0,-1,11,1,1,3,1,104,3,0.3155946768,0.4847892956,0.3788139385,0.0,0.5,0.6,0.9,1,1,9,6,5,2,2,8,3,0,6,1,1,0,0,0,0 +1057,3,1,9,0,6,1,0,0,0,0,0,0,0,0,7,0,1,0,0.4,0.6,1.0544548354,7,0,1,0,1,11,1,0,2,1,36,3,0.3741657387,0.861738345,0.3190611227,3.7416573868,0.8,0.6,0.6,1,2,7,2,9,3,9,5,2,4,7,1,0,0,1,0,0 +1060,2,1,6,1,4,0,1,0,0,0,0,0,0,0,6,0,1,0,0.2,0.2,-1.0,11,1,1,2,0,0,1,1,2,1,100,0,0.4,0.8648078179,0.3217141588,3.3166247904,0.0,0.7,0.1,3,3,9,2,10,1,9,6,2,2,8,0,1,0,1,1,0 +1061,3,1,7,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6115452586,0.34727510710000004,3.0,0.7,0.6,0.3,1,0,5,5,11,1,12,2,2,1,13,1,0,1,0,0,0 +1062,1,1,7,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.8525696452,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6813786462,0.3619392214,3.4641016151,0.0,0.9,0.8,2,1,10,3,10,4,8,8,2,2,8,0,0,1,0,0,0 +1063,2,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.4,1.1429129451,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6513495209000001,0.4129164564,2.2360679775,0.3,0.7,0.7,3,0,9,2,9,1,2,6,1,4,14,0,1,1,1,1,0 +1064,7,1,10,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.7,0.5,0.825378701,6,1,-1,0,1,1,1,1,0,1,64,3,0.3152776554,0.4193659125,0.3612478374,0.0,0.5,0.6,0.5,4,2,9,1,10,2,14,5,1,2,5,0,0,0,0,0,0 +1065,1,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.7004462862999999,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7413272662999999,0.3887158345,3.4641016151,0.0,0.5,0.0,1,5,9,2,9,3,6,10,1,1,10,0,0,1,1,0,1 +1066,0,2,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.4,0.8,5,1,0,0,0,0,1,1,3,1,104,3,0.316227766,0.5160242161999999,0.3209361307,0.0,0.8,0.6,0.3,3,1,9,3,8,4,7,6,3,0,7,0,1,1,0,0,1 +1068,0,2,0,1,-1,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.7,1.8449254727,11,1,1,0,1,15,-1,0,2,1,97,3,0.3605551275,0.8771785159000001,0.2983286778,3.6055512755,0.0,0.5,0.4,4,2,8,2,9,2,9,9,1,7,3,0,1,0,0,1,0 +1073,1,1,6,0,1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.6,0.5910795209,9,0,1,0,0,10,1,1,2,1,83,2,0.4242640687,0.8877611361,0.3420526275,2.8284271247,0.1,0.8,0.1,1,5,7,3,9,2,5,2,1,2,9,0,1,0,1,0,0 +1075,2,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,0,1,-1,0,0,0,1,1,0,1,78,2,0.3997499218,0.8448800590000001,0.31764760350000004,3.6055512755,0.8,0.5,0.7,2,3,7,5,5,1,8,6,2,2,4,0,1,0,0,1,0 +1079,1,1,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.0,0.5656854249000001,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6546401447,0.3685105155,2.6457513111,0.3,0.5,0.7,1,1,8,4,7,1,9,9,2,3,5,1,0,1,1,0,1 +1081,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.4,0.7361215931999999,7,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9006884419,0.4185689907,2.8284271247,0.8,0.3,0.8,3,2,7,1,8,2,11,8,5,3,6,0,1,1,0,1,0 +1083,6,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.863495802,2,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5023704142000001,0.3734969879,0.0,0.8,0.2,0.4,1,1,8,1,8,3,12,3,0,2,5,1,1,1,0,1,0 +1085,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.0,0.4968651729,7,1,1,0,0,0,1,0,2,1,46,3,0.4,0.8440971508,0.3003331484,3.6055512755,0.4,0.1,0.1,2,2,7,6,9,0,7,6,0,9,4,0,0,1,1,0,0 +1086,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.5963430221,11,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.628539564,0.30331501780000003,3.0,0.5,0.0,0.3,2,1,9,2,10,3,1,9,2,3,8,0,1,1,0,0,0 +1087,0,2,0,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.2,0.5129571132,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6179812509,0.3619392214,2.8284271247,0.7,0.5,0.1,4,3,10,5,9,0,4,7,3,2,11,0,1,0,0,0,0 +1088,0,1,4,0,1,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.608276253,7,1,-1,0,-1,1,1,1,0,1,40,2,0.3741657387,0.7498484695000001,0.3814446225,3.1622776602,0.6,0.7,0.6,0,1,8,4,10,2,15,6,3,1,7,0,0,0,0,0,0 +1089,1,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4534589287,11,1,0,0,1,0,1,1,2,1,32,3,0.3160696126,0.5103474752,0.31144823,1.0,0.1,0.2,0.3,1,2,6,2,5,1,6,1,0,4,3,0,1,0,0,0,0 +1090,0,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.6036348234000001,6,0,-1,1,1,7,1,1,0,1,104,3,0.4472135955,1.1690569767,0.4286023798,3.3166247904,0.0,0.1,0.8,2,2,6,2,9,2,7,4,0,5,11,0,0,1,1,1,0 +1091,0,1,7,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.5172040216,11,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.5970139193,0.2887905816,3.0,0.2,0.3,0.0,1,2,6,3,8,1,10,7,1,5,5,0,1,1,0,0,0 +1092,1,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,1.3,1.1155155759,11,1,0,0,0,6,1,1,2,1,73,3,0.4,0.8053668124,0.35608987630000005,3.1622776602,0.0,0.1,0.0,2,2,8,6,10,2,8,5,2,3,7,1,0,1,1,0,1 +1095,0,1,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.6,1.4724554323,11,1,0,0,0,11,1,1,2,1,7,3,0.4242640687,0.7310131087999999,0.3542597917,2.8284271247,0.1,0.9,0.0,4,2,10,4,9,4,3,6,3,1,4,0,1,1,0,1,0 +1098,0,1,4,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.5,0.1,0.5820223363,7,1,1,0,0,14,1,1,2,1,72,3,0.4,1.0736609958,0.3504283094,3.6055512755,0.6,0.1,0.4,3,0,8,5,9,3,10,7,1,1,10,0,1,0,0,0,0 +1099,0,3,5,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.0,0.0,0.7949056548000001,11,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.7096006326000001,0.3794733192,3.0,0.4,0.5,0.8,2,0,8,2,6,3,8,5,2,2,8,0,1,0,1,0,0 +1100,0,1,6,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.4873397172,11,0,0,8,0,13,1,1,2,1,104,3,0.5916079783,1.0272928397,0.4301162634,2.8284271247,0.7,0.5,0.2,3,2,8,7,9,1,6,3,1,5,14,0,1,1,0,1,0 +1101,1,1,6,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,1.2,1.6401219467,7,1,1,0,0,1,1,1,2,1,10,2,0.316227766,0.5795588234000001,0.3193743885,2.4494897428,0.3,0.9,0.3,2,1,8,4,9,4,3,1,2,4,8,0,1,0,1,0,0 +1103,3,1,2,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.7,0.8104782539000001,8,0,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.2962118998,0.5186520992,3.0,0.6,0.6,0.1,4,3,8,3,9,2,4,6,0,1,8,0,1,1,0,0,0 +1104,2,1,2,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.5994789403999999,11,0,0,1,0,0,1,1,2,1,104,3,0.5,1.1348808508,0.3836665219,3.1622776602,0.8,0.8,0.0,1,2,7,4,10,5,13,4,2,1,8,0,0,1,0,0,0 +1106,5,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5755432217,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6833165354,0.4129164564,2.2360679775,0.0,0.9,0.6,3,2,8,1,11,1,7,10,1,2,6,0,1,1,1,0,0 +1107,3,2,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.9175374652,7,1,-1,0,-1,1,0,1,2,1,70,3,0.3741657387,0.775423105,0.3937003937,3.1622776602,0.1,0.5,0.1,4,2,6,2,10,2,7,4,1,3,4,0,1,1,0,1,0 +1108,0,1,7,1,4,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.4,1.2698425099,11,1,0,0,1,9,1,0,2,1,21,3,0.316227766,0.8562724329000001,0.3130495168,3.6055512755,0.6,0.4,0.1,1,5,9,2,11,2,13,6,0,3,6,0,0,0,0,0,0 +1109,3,1,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.3,0.5695392875,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4854494382,0.3521363372,1.7320508076,0.2,0.0,0.9,1,2,8,5,11,3,8,5,0,3,2,0,1,1,0,1,0 +1113,2,2,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.0,1.1238883396,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9003236333,0.3788139385,3.1622776602,0.3,0.2,0.1,3,2,9,3,11,3,7,5,1,2,7,0,1,0,0,1,0 +1114,0,3,4,0,0,1,0,0,0,0,0,1,0,1,3,0,0,1,0.7,0.2,0.4756574398,7,0,1,0,0,11,1,0,1,0,3,2,0.4242640687,1.201273429,0.3789459064,3.7416573868,0.6,0.8,0.4,3,2,10,1,9,2,8,5,0,3,9,0,1,1,0,1,0 +1116,2,1,1,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,5,1,0,2,0,0,1,1,0,1,100,0,0.4,0.9286019884,0.3217141588,3.4641016151,0.2,0.9,0.6,2,0,8,2,8,3,4,2,2,1,6,1,1,1,0,0,0 +1117,0,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.8,0.2,0.4568916721,11,0,-1,0,-1,7,1,1,2,1,92,3,0.4,0.8607007524,0.4045985665,3.4641016151,0.7,0.8,0.2,3,1,10,3,9,5,5,10,1,4,9,0,1,1,0,0,0 +1118,0,1,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.3,1.5358222553,11,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9857664719,0.4,3.3166247904,0.4,0.9,0.3,3,2,10,3,7,1,4,6,1,1,14,0,1,0,0,0,0 +1119,0,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5667892024,5,1,0,0,1,0,1,1,2,1,43,1,0.4220189569,0.4676519508,-1.0,0.0,0.9,0.2,0.8,4,2,8,3,10,2,4,7,1,2,7,0,1,0,0,0,0 +1120,1,3,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.9727538229,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.5335829306000001,0.3185906464,2.0,0.8,0.2,0.5,2,2,10,3,8,1,9,9,2,2,6,0,1,1,0,1,0 +1121,2,3,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,1.0,-1.0,11,1,1,0,1,14,1,1,0,1,42,2,0.4,0.7272585226,0.3376388603,3.1622776602,0.1,0.3,0.2,0,1,6,3,11,2,6,7,0,7,4,0,1,1,0,0,0 +1122,5,1,7,0,2,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.0,1.1556924331,5,1,1,0,1,1,1,1,2,1,85,3,0.3741657387,0.6899814347,0.3435112807,2.6457513111,0.2,0.7,0.0,1,3,9,2,10,1,10,5,2,2,9,0,0,1,0,1,0 +1123,3,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.1,1.0627205653,10,1,-1,0,1,6,1,1,0,1,33,2,0.3872983346,0.9278184669,-1.0,3.7416573868,0.0,0.1,0.7,4,1,8,3,10,3,6,7,3,6,15,0,1,0,0,1,0 +1125,1,2,1,0,1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7693341277,6,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.8151965742,0.3937003937,3.6055512755,0.8,0.5,0.7,3,2,6,3,9,2,9,6,0,2,2,0,1,1,0,0,0 +1126,1,1,5,1,6,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,1.1,1.3315873986,11,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6602732342000001,0.3744329045000001,3.1622776602,0.4,0.9,0.8,2,0,8,5,11,0,7,6,1,1,11,0,1,1,1,1,0 +1127,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.6700345372,0.3663331817,2.8284271247,0.0,0.5,0.4,2,1,8,4,11,0,6,8,0,1,6,0,1,0,0,0,1 +1128,5,1,6,1,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,0.9778803608,4,1,0,0,0,0,1,1,1,1,46,3,0.4,0.7551749837999999,0.3003331484,3.1622776602,0.9,0.2,0.0,1,2,8,3,5,2,10,6,2,4,16,1,1,1,0,1,1 +1129,2,1,3,1,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.5,1.1594718625,11,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7913302170000001,-1.0,3.4641016151,0.5,0.3,0.8,2,1,8,1,8,3,5,10,1,1,8,0,1,1,0,1,0 +1130,5,1,4,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,1.1,1.1760633486,11,1,0,0,1,15,1,1,2,1,5,2,0.4242640687,0.8258479239000001,0.32557641190000003,2.8284271247,0.8,0.8,0.1,3,3,6,4,8,4,17,6,1,2,8,0,1,1,0,1,0 +1132,2,3,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.4,0.8077747211,10,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.718785707,0.3937003937,3.0,0.2,0.5,0.3,3,3,8,2,11,4,16,8,6,2,10,0,1,0,0,1,0 +1133,4,2,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.6,0.2,0.6619101146999999,7,1,1,0,0,7,1,1,2,1,92,3,0.3741657387,0.7111421379999999,0.3278719262,3.1622776602,0.1,0.6,0.1,2,3,9,4,9,2,12,6,0,3,10,0,1,1,0,1,0 +1136,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.5847007782,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7380872084000001,0.3666060556,3.4641016151,0.1,0.7,0.6,3,1,7,1,9,3,11,8,1,3,6,0,1,0,0,0,0 +1137,0,1,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,1.2626856299,8,1,-1,0,0,0,1,0,0,1,87,2,0.316227766,0.8481396755,0.3615245497,3.7416573868,0.0,0.4,0.7,3,2,7,3,9,1,8,7,1,3,6,1,0,1,0,0,0 +1140,1,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.7,0.2,0.625,7,1,1,0,1,6,1,1,1,1,73,3,0.4,0.7345094501,0.35608987630000005,2.8284271247,0.4,0.9,0.8,4,3,9,3,9,3,14,5,0,2,13,0,1,0,1,0,0 +1142,0,4,7,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.2,0.7128288715000001,11,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.971675302,0.3903844259000001,3.7416573868,0.2,0.7,0.3,3,1,7,3,8,3,11,6,0,0,7,0,0,1,0,0,0 +1144,2,1,11,0,0,1,0,0,0,0,0,1,0,1,4,0,0,1,0.9,1.8,1.6990806338,11,0,1,0,1,6,1,1,2,1,77,2,0.4,0.7740496706000001,0.3698648402,3.1622776602,0.8,0.1,0.9,3,3,8,4,10,3,9,4,1,2,11,0,1,1,0,0,0 +1145,4,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.1,0.4918078893,11,1,1,0,1,11,1,1,2,1,101,3,0.3741657387,0.7964150045999999,0.3214031736,3.3166247904,0.7,0.2,0.2,2,3,8,5,9,2,5,5,1,0,9,0,1,0,0,0,0 +1146,5,1,9,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.2,-1.0,11,1,1,0,1,11,1,1,0,1,53,2,0.4472135955,0.7691091767,0.35707142140000003,2.8284271247,0.9,0.0,0.1,2,2,10,3,11,1,4,6,0,3,10,0,0,1,0,1,1 +1148,2,1,3,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.6,0.4,0.8660254037999999,0,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6284080635,0.3744329045000001,2.4494897428,0.9,0.5,0.2,3,3,7,4,5,0,7,6,0,3,9,0,0,0,0,0,0 +1150,0,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,1,1,0,1,0,1,0,0,1,34,2,0.4,0.8744537845999999,0.3144837039,3.6055512755,0.1,0.8,0.8,2,6,9,2,7,2,9,5,1,8,6,0,1,0,0,0,0 +1151,0,1,7,1,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,1.3,1.4454670525,11,1,-1,0,-1,6,1,1,2,1,26,1,0.3741657387,0.5751032965,0.3907684737,2.8284271247,0.2,0.8,0.4,1,2,9,2,8,1,11,6,2,2,8,0,0,1,0,0,0 +1153,4,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,1.4378803845,11,0,1,1,0,2,-1,1,2,1,104,2,0.4472135955,1.5534535638999998,0.3674234614,3.6055512755,0.0,0.9,0.5,5,1,5,1,8,1,5,5,0,5,4,0,1,0,1,1,0 +1154,7,1,4,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.3,0.0,-1.0,4,1,-1,8,1,11,1,1,0,1,71,2,0.4898979486,1.2475761624,0.4949747468,3.6055512755,0.9,0.3,0.7,2,2,8,2,11,4,10,6,0,1,9,0,1,0,0,0,0 +1155,0,2,1,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.022252415,11,0,-1,8,-1,13,1,1,2,1,104,3,0.4472135955,1.3990662471000002,0.4444097209,3.4641016151,0.3,0.1,0.7,4,1,6,5,9,1,9,5,0,2,10,0,1,0,0,0,0 +1156,1,1,1,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,-1.0,5,1,0,1,1,17,1,1,2,1,104,3,0.3605551275,0.6728654649,0.3082207001,3.1622776602,0.6,0.3,0.2,3,0,8,2,9,4,10,2,1,3,5,0,1,1,0,0,0 +1157,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,0.5744562647,7,1,1,0,0,14,1,1,2,1,42,2,0.4,0.8020376940999999,0.3376388603,3.6055512755,0.0,0.8,0.5,4,3,6,5,10,1,11,6,0,2,10,0,1,0,1,0,0 +1158,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.7,0.1,0.5385164807,6,1,-1,0,0,1,1,0,0,1,31,2,0.3741657387,0.9371907203,0.3988734135,3.6055512755,0.4,0.3,0.6,3,0,7,5,9,1,10,4,1,1,6,1,0,1,1,0,0 +1160,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.9690990107,-1.0,3.4641016151,0.5,0.1,0.9,4,1,5,3,9,3,8,10,0,4,10,0,0,0,0,0,1 +1161,2,1,8,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.3,0.2,-1.0,7,1,1,0,0,11,1,1,2,1,99,2,0.3155946768,0.5327303754,0.305777697,1.0,0.6,0.0,0.0,2,3,8,3,10,2,5,4,1,0,7,0,1,1,1,0,0 +1167,1,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.2,-1.0,7,1,0,0,1,11,1,1,0,1,99,2,0.316227766,0.5875780237,0.30331501780000003,2.6457513111,0.4,0.3,0.6,2,1,9,4,8,2,11,2,1,2,4,0,1,0,0,0,0 +1168,1,1,6,0,5,1,0,0,0,0,0,0,0,0,5,0,0,1,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8004518352,0.3780211634,3.3166247904,0.5,0.5,0.9,3,0,6,2,12,4,3,3,1,3,7,0,0,1,0,0,0 +1170,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.6609652033,7,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.5530904907,0.2887905816,2.4494897428,0.8,0.3,0.0,4,0,10,3,11,3,6,4,0,3,11,1,1,0,0,1,0 +1171,1,1,10,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.4,1.1327510759,7,1,-1,0,-1,10,1,0,0,1,28,3,0.3741657387,1.0310269293,0.3788139385,3.7416573868,0.8,0.1,0.8,2,2,6,2,10,1,7,5,1,3,9,0,0,0,0,0,0 +1173,1,3,4,1,4,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.7403546447,7,1,-1,0,-1,11,1,1,2,1,36,3,0.3741657387,0.8619397209999999,0.3793415348,3.6055512755,0.2,0.9,0.0,2,4,6,6,11,3,10,7,1,3,10,0,1,1,1,0,0 +1174,5,1,6,0,4,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,0.7,0.8638576272,11,1,-1,2,-1,1,1,1,1,1,1,0,0.4242640687,0.9792263771,0.4308131846,3.6055512755,0.9,0.7,0.1,2,3,7,3,9,3,10,7,3,2,3,0,1,1,0,0,1 +1175,5,1,4,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.8,0.4,0.8385254916,11,1,0,0,0,1,1,1,2,1,85,3,0.4242640687,0.7852988061,0.3809199391,3.1622776602,0.6,0.5,0.6,1,1,9,5,9,0,7,3,2,1,5,0,1,0,0,0,0 +1176,2,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.904157066,10,1,-1,0,-1,0,1,1,2,1,87,1,0.316227766,0.7522157353,0.3615245497,3.6055512755,0.5,0.6,0.3,4,2,8,4,9,4,8,4,1,4,10,0,1,0,0,0,0 +1177,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.9,1.2255100979,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7696496198,0.3615245497,3.6055512755,0.6,0.5,0.1,2,4,7,3,10,3,20,8,1,2,11,0,1,0,0,1,0 +1178,0,1,9,0,0,1,0,0,0,0,0,1,0,1,3,0,0,1,0.2,0.3,-1.0,11,0,0,0,1,11,1,1,2,1,104,2,0.4469899328,0.7566509506999999,0.3449637662,2.8284271247,0.8,0.6,0.7,2,3,7,3,12,1,10,5,1,1,6,0,0,1,0,0,0 +1179,1,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.2,0.5202163012,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3160696126,0.4965584033,0.3640054945,1.7320508076,0.4,0.9,0.9,1,4,5,1,7,4,4,6,2,2,4,0,0,1,1,1,1 +1180,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6878408246,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7004720958,0.3615245497,3.3166247904,0.2,0.1,0.8,2,2,9,3,9,3,11,5,2,3,7,0,1,1,0,0,0 +1181,0,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.6,0.9756408151,11,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9536792607,0.3708099244,3.6055512755,0.9,0.0,0.9,4,2,9,2,8,2,8,4,1,5,8,0,1,1,0,1,0 +1182,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.1,-1.0,7,1,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.9551837693,0.3266496594,3.6055512755,0.8,0.0,0.9,2,2,8,2,9,2,11,7,2,4,10,0,0,0,0,0,0 +1183,3,1,2,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.8,0.3,1.2328828006,11,1,1,0,0,1,1,1,2,1,91,3,0.4179712909,1.0523674609,0.2334523506,3.6055512755,0.4,0.1,0.1,2,0,7,6,10,3,6,4,2,0,7,0,1,1,0,1,0 +1185,5,3,6,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.4,-1.0,8,1,-1,8,0,14,1,1,0,1,18,2,0.5656854249000001,1.5631304678,0.5656854249000001,3.6055512755,0.4,0.0,0.4,2,4,9,3,11,3,10,6,1,4,5,0,1,0,0,0,0 +1188,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.8287792226999999,11,1,-1,0,-1,11,1,1,1,1,103,1,0.316227766,0.5900518257,0.3583294573,2.8284271247,0.3,0.6,0.0,2,3,6,3,11,0,12,8,0,2,8,0,1,1,0,1,0 +1189,1,1,2,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,4,1,0,2,1,48,3,0.316227766,0.8024111392000001,0.3710795063,3.7416573868,0.3,0.1,0.6,2,1,8,1,10,3,4,6,3,3,8,0,0,1,0,0,0 +1190,1,1,3,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.8696263565000001,4,1,-1,0,0,6,0,1,0,1,104,1,0.3160696126,0.4677403037,0.3905124838,1.0,0.5,0.5,0.8,2,1,6,3,10,4,8,3,0,1,10,0,1,1,0,1,0 +1191,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.4,0.6015604708,11,1,-1,2,-1,11,1,0,2,1,94,0,0.3741657387,0.8238440437000001,0.4301162634,3.6055512755,0.4,0.0,0.2,4,1,10,5,10,3,5,8,1,1,9,0,1,0,0,0,0 +1192,1,1,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,4,0,-1,8,1,9,1,1,0,1,13,3,0.4472135955,0.9790681182,0.4679743583,3.3166247904,0.4,0.8,0.4,2,2,6,4,10,4,9,10,3,3,9,0,0,1,0,0,0 +1194,0,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.8042853970999999,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7092220159,0.3615245497,3.3166247904,0.2,0.5,0.7,2,0,10,4,7,2,6,5,3,2,9,0,1,1,0,1,0 +1197,3,3,7,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.6,1.8432308591,10,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6121530895,0.34727510710000004,3.0,0.9,0.2,0.6,3,3,7,3,9,3,8,6,2,2,4,0,1,1,0,0,0 +1198,5,2,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.8,0.9962429423,11,1,1,0,1,1,1,1,2,1,40,2,0.3741657387,0.8333121209000001,0.3248076354,3.6055512755,0.6,0.8,0.1,2,2,7,1,8,3,6,5,2,10,4,1,1,0,0,0,0 +1199,0,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,1,0.4,0.0,0.8580501151000001,11,0,-1,1,-1,16,1,1,1,1,104,2,0.4898979486,1.4345356608000002,-1.0,3.6055512755,0.0,0.9,0.6,1,3,5,4,10,1,6,9,1,5,9,1,0,1,0,0,0 +1200,1,1,6,0,3,1,0,0,0,0,0,0,0,0,0,1,0,0,0.7,0.2,0.5522680509000001,11,1,-1,0,-1,0,1,1,0,1,78,3,0.4,0.802823015,0.3848376281000001,3.3166247904,0.4,0.7,0.7,5,1,7,3,8,4,12,3,1,3,7,0,1,1,0,0,0 +1203,6,1,8,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.5,0.9171968164,5,1,0,2,1,11,1,1,2,1,104,0,0.3997499218,0.4735787786,-1.0,0.0,0.9,0.8,0.8,2,2,9,5,9,2,13,3,2,0,6,0,1,0,0,0,0 +1204,3,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.3,-1.0,6,1,-1,9,0,13,1,1,0,1,104,2,0.4469899328,1.3321826991,0.4549725266,3.4641016151,0.7,0.3,0.4,2,1,6,3,6,3,7,3,2,8,6,1,1,0,0,1,0 +1207,1,2,4,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7656696416,11,1,-1,0,-1,0,0,1,2,1,87,3,0.316227766,0.7176062135,0.3615245497,3.3166247904,0.6,0.3,0.2,0,0,8,3,11,1,9,4,4,4,14,0,0,0,0,0,0 +1208,1,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.7,2.0172691937,7,0,1,1,0,0,1,1,2,1,75,2,0.4472135955,1.2069872335,0.3823610859,3.3166247904,0.7,0.7,0.1,1,3,7,4,9,1,14,8,1,5,9,0,0,0,1,0,0 +1209,0,1,7,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.2,0.616948134,7,1,0,0,1,1,1,1,2,1,85,3,0.4242640687,0.6928650543000001,0.3507135583,2.4494897428,0.3,0.4,0.6,1,3,7,4,10,4,6,6,4,2,12,1,1,0,1,0,0 +1210,7,1,6,0,2,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.5,1.6905990063,11,0,1,9,0,11,1,1,2,1,56,3,0.4898979486,1.1875473022,0.4283689998,3.3166247904,0.7,0.8,0.2,4,1,6,4,10,5,8,2,0,0,11,0,0,1,0,0,0 +1211,0,1,4,1,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0.1,0.1,-1.0,10,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7591725596,0.3937003937,3.0,0.7,0.9,0.0,2,2,8,7,9,1,10,5,1,2,6,1,1,1,0,0,0 +1213,1,1,2,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,1.2,1.1908505364,7,1,-1,0,-1,1,1,1,1,1,52,3,0.3741657387,0.7650419964,0.3598610843,3.4641016151,0.5,0.7,0.6,2,2,8,3,11,3,10,8,3,5,8,1,1,1,0,0,0 +1214,1,1,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.0,0.601040764,7,1,0,0,1,1,1,1,2,1,64,1,0.316227766,0.5738805128,0.3016620626,2.6457513111,0.2,0.9,0.8,1,0,7,4,9,2,8,5,0,3,7,0,1,1,1,0,1 +1215,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.6,1.2062338082,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.8563327537000001,0.40348482,3.1622776602,0.5,0.9,0.5,2,2,6,1,10,0,3,9,1,1,10,0,0,0,1,0,0 +1216,4,1,8,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.6,0.6595452978999999,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,0.818421682,0.33615472630000004,2.6457513111,0.0,0.2,0.6,1,3,7,5,11,2,6,15,1,0,10,0,0,1,0,0,0 +1217,2,2,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.5,0.4220485754,6,1,-1,0,0,1,1,1,0,1,38,3,0.316227766,0.6968049870999999,0.3598610843,3.3166247904,0.4,0.7,0.9,1,1,5,4,10,2,4,2,2,4,9,0,0,0,1,0,0 +1218,1,1,4,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7132671309,7,1,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6636207968,0.3974921383,2.0,0.0,0.7,0.9,1,4,7,4,8,1,5,9,0,5,10,0,0,0,0,0,0 +1219,3,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,1.1664583147,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5001446072,0.3307567082,1.4142135624,0.6,0.4,0.1,2,2,9,0,8,1,11,3,3,2,11,0,1,1,1,0,0 +1223,1,3,10,0,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.7,0.6,0.8422440264,7,1,-1,2,-1,6,0,1,2,1,104,0,0.3741657387,0.7509222979000001,0.4316248371,3.4641016151,0.3,0.9,0.1,2,1,7,3,9,4,7,4,6,3,7,0,0,1,1,0,0 +1225,0,1,8,0,3,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7137051212000001,11,1,-1,0,-1,11,1,0,2,1,104,2,0.316227766,0.9056183678,0.3817066937,3.6055512755,0.2,0.2,0.9,2,3,9,3,9,2,6,7,3,2,8,0,1,0,0,0,0 +1226,1,1,7,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.4,0.9981232389,6,1,-1,1,0,3,1,1,0,1,45,2,0.4,0.8270978836,0.3498571137,3.6055512755,0.5,0.5,0.0,2,1,8,4,10,2,5,4,2,0,7,1,1,0,1,0,1 +1228,1,1,1,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.3,0.0,0.7301540933,9,1,1,0,0,11,1,0,2,1,17,2,0.4242640687,0.9835212502,-1.0,3.7416573868,0.1,0.9,0.3,2,1,8,4,10,3,6,10,3,3,7,0,1,0,0,0,0 +1229,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.0,-1.0,11,1,1,0,1,11,1,0,2,1,69,3,0.4242640687,1.1441099612,0.3535533906,3.7416573868,0.1,0.6,0.3,3,5,9,4,11,4,15,5,1,1,7,0,1,0,0,0,0 +1231,0,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.5,0.3,-1.0,4,1,-1,0,1,11,0,0,0,1,36,2,0.3741657387,0.8902595034,0.3793415348,3.7416573868,0.9,0.5,0.9,2,3,8,1,12,2,9,6,1,4,8,0,1,0,0,1,0 +1232,5,3,7,1,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.4,0.6,0.9640409742,11,0,-1,0,-1,15,1,1,3,1,5,2,0.4242640687,0.5986037473,0.3958535083,1.0,0.4,0.1,0.1,1,3,8,4,7,5,9,6,0,4,10,0,1,1,0,1,0 +1233,0,2,1,0,-1,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.2,0.5031152949000001,11,1,0,0,0,11,-1,1,2,1,16,3,0.3741657387,0.7413272662999999,0.3185906464,3.4641016151,0.5,0.1,0.0,2,3,10,0,8,2,3,7,1,2,10,0,1,0,0,1,0 +1235,0,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.9,1.4357054015,7,0,-1,1,-1,3,1,1,2,1,104,2,0.4472135955,1.0331189238,0.4291852747,3.6055512755,0.9,0.0,0.3,3,2,9,4,10,2,2,4,2,1,5,0,0,0,1,1,1 +1238,1,1,3,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.1,0.5049752469,7,1,-1,0,-1,0,1,1,3,1,88,3,0.4,0.7604234357999999,0.3974921383,3.0,0.1,0.2,0.6,3,4,9,5,10,3,11,5,0,3,4,0,1,1,0,0,0 +1239,1,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,43,3,0.3994996871,0.5091720715,0.3714835124,0.0,0.8,0.9,0.4,1,2,7,1,10,3,6,3,0,7,6,0,0,0,0,0,0 +1240,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,4,1,-1,0,0,4,1,0,0,1,12,2,0.4,0.9682244976,0.3708099244,3.7416573868,0.5,0.1,0.3,4,0,8,4,5,3,10,5,1,3,3,0,1,1,1,1,0 +1241,0,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.5728219619,6,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.8006454008,0.4062019202,3.3166247904,0.4,0.1,0.2,2,2,5,2,9,1,13,7,1,4,13,1,1,0,0,0,0 +1242,5,1,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.2740192306,9,1,1,0,1,4,1,1,2,1,48,3,0.316227766,0.6528861544,0.2966479395,3.3166247904,0.1,0.5,0.6,3,2,10,0,8,2,9,7,3,0,10,0,1,0,0,1,0 +1243,3,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6600189391,7,1,-1,0,-1,11,1,1,1,1,103,3,0.316227766,0.6082083158,0.3583294573,2.8284271247,0.7,0.9,0.7,1,1,7,2,8,4,10,4,3,3,8,0,0,0,0,0,0 +1244,1,2,1,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,104,2,0.4242640687,0.9474280103,0.4141255848,3.4641016151,0.8,0.9,0.3,2,4,9,1,11,5,10,3,2,2,9,0,0,0,1,0,0 +1246,0,2,1,1,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.0,0.6,0.9692135987,11,0,1,0,0,10,1,0,2,1,89,2,0.3872983346,1.1401754251,0.33615472630000004,3.6055512755,0.1,0.3,0.9,2,1,5,4,10,3,10,8,2,1,9,0,0,1,0,0,0 +1249,3,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.6,0.9470348462,11,1,-1,0,-1,14,0,1,0,1,104,1,0.3160696126,0.5562938162,0.3556683849,2.6457513111,0.8,0.9,0.9,3,2,8,3,11,4,6,1,1,3,8,0,0,0,0,0,1 +1250,0,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6736326831,0.36,3.4641016151,0.9,0.4,0.7,5,2,9,3,11,3,11,6,1,6,10,0,1,1,0,1,0 +1252,2,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,104,3,0.3994996871,0.6613597313,0.3872983346,2.2360679775,0.6,0.2,0.4,4,3,8,3,12,1,6,4,3,3,9,0,1,1,0,0,0 +1254,2,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.9079509899,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7774853509999999,0.3926830783,3.4641016151,0.9,0.2,0.0,3,4,6,6,9,3,3,5,3,0,9,0,1,0,0,0,0 +1255,2,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.6,0.8219641111,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5885266658,0.3619392214,2.6457513111,0.3,0.8,0.9,3,2,7,0,12,2,10,7,1,2,6,0,1,1,1,1,1 +1256,0,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.8748081254000001,0.4189272013000001,3.1622776602,0.5,0.5,0.3,4,0,7,2,9,3,9,4,5,2,11,1,0,1,0,1,0 +1257,1,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.577169819,7,1,-1,0,-1,0,1,1,2,1,39,1,0.316227766,0.6797848469,0.3794733192,3.0,0.7,0.9,0.3,1,2,9,3,9,1,5,3,2,5,4,0,0,0,0,1,0 +1258,2,3,5,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,9,1,1,0,0,14,1,1,2,1,68,3,0.4,0.8117296093,0.3443835072,2.8284271247,0.4,0.0,0.3,1,2,6,5,9,4,5,3,0,3,7,0,0,1,0,0,0 +1259,0,1,2,0,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.5448623679,7,1,0,0,0,0,1,1,3,1,95,2,0.4,0.7462855678,0.3348133809,2.8284271247,0.5,0.4,0.8,2,1,9,3,8,2,11,7,1,6,8,0,0,1,0,0,0 +1260,0,1,6,0,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.2,0.6244997997999999,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5245619975,0.3307567082,1.7320508076,0.9,0.7,0.5,0,2,10,4,10,2,11,3,0,2,6,0,1,0,1,1,0 +1262,1,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.5,0.7433034373999999,5,1,-1,0,-1,14,0,1,2,1,49,3,0.4,0.7879254065000001,0.3685105155,3.6055512755,0.7,0.1,0.7,3,1,8,0,6,2,8,9,2,5,4,0,1,0,1,1,1 +1263,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.5905505906,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.7902295932,0.3615245497,3.6055512755,0.3,0.3,0.5,2,1,7,3,11,4,1,2,0,3,7,0,0,0,0,0,0 +1264,0,1,4,0,1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.5958187643999999,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5263510754,0.3307567082,1.7320508076,0.5,0.4,0.5,2,1,10,2,9,1,8,4,3,5,15,0,1,0,0,1,0 +1265,3,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.2,0.0,-1.0,11,0,1,8,1,9,1,1,2,1,13,3,0.4472135955,0.9710058047,0.3991240409,3.0,0.8,0.8,0.8,1,1,5,3,6,1,11,7,0,5,6,0,1,1,1,1,0 +1266,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6538664407,0.3701351105,2.8284271247,0.2,0.9,0.1,1,0,8,3,9,2,7,10,3,5,6,0,0,0,0,0,0 +1269,3,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,1.1464619488,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.5742584151,0.3768288736,2.4494897428,0.9,0.6,0.5,4,2,9,4,11,4,10,3,4,5,9,0,0,1,1,0,0 +1270,1,1,6,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.7066647012999999,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.4910563752,0.3556683849,1.4142135624,0.3,0.9,0.4,1,2,7,4,7,1,6,3,1,4,5,1,1,0,0,1,1 +1271,1,1,5,1,2,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8475901668000001,0.3848376281000001,3.4641016151,0.5,0.4,0.2,3,2,7,4,10,2,8,5,1,4,7,1,1,1,0,0,0 +1272,5,1,6,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.5,1.088289943,11,0,0,0,0,7,1,1,2,1,92,3,0.4,0.8607007524,0.3445286635,3.4641016151,0.3,0.4,0.4,1,3,7,3,10,2,4,5,0,1,7,0,1,0,0,0,1 +1273,2,1,7,0,5,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5419870847,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6764638244,0.3666060556,3.1622776602,0.8,0.2,0.6,2,1,8,2,9,2,10,4,1,4,10,1,0,1,0,1,0 +1274,0,1,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.3832427429,7,1,-1,2,-1,1,1,0,2,1,90,0,0.3741657387,0.8183206953000001,0.4196427052,3.6055512755,0.6,0.8,0.4,3,2,8,3,9,3,7,5,2,4,8,0,1,1,0,0,0 +1277,0,2,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.2693502275,11,1,-1,0,-1,1,1,0,2,1,38,1,0.316227766,0.7394017014,0.3598610843,3.6055512755,0.9,0.2,0.8,2,0,8,3,11,4,13,9,2,2,8,0,1,0,0,0,0 +1278,0,1,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,7,1,1,0,1,0,1,0,2,1,32,1,0.316227766,0.7855368748999999,0.2944486373,3.7416573868,0.4,0.8,0.8,2,1,9,6,9,1,12,8,2,4,4,0,1,0,0,0,0 +1281,5,2,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.790964601,11,1,-1,0,-1,10,1,0,2,1,28,3,0.3741657387,0.9861017667,0.3826225294,3.6055512755,0.3,0.0,0.8,2,2,6,2,10,2,11,5,3,2,8,0,0,1,1,1,1 +1282,3,1,3,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.3,0.7566372975,11,0,-1,9,-1,11,1,1,2,1,56,3,0.4898979486,1.0908522712,0.5004997502,3.1622776602,0.5,0.5,0.5,3,4,9,4,10,3,8,10,0,1,8,0,0,1,1,1,1 +1283,1,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,44,3,0.4472135955,0.8138153687999999,0.4062019202,3.1622776602,0.4,0.2,0.9,1,3,9,2,9,5,5,8,2,1,9,0,1,0,0,0,0 +1284,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5117372373,4,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.6269597375,0.3507135583,3.1622776602,0.7,0.5,0.8,2,1,7,2,8,1,8,9,3,1,8,0,1,1,0,0,0 +1285,5,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.7,1.302641547,9,1,1,0,0,1,1,1,2,1,104,2,0.4242640687,0.5279775853,0.3492849839,1.7320508076,0.2,0.4,0.3,5,2,8,2,9,2,5,7,4,1,7,0,1,1,1,0,1 +1286,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.8,0.9,1.0671222985,11,0,0,9,1,17,-1,1,2,1,104,3,0.4472135955,1.6454419888999998,0.4460941605,3.4641016151,0.5,0.4,0.6,2,2,3,1,10,1,8,3,2,3,5,0,1,0,0,0,0 +1289,5,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,1,0,1,0,1,1,2,1,32,3,0.316227766,0.5852702985,0.3006659276,2.4494897428,0.5,0.7,0.0,4,1,8,3,9,1,5,5,2,2,5,0,1,0,0,0,0 +1291,5,1,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7495832175,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6462063483,0.3744329045000001,2.6457513111,0.9,0.0,0.6,3,4,7,2,6,2,11,5,1,4,5,0,1,1,0,0,0 +1292,4,4,11,1,0,0,0,0,1,0,0,0,0,0,9,0,0,1,0.9,0.9,1.3045593126,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4470518671,0.3619392214,1.0,0.5,0.1,0.9,1,2,8,6,9,1,11,7,2,5,5,0,1,1,0,0,0 +1293,6,2,7,0,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.7,0.5,0.9562295749,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8417440572,0.3964845520000001,2.6457513111,0.6,0.6,0.7,2,2,8,2,8,3,4,6,1,1,7,0,1,1,1,0,0 +1294,5,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.7,0.4,0.8613216588,11,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.8721352158,0.3307567082,3.6055512755,0.9,0.6,0.1,2,2,8,2,11,3,8,6,2,1,8,0,1,1,1,1,1 +1295,1,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,1.3259430606,11,0,1,0,0,10,0,0,0,1,55,2,0.4472135955,1.2125889249,0.359722115,3.7416573868,0.6,0.2,0.0,3,3,9,3,8,1,7,9,0,2,14,0,0,1,0,0,0 +1297,1,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.1185928661,11,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.8021793662000001,-1.0,3.6055512755,0.4,0.6,0.6,2,1,5,1,9,3,10,5,2,3,7,0,1,0,1,0,0 +1298,4,1,5,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.2,0.3,-1.0,11,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,0.8886334573000001,0.4949747468,3.0,0.1,0.1,0.4,2,1,6,3,9,4,11,8,3,5,7,0,1,0,0,1,0 +1301,1,1,4,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.0,0.2,0.6254998002000001,5,1,1,0,0,11,1,0,2,1,103,3,0.316227766,0.7449277518,0.2887905816,3.6055512755,0.6,0.2,0.5,1,1,8,6,8,3,11,3,1,2,8,0,1,0,1,0,0 +1304,3,1,8,0,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.6,0.5,1.0142731388,8,1,-1,2,1,11,1,1,0,1,14,0,0.4241462012,0.6663394514000001,0.4302324953,2.0,0.4,0.5,0.1,5,5,8,4,8,2,13,7,0,4,9,0,1,0,0,0,1 +1305,0,1,5,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.4,0.6864765109000001,7,1,-1,0,-1,9,1,0,0,1,104,2,0.4,0.9655855073,-1.0,3.7416573868,0.5,0.2,0.6,3,1,6,2,10,4,12,1,1,1,8,0,1,1,0,0,0 +1307,7,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.8212033853,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8986675168000001,0.3820994635,3.1622776602,0.2,0.8,0.2,3,0,6,3,9,1,2,4,0,5,5,0,1,0,0,0,0 +1308,1,1,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5471517157,11,1,1,0,0,11,1,1,2,1,99,2,0.316227766,0.6368180196000001,0.30331501780000003,3.0,0.3,0.0,0.4,1,3,7,3,10,2,6,7,2,2,6,0,1,0,1,1,0 +1309,5,2,3,0,0,0,1,0,0,0,0,1,0,1,5,0,1,0,0.6,0.8,1.1765946626,9,0,1,0,1,14,1,0,2,1,8,3,0.4,1.0782408385,-1.0,3.7416573868,0.9,0.6,0.7,5,0,6,5,8,2,8,4,3,1,9,1,0,1,1,0,0 +1313,6,3,7,1,6,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,1.3,1.1505433499,6,0,-1,0,0,10,1,1,0,1,83,2,0.4123105626,0.7125353406,0.3964845520000001,2.2360679775,0.5,0.4,0.1,3,2,7,0,9,0,5,8,1,5,4,0,0,1,0,1,0 +1314,1,1,8,1,6,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,1.1166355717,7,1,-1,0,-1,6,1,1,0,1,26,1,0.3741657387,0.5840864874,0.3907684737,2.6457513111,0.7,0.1,0.1,2,2,10,3,9,1,5,3,2,2,5,0,1,0,0,0,0 +1316,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.8,0.4,1.2442367138,10,1,-1,0,0,9,1,0,0,1,93,2,0.4,0.9300537619,0.3834057903,3.7416573868,0.0,0.7,0.2,1,2,8,4,10,1,9,3,0,4,3,0,0,1,0,0,0 +1317,2,1,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.5,0.8070006195999999,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.5950206607999999,0.3619392214,2.6457513111,0.3,0.1,0.1,1,2,7,3,12,2,2,4,2,3,6,0,1,0,0,1,1 +1318,6,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,1.4,1.8867962264,10,1,-1,9,0,9,1,1,0,1,104,2,0.4472135955,1.3374184149,0.450555213,3.4641016151,0.1,0.8,0.6,3,4,9,1,10,1,5,7,2,3,8,1,1,1,0,1,1 +1320,3,3,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.0,0.8396427812,11,1,1,0,1,4,1,1,2,1,48,3,0.316227766,0.6554917402,0.2966479395,3.3166247904,0.1,0.7,0.7,4,2,7,2,9,3,1,5,1,1,5,0,1,0,0,1,0 +1321,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.6823672031999999,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8083902738,0.374566416,3.6055512755,0.6,0.2,0.2,2,2,7,2,9,2,5,8,2,3,10,0,1,0,0,0,0 +1322,0,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,4,1,-1,0,0,11,1,1,0,1,2,2,0.4242640687,1.0251078355,0.3542597917,3.6055512755,0.7,0.0,0.7,2,3,6,6,11,3,9,9,0,1,11,1,0,1,1,1,0 +1323,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.4513867521,11,1,0,0,0,11,1,1,2,1,57,2,0.3741657387,0.6783396112000001,0.3286335345,2.8284271247,0.0,0.6,0.8,2,2,8,3,11,0,8,4,1,6,9,0,1,1,0,0,0 +1325,1,1,6,0,3,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.7,1.9155612754,11,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6831502140000001,0.3016620626,3.4641016151,0.5,0.8,0.0,4,0,8,3,5,3,8,5,2,1,7,0,1,1,0,1,0 +1330,0,1,4,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7124193444,0.3814446225,3.1622776602,0.8,0.3,0.4,3,2,7,3,12,1,3,3,4,5,4,0,0,1,0,0,0 +1331,1,1,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.4,1.166726189,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7983065755,0.3681032464,3.6055512755,0.3,0.6,0.7,2,0,8,1,8,2,10,4,1,1,7,0,0,1,0,0,0 +1334,2,1,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.6,0.4,0.725,11,0,-1,0,-1,9,1,0,2,1,104,2,0.4,1.0461163913,-1.0,3.7416573868,0.6,0.6,0.8,3,1,8,3,10,2,11,9,1,3,7,0,0,1,0,0,1 +1337,3,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,9,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.6010665452,0.30331501780000003,2.8284271247,0.2,0.8,0.9,3,2,8,4,9,1,5,6,0,2,9,0,1,0,0,1,0 +1339,0,1,11,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.2,1.2772039774,11,0,1,0,1,9,1,0,2,1,104,2,0.4,1.0247152396,0.316227766,3.7416573868,0.3,0.8,0.3,4,1,7,3,10,2,11,6,1,7,8,1,0,0,1,1,0 +1340,5,3,7,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,11,1,1,1,0,3,1,0,2,1,45,3,0.4,0.9173826405,0.3096772513,3.6055512755,0.2,0.1,0.5,4,3,8,4,11,3,5,8,1,5,9,0,1,1,0,1,0 +1341,0,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.5,0.8280247581,11,1,1,0,0,4,1,0,0,1,48,3,0.316227766,0.7646908304000001,0.3019933774,3.7416573868,0.1,0.7,0.7,3,0,9,4,8,3,9,9,2,6,9,0,0,1,0,1,0 +1343,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6941721688,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5383629916,0.3687817783,1.4142135624,0.6,0.1,0.5,2,0,8,5,8,1,8,3,2,4,9,0,1,1,1,0,0 +1344,0,1,7,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.1890121951,11,1,-1,2,-1,11,1,1,2,0,14,0,0.3741657387,0.7081287178,0.4302324953,3.1622776602,0.9,0.8,0.5,1,3,9,2,8,1,4,9,1,3,7,0,0,1,0,0,0 +1347,2,1,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,5,1,0,8,1,14,1,1,0,1,18,2,0.5,1.2197581389,-1.0,3.6055512755,0.1,0.3,0.0,2,3,7,4,8,3,6,5,3,4,12,0,1,0,0,1,0 +1348,1,2,1,1,0,0,1,0,0,0,0,0,0,0,11,0,0,0,0.7,0.8,1.0752906584,7,0,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8756579581,0.3708099244,3.4641016151,0.4,0.4,0.7,1,3,10,2,9,0,10,5,0,3,11,0,1,1,0,0,0 +1350,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.7818247886,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7477652656999999,0.3615245497,3.6055512755,0.1,0.6,0.4,2,2,8,1,11,1,7,10,3,6,9,0,1,1,1,0,0 +1351,2,2,2,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.9,1.2,1.2987975208,10,1,-1,0,0,0,1,0,0,1,78,2,0.4,0.9421379766,0.3848376281000001,3.7416573868,0.7,0.9,0.5,2,2,9,3,10,4,9,8,2,4,6,1,1,1,0,0,0 +1355,0,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.5172040216,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.7949868755,-1.0,3.6055512755,0.8,0.7,0.3,4,1,7,0,10,0,9,4,1,1,3,0,1,1,0,0,1 +1356,4,1,4,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.6279928344,10,1,-1,9,1,8,1,1,0,1,104,2,0.4472135955,1.9426594194,0.4847679857,3.4641016151,0.3,0.6,0.2,3,0,7,5,10,2,9,5,0,4,6,0,0,0,0,0,0 +1357,0,1,5,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,8,0,-1,0,1,11,1,1,0,1,53,2,0.4472135955,0.8626788951000001,0.4306971093,3.1622776602,0.2,0.3,0.9,4,1,8,2,8,1,5,3,2,3,7,0,1,0,0,0,0 +1358,0,2,0,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.5,0.5852349955,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6258382808,0.3744329045000001,2.4494897428,0.2,0.1,0.9,2,4,6,2,10,4,7,5,0,4,11,0,0,1,0,1,0 +1360,0,1,11,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,1.1,1.5423196815,11,1,0,0,1,14,1,1,2,1,68,3,0.4,0.9449080588,0.3443835072,3.4641016151,0.5,0.6,0.4,2,3,8,6,9,1,9,4,3,4,4,0,1,0,0,0,0 +1363,1,1,1,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.0,0.6471089553,11,1,-1,0,-1,14,1,0,2,1,60,1,0.316227766,0.7208523420999999,0.34727510710000004,3.6055512755,0.5,0.4,0.8,2,2,9,2,8,1,7,7,1,4,12,0,1,1,0,1,0 +1364,5,1,6,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.5,0.9137833441,7,1,-1,0,-1,1,1,1,2,0,40,2,0.3741657387,0.7358227531,0.3814446225,3.0,0.4,0.9,0.3,4,1,9,2,9,3,6,5,2,1,7,0,0,1,0,1,0 +1366,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.535023364,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.730645588,0.3754996671,3.3166247904,0.8,0.1,0.7,3,1,7,3,8,1,5,6,4,4,7,0,1,1,0,0,0 +1367,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.4,0.8359126749,3,0,-1,1,-1,9,1,1,1,0,61,3,0.4472135955,0.9547077784,0.5204805472,3.1622776602,0.3,0.3,0.3,5,2,9,2,9,2,9,3,7,5,6,1,1,0,0,1,0 +1368,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.4,0.0,0.6149186938,6,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,1.026397455,0.4086563348,3.6055512755,0.0,0.8,0.9,1,1,9,3,9,5,9,7,3,4,5,0,1,1,0,0,0 +1369,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.8,0.2,0.4981214711,7,1,0,2,1,0,1,1,1,0,104,2,0.3979949748,0.6590125345000001,-1.0,2.4494897428,0.6,0.3,0.5,3,1,9,5,11,1,10,4,1,3,7,0,0,1,1,1,0 +1370,0,1,6,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.525,11,1,-1,8,-1,11,1,0,2,1,71,2,0.4898979486,1.2416248352,0.4949747468,3.7416573868,0.7,0.2,0.2,0,1,8,1,11,0,6,8,2,2,5,1,1,1,0,1,0 +1375,5,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6417748825999999,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7788261987999999,0.3814446225,3.4641016151,0.2,0.8,0.4,4,4,7,2,8,3,7,6,2,3,8,0,0,0,0,0,0 +1376,4,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6191169397999999,0.3687817783,2.8284271247,0.2,0.9,0.0,4,2,6,3,10,1,10,7,3,2,8,1,0,0,1,1,0 +1378,1,1,4,1,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0.9,0.3,0.7344215411,11,1,1,0,0,11,0,1,2,1,11,2,0.316227766,0.6732798713,0.30331501780000003,3.3166247904,0.5,0.2,0.8,1,0,9,5,10,1,9,5,5,3,8,0,0,0,0,0,1 +1379,1,1,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.1,0.5578978401,6,1,-1,0,-1,6,1,1,2,1,104,3,0.3160696126,0.525526104,0.3905124838,1.7320508076,0.3,0.6,0.3,3,1,7,5,11,4,10,7,0,2,9,0,1,1,0,0,0 +1380,2,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.5556527693,7,1,1,0,0,1,1,1,0,1,10,2,0.316227766,0.6740925949,0.3193743885,3.1622776602,0.1,0.9,0.5,3,2,8,2,10,1,14,13,0,3,9,0,0,1,0,0,0 +1384,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7401557798999999,0.3685105155,3.6055512755,0.3,0.0,0.6,3,1,9,2,9,3,6,4,3,3,8,0,1,0,1,0,0 +1385,3,1,8,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.4,0.0,0.8200609732999999,7,1,-1,0,-1,1,1,1,2,1,91,2,0.4236744033,0.8048792323,0.4347413024,2.4494897428,0.9,0.0,0.2,3,4,6,3,9,4,4,2,0,4,6,0,1,0,0,1,0 +1386,0,2,7,0,4,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.0,1.3381423691,2,0,0,0,1,4,1,1,0,1,12,3,0.4,0.8818650409000001,0.3248076354,3.6055512755,0.5,0.1,0.7,1,2,9,1,10,3,9,6,3,1,13,0,1,1,0,0,0 +1388,0,1,5,0,3,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.7403546447,11,1,-1,0,-1,1,1,0,2,1,70,3,0.4242640687,0.9987595612,0.3992492956,3.7416573868,0.6,0.4,0.1,3,3,9,1,10,0,6,4,0,2,4,0,0,0,0,0,1 +1389,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.9,0.8,1.1185928661,7,1,-1,0,-1,1,1,1,2,0,65,1,0.316227766,0.6464780617,0.3521363372,3.6055512755,0.9,0.0,0.4,2,2,5,3,7,3,4,7,2,3,6,0,1,1,0,1,0 +1391,2,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6777720856,7,1,1,0,0,9,1,0,2,1,104,2,0.4,0.9646649742,0.3173326331,3.7416573868,0.2,0.0,0.3,1,1,8,4,7,3,8,2,0,1,10,0,1,0,1,0,0 +1392,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,11,1,0,0,1,11,1,1,2,1,11,2,0.316227766,0.7194221166,0.30331501780000003,3.4641016151,0.3,0.3,0.4,3,3,10,1,10,5,7,8,0,3,9,0,1,1,0,0,0 +1393,5,1,7,0,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.0056287865,0.4,3.4641016151,0.9,0.0,0.2,4,2,7,6,12,2,4,3,2,6,5,0,1,1,0,0,0 +1395,5,1,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.5,1.5736104982,6,1,-1,0,0,1,1,1,0,1,74,2,0.4,0.8390294718000001,0.3784177586,3.6055512755,0.0,0.0,0.1,4,2,7,2,10,4,10,9,1,2,15,1,0,0,0,1,1 +1396,2,2,2,1,0,0,0,0,1,0,0,0,0,0,2,0,1,0,0.9,0.4,0.8204419541,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6301810051,0.3619392214,3.1622776602,0.7,0.0,0.6,3,3,9,1,10,0,10,7,1,4,10,0,0,1,1,0,1 +1399,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.1,0.2,-1.0,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8679199986,0.4185689907,2.6457513111,0.2,0.7,0.3,0,3,8,3,12,1,10,5,1,3,11,0,1,1,1,1,0 +1400,0,2,0,0,6,0,0,0,1,0,0,0,0,0,2,0,0,0,0.7,0.5,1.3435028843,10,1,-1,0,1,0,0,1,0,1,32,1,0.316227766,0.6142084875,0.3615245497,2.8284271247,0.0,0.6,0.1,2,4,7,2,11,1,6,6,2,2,9,0,1,1,0,1,0 +1401,1,1,4,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.1,0.6614378278,11,1,-1,0,-1,11,0,1,0,1,99,2,0.316227766,0.618733043,0.3687817783,3.1622776602,0.5,0.1,0.3,3,2,8,6,10,4,7,9,3,4,8,0,0,1,0,0,1 +1404,2,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,1.7,1.6678953803999998,7,1,0,1,1,16,1,1,2,1,104,3,0.4,0.9541774182,0.3420526275,3.3166247904,0.6,0.4,0.7,3,2,7,1,8,3,7,9,1,4,13,0,0,1,0,1,0 +1405,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,-1.0,11,1,0,0,1,1,1,1,2,1,70,3,0.3741657387,0.7604641906,0.33911649920000003,3.1622776602,0.3,0.6,0.7,5,1,6,5,6,2,11,4,1,4,10,1,1,1,0,1,1 +1406,1,1,6,0,3,1,0,0,0,0,0,0,0,0,0,1,0,0,0.7,0.5,0.9601432185,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.4003097974,0.3605551275,0.0,0.4,0.3,0.8,2,1,8,2,9,0,9,4,1,0,7,0,1,0,0,1,0 +1407,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.3,-1.0,6,1,-1,0,0,6,0,1,0,1,77,2,0.3741657387,0.7972317808,-1.0,3.6055512755,0.0,0.2,0.5,3,1,8,3,9,0,9,8,2,1,4,0,0,1,0,1,1 +1409,5,2,6,1,0,0,0,1,0,0,0,0,0,0,9,0,0,0,0.9,1.2,1.5956973397,11,0,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.8394335948999999,0.4272001873,2.8284271247,0.2,0.4,0.6,1,3,8,5,7,2,16,1,1,4,8,0,1,0,1,0,0 +1411,1,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,1.1008519428,3,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.6875817006,0.3907684737,3.0,0.0,0.8,0.5,3,1,9,5,10,2,9,5,0,3,6,0,1,0,0,0,1 +1414,2,1,2,0,3,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.8120190884,11,0,0,0,0,11,1,1,2,1,104,3,0.4,1.0088861381,0.33911649920000003,3.6055512755,0.3,0.2,0.3,2,2,5,1,9,2,10,9,3,7,9,0,1,1,0,1,1 +1415,4,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.8,0.9154916712,8,1,-1,0,1,6,1,1,0,1,104,2,0.4472135955,1.0045351707,-1.0,3.4641016151,0.5,0.4,0.0,4,2,7,5,9,1,10,8,1,2,10,0,0,1,0,0,0 +1416,1,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.3,0.8496322734,7,1,-1,0,-1,14,1,1,2,1,29,3,0.4,1.0000733444,0.3984971769,3.6055512755,0.2,0.2,0.6,2,0,6,1,11,1,7,7,0,3,15,0,1,0,0,0,0 +1418,6,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,1.2,1.0470195796,11,0,0,1,0,9,1,1,2,1,104,2,0.4898979486,1.2513133596,-1.0,3.3166247904,0.3,0.9,0.0,2,3,7,4,10,3,12,3,0,3,11,0,0,0,0,1,0 +1419,2,1,3,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.3,0.0,0.6712860790999999,7,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.9855358906,-1.0,3.4641016151,0.5,0.5,0.4,1,1,7,5,9,1,13,8,0,4,8,0,0,1,1,1,0 +1420,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6093028803,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7745833324,0.4129164564,2.8284271247,0.5,0.4,0.2,1,3,8,4,8,5,9,5,0,3,7,0,1,1,1,0,0 +1422,1,1,5,1,4,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6805290843999999,0.2944486373,3.0,0.3,0.6,0.4,2,2,10,1,12,0,9,8,2,2,10,1,1,1,0,0,0 +1424,4,1,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.4,1.9665960439,10,1,-1,3,1,11,1,1,0,1,104,3,0.4472135955,0.8389904401999999,0.5014977567,3.0,0.8,0.5,0.1,2,1,9,3,9,3,7,2,1,2,6,0,1,0,0,0,0 +1426,0,1,3,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.5,5,1,1,0,0,0,1,0,2,1,37,2,0.316227766,0.8349296006,0.31144823,3.7416573868,0.4,0.5,0.4,1,3,8,3,5,3,6,7,2,5,9,0,0,1,0,1,0 +1427,1,1,8,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.3587678242,11,0,-1,1,-1,16,1,1,2,1,104,2,0.4,0.9884665476,0.4147288271,3.3166247904,0.6,0.5,0.0,2,3,10,4,6,4,3,7,0,4,13,0,1,0,1,0,0 +1428,7,1,6,1,6,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,0.8,-1.0,6,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.1955974681,0.4,3.7416573868,0.5,0.1,0.9,1,1,8,0,10,4,10,4,2,3,4,0,0,1,1,0,0 +1429,1,3,8,1,4,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,1.1842719281999998,10,1,0,0,0,0,1,1,0,1,22,3,0.316227766,0.7608906265000001,0.310322413,3.1622776602,0.5,0.0,0.6,2,3,7,1,10,0,8,7,0,4,4,0,0,1,0,0,0 +1431,1,1,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.4,0.7241374179000001,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6905052648000001,0.3924283374,3.0,0.2,0.2,0.5,3,1,6,3,10,1,12,4,1,1,6,0,1,0,1,0,0 +1432,2,1,9,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,11,0,0,8,1,9,1,1,2,1,13,3,0.4472135955,1.140628361,0.3991240409,3.6055512755,0.8,0.2,0.3,2,1,9,5,11,3,11,5,2,5,4,0,0,0,0,0,0 +1434,0,2,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,1.4,1.4893371009,11,1,1,0,0,14,1,0,2,1,72,3,0.4,1.1410539568,0.3504283094,3.6055512755,0.1,0.4,0.9,2,2,6,4,8,4,8,7,0,3,14,0,1,0,0,1,0 +1435,2,1,4,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.8,1.3460590626,11,1,-1,0,-1,1,1,0,2,1,31,3,0.4242640687,1.0986251739,0.4130375286,3.6055512755,0.9,0.3,0.8,1,3,7,4,11,2,6,5,2,1,8,0,1,1,1,0,0 +1439,3,1,7,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,1.5,1.7058722109,10,1,-1,0,0,11,1,1,0,1,69,2,0.4242640687,1.0661872093,-1.0,3.4641016151,0.8,0.1,0.8,1,2,8,3,10,2,4,5,1,4,4,0,1,0,1,0,0 +1440,1,2,1,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.4,1.6326741867,10,1,-1,0,0,15,1,0,0,1,97,2,0.3872983346,0.8894468520000001,-1.0,3.7416573868,0.2,0.8,0.7,3,1,9,2,9,3,4,8,0,4,13,0,0,1,0,0,0 +1441,2,2,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.3,-1.0,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.5948296513,0.3619392214,2.6457513111,0.6,0.0,0.8,2,1,9,1,10,5,8,8,3,4,6,0,1,0,0,0,0 +1442,1,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.4,0.7198090023999999,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6103616324000001,0.34727510710000004,3.0,0.6,0.9,0.8,4,0,6,2,7,3,9,9,2,1,6,0,1,1,0,0,0 +1446,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.452078533,2,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8282586533,0.3794733192,3.6055512755,0.3,0.6,0.5,1,3,8,4,9,4,5,4,0,3,12,0,0,1,0,1,0 +1447,1,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.1,0.7850159234,8,1,-1,0,1,11,1,1,0,1,3,2,0.4242640687,1.1181790466,0.4349712634,3.4641016151,0.3,0.6,0.4,3,5,10,3,10,2,5,4,1,2,9,1,0,0,1,0,1 +1451,3,1,7,0,1,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.2,1.1409973706999998,11,1,-1,2,-1,11,1,1,3,1,14,0,0.4242640687,0.6451984127,0.4302324953,2.4494897428,0.7,0.8,0.4,2,3,6,3,11,3,8,12,2,5,3,0,1,0,0,1,0 +1452,1,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.4,0.7271519786,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6983451513,0.3974921383,2.6457513111,0.0,0.9,0.4,4,3,6,5,11,3,8,7,4,3,5,0,1,0,0,1,0 +1454,3,1,7,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.1,0.2,-1.0,4,1,-1,2,0,11,0,1,0,1,14,0,0.3741657387,0.6701886992,0.4302324953,2.8284271247,0.8,0.4,0.6,2,1,9,4,7,3,6,7,1,1,7,0,1,0,0,0,0 +1457,5,1,4,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.5172040216,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.9571285396,0.4176122604,3.6055512755,0.6,0.1,0.9,2,2,6,3,11,1,5,2,1,6,9,0,0,0,0,0,0 +1458,5,1,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.6,1.80641219,11,1,-1,0,-1,4,1,1,2,1,104,3,0.3997499218,0.5784526238000001,0.4353159772,1.7320508076,0.5,0.4,0.5,3,0,9,1,10,2,9,7,3,5,12,0,1,0,0,0,0 +1459,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.4,0.7745966692,7,1,1,0,0,1,0,1,1,1,64,1,0.316227766,0.6508417944,0.3016620626,3.3166247904,0.3,0.2,0.4,2,3,6,5,10,3,5,2,0,3,9,0,0,1,0,1,0 +1461,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.5,0.3,0.768927825,10,0,-1,0,0,11,0,1,0,1,44,3,0.4472135955,0.8232921215000001,0.4062019202,3.3166247904,0.0,0.0,0.3,3,3,9,2,5,1,5,3,0,7,6,0,1,0,1,0,0 +1462,0,1,9,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.5,0.7988272654,7,1,0,0,0,14,1,1,2,1,49,3,0.4,0.7802706671999999,-1.0,3.6055512755,0.5,0.3,0.1,2,2,8,3,10,1,5,9,3,5,6,0,1,1,0,1,0 +1465,1,2,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.7044501402,5,1,0,0,0,11,1,1,2,1,104,1,0.4469899328,0.4725086907,0.316227766,0.0,0.9,0.1,0.4,0,1,8,3,8,4,4,5,0,9,6,0,1,1,0,1,0 +1468,1,1,2,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.6,0.7,0.9103570728,9,1,1,0,1,1,1,1,2,1,25,3,0.3741657387,0.7722592165000001,-1.0,3.4641016151,0.2,0.3,0.6,2,2,8,3,9,2,9,1,3,1,6,0,1,0,0,1,0 +1470,2,2,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7529110173000001,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6857311957,0.3887158345,3.0,0.7,0.1,0.4,3,2,10,3,7,1,15,8,0,3,10,0,1,0,0,0,1 +1471,4,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.2,-1.0,4,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.695617925,0.3926830783,3.0,0.9,0.0,0.0,2,2,6,1,7,4,6,6,2,5,9,0,1,1,0,1,1 +1472,1,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.7044501402,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6961375137000001,0.3685105155,3.3166247904,0.0,0.4,0.4,2,2,7,2,9,1,7,3,1,4,12,0,0,1,0,0,0 +1476,0,1,5,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.3,0.5178078794,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.7420793881000001,0.4141255848,2.6457513111,0.5,0.4,0.2,4,3,7,2,8,1,6,4,1,3,8,0,1,1,1,0,0 +1482,1,2,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.0,0.9051933495,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6923430096,0.3598610843,3.3166247904,0.9,0.7,0.7,5,2,9,1,12,1,8,2,7,1,14,0,0,1,1,1,0 +1485,4,1,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.0,1.2,7,1,0,0,1,1,1,1,2,1,91,3,0.3605551275,0.6603905681000001,-1.0,1.4142135624,0.0,0.7,0.2,1,4,5,3,6,2,6,4,1,3,6,1,1,0,0,1,0 +1486,0,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5728219619,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.6764943666,0.3820994635,2.2360679775,0.4,0.2,0.2,4,0,7,3,9,4,9,4,1,4,9,0,0,1,0,0,0 +1487,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.9,1.8606114586,11,0,0,1,0,5,-1,0,2,1,104,0,0.4242640687,1.993444836,0.3866522986,3.6055512755,0.2,0.6,0.6,2,1,9,4,8,2,4,11,2,2,7,0,1,0,1,1,0 +1489,0,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.6,0.7562241731,7,1,0,0,1,11,1,1,2,1,44,3,0.4469899328,0.6409735622,0.3420526275,1.7320508076,0.2,0.7,0.8,4,3,9,3,10,1,10,4,1,2,12,0,1,1,0,0,0 +1492,5,1,5,1,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.5,0.2,0.5232112384000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.7036064123000001,0.3619392214,3.4641016151,0.5,0.5,0.9,2,2,7,2,8,3,5,7,1,4,12,0,0,1,0,1,0 +1494,1,2,1,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.7,0.9,-1.0,11,1,1,0,0,14,1,0,0,1,8,3,0.3872983346,0.9435466983,-1.0,3.7416573868,0.3,0.8,0.2,1,3,9,3,10,5,16,5,1,1,11,0,0,1,1,0,0 +1495,2,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.4,0.0,0.4663689527,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.540526985,0.3676955262,2.2360679775,0.6,0.6,0.9,1,1,6,3,8,2,2,7,1,3,4,0,1,0,0,1,0 +1497,0,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.1,0.2,-1.0,10,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7461194374,0.3907684737,3.3166247904,0.1,0.5,0.1,4,2,8,5,10,3,10,9,3,1,9,1,1,1,0,1,0 +1499,7,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,39,1,0.316227766,0.7018128827,0.3794733192,3.0,0.6,0.4,0.9,4,1,6,3,9,3,10,3,0,7,12,0,1,0,1,0,1 +1500,5,3,10,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,1.3,1.2178361959,6,1,-1,0,1,11,1,1,0,1,30,3,0.4472135955,0.9872639377,0.4477722635,3.4641016151,0.8,0.9,0.3,4,3,7,4,9,3,6,4,2,1,4,1,1,1,1,0,0 +1501,3,1,3,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.0,0.0,-1.0,7,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.8393966743000001,0.4189272013000001,3.1622776602,0.4,0.6,0.6,3,1,5,4,9,1,13,5,0,3,10,0,1,1,0,0,0 +1505,1,2,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.5,0.8351646544,5,0,1,0,0,11,1,1,2,1,69,3,0.4242640687,1.2085696074,0.3535533906,3.6055512755,0.1,0.9,0.2,1,2,8,2,8,3,5,7,0,1,8,0,1,0,0,1,0 +1507,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.6495190528,9,1,0,0,0,0,-1,1,2,1,37,2,0.316227766,0.6932228006000001,0.31144823,3.0,0.7,0.4,0.0,1,4,7,4,10,1,10,8,0,8,6,1,0,1,0,0,0 +1509,1,2,1,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.4,0.6,0.9542667342,4,1,0,0,0,14,0,1,2,1,104,1,0.3160696126,0.5342021161,0.30331501780000003,2.4494897428,0.3,0.2,0.4,1,1,7,3,8,2,10,5,1,4,12,0,1,1,1,1,0 +1511,2,1,2,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.7,0.7245688373,7,1,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.8488689607,0.4477722635,3.0,0.9,0.6,0.9,3,1,8,5,8,4,9,5,0,2,10,0,1,0,0,1,1 +1513,3,1,5,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.2,0.65,7,1,-1,0,-1,1,1,0,2,1,38,1,0.316227766,0.7298675302,0.3598610843,3.6055512755,0.1,0.7,0.9,2,1,6,2,9,3,9,5,2,2,12,0,0,0,0,0,0 +1514,0,1,2,0,4,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6475916923,11,1,-1,0,-1,0,1,0,0,1,22,3,0.316227766,0.8499270751000001,0.374566416,3.7416573868,0.7,0.7,0.0,5,2,8,5,8,5,13,6,0,1,8,1,0,0,0,0,0 +1515,7,1,7,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.8,1.2,1.1110243022,11,1,1,8,0,4,1,1,2,1,6,3,0.4,1.0122233323,0.3466987165,3.6055512755,0.7,0.1,0.1,2,1,7,4,10,3,11,8,1,1,5,0,1,0,0,1,0 +1517,1,1,5,1,4,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,1.6,1.1238883396,11,0,0,9,0,16,1,1,2,1,104,3,0.4898979486,1.3044504242,0.4415880433,3.3166247904,0.0,0.1,0.1,2,1,7,5,10,0,8,9,5,6,6,0,0,1,0,1,0 +1520,5,1,8,0,3,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.5,0.8605957239,11,1,-1,2,-1,0,1,1,3,1,104,0,0.3994996871,0.4538858851,0.3840572874,0.0,0.3,0.0,0.8,4,1,8,2,9,1,9,1,0,6,7,0,1,0,0,0,0 +1522,1,3,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.768927825,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8966189937000001,0.4074309757,3.3166247904,0.0,0.7,0.5,3,3,10,5,5,4,10,1,2,8,7,0,1,1,0,1,0 +1523,0,1,4,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.9,0.3,0.6937218463,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5816583586999999,0.3619392214,2.6457513111,0.7,0.1,0.7,2,0,9,3,10,4,5,11,1,0,7,0,1,1,0,1,0 +1524,2,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.8,1.4605221669,11,0,0,8,1,9,1,1,2,1,13,3,0.4472135955,0.8857223787999999,0.3991240409,2.6457513111,0.9,0.0,0.9,2,0,7,2,10,1,10,7,3,2,6,0,0,1,0,0,0 +1526,3,1,3,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.3,0.7158910531999999,9,1,-1,0,-1,1,0,1,2,1,64,3,0.3152776554,0.4735787786,0.3640054945,0.0,0.1,0.3,0.6,4,3,7,3,7,2,10,3,2,0,4,0,0,0,0,1,0 +1527,0,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,2,-1,11,1,0,0,1,94,0,0.3741657387,0.8380294675,0.4301162634,3.6055512755,0.1,0.8,0.7,1,3,10,3,8,6,8,6,1,3,3,0,1,0,0,0,0 +1528,4,1,7,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.6896557112,6,1,-1,0,0,4,1,1,0,1,84,3,0.316227766,0.6842532275,0.3667424164,3.1622776602,0.8,0.7,0.2,0,1,5,5,10,3,8,7,0,3,6,0,0,1,0,0,0 +1531,2,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5584576976,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7431630523,0.3907684737,3.3166247904,0.0,0.9,0.3,2,1,7,4,9,3,3,5,1,0,7,0,1,1,0,1,0 +1533,0,4,4,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.7,0.4,1.2562344526,10,1,-1,0,0,11,1,1,0,1,17,2,0.3741657387,0.8524151395999999,0.3903844259000001,3.4641016151,0.7,0.5,0.3,4,1,9,3,8,0,8,2,1,4,9,0,1,0,0,1,0 +1534,0,1,6,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.5396758286,6,1,-1,0,0,1,1,0,0,1,74,2,0.4,0.8851973679,0.3784177586,3.7416573868,0.1,0.8,0.1,1,1,8,1,11,2,7,10,0,1,4,0,0,1,0,0,0 +1535,5,4,10,1,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,1.8,1.6294170737,11,1,1,0,1,7,1,1,2,1,79,3,0.3872983346,0.9157934734,0.333166625,3.6055512755,0.3,0.9,0.7,2,3,8,2,8,1,10,3,1,4,7,0,0,0,0,0,0 +1538,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.5,0.2,0.523808171,6,1,-1,0,0,1,1,0,0,1,38,2,0.316227766,0.7724197249,0.3598610843,3.7416573868,0.2,0.8,0.2,1,2,7,3,7,2,11,6,2,2,7,0,1,1,1,0,0 +1541,3,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,1.2051970793,11,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.0947942182,0.3789459064,3.4641016151,0.1,0.7,0.4,1,2,8,2,7,4,6,5,0,3,8,0,0,1,0,0,0 +1542,0,1,5,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.0,0.0,-1.0,11,1,0,0,1,0,1,1,2,1,32,1,0.3157530681,0.35938423,-1.0,0.0,0.5,0.7,0.7,2,2,9,3,11,4,12,6,1,3,8,0,1,1,0,0,0 +1543,0,1,8,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.7,0.9905806378,7,1,1,0,1,1,1,0,2,1,25,3,0.3741657387,0.8642300591,-1.0,3.6055512755,0.6,0.7,0.0,3,4,7,3,10,3,8,3,0,3,6,0,1,0,0,0,0 +1546,2,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.595294045,6,1,-1,8,0,9,1,1,0,1,13,2,0.4472135955,1.0790549125,0.4679743583,3.4641016151,0.1,0.3,0.9,4,1,9,4,10,1,7,4,0,1,3,0,1,1,1,0,1 +1548,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7740363243,0.3958535083,2.4494897428,0.8,0.9,0.2,1,2,9,3,11,3,12,7,1,8,3,0,0,1,1,0,0 +1549,0,1,6,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0.3,0.0,0.91070028,7,0,0,0,0,1,1,1,2,1,85,3,0.4242640687,0.922492133,0.3633180425,3.3166247904,0.2,0.3,0.3,0,1,8,1,8,3,10,8,2,4,8,0,0,1,0,0,1 +1550,0,1,11,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.0,0.6,1.1918997441,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.6805290843999999,0.3507135583,3.6055512755,0.4,0.5,0.6,4,5,8,1,11,3,7,3,1,5,6,0,1,1,0,1,1 +1551,4,1,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.8,1.364276365,9,1,-1,0,-1,10,0,1,0,1,55,2,0.4242640687,1.0710310164,0.416533312,3.4641016151,0.3,0.0,0.0,4,1,10,1,11,3,11,7,2,3,11,0,1,0,0,0,0 +1553,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.7,0.2,0.5618051264,11,1,1,0,0,1,1,0,2,1,25,3,0.4,0.8891680576000001,-1.0,3.7416573868,0.6,0.7,0.0,4,0,8,3,10,3,9,5,2,4,3,1,0,0,1,0,0 +1558,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5315072906,5,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.5791308678,0.30331501780000003,2.4494897428,0.3,0.9,0.7,1,2,7,2,6,5,13,5,1,2,8,1,1,1,0,0,0 +1560,5,2,2,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.7,1.1,1.4330910648,5,1,-1,0,-1,1,0,1,2,1,64,3,0.316227766,0.689502156,0.3619392214,3.6055512755,0.5,0.3,0.6,3,3,5,4,9,2,10,5,1,5,5,0,1,1,0,1,0 +1561,3,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6373774392,9,1,-1,0,-1,1,0,1,2,1,25,3,0.3741657387,0.8069302099,-1.0,3.6055512755,0.6,0.4,0.8,4,2,8,2,8,5,11,5,1,4,8,1,1,0,0,1,0 +1562,1,1,5,0,1,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.6684870978999999,7,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6942354139,0.4084115571,2.4494897428,0.6,0.1,0.3,2,2,7,4,9,2,11,5,2,1,6,0,1,1,1,0,0 +1565,1,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.4,1.5194571399,11,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9816498172,0.4185689907,3.1622776602,0.7,0.8,0.4,3,5,7,5,10,0,9,3,0,3,12,0,1,1,1,0,0 +1566,1,1,4,0,3,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7445636306,11,1,-1,0,-1,4,0,1,2,1,9,2,0.316227766,0.685188639,0.3943348831,3.4641016151,0.4,0.2,0.5,2,1,7,6,10,3,12,9,1,4,6,0,0,1,0,1,0 +1567,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.503736042,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7280783890000001,-1.0,3.4641016151,0.0,0.2,0.7,3,2,9,0,11,3,5,4,0,4,4,0,0,1,0,1,0 +1568,5,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.3,0.6398241946000001,6,1,-1,0,1,1,1,1,0,1,64,3,0.3160696126,0.5530718125,0.3640054945,2.2360679775,0.5,0.8,0.9,2,2,10,3,11,1,7,4,0,2,10,0,0,1,0,0,1 +1569,2,3,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.3,1.4605221669,6,1,-1,0,1,11,1,1,0,1,103,1,0.3160696126,0.5511820506,0.3307567082,2.2360679775,0.8,0.4,0.4,2,4,7,1,9,3,8,10,1,3,7,0,0,1,1,0,0 +1570,0,1,1,1,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.8,1.1,1.2366790206,10,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.7477652656999999,0.3685105155,3.3166247904,0.1,0.9,0.9,3,4,5,8,7,4,4,12,1,5,6,0,0,0,1,1,0 +1573,0,2,4,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5595757321,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7046539506,0.3685105155,3.0,0.5,0.6,0.1,3,3,7,1,9,2,9,2,3,2,4,0,0,0,1,0,0 +1576,0,1,4,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.68556546,7,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9055841455,0.4101219331,3.3166247904,0.6,0.1,0.6,3,2,5,4,10,1,14,4,1,5,12,0,1,1,0,0,0 +1577,3,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,-1.0,4,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6859270134000001,0.3615245497,3.1622776602,0.7,0.6,0.3,2,2,9,3,10,0,11,4,0,1,2,0,0,1,0,0,0 +1579,1,2,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.3,0.8605957239,5,1,1,9,1,0,1,0,2,1,104,2,0.4472135955,1.4136217480000002,0.453431362,3.6055512755,0.7,0.6,0.8,3,2,10,4,11,2,13,4,0,3,7,0,1,1,0,1,1 +1580,3,2,2,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.6,0.3,0.7838207703,6,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7644881613,0.3958535083,2.2360679775,0.6,0.0,0.6,3,2,6,5,9,3,10,8,2,6,12,0,1,0,0,1,0 +1581,2,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.8,0.8287792226999999,11,1,-1,8,-1,4,1,1,2,1,6,3,0.4,1.0039899739,0.4121892769,3.6055512755,0.7,0.7,0.9,2,2,5,0,8,3,12,6,0,1,7,0,1,0,1,0,0 +1584,1,1,5,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.3,0.0,-1.0,11,1,0,0,1,1,0,1,2,1,91,3,0.4242640687,0.9051962026,0.3741657387,3.0,0.0,0.8,0.7,2,1,8,1,9,4,11,6,2,0,12,0,0,1,0,0,1 +1586,0,1,6,1,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7607358334000001,0.3754996671,3.4641016151,0.0,0.5,0.3,2,2,9,3,10,2,6,9,2,3,5,0,1,0,0,0,0 +1587,3,2,1,0,6,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,11,1,1,0,0,11,1,1,2,1,101,3,0.3741657387,0.7832307534999999,0.3214031736,3.3166247904,0.0,0.8,0.7,1,1,9,2,10,1,12,3,0,3,6,0,1,1,0,0,0 +1590,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.6782329983,10,1,-1,0,1,6,1,1,0,1,104,3,0.3741657387,0.6158210269,0.393192065,2.8284271247,0.0,0.8,0.4,1,1,9,2,12,3,9,4,2,3,6,0,1,1,0,1,0 +1591,2,1,7,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.3,0.1,-1.0,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7603283327,0.3937003937,3.3166247904,0.7,0.1,0.8,3,1,7,1,9,4,5,7,3,3,8,0,1,1,0,0,0 +1594,0,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.1,0.4589389938,9,0,0,9,1,11,1,1,0,1,56,3,0.6,1.1078980172,0.4283689998,3.0,0.1,0.5,0.2,2,2,9,2,10,1,3,5,0,7,1,0,1,1,0,1,1 +1595,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6911781773000001,0.3615245497,3.1622776602,0.1,0.8,0.4,2,1,10,4,8,3,11,4,6,4,7,0,1,0,0,1,0 +1596,0,1,6,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5847007782,7,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.6268773457,0.3748332963,3.3166247904,0.2,0.2,0.1,0,2,4,4,8,4,9,2,1,2,6,0,1,1,1,0,0 +1601,2,1,8,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.6693936025,6,1,-1,0,1,1,1,0,0,1,52,2,0.3741657387,0.8675178326999999,0.3681032464,3.7416573868,0.0,0.6,0.8,0,2,8,3,8,3,13,3,2,4,7,0,1,0,0,1,0 +1605,1,1,6,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,1.166726189,11,0,1,1,1,0,1,0,2,1,104,3,0.3741657387,1.3562375033,0.34899856729999995,3.7416573868,0.6,0.4,0.7,2,1,5,4,7,3,8,5,2,3,6,0,0,1,0,0,1 +1607,0,1,1,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.8,0.4,0.8554969316,4,1,0,1,0,14,1,1,0,1,8,3,0.4,0.927083314,-1.0,3.4641016151,0.4,0.0,0.3,2,0,8,3,10,0,4,5,2,2,6,0,0,1,1,0,0 +1608,5,1,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.7,1.2077872329,11,1,-1,0,-1,14,1,1,0,1,68,3,0.4,0.8143851303,0.4074309757,2.8284271247,0.5,0.5,0.7,2,2,8,2,11,2,9,9,2,3,7,0,1,0,1,0,0 +1610,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.8463155440000001,7,1,-1,0,-1,6,1,1,2,1,104,3,0.316227766,0.5693624098,0.3917907605,2.0,0.6,0.9,0.4,1,1,9,4,10,2,8,6,1,4,9,0,1,0,0,0,0 +1611,4,1,9,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.4,0.7280109889,6,1,-1,0,1,0,1,1,0,1,66,1,0.3998749805,0.6663394514000001,0.3817066937,2.2360679775,0.5,0.6,0.7,3,1,7,3,10,3,14,8,3,1,4,0,1,1,0,1,1 +1612,0,1,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.3,0.8321658489,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7878205106999999,0.3708099244,3.4641016151,0.8,0.9,0.9,4,3,8,4,6,3,7,6,0,2,8,0,1,1,0,0,0 +1616,7,1,8,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.2,0.9978101022,11,0,1,8,0,13,1,0,-1,1,104,3,0.4472135955,1.4663935069999998,0.3794733192,3.6055512755,0.1,0.8,0.3,2,2,7,1,11,3,11,5,1,0,4,0,1,1,0,1,0 +1617,0,2,0,0,6,0,1,0,0,0,0,0,0,0,4,0,0,0,0.8,1.3,1.485134674,10,1,-1,0,0,1,0,1,0,1,85,3,0.3741657387,0.852463615,0.3996248241,3.3166247904,0.3,0.2,0.5,1,2,8,5,8,3,7,5,1,4,4,0,1,1,0,1,0 +1618,1,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.3,0.8547660498999999,6,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6820908546,0.3937003937,2.8284271247,0.5,0.5,0.6,3,2,5,3,6,4,4,6,0,3,8,0,0,0,1,0,0 +1620,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,2,0,0,1,0.5,0.8,-1.0,2,1,0,0,0,0,-1,1,2,1,34,2,0.4,0.7381711822,0.3144837039,3.0,0.4,0.5,0.7,2,0,8,2,11,4,7,7,0,7,7,0,1,0,0,0,0 +1621,3,1,6,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.7,0.3,0.6869315831999999,11,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.8156399911,0.3826225294,3.0,0.8,0.7,0.4,4,3,8,2,10,4,5,6,1,1,7,0,0,1,0,0,1 +1623,2,1,5,0,4,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.2,0.5408326913,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7683431783,0.3937003937,3.3166247904,0.9,0.0,0.4,0,1,5,3,11,2,6,3,4,4,5,0,1,1,0,0,0 +1624,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.772576857,7,1,0,0,0,11,1,1,2,1,3,2,0.4242640687,1.06757236,0.3659234893,3.4641016151,0.5,0.1,0.4,3,1,9,6,10,0,8,4,1,4,17,0,1,1,0,0,0 +1625,1,1,6,1,2,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,5,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6912416963,0.2944486373,3.1622776602,0.7,0.7,0.5,3,3,4,4,10,2,9,4,1,2,9,0,1,0,1,0,0 +1626,5,1,7,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.3,0.6661456297,11,1,0,0,0,0,1,1,2,1,66,3,0.4,0.7734455218,0.3218695388,3.0,0.4,0.3,0.4,3,1,7,2,8,2,10,9,0,4,9,0,1,1,0,0,1 +1628,4,1,3,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.605702072,8,1,-1,0,1,0,1,1,0,1,66,1,0.3998749805,0.6564209242,0.3817066937,2.2360679775,0.5,0.9,0.5,2,4,7,4,6,4,5,2,3,4,6,0,1,1,0,0,0 +1630,5,1,11,1,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.3,0.2,-1.0,7,1,1,0,1,1,1,1,2,1,65,1,0.3152776554,0.46762986,0.2898275349,1.4142135624,0.9,0.4,0.5,1,2,6,2,9,5,6,8,1,4,5,0,1,0,0,0,0 +1632,0,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.8,1.8263693493,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6818939352,0.3887158345,2.8284271247,0.5,0.4,0.7,2,2,5,4,9,2,11,6,2,3,8,0,1,0,1,0,0 +1633,5,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,1.1031205736,11,0,0,0,1,10,1,1,2,1,83,2,0.4242640687,0.8752331448999999,0.3420526275,2.6457513111,0.3,0.6,0.3,3,2,9,3,8,2,11,4,0,2,9,1,1,0,1,0,0 +1635,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.8,0.8388980868000001,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9681604778,0.4009987531000001,3.1622776602,0.1,0.2,0.1,2,2,8,5,8,2,13,7,3,3,7,0,1,1,0,1,0 +1637,4,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,1.3777245733,7,0,-1,0,-1,6,1,1,2,1,104,2,0.4472135955,0.8424433179,0.4415880433,3.0,0.9,0.2,0.1,2,0,9,4,9,3,6,6,3,1,13,1,0,1,1,0,0 +1638,0,1,7,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.2,0.4,-1.0,11,0,1,1,1,0,1,0,2,1,104,3,0.4472135955,1.495323288,0.3629049462,3.7416573868,0.4,0.2,0.4,2,2,7,2,8,3,4,8,3,1,11,0,0,0,0,0,0 +1639,5,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,1.1,1.4861863947999998,10,1,-1,0,1,1,1,1,0,1,31,3,0.3974921383,0.599776129,0.3987480407,1.7320508076,0.4,0.6,0.5,4,3,7,2,9,1,8,7,3,1,9,0,1,1,0,0,1 +1640,4,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.7048936090000001,6,1,-1,0,0,11,1,1,0,1,47,2,0.3741657387,0.859932248,0.3817066937,3.6055512755,0.4,0.3,0.7,4,1,6,2,5,3,9,5,0,6,8,0,0,1,0,0,0 +1643,5,1,2,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,1.2,1.4186260959,11,0,-1,8,-1,13,1,1,1,1,4,2,0.5916079783,1.3146661582,0.5186520992,3.4641016151,0.3,0.1,0.5,3,2,5,5,9,2,8,8,1,5,7,0,0,1,0,1,0 +1644,0,2,1,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.6,1.1768602296,10,1,-1,0,1,14,1,1,0,1,68,3,0.3994996871,0.6856407994,0.4074309757,2.0,0.4,0.2,0.2,4,3,8,2,10,3,15,3,1,2,5,1,0,0,0,1,0 +1645,1,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,0.2,0.5662375826,10,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.9097440835,0.3780211634,3.6055512755,0.2,0.3,0.0,3,0,9,3,8,3,12,1,2,0,2,0,0,0,0,0,0 +1647,1,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.4,0.9611191393,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7898758925,0.423083916,3.4641016151,0.6,0.5,0.4,4,3,8,5,10,1,5,2,2,0,5,0,1,0,1,1,1 +1649,2,1,10,0,2,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,104,3,0.4,0.8235179526,0.3813135193,3.4641016151,0.5,0.3,0.4,3,2,9,6,12,3,10,7,2,7,6,1,1,0,0,0,0 +1651,1,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7399324293,7,1,-1,0,-1,1,1,1,0,1,64,3,0.3160696126,0.5601800183,0.3640054945,2.4494897428,0.2,0.9,0.1,3,3,7,6,5,0,15,5,4,4,8,0,0,0,1,1,1 +1652,1,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.9,0.9890020222,10,1,-1,1,-1,3,1,0,0,1,45,3,0.4,0.8829269037,0.3498571137,3.7416573868,0.6,0.3,0.2,1,1,8,1,9,1,4,2,1,1,5,0,0,0,0,1,0 +1654,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6509608283,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.1072637707,0.4,3.7416573868,0.3,0.3,0.0,3,2,9,5,7,1,5,5,3,2,10,0,1,1,1,1,0 +1655,0,1,5,0,6,1,0,0,0,0,0,0,0,0,4,0,0,1,0.2,0.3,-1.0,6,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5866102371,0.3583294573,2.6457513111,0.7,0.5,0.5,3,1,9,3,8,2,9,5,1,5,14,0,0,1,0,1,0 +1656,1,3,6,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.9,0.3,0.5645794895,5,1,-1,0,-1,15,0,1,2,1,5,2,0.4,0.6884525706999999,0.3926830783,1.7320508076,0.3,0.2,0.1,1,1,9,2,7,3,5,4,3,2,11,1,0,1,0,0,0 +1658,2,4,7,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.8,0.3,0.5937171044,7,1,-1,0,-1,6,1,1,2,1,26,3,0.3972404813,0.5652469657,0.3958535083,2.0,0.3,0.3,0.7,2,1,9,1,10,0,5,4,1,3,7,0,0,0,0,1,0 +1660,0,1,3,0,0,0,0,0,1,0,0,0,0,0,9,0,0,0,0.3,0.0,-1.0,4,1,-1,0,0,1,1,0,0,1,70,2,0.3741657387,0.9242151014,0.3860051813,3.6055512755,0.5,0.9,0.5,2,2,5,0,8,4,6,8,3,5,10,1,1,1,1,0,0 +1661,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.2,0.4663689527,7,1,-1,2,-1,1,1,1,1,1,90,0,0.4242640687,0.8249342573,0.4189272013000001,3.0,0.7,0.4,0.3,3,1,7,3,9,1,11,5,1,3,4,0,1,1,0,0,1 +1662,5,1,8,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.5700877125,11,0,-1,0,-1,11,0,1,2,1,3,2,0.4242640687,1.1380728056,0.4349712634,3.4641016151,0.0,0.4,0.1,3,3,7,3,9,2,12,6,1,4,5,1,1,0,0,0,1 +1663,7,2,7,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,4,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7832307534999999,0.3850973903,3.3166247904,0.5,0.7,0.4,2,2,8,4,7,4,6,7,2,2,10,0,1,0,0,0,0 +1664,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.8792752698,8,1,1,0,0,0,1,0,2,1,78,3,0.4,0.9513518003,0.3287856445,3.7416573868,0.0,0.0,0.8,4,2,5,3,10,2,8,6,3,5,5,0,1,0,0,0,0 +1665,2,1,1,0,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0.4,0.0,1.2201434342,11,1,1,0,1,1,1,1,1,1,104,3,0.4242640687,0.7288335523999999,0.3507135583,2.6457513111,0.7,0.2,0.4,1,2,8,3,8,2,3,3,0,5,7,0,0,1,0,0,0 +1668,4,1,4,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.3,0.1,-1.0,11,0,1,0,1,15,1,0,2,1,5,2,0.4472135955,1.2342645952,0.32557641190000003,3.7416573868,0.7,0.2,0.8,4,1,8,4,9,4,6,6,3,5,7,1,0,1,1,0,0 +1669,5,3,7,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.7495832175,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7951044684,0.4062019202,3.1622776602,0.0,0.4,0.2,2,0,8,5,10,0,5,5,0,2,10,0,0,0,1,0,0 +1673,1,4,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,1.1025538536,7,1,-1,0,-1,14,1,1,1,1,68,3,0.4,0.7584510095,0.4074309757,2.6457513111,0.5,0.1,0.3,2,2,9,4,11,1,9,4,1,3,10,1,0,0,0,0,0 +1674,1,4,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.2,0.5739120142,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3974921383,0.4718085478,0.3987480407,0.0,0.9,0.2,0.0,1,2,9,3,9,4,5,9,2,5,9,0,1,1,0,1,0 +1675,1,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8430072104999999,0.3780211634,3.4641016151,0.1,0.9,0.8,4,1,10,3,11,2,20,5,2,3,5,0,0,1,1,1,0 +1676,1,3,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7945319325,0.3814446225,3.6055512755,0.0,0.0,0.8,4,2,8,3,10,1,8,4,2,3,8,0,0,1,0,0,0 +1677,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.4,0.6359048671,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6235727504999999,0.34727510710000004,3.1622776602,0.6,0.4,0.0,3,1,8,4,10,3,7,5,2,2,10,0,0,1,0,1,0 +1679,0,3,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.9,1.2683650894,11,1,-1,0,-1,15,0,0,2,1,97,3,0.3605551275,0.8445743218,-1.0,3.7416573868,0.2,0.0,0.7,2,1,6,2,12,1,4,8,3,1,5,1,1,0,0,0,0 +1682,1,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,1.5299101281,9,1,1,2,0,0,0,1,0,1,104,2,0.3741657387,0.8192921759,0.3601388621,3.4641016151,0.5,0.7,0.0,3,2,6,2,9,2,8,3,0,3,7,0,1,0,0,1,0 +1683,3,1,4,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.7,0.3,0.562361094,11,1,-1,1,-1,12,1,1,0,1,104,3,0.3741657387,0.7417730601000001,0.3754996671,3.4641016151,0.1,0.4,0.4,2,1,8,2,12,3,6,7,1,4,5,0,1,0,0,0,0 +1685,2,2,1,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.0,0.3,0.7305819598000001,5,1,1,0,0,1,1,1,3,1,64,3,0.316227766,0.6574430812,0.3016620626,3.1622776602,0.1,0.8,0.5,3,1,10,4,10,3,4,6,0,1,3,0,0,1,0,0,1 +1687,1,1,1,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.5,0.2,0.632455532,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6785223371,0.3924283374,2.8284271247,0.6,0.0,0.8,3,2,8,3,10,6,6,5,0,3,5,0,1,1,0,0,0 +1689,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.2,0.7862092597,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0871621257,0.4,3.4641016151,0.3,0.3,0.7,4,1,5,3,11,2,8,6,3,3,11,0,0,0,0,1,0 +1690,0,2,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.2,0.5244044241,11,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8539891806000001,0.310322413,3.7416573868,0.6,0.3,0.7,4,1,7,4,10,3,7,5,2,2,9,0,1,1,1,0,0 +1694,0,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.1,1.2978347352,11,1,1,0,1,0,1,0,2,1,88,3,0.4,0.9909924902,0.3289376841,3.7416573868,0.9,0.9,0.3,1,4,8,2,8,3,7,4,2,3,8,0,0,0,0,0,0 +1696,5,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.2,0.675,7,1,-1,0,-1,1,1,1,2,1,65,3,0.3152776554,0.5001859157999999,0.3521363372,1.7320508076,0.4,0.9,0.0,1,1,8,2,8,1,9,3,1,4,8,0,0,1,0,0,0 +1697,4,1,5,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.7,0.9483538369,11,1,-1,0,-1,6,1,1,1,1,77,2,0.3741657387,0.7332566326000001,0.3874274126,3.1622776602,0.8,0.4,0.2,2,2,9,2,9,2,10,3,1,3,6,1,0,0,0,0,0 +1699,4,1,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.0,0.7826237920999999,4,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7382411529999999,0.3926830783,3.3166247904,0.9,0.2,0.2,0,3,8,1,9,2,16,7,1,2,9,0,0,0,0,0,1 +1700,1,2,0,0,-1,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.4,1.6643316977,10,0,1,1,0,0,-1,1,2,1,104,1,0.4472135955,1.3168017854,0.3663331817,3.6055512755,0.4,0.5,0.0,2,2,7,3,7,2,8,4,1,2,6,0,1,1,0,1,0 +1701,1,1,10,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6074264911,0.3615245497,2.8284271247,0.6,0.9,0.7,1,1,8,5,10,3,7,3,0,4,11,1,1,0,0,1,0 +1702,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.2,0.1,-1.0,6,0,-1,0,0,11,1,1,0,1,104,3,0.4472135955,0.85729731,0.4248529157,3.3166247904,0.2,0.4,0.1,1,0,8,3,8,2,8,4,1,4,11,0,0,1,0,0,0 +1704,2,1,5,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.1,0.1,-1.0,4,1,-1,0,1,1,1,1,0,1,85,3,0.4242640687,0.7401139068000001,0.4159326869,2.6457513111,0.4,0.2,0.6,2,3,10,1,9,2,10,5,1,6,8,0,0,1,0,0,0 +1705,1,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.5,1.2764697411,1,1,1,0,0,1,1,1,2,1,52,3,0.3741657387,0.7879385175,0.2973213749,3.6055512755,0.5,0.5,0.7,2,0,5,0,9,1,8,5,2,4,12,1,0,1,0,0,0 +1708,6,1,7,0,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0.9,0.2,0.515994186,7,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.710008148,0.3008321791,3.3166247904,0.1,0.1,0.5,2,2,6,2,10,4,9,7,3,2,6,0,1,1,1,0,0 +1710,4,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.7,1.3451301052000002,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6703274148,0.3667424164,3.0,0.0,0.2,0.3,3,2,7,2,11,2,7,6,0,2,6,0,0,1,1,0,1 +1712,1,1,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.6,0.0,-1.0,7,1,-1,0,-1,1,1,1,1,1,80,3,0.316227766,0.7549560767,-1.0,3.6055512755,0.2,0.6,0.0,3,1,7,5,8,3,12,3,1,4,8,0,1,1,0,1,0 +1719,2,2,2,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.5,0.3,-1.0,11,0,-1,0,-1,15,1,0,2,1,5,2,0.4472135955,1.2380419758,0.4,3.7416573868,0.5,0.7,0.6,4,2,7,4,6,0,7,4,0,3,8,0,1,1,0,1,0 +1720,1,2,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.5,0.6,1.0428326807,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6492207662,0.3666060556,3.0,0.6,0.1,0.9,2,3,9,3,10,1,6,5,1,1,5,1,1,1,0,0,1 +1722,5,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.9,1.032896413,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.8915894897,0.3788139385,3.0,0.7,0.8,0.6,2,2,5,3,11,4,10,2,3,5,4,0,1,0,1,1,0 +1723,5,1,9,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.7,0.8170067319,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7353949858,0.3974921383,2.8284271247,0.9,0.1,0.0,2,1,7,3,10,3,3,8,0,3,4,1,0,0,1,0,0 +1724,1,1,8,0,0,0,1,0,0,0,0,1,0,1,6,1,0,0,0.6,1.2,0.9829801626,7,1,1,8,1,3,1,1,2,1,104,2,0.5,1.2655805841,0.4353159772,3.4641016151,0.6,0.8,0.8,3,3,9,3,10,3,10,1,1,6,12,0,1,0,0,0,0 +1725,5,1,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.3,-1.0,6,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9545454545,0.4185689907,3.0,0.8,0.8,0.9,3,1,6,1,9,5,3,6,0,7,6,0,1,1,1,1,0 +1726,0,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.7,1.7836058982,11,0,0,1,1,5,1,1,2,1,104,3,0.4123105626,1.0324087217,0.3619392214,3.0,0.8,0.2,0.5,1,0,9,2,7,2,1,4,0,2,8,1,0,1,1,0,0 +1727,1,3,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.5379358698,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6195172741,0.34727510710000004,3.0,0.8,0.1,0.7,4,0,8,2,11,6,8,6,2,5,7,0,1,1,0,0,0 +1728,0,1,8,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.3,-1.0,10,0,-1,0,1,11,1,1,0,1,104,2,0.4472135955,0.7350437104,0.4110960958,2.8284271247,0.5,0.5,0.5,2,0,6,4,9,4,7,10,1,3,15,0,0,0,0,0,0 +1732,5,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,11,1,1,0,1,0,1,1,0,1,86,3,0.4,0.7392759469,0.33570820659999995,2.4494897428,0.0,0.4,0.8,2,3,8,3,10,3,9,6,2,5,6,0,1,0,1,0,0 +1733,4,2,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.6,1.2234684303,9,1,0,0,1,11,1,1,2,1,99,2,0.3155946768,0.5362480615,0.305777697,1.4142135624,0.4,0.7,0.7,2,2,10,1,9,3,14,9,4,0,10,1,1,0,0,0,0 +1734,7,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.2477479713,11,0,1,0,0,11,1,1,2,1,17,2,0.4242640687,1.0254045765000002,-1.0,3.7416573868,0.5,0.4,0.9,1,1,7,4,9,2,15,4,1,1,5,0,0,0,0,0,0 +1735,3,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,1.4,1.8065851765,11,0,1,0,1,7,1,1,2,1,104,3,0.4472135955,0.9332140321,0.3588871689,3.1622776602,0.5,0.4,0.9,3,3,9,1,7,1,7,2,0,2,5,0,0,1,0,0,0 +1739,1,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,4,1,-1,0,0,11,1,1,0,1,3,2,0.4242640687,1.1258165081,0.4349712634,3.4641016151,0.4,0.8,0.1,2,1,8,3,9,4,7,7,2,5,17,0,0,0,0,1,0 +1740,2,1,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.3,0.7697402159000001,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7298937147,0.3663331817,3.0,0.0,0.1,0.3,4,2,8,0,10,4,7,6,2,3,6,0,1,0,0,0,0 +1741,0,1,2,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.0,0.0,0.9158329542,11,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9552843461,0.3241913015,3.6055512755,0.5,0.1,0.4,2,1,8,2,9,2,6,5,1,4,5,0,1,1,0,0,0 +1742,5,2,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.6214901447,9,1,-1,0,-1,0,0,1,2,1,23,3,0.4,0.9279125466,0.3974921383,3.4641016151,0.1,0.6,0.0,2,0,8,2,11,1,4,6,3,4,9,0,0,1,0,0,0 +1743,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.575,7,1,0,8,1,3,1,1,1,1,104,2,0.5,1.2553933235,-1.0,3.1622776602,0.1,0.2,0.8,5,1,9,5,8,3,7,2,3,3,14,0,1,1,0,0,0 +1744,0,1,7,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.0,1.4964541423,11,0,1,0,1,10,1,0,2,1,28,3,0.3741657387,1.0605627697,0.32984845,3.7416573868,0.0,0.5,0.4,2,0,8,2,11,2,12,3,4,4,5,0,0,0,0,1,0 +1746,0,1,9,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.6,0.2,0.6184658438,11,1,1,0,1,11,1,0,2,1,103,3,0.316227766,0.7689076720999999,0.2887905816,3.7416573868,0.3,0.1,0.8,1,1,7,2,9,3,9,7,0,0,9,0,0,0,0,1,0 +1750,2,3,7,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,0.7198090023999999,6,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.4451993703,0.3556683849,0.0,0.3,0.5,0.0,3,2,8,3,6,2,10,5,2,5,8,0,1,0,1,1,0 +1753,5,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.6,1.1263880326,11,0,-1,0,-1,6,1,1,2,1,73,3,0.4472135955,0.7045014649,0.4211887938,2.4494897428,0.6,0.5,0.8,1,3,8,5,9,3,13,6,0,3,9,0,0,0,0,0,1 +1755,0,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,1.0854146673,3,1,-1,0,-1,11,1,0,0,1,101,3,0.3741657387,0.8956391134,0.3850973903,3.6055512755,0.7,0.8,0.1,1,2,9,2,7,2,7,9,1,2,5,0,1,1,0,0,1 +1758,0,1,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.4860555524,7,1,0,0,0,0,1,1,2,1,39,1,0.3160696126,0.6830897234000001,-1.0,3.1622776602,0.2,0.1,0.0,2,0,4,0,10,3,4,4,1,3,5,0,1,1,1,0,0 +1760,3,1,1,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.6274950199,7,1,-1,0,-1,0,1,1,0,1,43,3,0.4,0.654861035,0.3663331817,2.8284271247,0.1,0.4,0.1,2,2,7,3,11,2,10,6,0,2,9,1,1,1,1,0,0 +1763,7,4,6,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,1.0,1.09772492,6,1,-1,0,1,11,1,1,0,1,57,2,0.3741657387,0.7076909256999999,0.3924283374,3.1622776602,0.0,0.5,0.2,3,1,7,4,11,4,6,2,2,1,5,0,1,1,0,0,0 +1765,0,3,9,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,0.2,0.473682383,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7320440081,0.3687817783,3.7416573868,0.3,0.2,0.4,4,3,5,2,10,4,10,0,1,3,11,0,1,1,1,1,1 +1766,3,2,2,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.9985932553,11,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,1.1057022562,0.4679743583,3.4641016151,0.5,0.6,0.7,5,1,7,3,9,2,7,7,0,3,3,0,1,1,0,0,0 +1769,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,1.8753333037,7,1,0,0,1,11,1,1,2,1,16,3,0.3741657387,0.7125788343,0.3185906464,3.3166247904,0.6,0.8,0.7,4,3,7,3,7,3,8,8,1,6,5,0,0,1,1,0,1 +1771,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.8370334520999999,7,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.5997416799,0.3016620626,2.6457513111,0.1,0.2,0.1,3,1,6,2,9,4,11,7,2,2,5,0,1,1,0,0,0 +1772,4,2,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.5963430221,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.5461359379999999,0.366469644,2.2360679775,0.5,0.5,0.5,2,1,7,5,10,0,7,7,0,1,14,0,1,1,1,1,0 +1775,0,3,6,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.8,1.0,1.1330269194,4,1,-1,0,0,11,1,0,0,1,36,2,0.3741657387,0.8886567075,0.3793415348,3.6055512755,0.8,0.1,0.6,2,2,8,2,9,3,9,6,1,0,4,0,1,1,0,0,0 +1776,2,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,6,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7120277179000001,0.3814446225,3.1622776602,0.3,0.8,0.2,0,2,10,1,8,3,10,7,1,4,10,0,1,0,0,1,0 +1778,0,2,1,1,3,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.1,1.0389297378,7,1,-1,0,-1,14,1,0,0,1,60,1,0.316227766,0.7411600244,0.34727510710000004,3.6055512755,0.4,0.3,0.3,1,2,8,4,10,4,15,7,3,3,6,0,1,0,1,0,0 +1780,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,1.2871965662,6,1,-1,0,0,7,1,0,0,1,79,2,0.3872983346,0.9780229678,0.39,3.7416573868,0.1,0.1,0.2,2,2,9,3,8,2,3,5,4,3,9,0,1,1,0,1,0 +1781,3,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.9,0.0,0.6446898479,7,1,-1,0,-1,14,1,1,2,0,60,1,0.316227766,0.633663101,0.34727510710000004,3.3166247904,0.4,0.0,0.0,3,1,6,3,8,6,7,7,0,2,6,0,0,0,0,0,0 +1783,0,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.7599342077,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7464101414000001,0.4306971093,2.4494897428,0.4,0.4,0.4,3,0,8,0,8,2,9,4,3,2,5,0,0,1,0,1,0 +1785,1,2,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,86,3,0.4,1.0079277695,-1.0,3.4641016151,0.7,0.4,0.2,3,3,8,3,8,2,11,4,1,5,8,0,0,0,0,0,0 +1788,2,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,1.1768602296,11,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0309768296,0.4086563348,3.6055512755,0.1,0.3,0.4,2,3,7,2,8,2,9,4,1,2,6,0,1,1,0,0,0 +1791,0,2,1,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.4,0.8366600265,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4050303529,0.3619392214,0.0,0.1,0.8,0.8,2,2,6,4,7,1,10,7,1,5,8,0,0,1,0,1,0 +1793,3,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,0.5,0.9737171047,6,1,-1,0,0,1,1,0,0,1,70,2,0.3741657387,0.9416169933,0.3860051813,3.7416573868,0.7,0.1,0.3,1,2,7,4,9,2,10,5,0,1,8,1,1,1,0,0,0 +1794,1,1,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,14,1,0,2,1,29,3,0.4,1.0243421594,0.3984971769,3.6055512755,0.1,0.2,0.7,4,1,5,4,9,3,7,7,3,4,1,0,0,1,1,0,0 +1796,0,2,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8685964026999999,0.3708099244,3.7416573868,0.3,0.9,0.4,2,2,6,5,12,1,11,5,3,1,9,0,1,0,0,0,0 +1797,5,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,1.7,1.7155538463999995,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1145636214,0.416533312,3.4641016151,0.5,0.3,0.6,2,2,7,3,9,3,10,3,2,3,6,0,1,1,0,1,1 +1798,5,1,5,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.3,1.6777961736000002,11,0,0,9,1,9,1,1,2,1,104,3,0.6164414003,1.4754534252,0.4171330723,3.3166247904,0.8,0.6,0.1,2,3,5,4,9,0,6,5,1,2,3,0,1,0,1,1,0 +1800,5,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,0.9,0.8522030275,4,1,-1,6,1,14,0,1,0,1,104,0,0.4994997497,0.7698744129,0.5567764363000001,0.0,0.9,0.6,0.4,3,1,10,3,8,2,11,5,2,1,5,0,0,1,1,0,0 +1803,1,1,5,1,4,0,1,0,0,0,0,0,0,0,3,1,0,0,0.3,0.0,0.8760707734000001,7,0,-1,0,-1,4,1,1,2,1,104,2,0.4472135955,0.9642606254,0.4224926035,3.6055512755,0.1,0.9,0.3,3,1,8,4,10,2,7,7,1,2,9,0,0,1,0,0,0 +1804,1,1,3,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.2,0.4898979486,4,1,-1,0,0,0,1,1,0,1,22,3,0.316227766,0.7771265146999999,0.374566416,3.4641016151,0.4,0.7,0.1,4,2,6,3,12,1,11,11,2,3,5,0,1,1,1,0,0 +1810,0,1,6,0,0,0,0,0,1,0,0,0,0,0,8,0,0,1,0.1,0.1,-1.0,7,1,1,0,0,0,1,0,0,1,32,3,0.316227766,0.7862742987000001,0.2944486373,3.6055512755,0.1,0.1,0.6,5,2,9,4,11,1,16,5,1,0,5,0,0,1,0,0,0 +1812,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.5567764363000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5245619975,0.3307567082,1.7320508076,0.1,0.0,0.0,3,3,8,3,9,5,13,8,1,5,8,0,0,1,0,0,0 +1813,0,1,7,0,0,0,0,1,0,0,0,0,0,0,9,0,0,1,0.5,0.6,0.8919781387000001,11,1,-1,0,-1,4,1,1,0,1,50,2,0.4,0.6834525865000001,0.3943348831,3.0,0.8,0.8,0.2,3,2,9,4,9,2,4,3,0,3,7,0,1,0,0,1,1 +1816,1,1,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.8,0.3,0.6892024376000001,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6346405243,0.3861346915,2.4494897428,0.5,0.0,0.5,4,0,5,1,11,2,11,8,1,1,7,0,0,1,0,1,0 +1817,2,1,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.7875582098,-1.0,3.6055512755,0.9,0.8,0.0,1,2,9,3,10,1,10,8,0,4,9,0,1,0,1,0,0 +1818,0,2,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.9934158243,7,1,-1,0,-1,1,1,1,2,1,65,3,0.3152776554,0.501052611,0.3521363372,1.7320508076,0.9,0.6,0.6,4,0,7,4,8,4,9,9,0,7,9,0,0,0,0,1,0 +1819,5,1,4,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.7,1.4,1.4263151826,9,1,-1,2,-1,1,0,1,0,1,90,0,0.3741657387,0.729011416,0.4166533331,3.3166247904,0.6,0.4,0.8,2,1,9,4,11,2,10,3,0,1,8,0,0,0,1,0,1 +1820,5,1,8,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,-1.0,3,1,-1,0,-1,0,1,1,0,1,37,2,0.316227766,0.7388447259,0.3754996671,3.1622776602,0.4,0.0,0.7,2,1,7,3,9,4,8,5,1,3,12,0,1,0,0,1,0 +1821,2,1,2,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.4,0.6,0.9788385975,11,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,1.0148331703,0.3903844259000001,3.7416573868,0.1,0.7,0.0,2,3,9,5,12,3,5,7,1,2,10,0,0,0,0,0,0 +1822,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.3,0.5963430221,7,1,-1,0,-1,0,1,0,2,1,34,2,0.4,0.907578287,-1.0,3.7416573868,0.7,0.5,0.1,2,3,7,2,11,2,12,5,2,6,6,0,1,1,0,0,0 +1823,1,2,9,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.1,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.7014742445000001,0.3619392214,3.6055512755,0.7,0.2,0.7,3,1,6,5,11,2,8,3,1,0,6,0,1,0,0,0,0 +1826,3,2,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.4,0.6,0.9778803608,9,1,-1,0,-1,6,0,0,2,1,104,3,0.4472135955,1.0882543456,-1.0,3.6055512755,0.4,0.4,0.8,4,1,9,2,10,2,13,7,0,0,7,0,1,0,0,1,0 +1827,4,1,3,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.5,0.0,0.6959705454,6,1,-1,0,0,4,1,1,0,1,104,2,0.316227766,0.5916778215999999,0.3807886553,2.6457513111,0.7,0.5,0.2,1,3,6,4,7,5,5,7,3,3,6,0,1,0,0,0,0 +1828,2,2,2,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.3,0.8792752698,7,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.0919786424,0.4349712634,3.4641016151,0.0,0.6,0.8,1,1,7,3,7,3,6,2,2,6,6,0,1,1,0,0,1 +1829,2,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.6279928344,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6869654195,0.3615245497,3.1622776602,0.5,0.5,0.4,4,1,7,1,11,4,5,5,0,2,6,0,1,1,1,1,0 +1830,2,1,3,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0.6,0.4,0.8895223437,4,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.8513965193,0.4074309757,3.0,0.7,0.2,0.1,3,4,6,3,8,2,9,5,0,5,7,0,0,0,0,0,0 +1831,5,1,6,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.7,0.3,0.6,7,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6064392756,0.4086563348,1.4142135624,0.9,0.2,0.4,2,3,8,3,8,1,12,4,2,4,10,0,1,0,1,0,0 +1834,1,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.7901740315000001,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.7886330887999999,0.3848376281000001,3.3166247904,0.5,0.1,0.6,3,3,8,4,10,1,10,2,0,1,7,0,0,1,1,1,0 +1836,2,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.6,0.9788385975,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6855805286,0.3615245497,3.1622776602,0.9,0.7,0.0,3,0,9,1,10,1,12,8,2,4,10,0,0,0,0,0,1 +1839,0,1,4,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0.7,0.2,0.6309714732,7,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.559903327,0.3016620626,2.4494897428,0.7,0.9,0.6,1,3,10,3,11,2,11,3,1,7,5,0,0,1,0,1,1 +1841,2,1,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,91,3,0.4242640687,1.0658872841,0.4419275959,3.6055512755,0.6,0.4,0.0,3,1,8,4,7,3,7,3,1,2,5,1,1,0,0,0,0 +1846,1,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.2,1.2201434342,10,1,-1,0,1,4,1,1,0,1,48,1,0.316227766,0.6670212556,0.3748332963,3.3166247904,0.7,0.1,0.3,2,3,8,4,9,3,9,7,0,1,9,0,1,1,0,1,1 +1847,2,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,1.3626720075,11,1,-1,0,-1,0,1,1,1,1,86,3,0.4,1.0215245453,-1.0,3.6055512755,0.4,0.3,0.6,3,2,7,2,9,4,6,5,1,1,7,0,0,0,0,1,0 +1850,6,1,4,0,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.9,1.8,-1.0,11,0,0,1,1,2,0,1,2,1,104,2,0.4472135955,1.3124168608,0.3674234614,3.1622776602,0.4,0.1,0.8,3,1,8,4,10,3,15,3,1,2,6,0,1,0,0,1,0 +1852,0,2,0,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,1.2918010683,10,1,-1,1,1,3,1,1,0,1,59,2,0.316227766,0.7400301534999999,0.3498571137,3.4641016151,0.5,0.7,0.7,2,1,8,2,8,3,11,7,0,3,2,0,1,0,0,1,0 +1853,0,1,11,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,0.8,1.476482306,7,1,0,0,1,4,1,1,2,1,104,3,0.4469899328,0.6303285250999999,0.3535533906,1.7320508076,0.4,0.1,0.4,1,5,6,4,10,3,6,4,0,2,6,1,0,0,1,0,0 +1854,1,1,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.3,0.3,-1.0,10,0,-1,9,1,15,0,1,0,1,58,3,0.5477225575,1.6585055007,0.500999002,3.3166247904,0.1,0.6,0.7,1,0,10,4,10,2,11,6,0,4,10,0,0,0,1,1,0 +1855,5,2,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.4,0.8477912479,11,1,-1,0,-1,1,1,1,3,1,64,1,0.3160696126,0.4998760177,0.3640054945,1.7320508076,0.9,0.8,0.9,3,2,6,7,7,3,11,3,1,5,5,0,1,1,1,1,0 +1857,6,1,10,1,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.3,0.2,-1.0,4,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7558586601,0.3814446225,3.1622776602,0.5,0.4,0.6,2,2,8,2,8,3,10,4,1,4,12,1,1,0,0,0,0 +1858,1,2,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8126199848000001,0.4,2.6457513111,0.5,0.8,0.6,3,1,8,2,10,1,10,3,2,2,7,0,1,0,1,0,0 +1860,2,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.1,0.8019507466,1,1,1,0,1,1,1,1,2,1,10,2,0.316227766,0.6761430481,0.3193743885,3.1622776602,0.5,0.5,0.3,2,4,8,4,11,1,11,4,0,3,7,0,0,0,0,1,0 +1863,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,1.2033806547,11,0,1,0,1,1,1,0,2,1,31,3,0.4242640687,1.1427221198,0.34727510710000004,3.7416573868,0.9,0.1,0.2,2,1,7,4,9,3,10,9,1,3,7,0,0,0,0,1,0 +1866,0,2,0,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.3,0.6562202374,4,1,-1,0,1,11,1,0,0,1,76,2,0.316227766,0.8282586533,0.3794733192,3.6055512755,0.8,0.4,0.6,1,4,8,6,10,2,10,3,5,1,10,1,0,0,0,1,0 +1868,3,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.6,0.8569568251,11,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6116972729,0.2887905816,2.8284271247,0.5,0.9,0.1,3,1,9,3,6,1,8,3,0,1,10,0,0,1,0,1,0 +1869,0,2,2,1,0,0,0,0,1,0,0,0,0,0,4,0,1,0,0.9,0.2,0.7185053932,9,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.5989832984000001,0.30331501780000003,2.8284271247,0.9,0.0,0.7,2,2,9,4,9,2,9,6,1,5,5,0,1,1,0,1,0 +1870,1,1,10,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5845991775,0.3619392214,2.6457513111,0.6,0.7,0.4,2,2,7,2,9,2,12,4,1,4,5,0,1,0,1,1,0 +1874,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8502831322,0.4017461885,3.6055512755,0.0,0.8,0.0,2,3,8,2,10,1,9,5,2,1,8,0,0,0,0,0,0 +1875,1,2,1,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,0.2,0.7066647012999999,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8587060225,0.3850973903,3.6055512755,0.6,0.0,0.6,1,1,8,3,9,3,6,5,3,4,5,0,1,0,0,1,0 +1877,0,2,0,1,-1,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.0,0.4430011287,11,1,1,0,0,1,-1,0,0,1,70,3,0.4,0.9460771551,0.3420526275,3.6055512755,0.0,0.1,0.5,2,2,7,3,7,2,10,12,1,1,2,0,0,1,0,0,0 +1878,0,1,1,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,16,3,0.3741657387,0.7495315341,0.3887158345,3.4641016151,0.7,0.6,0.2,1,3,9,4,10,6,16,4,1,1,8,0,0,0,1,0,1 +1879,5,1,9,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.3,0.4,-1.0,7,1,1,0,1,0,1,1,2,1,32,1,0.3160696126,0.5105093875,-1.0,2.0,0.9,0.2,0.3,1,5,5,2,8,2,8,4,0,3,6,0,1,1,0,1,1 +1881,3,1,11,0,0,0,0,0,1,0,0,0,0,0,11,0,0,0,0.0,0.0,0.5232112384000001,7,1,1,0,1,0,1,1,2,1,46,3,0.4,0.7534082339,0.3003331484,3.1622776602,0.3,0.0,0.5,2,2,7,1,10,4,4,5,2,6,9,0,0,1,0,0,0 +1882,3,1,5,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.2,1.0253048327,11,0,0,0,1,10,1,1,2,1,89,2,0.3872983346,0.9604578798,0.33615472630000004,3.1622776602,0.9,0.2,0.9,2,2,6,6,9,0,8,8,2,3,5,0,1,0,0,1,0 +1885,0,3,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.0,0.523808171,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.7497244673000001,0.3814446225,3.4641016151,0.0,0.2,0.9,2,1,6,1,10,0,7,3,1,2,7,0,1,0,1,0,0 +1886,1,2,2,1,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.4,0.5,0.7885905148000001,9,1,-1,0,-1,10,0,1,2,1,28,3,0.3741657387,0.8529603287,0.3788139385,3.0,0.1,0.3,0.5,5,0,7,5,11,1,9,2,2,5,10,0,1,1,0,0,0 +1887,4,2,5,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.8,2.0472542588,11,0,0,1,0,17,1,1,2,1,104,3,0.4,1.3965053787,0.33241540280000004,3.4641016151,0.1,0.3,0.0,4,2,9,2,8,1,5,5,0,2,7,0,0,1,0,0,0 +1888,1,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,10,0,-1,0,-1,6,1,1,2,1,73,3,0.4472135955,0.8349048543,0.4177319715,3.1622776602,0.8,0.7,0.6,3,0,7,3,8,2,7,5,3,0,6,0,0,1,1,0,0 +1889,2,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8591420139,7,1,-1,0,-1,1,1,1,1,1,74,3,0.3741657387,0.7540798125,0.3861346915,3.1622776602,0.7,0.1,0.0,2,2,7,4,12,1,14,0,2,4,12,0,1,0,1,0,0 +1890,4,1,4,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.3,0.8306623863,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7414526729,0.3814446225,3.6055512755,0.2,0.9,0.5,2,2,4,3,10,4,4,6,4,2,9,0,1,1,1,1,0 +1891,5,3,6,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,1.1,1.0787724505,9,1,1,0,1,11,0,1,2,1,17,2,0.3741657387,0.8492947973999999,0.3257299495,3.4641016151,0.1,0.6,0.5,2,2,5,6,10,3,9,2,0,2,6,0,1,1,0,1,0 +1892,6,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.5755951256999998,10,1,-1,0,1,1,1,1,0,1,52,2,0.3741657387,0.7903289407999999,0.3598610843,3.4641016151,0.9,0.5,0.7,3,2,6,4,11,2,12,9,0,1,3,0,0,0,1,0,0 +1894,1,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.77014609,4,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7259505026,0.3814446225,3.0,0.8,0.2,0.8,2,1,6,3,7,4,11,3,1,4,10,0,1,0,0,0,0 +1895,2,1,8,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.7611668674,11,0,0,0,1,10,1,1,3,1,28,3,0.3741657387,0.657772977,0.3286335345,2.0,0.5,0.4,0.4,3,0,7,3,10,3,11,3,5,1,4,0,0,1,1,0,0 +1896,3,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,1.0,0.9280355597,9,0,1,8,0,13,1,1,2,1,20,3,0.4472135955,1.1448411056,0.3714835124,3.4641016151,0.3,0.1,0.3,4,1,6,0,12,4,10,8,2,5,10,0,1,1,0,0,0 +1897,2,2,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,0.904157066,10,1,-1,0,0,0,1,1,0,1,46,3,0.4,0.7390523304000001,0.3663331817,3.1622776602,0.2,0.2,0.8,3,1,9,3,12,3,6,5,0,4,3,0,1,0,0,1,0 +1898,2,1,7,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.4,0.2,0.6062177826,7,1,1,8,0,6,0,0,2,1,104,2,0.4795831523,1.4319336173,0.4582575695,3.7416573868,0.6,0.5,0.6,4,2,8,1,11,3,9,5,1,4,4,0,0,0,0,1,0 +1901,1,1,8,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.3,0.6809919236,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6210494983,0.3583294573,3.0,0.4,0.3,0.4,2,3,7,2,11,3,7,7,2,1,6,0,1,0,0,0,0 +1904,1,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5291502621999999,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7299524495,0.4013726448,2.8284271247,0.9,0.0,0.4,3,1,8,6,11,1,5,2,2,3,8,0,0,0,0,0,0 +1905,7,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.3,1.6615128648,6,1,-1,0,1,0,1,1,0,1,43,1,0.3994996871,0.5122063763,0.3714835124,0.0,0.6,0.9,0.1,2,2,9,3,12,3,7,5,2,4,7,0,0,1,0,0,0 +1906,0,1,8,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.7,0.6,0.7945124291,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7818842467,0.3974921383,3.1622776602,0.4,0.7,0.7,1,4,9,2,9,5,3,3,1,2,4,0,1,0,0,1,0 +1907,3,3,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.6,1.8,1.1908505364,5,1,1,0,1,4,1,0,2,1,12,3,0.4,0.8712226612999999,0.3248076354,3.6055512755,0.4,0.3,0.5,2,2,7,6,10,4,5,11,1,0,9,0,0,0,1,0,0 +1908,5,1,3,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.4,0.6,0.9778803608,11,1,1,1,0,3,1,1,2,1,104,2,0.4242640687,0.9007331724,0.342928564,3.4641016151,0.4,0.9,0.1,0,2,6,4,10,3,7,8,0,1,9,1,1,0,0,0,0 +1910,2,1,6,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.9,0.9559027147,11,0,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.9924924797,0.3793415348,3.7416573868,0.2,0.8,0.2,3,3,8,3,7,4,9,4,0,6,9,0,0,1,0,0,0 +1911,5,1,8,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6274950199,11,1,1,0,0,4,1,1,2,1,84,3,0.316227766,0.7648853422,0.3201562119,3.4641016151,0.4,0.0,0.7,4,2,8,2,10,2,7,1,1,0,12,0,0,1,1,0,0 +1914,3,1,5,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.6823672031999999,10,1,-1,0,1,6,1,1,0,1,26,1,0.3741657387,0.6178976620000001,0.3907684737,2.8284271247,0.6,0.9,0.8,4,3,7,1,9,1,10,2,2,2,18,0,1,0,0,0,0 +1916,0,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.5018714975,11,0,-1,0,-1,1,1,0,2,1,85,3,0.4242640687,1.071416765,0.410487515,3.7416573868,0.2,0.0,0.1,4,2,9,5,11,3,5,8,1,2,10,0,0,1,1,0,0 +1919,1,1,5,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.6,0.1,0.5208166664,11,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.8267232466,0.2944486373,3.7416573868,0.7,0.9,0.6,2,1,9,4,7,2,10,4,1,5,8,0,1,0,0,1,1 +1920,0,1,5,1,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.4,0.0,1.1464619488,9,0,0,0,0,10,1,1,2,1,83,2,0.4242640687,0.9361208865,0.3420526275,3.0,0.7,0.0,0.2,2,3,6,3,8,2,3,8,0,4,2,0,0,0,1,1,1 +1921,2,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.6339361167,11,0,-1,0,-1,11,1,1,0,1,44,3,0.4458699362,0.7040027234999999,0.4458699362,2.2360679775,0.0,0.1,0.3,1,1,9,4,8,4,9,1,3,5,7,0,0,0,0,0,0 +1922,1,1,9,1,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4930770731,7,1,-1,0,-1,11,1,1,2,1,16,3,0.4242640687,0.6381144746,0.3905124838,2.2360679775,0.1,0.6,0.3,3,0,7,4,8,4,7,3,1,4,5,1,1,0,0,1,0 +1923,4,2,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,1.0043654713,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7834681320999999,0.3926830783,3.3166247904,0.1,0.0,0.5,1,1,5,2,9,3,7,7,3,0,5,0,1,1,0,0,0 +1924,0,1,4,1,4,0,0,0,1,0,0,0,0,0,2,1,0,0,0.9,1.0,2.2628798024,7,1,1,0,0,0,1,1,2,1,39,3,0.316227766,0.6703274148,-1.0,2.6457513111,0.3,0.2,0.4,2,2,7,4,7,3,10,7,2,3,10,0,1,0,0,0,0 +1926,2,2,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.825378701,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6754398628,0.3583294573,3.3166247904,0.2,0.0,0.1,2,4,6,1,9,1,10,10,2,2,9,0,1,1,0,0,1 +1928,1,4,9,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,7,1,-1,1,-1,16,1,1,2,1,104,3,0.316227766,0.8569477837999999,0.3674234614,3.6055512755,0.1,0.3,0.3,2,1,9,3,11,1,9,6,0,4,10,0,1,1,0,1,0 +1929,1,1,7,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.7762087348000001,7,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.7011192351000001,0.2887905816,3.4641016151,0.5,0.3,0.6,2,2,7,4,11,1,9,7,0,2,6,1,1,1,0,1,1 +1931,0,1,4,1,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,1.2,0.6025985397,6,1,-1,0,0,11,1,1,0,1,2,2,0.4242640687,1.0004028114,0.3542597917,3.6055512755,0.7,0.8,0.8,4,3,9,2,11,3,12,9,2,3,8,0,1,0,1,1,0 +1932,5,1,9,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6466258578,5,1,-1,0,-1,11,0,1,0,1,99,2,0.316227766,0.6239536696,0.3687817783,3.1622776602,0.2,0.0,0.0,4,1,6,3,9,2,6,4,1,5,10,0,0,1,0,0,0 +1933,1,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5291502621999999,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7929310622,0.3974921383,3.1622776602,0.2,0.6,0.7,2,2,8,1,7,1,8,8,0,2,14,0,0,0,0,0,0 +1934,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.4,0.7949056548000001,7,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9055841455,0.4101219331,3.3166247904,0.7,0.5,0.5,4,1,9,3,10,0,7,4,3,2,6,0,0,0,0,0,0 +1935,5,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.6264982043,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6591692743,0.3619392214,3.1622776602,0.4,0.5,0.4,1,1,10,3,8,2,8,7,1,4,15,1,1,1,1,0,0 +1936,3,1,4,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.6,0.3,-1.0,6,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.6921191556999999,0.3958535083,1.7320508076,0.5,0.2,0.0,1,2,7,3,9,2,7,4,4,0,6,0,1,1,1,0,0 +1937,1,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.3464101615,7,1,1,0,0,1,1,1,2,1,65,1,0.316227766,0.6172452799,0.2880972058,3.4641016151,0.2,0.1,0.9,3,2,8,1,11,3,6,1,3,5,2,1,1,1,0,0,0 +1939,3,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.6289872813,11,1,-1,0,-1,14,1,1,1,1,82,3,0.316227766,0.6332717093,0.3685105155,2.8284271247,0.8,0.4,0.6,1,3,6,2,8,5,7,7,1,4,6,0,1,0,1,0,0 +1940,0,1,9,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.6590713163,11,0,0,9,0,17,1,1,2,1,104,2,0.4472135955,1.1333140899,0.4301162634,3.1622776602,0.2,0.9,0.1,3,1,6,3,8,2,6,4,3,2,8,0,1,1,0,0,0 +1942,4,1,4,1,0,0,0,0,1,0,0,0,0,0,4,0,1,0,0.7,0.0,0.5202163012,9,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.7380872084000001,0.3008321791,3.4641016151,0.3,0.0,0.2,2,3,7,3,9,5,6,3,1,3,9,0,0,0,0,1,0 +1944,0,3,6,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.3,0.7520804478,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6615315313,0.3744329045000001,2.8284271247,0.3,0.8,0.2,1,3,9,2,9,4,4,7,1,2,12,0,1,1,1,1,1 +1945,3,1,1,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.6745368782,6,1,-1,0,1,1,1,1,0,1,64,3,0.316227766,0.6484087324000001,0.3619392214,3.0,0.7,0.3,0.3,3,1,7,2,9,2,9,4,1,2,11,0,0,1,0,1,0 +1946,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.5018714975,4,0,-1,9,0,10,0,1,0,1,81,3,0.4472135955,1.1612012874,0.4975942122,3.1622776602,0.7,0.6,0.1,2,1,7,4,9,2,7,13,1,4,7,0,1,0,0,1,0 +1947,1,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.3,0.5645794895,11,1,-1,0,-1,11,1,1,2,1,16,3,0.4242640687,0.6426314703,0.3905124838,2.4494897428,0.2,0.0,0.3,3,1,8,3,5,3,8,6,1,3,9,0,1,0,1,1,0 +1948,5,1,6,0,3,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.2,0.6159342497,11,0,-1,1,-1,0,1,1,1,1,75,2,0.4472135955,1.1383491745,0.4440720662,3.4641016151,0.2,0.5,0.7,2,2,8,3,9,2,6,5,1,3,14,0,0,0,1,1,0 +1954,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.1,0.3682729966,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.6396829018,0.3768288736,2.8284271247,0.4,0.2,0.0,4,3,8,2,11,1,9,3,1,1,2,0,1,0,0,0,0 +1955,1,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.6,0.3,0.606733055,8,1,-1,9,0,15,1,1,0,1,41,2,0.5,1.2437862084,0.5282045058,3.1622776602,0.4,0.9,0.0,3,2,8,3,11,2,4,4,0,2,6,0,0,1,1,1,0 +1956,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,5,1,0,0,0,1,1,1,2,1,104,2,0.4358898944,0.8264856396,0.3626292873,3.1622776602,0.3,0.5,0.4,2,1,7,3,8,1,13,7,4,4,9,0,1,1,1,0,1 +1958,1,1,7,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.3,0.5651327278,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6780654299,0.3583294573,3.3166247904,0.1,0.3,0.9,1,1,6,1,9,5,9,3,1,1,10,0,1,0,1,0,0 +1961,5,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.7,0.8584142357,7,1,-1,0,-1,4,1,1,1,1,12,3,0.4,0.7420529375,0.3708099244,3.1622776602,0.7,0.3,0.1,2,2,8,2,8,2,10,5,3,4,13,0,1,1,0,0,0 +1963,3,1,3,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.5,0.4,0.7949056548000001,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7339839494,0.3685105155,3.4641016151,0.3,0.3,0.7,3,2,9,0,11,3,10,6,2,1,7,0,1,1,0,0,1 +1967,1,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6179603547,7,1,-1,2,-1,0,1,1,2,1,104,0,0.3994996871,0.5841572301,0.4123105626,1.4142135624,0.2,0.6,0.5,1,0,7,2,11,2,10,6,2,3,9,1,1,1,0,0,1 +1968,0,2,0,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.2,1.1274972284,11,1,-1,0,-1,4,1,0,2,1,48,1,0.316227766,0.7289752799,0.3710795063,3.7416573868,0.8,0.1,0.1,1,2,8,3,10,3,9,5,2,1,6,0,1,1,0,1,1 +1970,5,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.7,-1.0,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.6311147163,0.393192065,2.8284271247,0.2,0.1,0.3,3,1,9,3,11,2,12,7,3,4,8,0,1,0,0,1,0 +1971,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5202163012,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3605551275,0.5960441217,0.4318564576,2.2360679775,0.7,0.9,0.7,2,1,7,2,10,2,14,3,3,2,11,0,1,0,0,0,0 +1973,4,1,5,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7586995453000001,7,1,1,0,1,14,1,1,0,1,29,3,0.4,0.9246509281,0.3411744422,3.4641016151,0.5,0.8,0.0,3,3,6,3,8,2,9,5,1,1,5,0,0,1,0,1,0 +1979,1,1,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.2,1.508724627,11,1,1,0,1,4,1,1,2,1,12,3,0.4,0.7878205106999999,0.3248076354,3.4641016151,0.5,0.6,0.5,1,1,7,3,11,1,7,13,2,3,9,0,0,1,0,0,1 +1980,2,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,1.8,1.6972404072,11,1,0,0,1,10,1,1,2,1,83,2,0.4084115571,0.6682745761,0.33,2.0,0.3,0.3,0.8,0,0,9,3,10,3,7,1,0,6,7,1,1,0,1,0,0 +1982,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8062514014,0.3615245497,3.7416573868,0.9,0.4,0.4,2,1,9,1,10,1,12,5,1,3,8,0,1,0,0,0,0 +1984,2,1,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.6,0.863495802,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6348163006,0.34727510710000004,3.0,0.3,0.6,0.8,4,2,9,1,9,3,7,4,2,4,8,0,1,1,1,0,0 +1986,5,1,5,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.6339361167,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8876214851,0.3793415348,3.6055512755,0.4,0.9,0.9,2,2,9,1,9,2,6,4,5,4,9,0,1,0,0,0,0 +1987,2,4,6,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.7,0.5,1.1346805718,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,1.0118614709,0.32557641190000003,3.1622776602,0.8,0.0,0.8,0,1,8,4,11,1,6,4,1,5,4,0,0,0,0,0,0 +1989,4,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,104,2,0.423792402,0.5681999997,0.4086563348,0.0,0.0,0.9,0.6,2,2,5,2,9,2,14,4,3,1,10,0,1,1,0,1,0 +1990,0,1,1,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.2,1.3930631716,10,1,-1,0,0,6,1,0,0,1,33,2,0.3872983346,0.9819654772,-1.0,3.7416573868,0.4,0.9,0.1,2,1,7,3,11,2,14,4,0,4,5,0,1,1,0,1,1 +1991,2,1,3,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.5,0.2,0.4472135955,5,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.7170294264,0.2887905816,3.4641016151,0.2,0.2,0.0,3,0,7,2,9,2,13,1,3,3,5,0,1,1,1,1,0 +1993,0,1,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.3,0.0,0.7921489759,3,1,-1,0,-1,0,1,0,2,1,34,2,0.4,0.8815135369,0.3780211634,3.7416573868,0.8,0.0,0.6,1,2,10,5,11,3,6,6,2,3,12,1,1,1,0,0,0 +1994,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7348469228,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7605592766,0.3974921383,2.8284271247,0.7,0.3,0.2,3,1,9,3,7,4,9,7,1,4,5,0,0,0,0,0,0 +1995,5,1,8,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.031988372,11,1,1,0,1,6,1,1,2,1,27,3,0.3741657387,0.7231702473,0.3204684072,3.3166247904,0.7,0.6,0.1,2,4,8,3,11,2,5,6,1,2,8,0,1,1,0,1,0 +1996,2,1,6,1,6,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.2,1.5402921800999998,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6007742938,0.3583294573,3.0,0.1,0.1,0.9,2,2,6,1,8,0,9,6,0,3,8,0,1,1,1,0,0 +1999,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.6777720856,11,0,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.7373590354,0.3449637662,2.2360679775,0.4,0.1,0.3,0,2,6,4,7,1,10,7,3,1,6,1,1,1,1,0,0 +2001,2,1,5,0,4,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.7,1.1160757143,7,1,-1,0,-1,11,1,1,2,1,16,3,0.4217819342,0.621830808,0.3734969879,1.7320508076,0.9,0.5,0.3,4,0,8,3,11,2,14,6,5,5,10,0,1,0,0,1,0 +2002,5,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.8,0.611350963,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9282926654,0.3964845520000001,2.8284271247,0.2,0.8,0.0,1,2,8,5,9,3,7,6,0,2,7,0,0,1,0,1,0 +2005,0,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.6,0.7128288715000001,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8086822256999999,0.3615245497,3.7416573868,0.0,0.0,0.4,2,0,6,2,11,2,4,8,1,4,11,0,1,1,0,1,1 +2006,5,1,6,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.4789311015,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7667011012,0.4074309757,2.6457513111,0.7,0.8,0.3,3,2,7,2,11,2,7,3,3,2,6,0,0,1,0,0,0 +2008,3,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.5,1.0176566219,6,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8095759526999999,0.3848376281000001,3.4641016151,0.8,0.9,0.9,4,1,9,2,10,0,8,3,0,3,8,0,1,1,1,1,0 +2009,0,1,11,0,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.1,0.2,-1.0,7,1,-1,2,-1,1,1,0,2,1,1,0,0.3741657387,0.9005278526,0.4189272013000001,3.6055512755,0.8,0.2,0.4,4,2,8,1,8,1,9,3,4,1,7,0,1,1,0,0,0 +2011,0,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.7516648189,7,1,-1,2,-1,0,1,1,0,1,100,0,0.4,0.9470484816,0.423083916,3.6055512755,0.4,0.0,0.4,4,3,8,3,9,4,9,5,1,3,12,0,1,0,0,0,0 +2012,3,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,0.3,1.1141139978,4,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7051610214,0.3814446225,3.1622776602,0.2,0.1,0.0,1,2,8,3,11,4,11,5,3,3,8,0,1,0,0,1,0 +2013,0,1,6,0,0,1,0,0,0,0,1,1,0,2,0,0,0,1,0.9,0.4,0.8838834765000001,7,1,0,0,1,6,1,1,2,1,77,2,0.3741657387,0.7711749112999999,0.3420526275,3.4641016151,0.1,0.7,0.0,3,1,9,5,10,3,6,1,1,3,8,0,1,1,0,1,0 +2015,3,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,10,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,1.0461460164,0.4009987531000001,3.3166247904,0.4,0.5,0.8,2,2,7,2,10,2,9,3,1,5,7,0,0,0,1,1,0 +2017,1,1,3,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.8,0.3,0.768927825,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7946229418999999,0.423083916,3.3166247904,0.0,0.4,0.1,3,2,9,3,8,3,9,5,1,2,11,0,0,0,0,1,1 +2019,5,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.4968651729,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7429002803,0.4062019202,3.0,0.2,0.0,0.0,1,2,9,3,8,3,10,2,1,2,8,0,1,1,0,0,0 +2020,0,1,3,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.2,0.5836308765,6,1,-1,0,0,6,1,1,0,1,104,3,0.3741657387,0.7731282381999999,0.393192065,3.3166247904,0.5,0.1,0.0,1,1,7,4,10,2,8,6,0,1,12,0,1,0,0,0,0 +2022,1,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.7,1.2626856299,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.731677005,0.3598610843,3.6055512755,0.1,0.9,0.1,3,2,9,3,10,1,8,2,3,1,4,0,0,1,1,1,0 +2023,1,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.1,-1.0,6,1,-1,1,1,12,1,1,0,1,104,2,0.3741657387,0.8287574090000001,0.3987480407,3.6055512755,0.0,0.0,0.7,2,2,8,2,12,0,7,4,2,1,5,0,1,0,0,0,0 +2024,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.6610316254999999,0.3768288736,3.0,0.7,0.1,0.4,3,4,9,0,11,3,12,2,0,5,5,0,1,1,0,0,0 +2026,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.8,1.4,1.2683650894,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6805594442,0.3685105155,3.1622776602,0.4,0.3,0.8,3,1,8,2,10,1,5,8,0,4,5,0,1,1,0,0,0 +2027,5,1,10,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.5,0.8699856320999999,11,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.1155919748999998,0.3789459064,3.6055512755,0.4,0.9,0.8,0,3,7,3,11,2,7,5,2,4,7,0,1,0,0,1,0 +2028,1,2,4,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.8,0.2,0.4886205071,7,1,-1,0,-1,11,1,1,1,1,44,3,0.4469899328,0.6821211448000001,0.4086563348,2.0,0.1,0.9,0.9,2,0,7,3,8,2,6,7,0,4,7,0,0,1,0,1,1 +2029,4,1,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.6,1.2407155194,10,1,-1,0,1,7,0,1,0,1,104,3,0.4472135955,1.0605564382,0.4176122604,3.4641016151,0.8,0.4,0.1,1,4,9,2,9,3,9,5,0,5,11,0,1,1,0,0,0 +2030,0,1,3,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,0.1,0.4918078893,7,1,-1,0,-1,0,1,1,0,1,95,2,0.4,0.6785984584,0.3986226286,2.2360679775,0.8,0.8,0.6,2,3,9,4,7,1,9,7,3,1,4,0,1,0,0,0,0 +2032,0,2,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.6368869601,7,1,0,2,0,1,1,1,1,1,104,0,0.3605551275,0.8143724451000001,0.316227766,3.6055512755,0.3,0.5,0.4,3,3,8,3,8,2,5,6,0,2,11,0,0,0,0,0,0 +2033,3,1,3,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,4,1,-1,0,1,11,1,1,0,1,19,1,0.3155946768,0.4427795377000001,0.3626292873,0.0,0.1,0.9,0.5,3,2,8,4,11,5,14,4,3,4,10,0,1,0,1,0,0 +2035,1,2,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.5,0.2,0.5640257086,4,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6705893547,0.3619392214,3.3166247904,0.0,0.3,0.6,3,2,9,2,12,0,8,12,2,1,7,1,1,0,0,0,0 +2036,1,3,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.7206767653,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.596390659,0.3619392214,2.6457513111,0.4,0.5,0.0,2,1,8,5,11,1,13,6,1,1,5,0,1,1,1,0,0 +2037,1,2,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,1.5,2.1863211109000003,10,0,-1,9,0,2,1,1,0,1,104,3,0.4472135955,1.3960244616,-1.0,3.3166247904,0.3,0.2,0.7,3,1,6,1,10,2,14,5,0,1,6,0,0,1,0,0,0 +2038,5,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.6194755847,10,0,-1,9,1,10,1,1,0,1,81,3,0.4472135955,1.1961456696,0.4975942122,3.3166247904,0.6,0.1,0.9,3,1,5,5,11,1,4,5,1,9,6,0,0,0,0,0,1 +2039,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5562148865,7,1,-1,0,-1,14,0,1,2,1,72,3,0.4,1.0551918082,0.4093897898,3.6055512755,0.0,0.1,0.2,2,3,7,4,12,4,12,7,1,5,8,0,1,1,0,1,0 +2040,4,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.7,0.9896337706,11,0,1,9,0,0,-1,0,2,1,104,2,0.4472135955,1.6703293088,0.4562893819,3.7416573868,0.4,0.1,0.2,2,3,8,4,11,1,8,3,0,6,9,1,0,0,0,1,0 +2041,5,2,7,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.1,-1.0,11,1,1,1,1,17,1,1,2,1,104,1,0.5,1.1073384068,0.3706750599000001,3.0,0.4,0.1,0.9,3,1,8,5,10,2,10,4,2,2,10,0,0,1,0,1,0 +2042,6,1,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,0.5437140793,6,1,-1,9,0,13,1,1,0,1,104,2,0.4469899328,1.3561232422,0.4549725266,3.6055512755,0.2,0.4,0.5,1,1,5,3,11,3,7,7,0,1,9,0,0,1,1,1,0 +2043,3,1,3,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.5,0.9672771061,11,1,1,8,0,4,1,1,2,1,6,3,0.4,0.9966680026,0.3466987165,3.6055512755,0.6,0.3,0.4,2,2,8,5,11,4,4,5,1,2,9,0,1,0,1,1,0 +2044,0,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.3,1.0805091392,10,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.5927767687,0.34727510710000004,2.8284271247,0.5,0.9,0.3,2,1,7,7,9,1,8,5,1,4,6,0,1,0,0,0,0 +2046,0,1,3,0,0,1,0,0,0,0,0,0,1,1,5,0,0,1,0.8,0.2,0.6354132514,7,1,1,0,1,9,1,0,0,1,104,2,0.4,1.0146855557,0.316227766,3.7416573868,0.4,0.1,0.5,1,1,6,2,11,2,9,5,1,4,10,0,1,0,1,0,0 +2047,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,1.5,1.8464492953,11,1,1,0,0,0,1,1,2,1,78,3,0.4,0.8358817782,0.3287856445,3.6055512755,0.0,0.9,0.2,1,0,7,2,7,1,8,8,3,0,4,1,0,1,0,0,0 +2048,0,2,3,0,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0.4,0.3,-1.0,4,0,-1,8,1,13,1,1,0,1,104,3,0.5,1.1340886318,0.500999002,2.8284271247,0.6,0.0,0.8,3,4,9,4,10,2,5,5,1,3,10,0,1,1,0,1,0 +2049,1,1,8,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,1.2,1.5348045478,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0289608013,0.4,3.1622776602,0.7,0.3,0.3,3,0,9,5,8,5,6,6,4,1,8,0,1,0,1,0,0 +2050,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.5963430221,11,1,-1,0,-1,10,1,1,1,1,28,3,0.3741657387,0.8680509183,0.3788139385,3.1622776602,0.1,0.0,0.3,3,1,10,6,10,2,7,3,1,4,5,0,1,1,0,0,0 +2054,3,1,4,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.4,1.1048189897,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.7678724498,0.4511097427,2.2360679775,0.2,0.7,0.4,3,4,10,1,9,2,7,8,0,2,8,0,1,0,0,0,0 +2061,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.7474958194,9,1,1,0,0,1,1,0,1,1,70,3,0.3741657387,0.9138059544,0.3301514804,3.7416573868,0.1,0.4,0.4,4,1,6,3,6,4,9,5,2,3,9,0,1,0,1,0,0 +2063,6,1,9,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,1.3,1.2905909499,11,1,1,0,1,14,1,1,2,1,68,3,0.4472135955,0.9303647201,0.3492849839,3.3166247904,0.8,0.4,0.8,1,3,7,3,8,2,8,8,2,2,8,0,1,1,0,0,0 +2064,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.2,0.3,-1.0,6,1,-1,0,1,14,1,1,0,1,104,1,0.4,0.6544507507,0.34727510710000004,3.0,0.2,0.4,0.9,4,0,8,4,10,2,16,3,1,5,9,0,1,1,0,0,0 +2065,0,1,6,0,6,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.2,0.4789311015,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5300280672,0.366469644,2.0,0.4,0.5,0.5,4,2,9,2,11,2,11,5,1,2,11,0,1,0,0,0,0 +2067,4,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.7,0.6,0.9263503657,11,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.7839294959,0.3435112807,3.1622776602,0.3,0.8,0.1,2,2,7,2,9,1,9,7,2,2,6,0,1,1,0,1,0 +2068,2,1,8,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8339020098000001,0.3663331817,3.4641016151,0.6,0.2,0.3,3,2,8,4,10,1,6,3,3,2,6,0,1,1,0,0,0 +2069,0,1,4,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,11,1,1,0,0,1,1,0,2,1,64,3,0.316227766,0.7919911615999999,0.3016620626,3.6055512755,0.1,0.2,0.6,2,4,8,2,11,2,7,7,1,6,7,0,1,1,0,0,0 +2070,3,1,2,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.4,0.7599342077,4,1,-1,0,1,1,1,1,0,1,70,2,0.4,0.9111142257,0.3962322551,3.6055512755,0.5,0.1,0.1,3,3,8,7,4,1,12,4,3,5,9,1,1,1,0,0,0 +2072,2,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.5989574275,7,1,0,0,1,1,1,1,3,1,64,3,0.316227766,0.6083781447,0.3016620626,2.8284271247,0.5,0.5,0.6,3,3,7,2,8,2,13,3,3,5,7,0,0,0,0,1,0 +2073,5,2,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.9470348462,7,1,1,0,0,6,1,1,2,1,27,3,0.3741657387,0.7563491585,0.3204684072,3.4641016151,0.5,0.9,0.9,3,2,5,4,8,4,8,7,2,4,5,0,1,1,0,1,0 +2075,5,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.9,-1.0,9,0,1,0,1,11,1,1,2,1,30,3,0.4469899328,0.7966225190999999,0.3788139385,2.4494897428,0.0,0.9,0.0,2,2,7,1,7,2,7,10,1,1,5,0,1,0,0,1,0 +2076,0,2,3,1,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.4,0.0,0.6219927652,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6298366572999999,0.3615245497,3.0,0.3,0.4,0.5,2,4,8,2,8,4,13,4,1,2,11,0,1,1,1,0,0 +2077,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,0.4656984003,7,1,0,0,1,11,1,1,2,1,19,3,0.316227766,0.6508259216,0.3185906464,2.8284271247,0.9,0.2,0.0,2,3,7,3,11,1,4,13,3,3,8,0,0,1,0,1,0 +2078,2,2,6,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.2,0.5782516753,7,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6740006376000001,0.3744329045000001,3.0,0.4,0.7,0.5,3,2,7,1,7,1,11,5,0,8,6,0,0,1,1,1,0 +2079,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.0,0.8081614937999999,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.9008776712,0.3996248241,3.6055512755,0.0,0.6,0.6,3,2,8,5,10,3,6,2,3,2,11,0,0,0,1,1,0 +2081,5,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.5,1.2599603168,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.6921191556999999,0.3933192088,1.7320508076,0.2,0.9,0.5,2,3,8,6,9,0,17,5,1,2,9,0,1,1,0,0,0 +2082,7,3,6,1,4,0,1,0,0,0,0,0,0,0,3,0,0,1,0.3,0.0,0.6543126164,0,1,-1,0,1,9,1,0,0,1,21,2,0.316227766,0.9002146209,0.3768288736,3.7416573868,0.2,0.9,0.4,2,0,7,5,8,4,11,6,0,8,8,0,0,1,0,1,0 +2085,1,2,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,1.2,1.4306903928,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8517725804999999,0.3663331817,3.6055512755,0.9,0.1,0.8,0,1,7,5,10,2,7,12,0,3,9,0,0,0,0,1,0 +2086,7,1,5,0,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.4,1.0723805295,5,1,1,8,1,4,-1,0,2,1,104,2,0.4795831523,1.5088102149,-1.0,3.7416573868,0.3,0.9,0.3,1,6,8,3,10,0,8,11,2,2,9,0,1,1,1,0,1 +2087,0,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.3,0.1,-1.0,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7803633398,0.3849675311,3.3166247904,0.6,0.4,0.1,2,2,7,3,10,2,8,10,1,1,4,0,1,0,1,0,0 +2088,6,1,9,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.7697402159000001,5,1,1,1,1,15,1,1,2,1,104,2,0.5472659317,0.9013878189,0.4488875137,2.2360679775,0.0,0.0,0.3,2,1,10,4,9,2,13,3,3,2,7,1,0,0,0,0,0 +2089,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6717514420999999,7,0,0,0,0,1,1,1,0,1,51,2,0.4,0.9233316426,0.3388214869,3.6055512755,0.2,0.8,0.0,1,3,10,3,9,2,5,3,2,2,4,1,1,0,0,1,1 +2091,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.8533024083,11,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9966680026,0.4009987531000001,3.1622776602,0.0,0.1,0.5,0,3,8,2,7,2,11,8,3,2,8,0,1,0,1,0,0 +2092,5,2,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.6,1.1031205736,4,1,1,0,1,1,1,1,2,1,31,3,0.4242640687,0.9979835041,0.34727510710000004,3.6055512755,0.2,0.9,0.2,2,4,9,3,10,3,7,10,1,3,4,0,0,1,0,0,0 +2093,2,1,6,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.7,0.3,0.7202430145000001,6,1,-1,0,0,4,1,1,0,1,50,2,0.4,0.7376111767,0.3943348831,3.3166247904,0.2,0.6,0.2,2,2,9,5,11,2,8,7,4,5,7,1,0,0,0,1,1 +2094,0,1,1,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.9,0.0,0.4190763654,4,1,-1,0,0,11,1,1,0,1,57,2,0.3741657387,0.5955343458,0.3924283374,2.8284271247,0.5,0.8,0.7,3,1,8,1,8,1,4,4,4,0,10,0,0,1,1,0,0 +2095,5,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.4,0.8007808689,7,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.6165251867,0.3016620626,2.8284271247,0.8,0.2,0.0,2,3,5,3,9,2,10,3,2,0,7,0,0,1,0,1,0 +2096,4,1,7,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.0,0.3,0.66473679,6,0,-1,1,0,16,1,1,0,1,104,3,0.4,0.9193961367,0.3730951621,3.1622776602,0.5,0.3,0.3,3,2,6,2,11,3,12,8,2,3,11,0,1,1,0,0,0 +2097,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.45,7,1,-1,0,-1,11,1,1,3,1,99,2,0.3155946768,0.5378638496,0.3687817783,1.4142135624,0.2,0.0,0.2,2,4,8,3,10,2,10,4,0,2,12,0,0,1,1,0,0 +2099,1,1,2,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.7386643351000001,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7485661224,0.3887158345,3.4641016151,0.7,0.8,0.4,2,0,5,1,10,3,11,4,0,2,7,0,0,1,0,0,0 +2100,4,2,6,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.6,1.7,1.4046796788,7,0,1,8,1,9,1,1,2,1,13,3,0.4472135955,0.9658208516,0.3991240409,3.1622776602,0.0,0.9,0.0,3,2,6,4,11,0,8,6,1,4,9,0,1,0,0,0,0 +2103,1,1,3,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.5,0.3,1.0292594425,7,1,0,0,1,1,1,1,2,1,70,3,0.3741657387,0.7538194755,0.33911649920000003,3.0,0.0,0.5,0.9,4,1,8,3,11,4,11,4,5,5,7,0,0,1,1,0,0 +2104,3,1,3,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.5,1.0761621625,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6831199694,0.3885871846,3.0,0.4,0.3,0.1,4,2,9,2,9,2,6,5,1,2,2,0,1,1,0,0,1 +2105,0,2,2,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7529110173000001,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7295560747,0.3937003937,2.8284271247,0.3,0.7,0.0,4,1,9,4,8,3,13,5,0,3,6,0,0,0,1,1,0 +2106,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,11,1,0,2,1,69,3,0.4242640687,1.2263641418,-1.0,3.6055512755,0.9,0.7,0.3,2,3,6,4,6,2,13,10,1,3,5,1,1,1,0,1,0 +2107,0,1,7,0,1,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.6,2.1299941314,11,1,1,0,1,0,1,1,2,1,78,3,0.4,0.8465901464,0.3287856445,3.4641016151,0.6,0.7,0.2,0,3,8,4,9,2,12,13,2,3,4,0,0,0,0,1,1 +2110,1,1,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,0.7,0.5338539125999999,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.927629165,0.4009987531000001,3.3166247904,0.4,0.4,0.7,2,1,10,1,7,3,9,9,5,1,5,0,0,1,0,0,0 +2113,2,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.5,0.2,0.7520804478,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7050877678,0.3598610843,3.3166247904,0.8,0.8,0.3,2,2,10,7,11,1,11,9,1,1,7,0,1,1,1,1,0 +2114,1,1,8,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.5,0.9334077351,6,1,-1,9,1,15,1,1,0,1,58,2,0.5477225575,1.8023114177,0.500999002,3.4641016151,0.1,0.2,0.8,3,2,7,1,10,3,8,10,2,1,6,0,1,1,0,0,1 +2115,0,2,9,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.7842193570999999,7,1,0,0,1,0,1,1,2,1,39,3,0.3160696126,0.6401994782,-1.0,2.6457513111,0.3,0.5,0.9,2,3,9,5,10,2,7,5,2,4,7,1,0,1,0,0,0 +2118,2,1,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.5,1.6444984038,11,1,0,0,0,7,1,1,2,1,92,3,0.3741657387,0.7717774912,0.3278719262,3.4641016151,0.6,0.9,0.0,5,3,10,5,9,3,9,5,2,2,8,0,0,1,1,1,0 +2119,0,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,5,1,0,6,1,14,0,1,0,1,104,0,0.6244997997999999,0.8159692304999999,0.4527692569,0.0,0.8,0.0,0.3,2,3,8,2,9,1,4,2,1,4,6,0,1,1,0,0,0 +2120,0,3,7,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.8268917704000001,9,1,0,1,0,3,1,1,2,1,59,3,0.316227766,0.7606950932,0.3096772513,3.6055512755,0.1,0.5,0.0,2,2,7,1,10,3,5,7,3,1,7,0,0,1,0,0,1 +2121,3,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,1.0,1.2057155552,7,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9923207209,0.3708099244,3.7416573868,0.6,0.7,0.8,2,2,8,2,11,2,9,7,1,4,8,0,1,1,0,0,0 +2123,1,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.0,1.0473180033,7,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.6704021551,0.3619392214,3.4641016151,0.0,0.0,0.8,2,1,9,1,9,4,5,9,1,4,5,0,0,1,0,0,1 +2124,1,1,4,1,6,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,0.4,0.8204419541,10,1,1,0,0,11,1,1,2,1,104,2,0.316227766,0.8189011989,0.3207802986,3.6055512755,0.7,0.8,0.6,3,1,8,4,10,2,7,1,0,3,8,0,0,0,1,0,0 +2128,4,1,5,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,1.0,1.1718041645,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,0.8257103128,0.3420526275,2.4494897428,0.2,0.4,0.1,3,3,9,1,11,3,6,3,0,2,6,0,1,0,0,0,0 +2129,2,2,1,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.9,0.5,0.8422440264,7,1,0,1,1,9,1,1,1,1,61,3,0.4472135955,0.9448096577,0.3819685851,3.3166247904,0.0,0.3,0.0,2,2,8,2,10,3,8,10,3,6,8,0,1,1,0,0,0 +2131,5,1,6,1,4,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.772576857,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.065260997,0.4,3.3166247904,0.3,0.8,0.1,1,2,9,1,12,1,7,7,1,1,9,0,0,1,0,1,0 +2132,0,2,1,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.4,0.8227241336,7,1,1,0,0,11,1,0,2,1,47,2,0.3741657387,0.9905024186,0.3284813541,3.7416573868,0.0,0.4,0.0,2,1,8,3,8,4,9,3,0,4,6,1,1,1,1,1,0 +2133,0,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.9,1.0386289039,9,1,0,1,0,3,1,1,2,1,59,3,0.316227766,0.6963749109,0.3096772513,3.4641016151,0.5,0.8,0.5,2,2,8,2,10,0,9,3,1,2,6,0,1,0,0,0,0 +2134,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,1.2,1.1005680352,11,0,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7591453437000001,0.3907684737,3.1622776602,0.3,0.3,0.2,2,0,6,5,9,4,6,7,1,2,3,0,1,0,1,1,0 +2137,5,1,6,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6581223291,11,1,0,0,1,11,1,1,0,1,99,2,0.316227766,0.6395859973,0.3286335345,2.6457513111,0.7,0.0,0.5,3,2,8,2,8,5,10,8,0,2,4,0,1,0,1,0,0 +2140,2,1,5,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.8,0.2,0.7228416147,7,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.6775014867,0.4166533331,2.6457513111,0.6,0.2,0.3,3,4,5,5,9,2,9,9,3,6,5,0,1,0,0,0,0 +2141,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,1.1,1.2584712949,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6197173443,0.3619392214,3.1622776602,0.4,0.3,0.2,1,2,9,1,6,2,8,2,1,2,14,0,0,0,1,0,0 +2142,0,2,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.5,0.8674675786,7,1,1,0,0,14,1,1,0,1,60,1,0.316227766,0.674720634,0.3070830507,3.6055512755,0.6,0.5,0.0,3,2,8,3,9,3,7,3,2,1,3,1,1,1,1,1,0 +2146,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.7128288715000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6220135259,0.3701351105,2.6457513111,0.5,0.0,0.3,3,3,9,2,11,1,11,5,1,6,5,0,1,1,0,0,0 +2148,1,2,1,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.8242420761,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7975686193000001,0.378153408,2.8284271247,0.8,0.2,0.2,4,2,6,5,10,1,11,6,3,3,6,1,0,1,1,1,0 +2149,0,1,5,0,1,1,0,0,0,0,0,1,1,2,0,0,0,1,0.7,0.4,0.9055385138,11,0,0,0,0,11,1,1,1,1,104,2,0.4,1.0063229851,0.3421987726,3.6055512755,0.7,0.2,0.4,3,2,7,4,11,4,8,10,1,5,10,0,1,0,1,0,0 +2151,2,1,9,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.7,1.1288821905,11,0,1,9,0,17,-1,1,2,1,104,3,0.6,1.5993154527000002,0.4328972164,3.3166247904,0.5,0.5,0.6,4,1,7,2,11,2,10,5,1,3,8,0,1,1,0,0,0 +2152,1,1,2,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.6642665128,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6818939352,0.4129164564,2.2360679775,0.7,0.6,0.7,3,1,7,2,10,0,11,5,0,5,7,0,1,1,1,0,0 +2153,6,1,6,1,2,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7972609359999999,7,1,1,0,1,7,1,1,2,1,92,3,0.4,0.8049478963,0.3278719262,3.1622776602,0.6,0.0,0.5,4,1,6,5,9,2,10,1,0,5,3,0,0,1,1,0,0 +2154,3,1,5,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5049752469,7,1,1,0,1,14,1,1,2,1,49,3,0.4,0.6061836996,-1.0,2.2360679775,0.0,0.2,0.9,2,2,7,3,10,1,12,4,2,4,9,0,0,0,0,0,0 +2155,7,1,8,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.6670832032,4,1,-1,8,1,4,1,0,0,1,6,2,0.4,1.0673691299,0.4121892769,3.6055512755,0.8,0.4,0.9,1,2,6,5,10,2,8,7,2,4,7,0,1,1,0,1,0 +2158,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.3,0.7586995453000001,7,1,1,0,1,11,1,0,2,1,104,2,0.316227766,0.8884009220999999,0.3207802986,3.6055512755,0.0,0.1,0.6,3,0,7,2,11,0,15,5,2,0,6,0,1,1,0,1,0 +2159,2,1,4,0,3,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5390964663000001,11,0,0,9,0,9,1,1,2,1,104,3,0.4472135955,1.3213910777,0.3872983346,3.4641016151,0.4,0.9,0.4,5,3,9,1,10,1,11,5,2,4,7,0,1,0,0,0,0 +2160,1,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.9,1.7071540644999998,10,1,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.9941876538,0.4086563348,3.6055512755,0.5,0.5,0.3,5,2,4,3,8,3,12,3,3,3,5,0,1,0,1,0,0 +2161,0,2,0,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.7,2.0172691937,11,1,-1,0,-1,1,1,1,2,1,70,3,0.4,0.8891564393000001,0.3962322551,3.6055512755,0.6,0.1,0.9,4,2,10,4,9,3,5,3,1,2,10,0,0,1,0,0,0 +2164,0,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.0,0.6020797289,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.7902295932,0.3615245497,3.6055512755,0.1,0.3,0.3,4,2,8,0,11,1,6,7,0,0,6,0,1,0,0,0,0 +2166,0,2,4,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.4,0.8058380731,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7463963009000001,0.30331501780000003,3.6055512755,0.8,0.1,0.3,1,1,7,4,11,2,12,3,1,4,11,1,1,1,1,0,0 +2167,5,2,2,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.4,1.1283284096,11,1,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,1.0613806695,0.43829214,3.7416573868,0.9,0.5,0.6,0,2,6,3,8,3,7,3,1,5,9,0,1,0,0,0,0 +2170,0,1,5,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.8,0.9614442262,2,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.6038615407,0.3958535083,1.4142135624,0.4,0.5,0.9,2,1,9,5,10,5,7,5,0,5,10,1,0,1,1,0,0 +2171,0,2,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.6805328794,6,1,-1,0,0,1,1,1,0,1,74,1,0.3974921383,0.4622528377,0.3701351105,0.0,0.6,0.4,0.7,4,2,9,3,9,1,10,4,1,3,6,0,1,1,0,1,0 +2172,3,3,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.5,0.5733672471,11,1,-1,0,-1,14,1,1,3,1,68,3,0.3994996871,0.7168860578,0.4074309757,2.2360679775,0.0,0.9,0.8,0,3,9,2,8,3,10,3,2,3,7,1,0,0,0,0,0 +2173,1,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.7,1.2437342964,11,1,-1,0,-1,14,0,1,1,1,72,3,0.4,1.0682881959,0.4093897898,3.6055512755,0.4,0.6,0.2,3,3,8,5,10,4,6,4,1,3,6,0,0,0,1,0,0 +2175,3,1,2,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.4,0.2,0.8374067112000001,9,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.8894933092,0.3307567082,3.7416573868,0.4,0.1,0.5,3,1,6,3,11,4,8,7,0,1,8,0,1,0,0,1,1 +2177,4,1,3,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.8,0.5,0.7933315826,11,1,-1,0,-1,9,1,0,2,1,93,3,0.4,0.9015024191,0.3834057903,3.6055512755,0.1,0.0,0.1,2,3,8,4,10,4,6,6,1,2,8,0,1,1,0,1,0 +2178,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.7,0.6,0.4301162634,11,1,1,0,0,1,1,1,2,1,10,2,0.316227766,0.7498622463,0.3248076354,3.4641016151,0.2,0.8,0.8,0,3,7,4,10,4,5,6,1,6,15,0,1,0,0,1,1 +2179,5,1,6,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.68556546,10,0,-1,1,0,14,1,1,0,1,104,2,0.5477225575,1.152252555,0.5111751168,3.1622776602,0.2,0.0,0.3,2,2,7,4,7,5,9,5,2,4,6,0,0,0,0,1,0 +2180,3,2,6,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.4,0.0,0.6077622891,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6110889887,0.3619392214,2.8284271247,0.0,0.1,0.7,2,2,8,4,8,3,7,3,1,2,9,0,0,1,0,1,0 +2182,0,1,6,1,2,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,5,1,0,0,0,14,1,1,2,1,49,3,0.4,0.6887226169,-1.0,3.0,0.9,0.8,0.3,3,1,8,3,11,4,7,6,3,6,9,0,0,1,1,1,0 +2183,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.2,0.561248608,7,1,-1,0,-1,0,1,1,1,1,46,3,0.4,0.7673341208,0.3663331817,3.4641016151,0.4,0.5,0.1,1,2,9,4,10,0,9,5,1,1,10,0,1,1,1,0,0 +2184,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5332682252000001,10,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6045625425,0.3887158345,2.4494897428,0.2,0.0,0.1,4,1,10,2,10,1,5,6,1,2,4,0,0,1,0,0,0 +2186,1,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.6,0.7361215931999999,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7969712813,0.3708099244,3.4641016151,0.8,0.0,0.7,3,3,8,0,10,3,8,5,0,3,9,0,0,1,1,0,0 +2187,4,1,7,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,4,1,-1,2,1,0,0,1,0,1,104,0,0.4,0.6758374053,0.4102438299,2.8284271247,0.9,0.3,0.4,3,4,8,1,7,2,7,4,0,6,7,0,1,1,1,1,0 +2188,0,1,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,7,1,0,0,0,11,1,1,2,1,7,3,0.4235563717,0.6776844385999999,0.3542597917,2.0,0.8,0.9,0.0,5,1,7,1,9,2,10,6,4,3,8,0,0,1,0,0,0 +2189,4,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,0.6619101146999999,4,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.9207659406,0.4159326869,3.3166247904,0.5,0.4,0.2,3,2,10,3,7,2,12,5,3,3,14,0,0,1,0,0,0 +2191,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.2,0.3,-1.0,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7125643367,0.3788139385,2.6457513111,0.4,0.0,0.1,4,2,9,3,9,3,8,7,0,1,12,0,1,0,1,0,0 +2192,2,1,9,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,1.0606601718000002,11,0,1,0,1,15,1,1,3,1,104,3,0.4242640687,0.9209566532,0.32557641190000003,2.8284271247,0.5,0.4,0.1,1,2,6,4,10,1,16,5,0,4,15,0,0,0,0,0,0 +2194,3,1,8,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.3,0.0,-1.0,6,1,-1,0,1,1,1,1,0,1,31,3,0.423792402,0.6942354139,0.4084115571,2.4494897428,0.0,0.6,0.4,2,1,7,3,9,1,8,10,1,1,7,0,0,0,0,0,0 +2196,6,1,5,1,4,0,0,0,1,0,0,0,0,0,0,1,0,0,0.7,0.4,0.7241374179000001,6,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.7120857502,0.4129164564,2.6457513111,0.2,0.7,0.6,2,2,9,1,8,4,4,5,2,0,13,0,1,0,0,1,0 +2197,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.3,0.0,0.7150174823000001,9,1,0,0,1,11,1,1,0,1,7,3,0.4242640687,0.703195187,0.3542597917,2.8284271247,0.1,0.6,0.1,3,4,8,2,10,3,12,9,0,2,4,0,0,1,1,0,1 +2198,1,2,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.3,0.5578978401,11,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6893508145,0.4302324953,3.0,0.1,0.8,0.8,3,0,8,2,10,3,5,5,1,2,9,0,1,0,1,0,0 +2199,1,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.6,0.9836157786,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8850923284000001,0.3964845520000001,2.8284271247,0.6,0.4,0.4,1,1,7,4,9,4,14,6,2,3,3,1,0,0,0,1,0 +2200,0,2,2,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.66473679,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5275665326,0.3583294573,2.2360679775,0.5,0.7,0.8,3,3,8,2,11,3,6,3,4,4,11,0,1,0,0,0,0 +2201,1,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.4,0.5,0.7988272654,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5607329914,0.3619392214,2.4494897428,0.1,0.3,0.9,2,3,6,1,9,3,5,3,0,6,6,1,0,1,0,0,0 +2202,5,1,7,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.9,1.1363318177,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9052532635,0.4074309757,3.3166247904,0.9,0.4,0.9,2,1,7,2,9,3,10,5,0,1,12,0,1,0,0,1,0 +2205,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.5,0.3,0.7344215411,7,1,-1,0,-1,0,1,1,0,1,22,3,0.316227766,0.7468114037000001,0.374566416,3.3166247904,0.6,0.1,0.5,3,2,6,4,9,1,9,2,0,3,9,0,1,1,1,1,0 +2206,3,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,1.0,1.2961481397,11,1,-1,0,-1,6,1,1,2,1,26,1,0.3687817783,0.567981783,0.3456877203,2.2360679775,0.3,0.9,0.0,1,3,7,2,10,3,8,1,3,2,8,0,1,1,0,0,1 +2207,1,2,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,1.0,1.1546103239,3,1,1,0,0,6,1,1,0,1,27,1,0.3741657387,0.7185269595999999,0.3204684072,3.4641016151,0.4,0.6,0.0,3,3,6,3,9,3,7,7,1,1,12,0,0,1,0,1,0 +2208,3,1,6,0,3,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.7,1.1205467416,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5638562621000001,0.3651027253,2.0,0.5,0.0,0.4,3,0,9,3,10,1,10,11,1,5,10,0,1,1,0,0,0 +2212,5,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.0,1.2614475812,7,1,1,0,1,1,1,1,2,1,31,3,0.3741657387,0.6982859771,0.31400636940000004,2.8284271247,0.1,0.0,0.8,0,4,8,4,9,2,9,4,1,8,6,0,0,1,1,0,0 +2215,3,3,8,0,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,0.9,1.5425222851,11,0,-1,0,-1,4,1,1,2,1,104,3,0.4472135955,0.8987617745,0.4347413024,3.0,0.9,0.8,0.9,4,2,9,3,8,2,3,12,0,1,3,0,1,1,1,0,0 +2216,0,1,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.4,0.8089344843999999,7,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.5554389225999999,0.3943348831,2.4494897428,0.9,0.5,0.0,3,3,9,6,10,5,11,10,1,2,11,0,0,0,0,0,1 +2217,0,3,3,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.7,1.1627015954000002,10,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.7054100267,0.3937003937,3.0,0.2,0.2,0.6,4,1,7,3,8,3,13,5,1,2,7,0,1,0,0,0,0 +2218,0,1,7,1,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.9,0.2,0.6656763478,6,1,-1,0,0,0,1,0,0,1,32,0,0.316227766,0.7423855895999999,0.36,3.7416573868,0.0,0.9,0.2,5,2,6,3,11,3,9,6,2,3,10,0,0,0,0,1,0 +2220,4,1,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.4,0.8860022573,11,1,1,0,1,11,1,0,0,1,36,3,0.3741657387,0.8886567075,0.3190611227,3.6055512755,0.9,0.8,0.0,1,3,8,4,9,2,8,2,0,1,6,0,0,0,0,0,0 +2221,5,1,3,1,0,0,1,0,0,0,0,1,0,1,6,0,0,1,0.2,0.0,-1.0,11,0,0,9,0,14,-1,1,2,1,104,3,0.5916079783,1.6096172739,0.3986226286,3.6055512755,0.2,0.0,0.8,1,0,9,3,10,2,10,4,0,4,7,0,1,0,0,0,1 +2223,3,2,2,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,0.840758586,9,1,1,0,1,11,1,1,2,1,57,2,0.3741657387,0.7164247782,0.3286335345,3.1622776602,0.3,0.5,0.9,2,0,7,5,7,1,10,2,3,7,5,0,1,0,0,1,1 +2225,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,1.3,1.5848895861,11,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,0.9149244651,0.4949747468,3.1622776602,0.3,0.8,0.1,0,2,7,2,8,1,7,3,2,3,11,0,1,0,0,0,0 +2226,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.9158329542,3,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6974125734000001,0.2887905816,3.4641016151,0.3,0.3,0.1,3,2,8,4,10,3,9,7,5,7,7,0,1,0,0,0,0 +2231,2,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.5841660723,7,1,-1,1,-1,12,1,0,2,1,104,3,0.3741657387,0.8599202345999999,0.3754996671,3.6055512755,0.4,0.9,0.4,3,2,9,4,9,2,3,1,1,3,8,0,1,1,1,0,0 +2232,5,1,7,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.6,1.5116216458,6,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.6628887445,0.3887158345,2.8284271247,0.9,0.8,0.8,0,1,8,3,9,6,3,5,2,3,4,0,1,0,0,0,0 +2233,2,1,7,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,1.2,1.2077872329,7,1,0,1,1,3,1,1,2,1,104,2,0.4242640687,0.8168676314,0.342928564,3.4641016151,0.7,0.1,0.4,3,1,8,2,12,4,9,11,0,6,9,0,1,1,0,0,0 +2234,3,1,6,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.3,-1.0,10,1,-1,0,1,14,1,0,0,1,72,2,0.4,1.1625616486,0.4093897898,3.7416573868,0.5,0.7,0.3,2,1,9,1,8,3,8,8,4,3,4,0,1,1,1,1,0 +2235,0,1,4,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,0,2,0,0,1,1,2,1,100,0,0.4,0.9470484816,0.3217141588,3.6055512755,0.8,0.8,0.2,2,1,10,2,11,2,11,6,1,1,7,0,0,1,1,0,1 +2236,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.1,1.2514991011,11,1,1,0,0,11,1,1,2,1,16,3,0.3741657387,0.7542565164,0.3185906464,3.4641016151,0.2,0.7,0.8,2,1,8,4,10,5,8,8,2,4,9,0,1,0,0,1,0 +2237,3,1,2,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,1.7,1.7928678144,11,0,0,9,0,17,-1,1,2,1,104,3,0.5477225575,1.6367613153,0.4460941605,3.3166247904,0.6,0.5,0.6,4,2,10,4,8,0,8,2,1,2,7,0,1,0,0,1,1 +2239,0,2,2,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7956915231,3,1,-1,0,-1,7,1,1,1,1,92,3,0.3741657387,0.7404906794,0.3926830783,3.3166247904,0.0,0.3,0.0,3,1,7,3,10,1,8,2,2,2,7,0,1,0,1,0,0 +2240,0,1,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.8196798155,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6424867751,0.3685105155,3.0,0.6,0.7,0.9,4,2,6,2,11,2,9,6,1,4,11,0,1,0,1,1,1 +2242,5,1,9,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.4,0.7403546447,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7746500143,0.3708099244,3.4641016151,0.7,0.7,0.8,3,0,6,1,11,3,9,3,1,3,7,1,1,0,1,0,0 +2247,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6031169041,7,1,-1,0,-1,1,1,0,2,1,38,1,0.316227766,0.7484143017,0.3598610843,3.6055512755,0.5,0.1,0.6,1,2,5,4,9,2,12,6,0,6,4,1,0,0,0,1,0 +2248,1,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,0.7673004627,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6442209723,0.34727510710000004,3.3166247904,0.1,0.6,0.6,2,2,8,3,7,2,14,5,0,3,11,0,1,0,0,1,0 +2250,7,1,4,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.9536115561,11,1,0,0,1,11,1,1,2,1,7,3,0.4242640687,0.6588557574,0.3542597917,2.2360679775,0.3,0.0,0.9,2,2,8,6,11,1,7,6,0,1,13,0,1,1,0,0,0 +2251,0,1,3,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.5,0.3,0.8774964387,10,1,-1,0,0,11,1,0,0,1,36,2,0.3741657387,0.8912337070999999,0.3793415348,3.7416573868,0.9,0.6,0.8,3,0,6,3,8,4,5,3,1,5,6,0,1,0,0,0,0 +2255,1,3,3,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.3,0.0,0.7790218225,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,1.078911297,0.4295346319,3.3166247904,0.4,0.0,0.5,4,2,10,3,9,4,10,3,1,3,7,0,1,1,0,1,0 +2257,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.8584142357,11,1,-1,0,-1,11,1,0,2,1,103,3,0.316227766,0.7680473255,0.3583294573,3.7416573868,0.9,0.1,0.6,1,2,10,5,10,5,7,4,0,4,7,0,1,0,0,1,0 +2258,4,1,5,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.6,0.4,0.6103277807999999,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7208810037000001,0.3814446225,3.3166247904,0.3,0.8,0.9,2,1,10,1,10,2,8,8,2,4,6,0,0,1,0,1,0 +2259,1,2,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.2,0.6543126164,7,1,0,0,1,1,1,1,4,1,64,3,0.3152776554,0.4855345525,0.3041381265,0.0,0.3,0.1,0.7,5,4,5,4,9,1,5,6,0,4,11,0,0,1,1,0,0 +2260,2,1,4,0,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,0.5,0.8411301921,7,1,-1,0,-1,0,1,1,3,1,39,1,0.3160696126,0.6400703732,0.3744329045000001,2.8284271247,0.1,0.5,0.0,3,3,8,3,11,3,12,3,1,4,7,0,0,1,0,0,0 +2261,2,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.6,0.3807886553,11,1,0,8,1,11,1,1,2,1,24,2,0.5291502621999999,1.193629786,0.4301162634,3.3166247904,0.5,0.0,0.9,1,0,9,0,8,3,9,0,4,5,5,0,1,1,0,0,0 +2263,4,1,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.2,1.326178721,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6183823204,0.3744329045000001,2.2360679775,0.9,0.1,0.5,2,0,8,6,9,2,12,1,1,4,6,0,1,1,1,0,1 +2265,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,0.4,0.8838834765000001,7,1,0,0,0,14,1,1,0,1,68,3,0.4,0.8203884385,0.3443835072,2.8284271247,0.5,0.6,0.0,4,1,7,2,9,2,10,5,1,4,7,0,1,1,1,0,1 +2266,0,2,1,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.5,0.9855201672,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7204366215000001,0.3598610843,3.4641016151,0.0,0.3,0.1,1,2,10,1,9,1,12,7,2,3,10,0,1,0,0,1,0 +2267,5,1,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.6585008291,11,0,1,9,1,2,1,1,2,1,104,3,0.4472135955,1.4379594128,0.4669047012,3.4641016151,0.5,0.2,0.3,2,3,6,1,10,3,6,4,2,5,5,0,0,0,1,1,0 +2268,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.6736096793,11,1,0,0,0,6,1,1,0,1,104,3,0.3741657387,0.7196762356999999,0.3388214869,3.1622776602,0.7,0.8,0.1,3,3,10,3,9,4,9,9,1,5,5,0,0,1,0,0,0 +2269,4,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.2,1.2949420836,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7365039148,0.3814446225,3.3166247904,0.6,0.9,0.2,3,2,10,4,10,3,13,6,0,4,7,1,1,0,0,0,0 +2270,0,2,2,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.4,0.6020797289,4,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4374985242,0.3619392214,0.0,0.8,0.3,0.5,1,1,7,2,8,2,11,2,1,4,12,0,1,1,0,0,0 +2271,4,1,3,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.8,1.3362728015,4,1,-1,0,1,6,1,1,0,1,26,3,0.4,0.6274044657,0.3907684737,2.6457513111,0.0,0.0,0.6,1,3,7,3,10,1,4,4,3,5,8,0,1,0,1,0,0 +2272,2,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.3,0.8189169677,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7652539684999999,0.374566416,3.3166247904,0.8,0.3,0.5,2,3,6,6,11,3,5,10,2,4,7,1,1,1,0,1,0 +2273,5,4,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.8707037384,11,1,1,1,1,3,1,1,2,1,45,3,0.4,0.8419630987000001,0.3096772513,3.6055512755,0.3,0.0,0.8,1,1,8,2,11,2,12,8,0,3,5,0,0,1,1,1,0 +2275,1,1,9,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.2,0.522613624,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5393024267000001,0.3583294573,2.2360679775,0.9,0.5,0.6,1,2,8,3,12,4,4,7,2,2,5,0,0,1,0,1,1 +2276,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.3,0.8721381771,7,1,0,0,0,4,1,1,2,1,50,2,0.4,0.8164122278,0.3201562119,3.6055512755,0.9,0.4,0.6,3,4,8,1,11,3,9,4,2,2,5,0,1,1,1,0,0 +2277,1,1,6,1,1,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.7508328709000001,11,1,-1,8,-1,4,1,1,2,1,6,3,0.4,0.9878288238,0.4121892769,3.6055512755,0.2,0.7,0.4,1,1,9,5,10,2,10,5,0,1,4,0,1,0,0,0,0 +2278,5,1,9,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.9,1.2896220377,11,0,1,1,1,0,1,0,2,1,104,3,0.3741657387,1.3562375033,0.34899856729999995,3.7416573868,0.5,0.4,0.7,4,3,8,0,10,3,7,5,0,2,4,0,1,1,0,0,0 +2279,0,1,6,1,4,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.5562148865,5,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6195172741,0.3070830507,3.0,0.2,0.2,0.4,3,2,7,3,10,0,9,6,2,0,12,0,1,0,0,1,0 +2282,0,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,7,1,0,0,1,11,1,1,2,1,53,2,0.4688283268,0.5926199010000001,0.35707142140000003,0.0,0.5,0.4,0.0,3,1,8,3,12,2,11,5,0,3,4,0,0,1,1,0,1 +2285,1,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0.9,0.2,0.4293891009,10,0,-1,0,0,11,1,1,0,1,44,3,0.4458699362,0.6954248359999999,0.4458699362,2.2360679775,0.0,0.2,0.6,2,0,7,3,10,2,6,8,1,4,8,0,1,0,0,1,0 +2286,1,1,6,0,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0.7,0.8,0.9297176991,9,1,-1,2,-1,14,0,1,3,1,104,0,0.4,0.6517617574,0.4049691346,3.0,0.6,0.8,0.6,2,3,6,3,10,4,10,15,2,6,10,0,1,1,0,1,1 +2289,1,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.7802243267,10,1,-1,0,0,1,1,1,0,1,80,2,0.316227766,0.7237150197,-1.0,3.4641016151,0.9,0.3,0.7,2,1,7,3,7,2,5,6,4,4,9,0,0,0,1,1,1 +2294,5,1,8,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.2,1.3329947487,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,1.0801935853,0.32557641190000003,3.4641016151,0.3,0.5,0.5,2,2,9,2,11,3,6,5,5,4,6,1,0,0,1,0,1 +2296,2,1,10,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,1.2,1.2720554233,11,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.7138679416,0.3710795063,3.6055512755,0.9,0.5,0.3,2,2,9,4,10,2,6,5,0,2,6,0,0,1,0,0,0 +2297,5,1,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,1.4,1.4947825928999998,7,1,1,0,0,4,1,1,2,1,50,2,0.4,0.7376111767,0.3201562119,3.3166247904,0.9,0.2,0.8,1,2,10,3,9,0,13,8,2,3,11,0,1,0,0,1,0 +2299,0,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.1,0.4541475531000001,1,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8085289162,-1.0,3.6055512755,0.4,0.9,0.3,2,2,9,6,11,3,6,9,2,1,7,0,0,1,0,1,0 +2300,0,3,9,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,0.6,0.675,11,0,0,9,0,11,1,1,1,1,56,3,0.4898979486,1.0832877719,0.4283689998,3.1622776602,0.1,0.7,0.7,3,2,9,4,10,2,7,4,1,2,6,0,1,0,0,0,0 +2301,2,2,2,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,1.3,1.3824796563,10,0,-1,1,0,9,1,1,0,1,61,3,0.4472135955,0.9730033593,0.5204805472,3.3166247904,0.2,0.4,0.0,4,5,9,6,9,0,3,4,2,2,11,0,1,1,1,0,0 +2302,2,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,0.7369701486,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6055698771,0.3583294573,2.8284271247,0.2,0.5,0.7,2,2,8,4,11,2,3,4,1,3,6,0,0,1,0,1,0 +2305,1,1,9,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.8,1.0,1.0682930309999998,7,1,1,0,0,0,1,1,2,1,32,3,0.316227766,0.6074264911,0.2944486373,2.8284271247,0.1,0.7,0.6,5,2,9,1,8,2,10,6,2,3,10,0,1,0,1,0,0 +2306,4,1,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.9,1.4920623311,10,0,-1,9,0,8,1,1,0,1,104,3,0.5656854249000001,1.3466901574,0.5024937811,3.1622776602,0.3,0.9,0.1,3,2,7,2,5,3,7,6,2,1,10,0,1,1,1,0,0 +2307,3,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.5,0.9048480535,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7449998613,0.3907684737,3.3166247904,0.7,0.8,0.4,2,0,7,2,8,2,9,11,2,1,10,0,0,1,0,0,1 +2308,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.7,0.4,0.3881043674,11,1,1,0,0,11,1,0,2,1,103,3,0.316227766,0.7872681345999999,0.2887905816,3.7416573868,0.6,0.0,0.2,4,1,8,2,10,1,8,7,2,1,8,0,1,1,0,1,0 +2310,0,1,7,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.4,0.6005206075,10,0,-1,9,0,10,1,1,0,1,81,3,0.4472135955,1.1771586466,0.4975942122,3.1622776602,0.2,0.5,0.9,2,1,8,4,8,2,8,3,2,1,5,0,0,1,0,0,0 +2312,4,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.2,1.0392304845,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6402962899,0.3768288736,2.8284271247,0.5,0.2,0.4,3,0,8,3,8,2,9,5,2,3,6,0,1,1,0,0,0 +2316,0,1,5,0,4,0,1,0,0,0,0,0,0,0,5,0,0,1,0.1,0.2,-1.0,11,0,1,1,1,2,-1,0,2,1,104,2,0.4472135955,1.9642991306,0.3728270376,3.7416573868,0.5,0.7,0.5,0,4,8,3,11,0,7,3,0,4,10,0,0,0,1,0,0 +2317,5,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.1,1.5467708297999998,11,1,-1,0,-1,10,1,1,3,1,28,3,0.3741657387,0.7375411461,0.3788139385,2.8284271247,0.5,0.5,0.0,1,1,8,2,11,0,5,10,2,3,12,0,1,1,0,0,0 +2319,0,2,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,1.1529852558,11,1,1,0,1,7,1,0,2,1,79,3,0.3872983346,0.9480515033,0.3287856445,3.6055512755,0.4,0.4,0.8,5,1,6,5,8,3,7,6,0,1,6,0,0,0,1,1,1 +2320,3,1,7,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.4,1.8867962264,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8516270281,0.4,2.8284271247,0.8,0.2,0.0,2,1,5,4,10,4,9,5,2,1,3,0,1,1,1,1,0 +2322,0,1,5,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.2,0.2,-1.0,6,1,-1,2,1,0,1,1,0,1,100,0,0.3997499218,0.7514861309,0.423083916,3.3166247904,0.6,0.1,0.0,3,1,8,1,7,1,6,1,1,1,9,0,1,0,0,0,0 +2323,4,2,7,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5300280672,0.3676955262,2.2360679775,0.5,0.5,0.2,2,2,10,2,8,1,6,7,1,2,4,0,1,1,0,0,0 +2324,1,2,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8337892692000001,-1.0,3.6055512755,0.2,0.0,0.4,3,1,8,5,9,0,9,5,2,2,8,0,0,1,0,1,0 +2326,0,1,2,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.4,0.3,0.6118619125,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6905651058,0.3615245497,3.1622776602,0.8,0.7,0.8,3,0,8,5,10,2,8,8,1,4,7,0,1,1,0,0,0 +2327,3,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6595452978999999,11,1,-1,0,-1,1,1,1,2,1,38,1,0.316227766,0.6884675761,0.3598610843,3.6055512755,0.0,0.3,0.1,2,4,8,2,10,1,10,3,2,4,1,0,1,1,0,0,0 +2328,3,1,9,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.1,0.2,-1.0,5,0,0,8,0,13,1,1,2,1,4,2,0.4976946855,0.9781602735,-1.0,2.2360679775,0.8,0.5,0.6,2,3,8,5,8,1,12,8,0,3,5,1,0,1,0,0,0 +2329,0,1,6,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.0,0.0,0.5755432217,10,1,-1,0,1,11,1,0,0,1,2,2,0.4242640687,1.1000187827,0.3542597917,3.7416573868,0.7,0.7,0.5,2,2,9,2,9,3,7,2,0,1,6,1,1,1,0,1,0 +2331,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.7591113225,11,1,0,0,1,0,1,1,2,1,46,3,0.4,0.7581649224,0.3003331484,3.1622776602,0.3,0.5,0.3,3,3,10,4,11,0,13,4,1,2,12,0,1,1,0,0,1 +2335,2,1,8,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.4,1.0012492197,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8103067983,0.3663331817,3.3166247904,0.3,0.7,0.8,2,1,8,3,9,3,8,2,4,1,7,0,1,0,0,0,0 +2338,0,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.6708203932,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7564870966,0.3687817783,3.6055512755,0.2,0.7,0.4,2,4,7,5,10,0,14,7,0,2,4,1,0,1,0,0,0 +2339,0,1,5,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.5373546315,11,1,0,0,1,4,1,1,2,1,50,2,0.4,0.661390971,0.3201562119,2.8284271247,0.4,0.6,0.8,3,0,8,3,8,4,8,3,2,2,11,0,0,1,0,0,0 +2340,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.32947358,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9034369635,0.4185689907,2.8284271247,0.0,0.7,0.8,0,3,6,2,7,5,5,8,2,4,5,1,1,1,0,1,0 +2341,0,1,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,11,1,-1,0,-1,1,1,0,2,1,10,2,0.316227766,0.7904387316,0.3814446225,3.6055512755,0.0,0.3,0.8,3,5,7,5,9,4,1,5,1,3,9,0,1,0,0,1,0 +2342,2,2,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,1.122497216,5,1,1,0,0,1,1,1,2,1,74,3,0.3741657387,0.7394156728,0.3303028913,3.1622776602,0.2,0.7,0.3,1,3,8,5,9,2,11,7,2,2,11,0,1,1,0,0,0 +2345,3,2,2,1,0,0,0,1,0,0,0,1,0,1,5,1,0,0,0.9,0.6,1.3532368603,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.7458147688,0.3278719262,3.3166247904,0.3,0.2,0.6,2,1,8,1,9,3,3,7,2,1,11,0,1,0,0,1,0 +2349,1,1,10,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,1.2871965662,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9052532635,0.4074309757,3.3166247904,0.6,0.5,0.0,3,2,9,4,12,0,8,2,3,1,5,0,1,0,0,1,0 +2350,1,1,2,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.0,0.0,-1.0,7,0,-1,1,-1,3,1,1,0,1,104,2,0.4472135955,0.9708137509,0.4291852747,3.4641016151,0.2,0.5,0.8,1,2,7,4,9,3,14,5,2,3,7,0,1,0,1,1,0 +2351,1,1,9,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.7,0.4,0.7709571973,6,1,-1,0,0,11,0,1,0,1,103,3,0.316227766,0.5544336698,0.3583294573,2.4494897428,0.1,0.9,0.7,4,1,8,5,10,3,6,5,3,4,9,0,1,1,0,0,0 +2353,4,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.0,1.4633010627,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8946581599,0.4,2.8284271247,0.3,0.6,0.3,1,4,4,2,10,3,4,5,0,1,11,1,0,0,0,0,0 +2354,7,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,1.0,1.4002231965,4,0,-1,9,1,16,1,1,0,1,104,3,0.4898979486,1.2993800175,0.5004997502,3.3166247904,0.9,0.9,0.9,1,1,8,3,8,1,8,5,2,1,5,1,1,1,0,0,0 +2355,7,1,5,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.4,0.8366600265,0,0,-1,1,0,3,1,1,0,1,104,3,0.4242640687,0.8351893931000001,0.3934463115,3.3166247904,0.3,0.3,0.6,2,1,9,5,11,4,4,8,2,4,7,0,0,1,1,0,0 +2356,2,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.8,1.3045593126,7,1,1,0,0,14,1,1,2,1,104,1,0.3160696126,0.5308655026,-1.0,2.6457513111,0.5,0.3,0.0,1,0,6,3,8,1,14,5,2,4,11,0,1,0,0,0,0 +2357,1,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0.5,0.2,0.5606915373,5,1,-1,8,-1,14,0,1,1,1,104,2,0.5,0.8404790055,0.5310367219,1.0,0.8,0.9,0.7,3,1,9,3,7,4,7,4,2,5,6,0,0,0,0,0,0 +2359,4,2,5,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.6,1.4605221669,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7915488531,0.3663331817,3.3166247904,0.9,0.9,0.1,2,2,8,5,10,2,8,4,1,2,15,0,1,1,0,0,0 +2360,7,1,8,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,1.0636023693,11,1,0,8,1,11,1,1,2,1,24,2,0.4898979486,0.9236594038,0.4098780306,3.0,0.2,0.1,0.8,3,2,6,3,10,3,12,2,3,0,5,0,1,1,0,1,1 +2361,1,2,0,0,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.6,0.4,0.8860022573,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.720264529,0.3907684737,3.3166247904,0.8,0.4,0.0,1,0,8,2,10,2,9,7,2,3,3,1,1,0,0,0,0 +2362,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.7215434845,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4,0.7212821457999999,0.4,2.0,0.4,0.7,0.4,3,0,9,2,10,3,11,4,2,5,8,1,1,1,0,1,0 +2364,0,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,19,1,0.3155946768,0.4378053834,0.3626292873,0.0,0.8,0.0,0.0,1,0,7,3,10,2,11,5,1,2,6,0,1,1,0,0,0 +2366,4,1,5,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.7721722606,4,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6999896693000001,0.3687817783,3.4641016151,0.2,0.2,0.9,1,1,7,2,10,2,5,4,0,6,9,1,0,0,0,0,0 +2368,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.1,0.1,-1.0,10,0,-1,1,0,16,1,1,0,1,104,2,0.4,0.9757493412,0.4147288271,3.3166247904,0.5,0.3,0.6,0,1,7,2,8,1,4,5,1,0,11,0,1,0,0,0,0 +2369,5,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.3,0.5825590099,7,0,0,0,1,10,1,1,1,1,83,2,0.4242640687,0.8679199986,0.3420526275,2.6457513111,0.0,0.4,0.1,0,3,5,2,11,3,12,11,1,1,4,0,1,1,0,0,0 +2370,1,2,1,1,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.527967802,11,1,1,0,1,11,-1,1,2,1,103,1,0.316227766,0.5820134615,0.2887905816,2.6457513111,0.1,0.7,0.1,4,1,9,2,10,3,7,6,2,4,11,0,1,1,1,0,0 +2372,4,3,6,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.0,0.90346555,7,1,1,0,1,6,1,1,2,1,27,3,0.3741657387,0.7303768981000001,0.3204684072,3.3166247904,0.1,0.6,0.4,3,0,8,0,9,4,5,4,2,6,8,0,1,1,0,1,0 +2376,0,2,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5678908346,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6356814525,0.3619392214,3.3166247904,0.1,0.5,0.5,4,2,8,5,11,2,8,5,3,2,8,0,0,0,1,0,0 +2381,4,2,7,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.3,0.454835135,10,1,-1,0,-1,11,1,1,3,1,103,1,0.316227766,0.4910353373,0.3307567082,1.4142135624,0.8,0.2,0.5,2,1,6,0,9,4,10,7,2,6,10,0,1,0,0,0,0 +2383,5,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7929375764,10,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7666930167,0.4074309757,2.4494897428,0.5,0.0,0.6,4,1,10,3,9,4,10,2,1,3,4,1,1,0,1,0,0 +2384,2,1,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,0.6841966092,10,0,-1,0,-1,11,1,0,0,1,3,2,0.4242640687,1.1946592585,0.4349712634,3.6055512755,0.8,0.0,0.7,2,2,9,3,11,1,8,6,1,3,7,0,1,0,0,1,0 +2385,5,1,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.9,1.1163556781,11,1,1,0,0,0,1,1,2,1,46,3,0.4,0.7473230462999999,0.3003331484,3.1622776602,0.2,0.3,0.2,2,3,8,1,11,1,6,4,1,1,11,0,1,1,1,0,0 +2386,2,1,2,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.9,-1.0,10,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,1.0746890767,0.4009987531000001,3.3166247904,0.7,0.1,0.8,3,1,6,3,10,1,6,9,1,7,5,0,1,0,0,0,0 +2388,2,1,3,0,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.5012484414,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.9188555134,0.4189272013000001,3.1622776602,0.6,0.4,0.5,1,2,8,2,11,2,9,6,1,3,9,1,1,0,0,1,1 +2390,5,1,3,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.4,1.1521718622,10,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8807280047,0.3964845520000001,2.8284271247,0.3,0.8,0.1,1,0,7,1,11,4,3,4,1,3,5,0,1,0,0,0,0 +2392,7,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.0,0.4,0.7403546447,11,1,1,0,1,0,1,1,2,1,22,3,0.316227766,0.8084305272,0.310322413,3.6055512755,0.0,0.9,0.8,3,1,8,2,9,1,6,3,5,2,7,0,1,1,0,0,0 +2394,5,1,6,0,6,0,0,1,0,0,0,0,0,0,11,0,1,0,0.4,0.0,1.0356157589,11,1,1,0,1,14,0,1,2,1,72,3,0.4,1.0946696547,0.3504283094,3.6055512755,0.8,0.3,0.4,2,1,10,5,9,4,4,4,6,4,4,0,1,1,0,1,0 +2395,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.7,0.2,0.575,7,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.6046138034,0.30331501780000003,2.6457513111,0.1,0.0,0.8,1,2,10,4,10,1,9,7,2,4,12,0,1,1,1,0,0 +2396,3,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.4993746089,11,1,-1,0,-1,0,1,1,1,1,78,3,0.4,0.8131410376,0.3848376281000001,3.3166247904,0.4,0.0,0.8,3,1,6,2,9,3,8,10,1,5,12,0,1,1,0,0,1 +2397,5,1,3,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.768927825,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5637463236,0.3734969879,1.4142135624,0.5,0.8,0.9,3,0,8,1,10,2,12,2,1,0,8,0,1,0,0,0,0 +2399,0,1,7,1,4,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,0.4,0.9130991184,7,0,-1,0,-1,10,1,0,0,1,28,3,0.3741657387,1.0652280243,0.3820994635,3.7416573868,0.0,0.9,0.1,3,0,9,3,9,3,10,9,2,3,7,1,1,1,0,0,0 +2401,1,1,7,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,-1.0,11,1,-1,2,-1,1,1,1,2,1,1,0,0.3741657387,0.8535898913,0.4189272013000001,3.4641016151,0.6,0.0,0.5,3,4,7,2,11,2,10,4,2,3,7,0,1,1,0,0,0 +2402,2,1,8,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6208165777,0.3521363372,3.1622776602,0.4,0.5,0.2,1,3,8,1,6,2,10,7,3,1,7,0,1,0,0,1,0 +2403,3,1,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.1,0.5190134873,11,0,1,0,0,4,1,1,2,1,12,3,0.4,0.8533720183,0.3248076354,3.4641016151,0.4,0.4,0.4,2,2,8,4,9,0,6,6,1,6,7,0,0,1,0,0,0 +2405,2,1,7,0,2,0,1,0,0,0,0,0,0,0,1,0,1,0,0.6,0.5,1.4274102424,11,0,1,0,0,15,1,0,2,1,5,2,0.4472135955,1.2611633748,0.32557641190000003,3.7416573868,0.0,0.1,0.3,2,3,8,3,10,5,9,8,0,4,6,0,0,0,0,1,0 +2406,5,1,11,0,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.5,0.6,1.3428049002000002,11,0,1,0,1,11,1,0,2,1,3,2,0.4242640687,1.2776770631,0.3789459064,3.6055512755,0.2,0.7,0.3,2,2,7,4,11,2,7,6,2,6,5,0,0,1,0,1,0 +2407,0,1,9,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.4,0.5,0.9614442262,6,1,-1,0,1,1,1,1,0,1,65,1,0.3152776554,0.4336563746,0.3471310992,0.0,0.4,0.7,0.2,1,1,6,3,9,2,6,5,4,2,4,0,1,0,0,0,0 +2408,0,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,-1.0,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5935778894,0.3583294573,2.6457513111,0.0,0.5,0.7,3,3,7,2,7,3,12,8,1,5,12,0,0,0,0,0,0 +2410,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6521895734000001,0.3583294573,3.1622776602,0.1,0.6,0.6,1,1,5,2,9,2,9,6,2,0,10,0,1,0,0,0,1 +2412,5,1,7,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0.8,0.5,0.8785641695,11,1,0,1,0,3,1,1,2,1,59,3,0.316227766,0.6990105167,0.3096772513,3.4641016151,0.7,0.7,0.5,1,4,6,0,12,1,12,2,0,4,6,0,1,1,0,1,1 +2415,5,4,8,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.2,1.3110110602,11,1,1,0,0,1,1,1,2,1,38,1,0.316227766,0.6737400239,0.299165506,3.4641016151,0.2,0.4,0.9,4,3,9,5,10,0,13,4,0,6,5,0,0,1,0,0,1 +2417,1,1,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9209903042,0.3984971769,3.4641016151,0.9,0.1,0.1,1,1,10,4,9,4,6,5,2,3,6,1,0,0,1,0,0 +2418,0,1,9,0,0,0,0,1,0,0,0,0,0,0,6,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,4,1,0,2,1,9,2,0.316227766,0.8272977019,0.3943348831,3.6055512755,0.0,0.0,0.3,2,3,8,2,9,3,8,6,1,1,6,0,1,1,0,0,0 +2420,3,1,5,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.5,0.2,-1.0,10,1,-1,0,1,0,1,1,0,1,86,3,0.399374511,0.6648028354,0.4062019202,1.4142135624,0.2,0.8,0.7,3,2,7,3,11,5,8,1,2,2,8,0,1,1,1,0,0 +2421,0,2,0,1,4,0,1,0,0,0,0,0,0,0,7,0,0,1,0.7,1.0,1.2,8,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7383530925,0.374566416,3.1622776602,0.4,0.4,0.7,2,2,5,6,9,3,8,2,5,6,5,0,1,1,0,0,1 +2425,6,1,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,1.0467210708,11,0,0,1,1,0,1,1,2,1,104,2,0.5,0.975452851,0.3832753579,3.0,0.5,0.3,0.0,3,2,5,3,10,2,12,8,0,4,11,0,1,1,0,1,0 +2426,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.2,0.1,-1.0,6,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.6523162798,0.3521363372,3.3166247904,0.0,0.8,0.6,3,0,9,1,8,1,7,7,0,2,4,0,1,0,0,0,1 +2427,0,1,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.6093028803,5,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.7535727575,0.2944486373,3.6055512755,0.1,0.6,0.3,1,0,8,4,10,1,6,3,1,1,8,0,0,1,0,1,0 +2428,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.3,1.1548809462,7,1,-1,2,-1,0,1,1,0,1,100,0,0.4,0.8648078179,0.423083916,3.3166247904,0.2,0.2,0.8,3,2,8,4,8,1,13,4,2,5,4,1,1,1,0,0,0 +2429,0,1,7,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,-1.0,6,1,-1,0,0,11,1,0,0,1,17,2,0.4242640687,1.0711187864,-1.0,3.6055512755,0.6,0.4,0.4,2,2,9,3,10,2,6,8,0,3,7,0,0,1,0,1,0 +2434,0,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.2,-1.0,11,0,-1,1,-1,9,1,1,2,1,104,2,0.4242640687,1.2103889137,-1.0,3.4641016151,0.9,0.8,0.5,3,0,8,4,7,3,7,11,3,2,11,0,0,1,1,1,1 +2435,0,2,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.5777110004,7,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7524066071,0.3687817783,3.6055512755,0.6,0.7,0.5,1,2,6,5,10,4,6,4,0,5,6,0,1,0,0,0,0 +2436,5,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,1.4543039572,7,1,1,0,1,0,1,1,2,1,32,1,0.316227766,0.4696798628,0.305777697,1.4142135624,0.3,0.4,0.8,2,3,6,1,8,1,7,8,1,4,6,0,1,1,1,1,0 +2437,5,1,6,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.8,1.3,1.3667936933000002,10,0,-1,0,0,11,1,1,0,1,104,3,0.4472135955,0.8378691983,0.4248529157,3.1622776602,0.1,0.8,0.8,0,2,7,3,7,1,12,4,1,4,6,1,1,0,0,1,0 +2438,0,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.9,0.8624094154999999,11,0,1,9,0,11,1,0,2,1,104,3,0.4242640687,1.3006276298,0.3728270376,3.7416573868,0.0,0.4,0.8,4,3,8,1,7,3,11,7,3,1,5,0,0,1,0,0,0 +2439,2,1,5,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6717921941,0.2887905816,3.3166247904,0.5,0.2,0.2,1,3,7,1,11,1,9,8,0,3,4,0,1,0,1,1,1 +2441,5,1,4,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.9646890691,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9669005607,0.4,3.0,0.5,0.2,0.1,4,2,9,4,8,2,14,4,0,1,10,0,1,1,0,1,0 +2443,5,1,6,0,1,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.6,1.2129509471,11,1,-1,0,-1,7,1,1,2,1,92,3,0.4,0.6694954619,0.3926830783,2.4494897428,0.6,0.9,0.5,4,2,8,3,9,1,5,2,0,1,9,0,1,0,0,0,0 +2444,4,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.907606743,6,1,-1,0,1,6,1,1,0,1,26,1,0.3741657387,0.6167764775,0.3907684737,2.8284271247,0.5,0.6,0.9,4,1,6,3,8,3,8,7,0,2,7,0,1,1,0,0,0 +2445,2,1,4,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.6680194608,8,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.7357741748000001,0.4013726448,2.8284271247,0.1,0.5,0.4,3,2,6,2,10,3,6,6,2,3,7,0,1,0,1,0,0 +2446,3,1,5,0,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.9,0.2,0.983298022,11,1,1,0,0,4,1,1,2,1,84,3,0.316227766,0.6755622084999999,0.3201562119,3.3166247904,0.0,0.0,0.4,1,2,8,3,9,0,7,5,1,4,7,0,0,1,1,0,0 +2449,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,0.2,0.5706356105,7,1,0,2,0,11,1,1,2,1,14,0,0.3741657387,0.6808629672,0.3340658618,3.0,0.6,0.5,0.5,1,1,9,1,9,5,4,7,2,5,9,0,1,0,0,1,0 +2452,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,1.8,1.3790848415,10,1,-1,0,-1,0,1,1,0,1,88,3,0.4,0.6648494517,0.3974921383,2.4494897428,0.9,0.6,0.6,4,1,8,2,9,1,7,7,0,1,6,0,1,1,0,0,0 +2453,2,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.8933784193000001,8,0,-1,0,0,10,0,1,0,1,28,3,0.3872983346,0.748179609,0.378153408,2.8284271247,0.0,0.7,0.2,2,4,8,4,11,2,9,6,3,3,9,0,1,1,0,1,0 +2454,1,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.2,0.6087897831,6,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8678842898000001,0.3848376281000001,3.4641016151,0.8,0.5,0.1,3,4,10,3,9,2,8,3,0,0,9,0,1,0,1,0,0 +2455,4,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.3532368603,11,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.8431787552,0.4236744033,3.1622776602,0.8,0.3,0.2,4,2,8,7,8,0,12,3,5,3,5,0,1,1,1,0,0 +2456,7,1,6,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.9,1.0344080433,7,1,0,0,1,0,1,1,3,1,43,1,0.399374511,0.3939102553,-1.0,0.0,0.9,0.4,0.4,1,0,6,4,9,0,5,7,0,1,4,1,1,0,0,1,1 +2457,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,1.0502975769,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6200006665,0.3768288736,2.6457513111,0.2,0.0,0.5,2,2,7,2,9,2,7,4,1,1,13,0,1,1,0,0,0 +2460,3,1,9,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.6,1.3670223114,11,0,0,0,0,4,1,1,2,1,104,2,0.4472135955,0.8138648740000001,0.3591656999,3.0,0.8,0.0,0.5,4,1,8,3,10,2,8,1,0,2,12,0,0,0,0,1,0 +2461,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.611350963,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6072053583,0.34727510710000004,3.0,0.2,0.6,0.7,4,3,7,5,10,2,8,6,2,3,15,0,1,1,0,0,0 +2463,4,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6681199724,0.3685105155,3.1622776602,0.5,0.9,0.3,3,1,9,2,8,1,7,7,3,1,1,0,1,1,1,0,0 +2465,1,1,6,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6154182882,0.3924283374,2.4494897428,0.5,0.1,0.1,2,3,8,4,10,2,10,4,2,1,5,1,0,0,1,1,0 +2466,2,1,4,0,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7344215411,11,1,-1,0,-1,0,1,1,1,1,88,3,0.4,0.7946229418999999,0.3974921383,3.0,0.7,0.3,0.8,2,3,7,1,8,3,5,5,1,2,6,1,0,1,0,0,0 +2468,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.6504805915999999,7,1,1,0,0,1,1,1,2,1,31,3,0.423792402,0.6765707161,0.2236067977,2.2360679775,0.2,0.4,0.5,1,2,8,3,8,4,9,4,1,2,9,0,1,1,1,0,0 +2469,2,1,9,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,0.3,0.7262919523,11,0,1,9,1,3,1,1,2,1,104,2,0.5,1.2304336399,0.4395452195,2.8284271247,0.8,0.9,0.8,4,2,6,2,11,4,8,8,3,5,8,0,1,1,0,0,0 +2471,1,1,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.9300537619,11,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8586578995,0.3903844259000001,3.4641016151,0.7,0.9,0.2,3,1,8,6,11,2,5,3,2,1,6,0,1,1,0,0,0 +2472,5,4,11,0,6,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,1.0,1.2905909499,7,1,1,0,1,6,1,0,2,1,33,3,0.4,1.0291013491,0.3286335345,3.7416573868,0.0,0.2,0.7,3,4,7,4,9,1,7,3,1,4,4,1,1,0,0,0,0 +2473,2,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.7717674520000001,7,1,0,0,1,0,1,1,2,1,86,3,0.399374511,0.6500476778000001,-1.0,1.4142135624,0.3,0.0,0.5,2,2,9,3,12,3,9,5,0,8,12,0,0,1,0,0,0 +2474,5,1,3,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.6036348234000001,6,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.6764485528,0.3943348831,3.1622776602,0.2,0.2,0.6,3,3,9,3,10,1,12,4,2,2,11,0,1,1,0,0,0 +2475,7,1,6,0,6,0,0,0,1,0,0,0,0,0,3,0,0,1,0.7,0.4,0.8627716963,6,1,-1,0,1,11,1,0,0,1,47,2,0.3741657387,1.0214031833,0.3817066937,3.7416573868,0.1,0.7,0.4,3,4,7,1,9,2,4,8,2,1,9,0,0,1,1,0,0 +2476,3,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.5,0.8336665999999999,10,1,-1,0,0,14,1,1,0,1,104,2,0.316227766,0.6518726996,0.3937003937,2.8284271247,0.7,0.7,0.3,3,0,8,6,11,1,8,2,3,2,12,0,1,1,0,0,0 +2477,0,2,2,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.6910137481,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7702232155,0.374566416,3.4641016151,0.0,0.3,0.1,1,1,4,6,10,4,3,6,1,4,1,0,1,1,0,0,1 +2478,1,2,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.5567764363000001,7,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7992842873,-1.0,3.6055512755,0.8,0.0,0.9,2,2,7,6,9,0,7,8,1,4,9,0,0,1,0,0,0 +2480,5,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,6,1,-1,0,-1,0,1,1,2,1,104,1,0.4220189569,0.4899612061,0.3820994635,0.0,0.6,0.6,0.8,2,1,6,3,10,0,13,11,2,2,11,0,1,1,0,1,1 +2483,0,3,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.7327175445,10,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6066095998,0.3701351105,2.4494897428,0.9,0.1,0.4,3,0,6,3,9,5,6,7,0,1,8,0,1,0,1,1,0 +2484,2,1,4,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.6,0.9762812095,11,1,-1,0,-1,11,1,0,1,1,2,3,0.4242640687,1.0642771962,0.3542597917,3.7416573868,0.8,0.2,0.8,2,5,9,2,10,2,8,7,0,3,6,0,1,0,0,1,0 +2486,3,3,6,0,6,0,0,1,0,0,0,1,0,1,4,0,1,0,0.9,1.2,1.5370426149,11,0,0,0,1,7,1,1,0,1,104,2,0.4472135955,0.9975590042,0.3695943723,3.3166247904,0.5,0.4,0.3,3,3,9,3,9,2,8,4,0,3,4,0,0,1,0,1,1 +2488,1,1,8,0,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6590713163,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5648996108,0.3687817783,2.2360679775,0.6,0.2,0.1,2,1,8,5,6,4,11,4,1,4,7,0,1,0,0,1,1 +2489,1,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6809919236,2,1,-1,0,0,1,1,1,0,1,104,2,0.4242640687,1.0061289453,-1.0,3.6055512755,0.5,0.3,0.5,4,3,9,2,10,4,8,5,2,0,5,0,1,1,1,0,0 +2490,0,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,0,2,1,10,2,0.316227766,0.7919533336,0.3814446225,3.7416573868,0.4,0.7,0.7,4,1,7,2,10,2,9,5,1,4,6,0,1,0,1,0,0 +2495,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.7504165509999999,9,0,1,0,0,9,1,0,2,1,93,3,0.4,1.071446944,0.3210918872,3.7416573868,0.0,0.7,0.9,2,2,6,4,9,5,10,5,2,0,8,0,1,1,0,1,1 +2496,1,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.7,0.9293815148,7,0,-1,0,-1,6,1,1,2,1,26,3,0.4,0.7062735405,0.3907684737,2.8284271247,0.7,0.9,0.3,3,3,7,5,8,1,5,7,3,7,9,0,1,0,0,0,0 +2497,5,2,2,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.8,1.133854047,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.6513495209000001,0.3278719262,2.8284271247,0.7,0.3,0.8,3,1,4,1,6,4,11,2,2,3,7,0,0,1,0,0,0 +2498,7,1,11,1,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.8,1.0,1.4474114826,6,1,-1,0,1,1,1,0,0,1,25,2,0.4,0.94255894,-1.0,3.7416573868,0.0,0.9,0.1,3,1,7,2,10,1,8,7,3,3,7,1,0,0,1,0,0 +2503,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.3,0.0,0.5809475019,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7605185269,0.3937003937,3.1622776602,0.8,0.3,0.9,3,1,9,4,11,3,8,7,3,5,6,1,0,1,1,1,0 +2505,1,1,1,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.3,0.0,0.6562202374,6,1,-1,0,1,0,1,1,0,1,87,2,0.316227766,0.7477652656999999,0.3615245497,3.6055512755,0.9,0.2,0.6,3,2,10,1,10,4,7,3,1,3,11,0,1,0,0,0,0 +2506,1,2,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7595228765,7,1,-1,0,-1,14,1,0,2,1,42,2,0.4,0.8769900628,0.3937003937,3.6055512755,0.3,0.2,0.8,2,1,9,3,11,2,5,3,5,2,3,0,0,1,0,0,1 +2507,4,2,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,1.0443299287,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.5390725123,0.3185906464,2.0,0.9,0.2,0.8,4,1,9,3,7,3,5,7,1,4,6,0,1,0,0,0,0 +2508,5,2,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,1.2051970793,7,0,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,1.0040517092,0.5204805472,3.4641016151,0.7,0.9,0.5,3,2,9,3,9,1,7,7,0,2,7,0,1,0,0,0,1 +2509,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.4107919181,7,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.836425393,-1.0,2.8284271247,0.3,0.9,0.3,3,2,8,5,9,4,8,4,2,2,8,1,1,0,1,0,0 +2514,1,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.631466547,11,0,-1,9,-1,11,1,1,2,1,56,3,0.4898979486,1.0934062329,0.5004997502,3.1622776602,0.7,0.9,0.9,5,3,9,3,9,2,12,3,0,2,4,0,1,1,0,1,1 +2515,0,1,2,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,1.0,1.1707369474,8,1,-1,0,0,1,1,1,0,1,40,2,0.423792402,0.6247644184000001,0.3853569774,2.2360679775,0.8,0.3,0.6,2,3,7,4,10,2,7,3,0,4,9,0,0,0,1,0,0 +2521,2,1,9,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.1,0.2,-1.0,7,1,1,2,0,1,1,1,0,1,90,0,0.3741657387,0.6915367962000001,0.3301514804,2.6457513111,0.8,0.1,0.7,4,0,8,3,11,3,10,5,2,4,12,0,1,1,0,0,0 +2522,1,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.4968651729,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.55534592,0.3615245497,2.4494897428,0.5,0.1,0.0,3,1,8,3,8,2,6,2,0,3,3,0,1,1,0,0,1 +2523,0,1,4,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6897568143,0.3768288736,3.1622776602,0.7,0.1,0.9,4,2,9,3,5,2,8,8,0,2,5,0,1,1,0,0,0 +2524,5,1,3,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.0,1.8,1.8253424336,11,1,1,1,1,16,1,1,2,1,104,2,0.4,0.9718305127,0.3885871846,3.3166247904,0.6,0.3,0.5,2,3,6,1,8,1,3,7,4,5,6,0,0,1,0,0,0 +2526,3,1,6,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.8089344843999999,10,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.84652425,-1.0,3.6055512755,0.4,0.2,0.3,1,1,10,3,10,3,3,4,2,1,8,0,1,0,0,0,1 +2527,3,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.7115124734999999,7,0,1,0,0,9,1,0,2,1,104,2,0.4,1.0735850769,0.316227766,3.7416573868,0.8,0.0,0.1,3,2,5,6,12,3,6,7,1,4,9,1,0,1,0,0,0 +2529,0,1,2,0,0,0,1,0,0,0,0,1,0,1,2,0,0,1,0.9,0.0,-1.0,9,1,0,0,1,1,1,1,0,2,51,2,0.3741657387,0.9028004182,0.3307567082,3.7416573868,0.0,0.1,0.8,3,1,7,1,4,2,9,5,3,2,12,0,1,0,1,0,1 +2530,1,1,7,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.4,0.8496322734,10,1,-1,0,0,11,1,0,0,1,2,2,0.4242640687,1.182150303,0.3542597917,3.6055512755,0.6,0.1,0.1,2,1,8,2,10,2,4,4,1,6,13,0,0,1,0,0,0 +2531,1,3,9,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.6759252917,7,1,-1,0,-1,4,1,0,2,1,9,2,0.316227766,0.8100096928,0.3943348831,3.6055512755,0.2,0.7,0.6,3,3,8,7,7,5,4,5,6,0,11,0,0,0,1,0,0 +2532,5,2,7,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.6,0.9640409742,11,1,-1,0,-1,4,1,1,2,1,104,2,0.3997499218,0.6185827577,0.3917907605,2.2360679775,0.2,0.8,0.0,2,2,7,1,9,3,12,5,1,1,11,0,1,0,0,1,0 +2534,4,1,10,0,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.8,0.3,0.8400148808,7,0,0,0,1,14,1,1,2,1,29,3,0.4472135955,0.9835947731,0.3683748091,3.4641016151,0.5,0.4,0.2,2,1,8,3,9,4,10,4,1,5,12,0,1,0,1,0,0 +2535,3,1,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.2,0.5309190145,10,1,-1,0,0,6,1,1,0,1,104,3,0.4,0.6833316536,0.4024922359000001,2.8284271247,0.0,0.2,0.2,4,2,9,0,10,3,8,5,0,4,11,0,0,1,1,1,0 +2536,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,10,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.6401672044,0.3615245497,3.0,0.4,0.3,0.9,1,2,9,4,11,3,10,6,2,4,3,0,1,1,0,0,1 +2537,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,1,0,1,0,1,1,2,1,95,2,0.399374511,0.6440605947,0.3322649545,2.0,0.3,0.4,0.7,3,3,8,4,12,2,12,7,1,5,6,0,0,1,1,0,0 +2539,1,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.5926634796,10,1,-1,0,0,0,1,1,0,1,46,3,0.4,0.7982936347,0.3663331817,3.3166247904,0.2,0.3,0.7,5,2,6,5,9,1,6,5,3,2,10,0,1,0,1,0,0 +2542,0,3,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.4723610907,7,1,-1,2,-1,1,0,0,2,1,90,0,0.3741657387,0.8360918531,0.4196427052,3.6055512755,0.3,0.9,0.6,1,3,8,3,7,3,10,6,1,4,5,0,1,1,0,0,0 +2545,5,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,10,1,-1,0,1,11,1,1,0,1,104,2,0.544242593,0.4901298529,0.4533210783,0.0,0.7,0.8,0.8,2,2,6,1,9,3,4,5,0,3,8,0,1,0,0,0,0 +2546,0,1,3,0,0,0,0,0,1,0,0,0,0,0,8,0,0,0,0.9,0.5,0.8135570048,10,1,-1,0,1,14,1,1,0,1,29,3,0.4,0.6942205331999999,0.3984971769,2.8284271247,0.4,0.1,0.8,2,2,9,5,10,3,13,6,0,3,11,0,1,0,0,1,0 +2548,1,2,8,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,1,2,0,1,1,1,2,1,1,0,0.4,0.95637325,-1.0,3.6055512755,0.5,0.0,0.4,4,2,7,5,8,3,7,5,0,1,6,0,1,0,1,0,0 +2549,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.5640257086,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6083781447,0.3016620626,2.8284271247,0.4,0.5,0.9,2,3,6,4,9,3,11,5,1,6,8,0,1,1,0,0,0 +2550,1,1,4,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.4,1.1,0.7834219808,7,1,-1,0,-1,0,0,1,2,1,66,1,0.3998749805,0.6591222563,0.3817066937,2.4494897428,0.9,0.1,0.3,0,1,8,3,6,3,1,6,1,5,7,0,1,0,0,0,0 +2552,0,1,5,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.5958187643999999,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5517065935000001,0.3687817783,1.7320508076,0.2,0.2,0.8,2,0,5,5,8,2,11,7,2,1,7,0,1,1,0,0,1 +2554,4,1,7,1,1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.514174095,7,1,1,0,0,6,1,1,0,1,77,2,0.3741657387,0.7787068109999999,0.3420526275,3.3166247904,0.5,0.0,0.0,5,2,8,3,6,4,11,7,2,4,7,0,1,1,1,1,0 +2555,1,2,1,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,1.3786315679,11,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.6442209723,0.3070830507,3.3166247904,0.5,0.1,0.6,2,3,7,5,7,3,7,7,1,3,6,0,0,1,0,0,0 +2558,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.8,0.8,1.2735285627,6,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7442617951999999,0.374566416,3.3166247904,0.3,0.5,0.4,3,3,8,3,7,2,9,9,1,5,17,0,1,1,0,0,0 +2560,4,2,4,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,0.3,0.9486832981,11,0,1,0,0,11,1,0,2,1,2,3,0.4242640687,1.0873996581,-1.0,3.6055512755,0.8,0.1,0.7,2,2,8,4,7,5,7,2,2,4,9,0,1,1,1,1,0 +2563,2,1,2,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.1,0.4562071898,6,1,-1,0,0,0,1,1,0,1,32,1,0.3160696126,0.5146811578,0.366469644,2.0,0.4,0.3,0.9,4,1,9,3,9,0,11,10,2,3,9,0,1,1,0,1,0 +2564,0,1,3,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.1,0.0,-1.0,7,0,-1,9,-1,15,1,1,2,1,41,2,0.5477225575,1.4190847941,0.5329165038,3.1622776602,0.9,0.1,0.8,1,2,6,5,11,2,8,7,0,3,8,0,1,0,1,1,0 +2565,1,1,3,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.6123724357,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7199632681,0.3598610843,3.4641016151,0.3,0.4,0.6,3,3,8,5,10,2,9,2,0,3,5,0,1,1,1,0,0 +2571,3,3,6,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,0.9529559276,4,1,-1,0,1,4,0,0,0,1,12,2,0.4,0.9300537619,0.3708099244,3.7416573868,0.5,0.4,0.6,1,0,8,4,10,2,6,10,5,3,9,0,1,0,0,0,0 +2574,1,3,3,1,4,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.7921489759,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7984230325,0.3807886553,2.8284271247,0.9,0.3,0.4,3,3,9,3,9,3,6,3,3,6,9,0,1,1,0,0,1 +2575,2,1,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,7,1,1,0,1,92,3,0.3741657387,0.8129631547,0.3926830783,3.4641016151,0.9,0.1,0.5,4,0,9,3,10,3,5,4,2,5,5,0,0,0,0,1,0 +2576,2,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.8302860953,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7350577645999999,0.3685105155,3.3166247904,0.5,0.4,0.6,2,0,9,3,6,0,6,5,1,9,3,0,1,1,0,0,0 +2577,5,2,0,1,4,0,0,1,0,0,0,0,0,0,10,0,0,0,0.8,0.3,0.6199798384,8,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6982415931,0.3887158345,3.1622776602,0.3,0.4,0.3,3,2,6,5,11,2,13,6,3,2,7,0,1,1,1,0,0 +2578,0,1,2,0,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.1,0.3,-1.0,10,1,-1,0,0,0,1,1,0,1,95,2,0.4,0.7723662258,0.4013726448,3.0,0.1,0.6,0.8,0,1,10,5,8,3,9,3,3,2,10,0,1,0,0,0,0 +2579,2,1,7,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.8,0.3,0.7487489566,11,1,0,1,1,6,1,1,2,1,104,3,0.4468780594,0.7154724498,-1.0,2.2360679775,0.9,0.0,0.0,4,3,7,3,10,1,11,3,3,3,7,0,0,0,0,0,0 +2581,1,1,1,0,4,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.7,0.8944271909999999,7,1,-1,0,-1,0,0,1,2,1,88,3,0.4,0.7345938328,0.3974921383,2.6457513111,0.6,0.1,0.5,2,3,9,2,9,1,9,7,0,4,6,0,1,0,0,1,0 +2582,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.678693598,7,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7511767628,0.3615245497,3.4641016151,0.8,0.8,0.5,2,2,8,5,10,3,7,4,1,4,3,0,1,1,0,0,0 +2583,0,2,1,1,-1,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6523994175,7,1,0,0,0,0,-1,1,2,1,22,3,0.316227766,0.765028493,0.310322413,3.3166247904,0.5,0.7,0.0,4,2,7,5,10,1,13,10,1,2,7,0,1,0,1,0,0 +2585,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5673402859000001,11,1,1,0,0,11,1,0,2,1,103,1,0.316227766,0.7032392584,0.2887905816,3.6055512755,0.4,0.6,0.0,2,3,8,1,10,3,6,5,3,2,11,0,1,0,1,1,0 +2586,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.7,0.3,0.7644442426000001,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,0.8266231216,0.4295346319,2.4494897428,0.8,0.0,0.4,5,3,7,4,10,1,4,5,4,3,7,0,1,0,1,1,1 +2587,0,2,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.5,0.9467048114,7,1,1,0,0,1,1,0,0,1,80,3,0.316227766,0.8003470322,-1.0,3.6055512755,0.3,0.7,0.4,2,1,9,2,10,4,6,4,1,4,11,0,0,0,1,0,0 +2591,7,1,7,1,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.4,0.0,0.6604922407,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.5989832984000001,0.3687817783,2.8284271247,0.6,0.6,0.7,3,3,10,2,8,2,9,4,1,2,5,0,1,0,0,1,0 +2592,0,1,8,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7468252365000001,0.4306971093,2.4494897428,0.0,0.1,0.7,0,3,7,0,10,1,9,8,1,2,8,0,1,1,0,0,0 +2594,3,1,9,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7,11,1,-1,2,-1,1,0,1,2,1,90,0,0.3741657387,0.7737292968,0.4196427052,3.6055512755,0.7,0.7,0.3,3,2,8,3,9,6,9,7,7,2,8,0,0,1,0,0,0 +2595,3,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.9327379053,11,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0570503166,0.4086563348,3.6055512755,0.8,0.4,0.3,1,1,8,2,12,1,7,6,1,2,4,1,0,0,0,1,1 +2597,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,-1.0,11,0,-1,0,-1,10,1,0,2,1,28,3,0.3872983346,1.1255668911,0.3820994635,3.6055512755,0.6,0.6,0.4,2,1,9,4,10,3,7,5,1,3,9,0,1,0,0,0,0 +2598,0,3,1,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.6,0.9,1.2888948755,7,1,0,0,1,7,1,1,2,1,96,3,0.4468780594,0.6396344514,0.36138622,2.0,0.2,0.6,0.4,3,2,8,2,11,3,8,10,2,8,8,1,0,0,0,0,0 +2599,5,1,6,0,4,0,0,1,0,0,1,1,0,2,10,1,0,0,0.4,0.2,0.6154266813,7,1,1,8,0,14,1,1,2,1,104,2,0.5477225575,1.2477169233,0.3193743885,3.4641016151,0.9,0.6,0.0,2,2,8,3,9,3,11,5,1,4,4,0,1,0,0,0,0 +2600,2,2,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,0.5,0.7262919523,11,1,1,0,1,0,1,1,1,1,39,3,0.3160696126,0.7118245675,-1.0,3.1622776602,0.3,0.6,0.8,1,2,5,3,9,2,9,5,0,2,7,0,1,0,0,1,0 +2602,0,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.4,1.0145811944,9,0,1,0,1,14,1,0,2,1,8,3,0.4,1.0168924466,0.3395585369,3.7416573868,0.6,0.5,0.5,4,3,8,2,8,2,8,2,0,6,14,0,1,1,0,0,0 +2603,0,3,4,1,6,0,0,0,1,0,0,0,0,0,10,0,0,0,0.5,0.9,1.0347101043,11,1,-1,0,-1,11,1,0,2,1,103,3,0.316227766,0.7744966374,0.3583294573,3.6055512755,0.1,0.2,0.5,1,2,6,4,9,2,8,8,1,1,6,0,0,0,0,1,1 +2605,2,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6417748825999999,4,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.6899365164,0.3937003937,2.8284271247,0.4,0.6,0.0,5,2,6,5,7,3,15,7,1,1,4,0,0,1,0,1,0 +2606,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.8,1.3176683953,10,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8189768864,0.3848376281000001,3.3166247904,0.5,0.9,0.9,3,1,7,2,10,3,8,9,6,5,4,0,0,0,0,0,0 +2607,1,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.9937303457,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5758572482,0.3583294573,2.6457513111,0.2,0.7,0.3,1,1,7,2,8,3,10,6,1,3,6,0,0,1,0,1,0 +2608,0,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.1,1.4120021246,11,0,1,0,0,6,1,1,2,1,104,2,0.4472135955,1.045553355,-1.0,3.4641016151,0.4,0.3,0.8,5,2,10,2,8,6,12,2,2,2,8,0,0,1,1,1,0 +2609,1,1,8,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.4,0.0,0.5567764363000001,7,1,-1,0,-1,0,1,1,2,1,86,3,0.399374511,0.717980409,0.4062019202,2.2360679775,0.2,0.2,0.7,1,1,7,4,10,1,8,7,3,3,7,0,1,0,0,0,0 +2610,1,2,0,0,-1,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.6184658438,8,1,1,0,1,0,-1,1,2,1,87,3,0.316227766,0.6877769915,0.2944486373,3.3166247904,0.9,0.1,0.5,2,2,7,3,7,4,10,3,2,2,8,0,1,1,1,0,0 +2611,2,1,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,0.8696263565000001,11,1,-1,0,-1,3,1,1,2,1,15,3,0.4,0.8444152948,0.4023679908,3.4641016151,0.5,0.6,0.5,2,0,9,1,12,3,7,3,2,4,8,0,1,1,1,0,0 +2613,1,1,4,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.4,0.0,0.6234981957,4,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7330452727,0.3598610843,3.6055512755,0.1,0.7,0.6,4,2,8,7,11,3,8,4,1,3,9,0,0,0,0,0,0 +2615,0,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.1,0.4782781617,7,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.737989227,0.3666060556,3.4641016151,0.7,0.8,0.0,3,3,8,2,11,1,8,1,2,1,7,0,1,0,1,1,1 +2616,0,1,9,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.7,0.7335700376000001,7,1,1,1,0,3,1,0,2,1,45,3,0.4,0.8824856893,0.3096772513,3.7416573868,0.0,0.3,0.4,2,2,9,4,6,2,10,4,2,5,7,0,1,1,0,0,0 +2621,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.3,0.7917543811,10,1,-1,0,0,1,1,0,0,1,10,2,0.316227766,0.8337037744,0.3814446225,3.7416573868,0.5,0.1,0.4,2,1,8,2,7,2,3,1,0,2,5,1,1,0,0,1,0 +2623,0,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.2,1.2255100979,6,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7721254341,0.3937003937,3.1622776602,0.1,0.0,0.1,4,2,8,5,9,3,3,3,1,2,8,0,1,0,1,0,0 +2624,0,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6809919236,11,0,-1,0,-1,1,1,0,2,1,104,3,0.4242640687,1.1034042927,0.43829214,3.6055512755,0.1,0.4,0.0,1,2,6,3,10,5,9,9,1,2,10,0,0,0,0,1,0 +2625,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.6,1.1291589791,8,1,-1,6,0,11,1,1,0,1,104,0,0.4898979486,1.0958976848,0.4785394446,3.6055512755,0.0,0.3,0.2,2,0,8,2,9,3,13,9,0,4,8,0,0,1,0,0,0 +2626,3,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.6,0.6,0.9604686356,7,1,-1,0,-1,0,1,1,0,1,62,3,0.4,0.7736224761,0.3826225294,2.8284271247,0.7,0.8,0.5,0,2,8,3,11,3,8,7,4,2,8,1,1,0,0,1,0 +2627,0,2,5,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.2,0.5517019123,11,1,1,0,0,0,1,0,2,1,37,2,0.316227766,0.8333071620999999,0.31144823,3.7416573868,0.9,0.1,0.2,4,1,8,4,9,4,3,1,0,2,8,0,0,1,0,0,0 +2628,5,2,10,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.3,0.5916079783,6,1,-1,0,1,0,1,1,0,1,32,3,0.316227766,0.7095627801000001,0.3615245497,3.6055512755,0.3,0.4,0.8,1,2,7,3,10,3,8,6,1,2,8,0,1,1,1,1,1 +2629,5,3,7,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.6,1.4735162028,11,0,-1,0,-1,3,1,1,2,1,15,3,0.4242640687,0.9386886404,0.4039801975,3.6055512755,0.6,0.9,0.4,2,2,9,5,11,3,13,10,2,1,6,0,0,1,0,1,0 +2630,1,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.0,1.2129509471,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6713130097,0.3619392214,3.3166247904,0.2,0.2,0.0,2,0,9,3,9,4,10,6,0,1,5,1,1,0,0,1,0 +2631,2,1,3,0,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.7,0.3,1.2106300013,11,0,1,0,1,15,1,1,1,1,5,2,0.4472135955,1.2263127559,0.32557641190000003,3.6055512755,0.1,0.5,0.2,3,1,5,3,9,2,10,6,1,3,8,0,1,0,0,0,0 +2633,3,4,11,0,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.9,0.4,0.6851094803,7,1,0,0,1,11,1,1,3,1,57,2,0.3997499218,0.5095168673,-1.0,0.0,0.9,0.6,0.1,0,4,7,5,11,3,10,2,2,4,8,0,0,1,1,1,0 +2634,2,1,7,1,4,0,1,0,0,0,0,0,0,0,12,0,0,1,0.0,0.0,0.9762812095,9,1,1,0,1,14,1,0,2,1,72,3,0.4,1.1406374179,0.3504283094,3.7416573868,0.4,0.2,0.6,2,1,7,3,11,3,11,5,4,3,8,0,1,0,0,0,0 +2635,7,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.7,1.1747340124,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.720307556,0.3814446225,3.3166247904,0.7,0.8,0.3,4,1,10,6,10,4,12,2,0,2,9,0,1,1,0,0,0 +2636,1,1,2,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,9,1,1,0,1,14,1,1,2,1,29,3,0.4,0.9788992806,0.3411744422,3.6055512755,0.2,0.8,0.7,3,3,9,3,12,4,10,4,0,1,16,0,1,1,1,0,0 +2638,1,2,2,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,1.6330569494,11,1,-1,2,-1,11,1,0,2,1,94,0,0.3741657387,0.8296668653,0.4301162634,3.6055512755,0.8,0.0,0.7,3,0,9,4,9,2,10,4,1,3,11,0,0,0,0,1,0 +2639,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.6,0.7327175445,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.091997563,0.416533312,3.4641016151,0.1,0.7,0.4,3,2,8,3,7,2,9,8,2,4,6,0,1,0,0,0,0 +2640,0,1,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.3,0.6209871174,7,1,-1,2,-1,11,1,0,2,1,94,0,0.3741657387,0.8363512845000001,0.4301162634,3.7416573868,0.6,0.8,0.5,1,3,6,1,9,1,10,6,1,1,8,0,1,1,0,0,1 +2642,2,2,2,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.4,0.0,0.6466258578,6,1,-1,0,1,11,1,1,0,1,19,3,0.316227766,0.6387617153,0.3887158345,2.6457513111,0.9,0.4,0.9,0,3,7,0,8,3,9,2,3,3,3,0,0,1,1,0,0 +2643,0,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6031169041,10,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,0.9779384625,0.5352569476,2.0,0.3,0.6,0.5,3,3,7,4,9,1,5,6,2,1,4,0,0,0,0,0,0 +2646,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.4,1.0717975555,9,1,-1,0,-1,9,0,1,2,1,93,3,0.4,0.8632176018000001,0.3834057903,3.6055512755,0.5,0.9,0.1,2,0,9,4,8,1,10,3,0,3,9,0,0,1,0,1,0 +2647,0,1,8,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.9,1.3,1.6905990063,11,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.6567985213,0.3248076354,2.0,0.5,0.5,0.7,2,2,8,3,9,4,13,3,3,2,5,0,1,0,1,1,0 +2648,5,1,8,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,1.8303005218,11,1,1,0,1,14,0,1,2,1,49,3,0.4,0.6737553569,-1.0,2.8284271247,0.5,0.7,0.1,4,0,8,6,9,4,5,5,2,2,11,1,1,1,1,0,0 +2649,0,1,5,0,1,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.0,0.4968651729,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7072528625,0.3814446225,3.1622776602,0.7,0.0,0.7,1,3,8,1,9,3,10,8,4,3,5,0,1,1,0,0,0 +2650,0,1,6,1,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.9,1.6603839916999998,11,1,-1,0,-1,7,1,1,0,1,92,3,0.3741657387,0.7228987790000001,0.3926830783,3.1622776602,0.7,0.5,0.5,2,2,6,3,10,2,9,2,2,1,11,0,0,1,0,0,0 +2652,2,1,5,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.0,1.3923900316,11,1,-1,0,-1,7,1,1,0,1,96,3,0.4,0.8242702758,0.4272001873,3.3166247904,0.0,0.5,0.7,5,1,8,3,9,1,4,8,1,0,10,0,1,1,0,1,0 +2654,3,2,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6244997997999999,11,1,-1,0,-1,11,1,1,2,1,103,3,0.3160696126,0.5349171559,0.3307567082,2.0,0.5,0.3,0.8,2,1,8,1,11,1,12,3,6,1,7,0,1,1,1,0,0 +2658,5,1,4,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.9,1.6603839916999998,11,0,1,0,0,11,1,1,2,1,104,3,0.4472135955,0.9099087231,0.3640054945,3.3166247904,0.8,0.2,0.2,1,2,7,0,7,2,6,6,1,2,10,1,1,0,0,1,0 +2659,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.2,0.6339361167,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6711744979,0.3685105155,2.8284271247,0.1,0.0,0.2,1,3,7,3,10,1,9,6,2,3,14,0,1,1,0,1,0 +2660,4,1,4,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.6,0.6,0.875,10,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.7553117686,0.3820994635,2.8284271247,0.6,0.5,0.0,3,3,10,1,12,3,10,10,1,4,6,0,1,1,0,0,0 +2661,0,2,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,1.0621322893,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7524066071,0.30331501780000003,3.6055512755,0.2,0.2,0.4,3,3,7,2,11,4,8,3,3,2,5,0,1,0,0,0,0 +2662,0,3,1,1,0,0,0,0,1,0,0,0,0,0,11,0,0,0,0.9,1.1,1.3921655791999998,11,1,-1,0,-1,6,1,0,2,1,27,3,0.3741657387,0.8187498029000001,0.3907684737,3.7416573868,0.8,0.6,0.0,1,1,6,2,10,2,10,6,1,2,6,0,1,1,0,1,0 +2663,5,1,5,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.9,1.1826876173,11,1,1,0,0,10,1,1,2,1,28,3,0.3872983346,1.0084969587,0.3337663854,3.6055512755,0.0,0.3,0.2,1,1,6,2,9,2,7,8,0,2,4,0,1,1,0,1,0 +2665,0,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,1.0,0.7322909258,7,1,0,2,0,14,1,1,2,1,104,0,0.4,0.6508894106,0.3224903099,3.1622776602,0.6,0.7,0.8,3,3,8,1,10,2,11,6,0,3,11,0,0,0,1,1,0 +2666,0,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.6194755847,7,1,1,0,0,11,1,0,2,1,47,2,0.3741657387,0.992117695,0.3284813541,3.7416573868,0.0,0.1,0.9,4,1,7,6,8,3,10,6,1,2,8,1,0,1,1,1,0 +2667,2,1,4,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.2,0.6329494451,4,1,-1,2,0,11,1,1,0,1,104,0,0.3741657387,0.7039440248000001,0.4254409477,3.1622776602,0.8,0.7,0.2,2,1,8,6,9,2,9,2,1,3,8,0,1,1,0,0,0 +2668,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.562361094,7,1,0,0,0,1,1,1,2,1,64,1,0.316227766,0.5960961152,0.3016620626,2.8284271247,0.0,0.6,0.0,3,0,8,5,10,3,8,8,2,3,5,1,1,1,0,0,0 +2671,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.9055385138,11,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.762201032,0.4013726448,3.0,0.8,0.0,0.9,0,2,8,3,11,2,9,8,1,2,5,0,1,0,0,1,0 +2673,4,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.4408798022,7,0,0,0,0,3,1,1,2,1,15,3,0.4242640687,0.8278594323,0.3439476704,3.1622776602,0.7,0.9,0.6,3,1,7,4,9,3,7,5,0,1,6,0,1,1,1,1,0 +2674,2,1,6,0,6,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,1.4,1.5194571399,11,1,-1,0,-1,1,1,1,1,1,74,3,0.3741657387,0.7244975459999999,0.3861346915,3.1622776602,0.5,0.1,0.1,4,3,7,4,9,5,7,3,3,1,8,0,0,0,0,0,0 +2675,0,1,8,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.1,-1.0,10,1,-1,0,0,15,1,0,0,1,5,2,0.4242640687,1.1527455548,0.4,3.7416573868,0.7,0.5,0.9,1,1,8,2,6,3,7,3,4,3,5,0,1,1,0,0,0 +2676,4,1,3,0,4,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.6139014579,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6595766235,0.3820994635,2.0,0.8,0.3,0.2,1,2,10,3,9,2,8,10,3,7,6,0,1,0,0,1,0 +2677,0,1,3,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.6,0.3,0.482182538,6,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6274538605,0.3685105155,2.8284271247,0.8,0.3,0.2,2,0,7,4,10,3,4,3,1,2,5,0,1,0,1,0,0 +2678,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.6408002809000001,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6611097607,0.3016620626,3.3166247904,0.6,0.3,0.6,2,1,9,5,8,2,6,3,1,2,7,0,0,0,0,0,0 +2681,2,1,7,0,3,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.3,1.1976539567,11,1,-1,8,-1,3,1,1,2,1,104,2,0.5,1.352263178,0.474341649,3.6055512755,0.4,0.7,0.9,4,0,7,5,10,4,6,4,1,1,10,0,0,1,1,0,0 +2683,0,1,8,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7172606290000001,0.3598610843,3.3166247904,0.3,0.7,0.5,3,1,8,3,8,2,7,6,0,4,7,0,1,0,0,1,0 +2685,0,2,0,0,-1,0,0,1,0,0,0,1,0,1,1,0,0,1,0.3,0.0,0.7786205751,7,1,0,0,0,1,-1,1,2,1,74,3,0.3741657387,0.6814696079000001,0.3303028913,2.8284271247,0.4,0.2,0.9,2,1,9,3,5,1,10,2,2,2,7,0,1,1,0,0,0 +2687,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.4,1.1087718431,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5960961152,0.3619392214,2.8284271247,0.9,0.9,0.3,1,0,6,2,7,2,8,5,1,5,10,1,0,1,0,1,1 +2690,0,4,8,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,1.6,1.7042226966999998,11,0,0,1,0,2,-1,0,1,1,104,2,0.4472135955,1.7299620213,0.3674234614,3.6055512755,0.3,0.7,0.3,3,4,5,2,9,2,11,4,2,6,3,0,0,0,0,0,0 +2692,1,1,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.45,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7778440218000001,0.3849675311,3.3166247904,0.0,0.2,0.8,2,2,10,2,10,3,12,3,0,4,8,0,1,0,0,1,0 +2693,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8923689337999999,0.3793415348,3.6055512755,0.7,0.2,0.6,3,3,8,2,10,1,4,6,1,2,11,0,0,1,0,1,0 +2694,3,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,44,1,0.423792402,0.5554575212,0.3976179070000001,0.0,0.7,0.5,0.2,1,1,6,2,12,5,7,5,1,1,4,0,1,1,0,1,1 +2695,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.7031180555,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.666819886,0.3768288736,3.1622776602,0.6,0.8,0.5,3,1,8,1,10,1,9,8,3,3,3,0,1,1,0,0,0 +2696,0,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.2,0.6041522987,11,1,1,0,0,1,1,1,1,1,25,3,0.3741657387,0.8253868364,-1.0,3.6055512755,0.0,0.3,0.7,2,2,8,2,11,2,8,2,3,0,9,0,0,1,0,0,1 +2697,4,4,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.3,1.6435479914,6,0,-1,0,1,4,1,1,0,1,104,2,0.4472135955,1.0289507614,0.4224926035,3.3166247904,0.7,0.6,0.9,4,1,8,4,10,3,8,6,1,5,11,0,0,0,0,0,0 +2698,5,1,3,1,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0.9,1.7,1.8664806455,11,0,0,9,1,2,-1,1,1,1,104,3,0.5477225575,1.6257547516,0.4669047012,3.3166247904,0.1,0.5,0.7,4,1,9,5,11,3,7,5,2,3,5,0,0,1,0,0,1 +2699,1,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.7949868755,0.3663331817,3.4641016151,0.1,0.8,0.6,1,0,8,3,7,2,3,8,1,6,13,0,0,0,0,1,0 +2701,2,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.4,0.6887488656999999,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6831199694,0.3687817783,3.4641016151,0.9,0.7,0.8,0,4,5,1,12,2,6,7,2,4,7,0,0,0,0,0,0 +2702,1,2,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.7079901129,11,0,0,0,0,10,1,1,1,1,83,2,0.4242640687,0.9460553161,0.3420526275,3.0,0.1,0.6,0.9,3,2,6,2,9,1,8,5,2,1,8,0,1,1,1,1,0 +2703,1,2,0,1,4,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.3,0.8042853970999999,6,1,-1,0,0,0,0,1,0,1,39,1,0.316227766,0.6051773867,0.3744329045000001,2.0,0.4,0.1,0.3,3,3,4,1,9,2,9,6,1,4,15,0,1,1,1,0,0 +2705,1,1,3,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.0,0.0,-1.0,11,0,-1,8,-1,0,1,1,2,1,104,2,0.4472135955,1.3576383238,0.5567764363000001,3.4641016151,0.1,0.4,0.7,4,0,5,2,10,1,7,7,1,3,6,0,1,1,0,0,1 +2711,3,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,0.8276472679000001,4,1,-1,0,1,11,0,1,0,1,99,2,0.316227766,0.6942056522,0.3687817783,3.4641016151,0.1,0.9,0.2,3,2,8,5,7,2,9,7,1,2,10,0,1,1,0,0,0 +2715,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.4,0.0,-1.0,7,1,1,0,1,0,1,1,2,1,86,3,0.4,0.990773552,0.3424908758,3.4641016151,0.1,0.6,0.4,3,1,7,4,11,3,12,6,1,1,8,0,1,1,0,1,0 +2720,2,2,9,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.7,0.6,-1.0,6,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7385909076999999,0.3926830783,3.3166247904,0.3,0.5,0.8,2,2,7,2,9,1,10,2,2,3,6,1,1,1,1,1,0 +2721,5,2,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.6144102864000001,7,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9743190035,0.4679743583,3.1622776602,0.8,0.8,0.3,3,2,8,5,6,2,13,6,0,2,12,0,0,0,1,1,0 +2722,0,1,3,1,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.5,0.2,0.5408326913,10,1,-1,0,0,0,1,1,0,1,87,2,0.316227766,0.7504131094,0.3615245497,3.6055512755,0.9,0.8,0.4,2,0,10,5,7,3,8,3,0,5,7,0,1,0,0,1,0 +2724,0,1,7,1,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,1.3626720075,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.4800568148,0.3626292873,0.0,0.6,0.9,0.4,3,2,8,4,10,3,9,2,1,5,7,0,0,1,1,1,0 +2726,2,4,7,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.8,0.9874208829,11,1,0,0,1,1,1,1,2,1,64,1,0.316227766,0.677339838,0.31144823,3.1622776602,0.9,0.8,0.9,0,3,6,5,9,2,10,2,0,4,9,0,0,0,0,1,0 +2729,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7648529270000001,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8284083115,0.3848376281000001,3.3166247904,0.0,0.8,0.8,2,1,8,0,8,4,7,8,1,4,5,0,1,1,0,0,0 +2730,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.5,0.7399324293,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7440813293999999,0.3937003937,2.8284271247,0.3,0.2,0.2,2,3,6,2,8,1,6,7,2,3,7,0,0,0,1,0,1 +2731,0,2,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.618448331,10,1,-1,0,0,10,1,1,0,1,28,3,0.3872983346,1.083926517,0.3820994635,3.6055512755,0.6,0.8,0.9,2,2,8,2,8,3,9,8,3,1,4,1,0,1,1,0,0 +2732,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0.3,0.0,0.7416198487000001,11,1,-1,6,-1,14,1,1,0,1,104,0,0.475394573,0.7775783556,0.5059644256,2.6457513111,0.1,0.8,0.9,2,1,7,3,11,2,2,5,1,4,9,1,1,0,1,0,0 +2733,2,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7014006059000001,0.2944486373,3.3166247904,0.4,0.2,0.7,4,2,10,4,7,3,8,3,0,1,4,0,1,0,0,0,0 +2734,1,1,6,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.4,0.4394598958,7,1,-1,2,-1,0,1,1,2,0,104,0,0.4242640687,0.5281340927,0.4,0.0,0.6,0.2,0.6,3,3,8,2,8,2,8,4,1,2,4,0,0,0,0,1,0 +2736,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.9430668057,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.5738805128,0.3619392214,2.6457513111,0.3,0.8,0.7,3,3,9,0,10,1,6,3,4,3,8,0,1,1,0,0,0 +2738,1,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.772576857,5,1,0,0,0,11,1,1,2,1,101,3,0.3741657387,0.8687171125,0.3214031736,3.6055512755,0.9,0.2,0.4,1,3,7,6,7,4,10,4,1,2,7,0,0,1,0,1,0 +2739,0,3,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,11,1,1,0,1,1,1,0,2,1,80,3,0.316227766,0.8100096928,-1.0,3.6055512755,0.0,0.4,0.1,2,1,8,5,10,3,14,5,0,3,5,1,1,1,0,1,0 +2740,2,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.5836308765,9,1,-1,2,-1,14,0,1,2,1,104,0,0.4,0.6508894106,0.4049691346,3.1622776602,0.0,0.5,0.1,1,0,8,2,10,2,12,3,2,2,11,0,1,1,0,0,0 +2741,0,1,5,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.8,0.9,1.3376752222,9,0,1,0,0,1,1,0,2,1,51,2,0.4,1.011524502,0.3388214869,3.7416573868,0.6,0.5,0.9,2,2,9,3,11,2,6,6,2,6,11,0,0,1,0,1,0 +2743,1,3,3,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.3,0.5562148865,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6678570639,0.3687817783,3.3166247904,0.3,0.8,0.7,4,1,8,3,8,1,10,7,1,3,6,0,1,0,0,0,1 +2746,2,1,6,1,6,1,0,0,0,0,0,0,0,0,3,0,1,0,0.6,0.6,0.9212762886,7,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8503523820000001,0.310322413,3.6055512755,0.3,0.5,0.3,3,1,7,3,11,3,7,5,1,3,7,0,1,1,0,0,0 +2747,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.4,0.4,0.6712860790999999,7,1,0,0,0,0,1,1,2,1,39,3,0.3160696126,0.6797392548000001,-1.0,3.0,0.7,0.6,0.4,1,2,9,5,9,5,8,4,0,2,9,0,0,1,1,0,0 +2750,2,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6946221995,4,1,-1,0,0,11,0,1,0,1,103,1,0.3160696126,0.5349171559,0.3307567082,2.0,0.0,0.4,0.2,2,2,8,2,8,3,12,2,0,2,5,0,1,1,1,1,0 +2751,0,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.6,1.069170239,7,1,1,0,0,9,1,0,2,1,21,3,0.316227766,0.8589345697,0.3130495168,3.7416573868,0.1,0.1,0.4,4,0,3,3,10,2,9,2,1,3,6,0,0,0,1,1,0 +2752,1,1,5,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.5,0.5722761571,7,1,1,0,0,0,1,1,2,1,32,1,0.316227766,0.6547663769,0.2944486373,3.4641016151,0.3,0.6,0.9,5,2,6,3,7,2,15,5,0,4,4,0,1,1,0,0,0 +2753,1,4,7,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9449080588,0.4074309757,3.4641016151,0.5,0.0,0.9,1,3,9,3,10,4,9,7,2,2,2,0,1,0,0,1,0 +2755,0,1,3,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.4,0.0,1.1472793906,11,1,-1,0,-1,4,1,1,2,1,104,3,0.3986226286,0.6621402813,0.3633180425,2.2360679775,0.1,0.3,0.6,1,1,7,5,11,2,8,0,1,4,5,0,1,1,1,0,0 +2756,2,2,3,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.4,0.0,0.6046693311,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6504925025,0.3861346915,2.6457513111,0.6,0.8,0.3,3,4,8,5,7,2,12,2,2,4,6,0,1,1,1,1,0 +2757,0,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6855503912,0.3744329045000001,3.0,0.0,0.7,0.8,3,1,5,2,9,0,13,6,2,3,13,0,1,0,1,1,0 +2761,3,2,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.6,0.7603453162999999,11,1,1,0,1,11,1,1,2,1,76,3,0.316227766,0.7674552777,0.3181194744,3.6055512755,0.4,0.1,0.6,2,2,7,4,10,4,4,4,2,3,6,0,1,0,1,0,0 +2763,0,1,5,0,0,0,1,0,0,0,0,0,0,0,8,0,0,0,0.9,1.5,1.7289809137,11,0,0,1,1,17,-1,1,2,1,104,3,0.4,1.6271838472,0.33241540280000004,3.6055512755,0.5,0.3,0.7,4,1,7,4,8,3,7,5,0,3,11,0,1,1,0,0,1 +2764,0,1,7,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.9,0.8,0.8268917704000001,11,0,-1,0,-1,15,1,1,1,1,5,2,0.4472135955,1.1591354715,0.4,3.7416573868,0.2,0.3,0.5,2,4,9,1,11,3,10,5,1,1,9,0,1,0,0,0,0 +2765,2,2,1,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5986382619,0.3583294573,3.0,0.7,0.6,0.7,3,1,10,3,10,1,10,4,1,2,6,0,1,0,1,0,0 +2767,1,1,6,0,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.6,0.7640353395,11,1,1,8,1,11,1,1,2,1,71,2,0.4898979486,1.1504939651,0.4125530269,3.6055512755,0.7,0.0,0.3,2,2,7,3,8,1,6,3,1,4,10,1,0,1,0,0,0 +2769,3,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.0,0.2,0.5244044241,10,1,-1,0,1,14,1,0,0,1,72,2,0.4472135955,1.2197581389,0.4093897898,3.6055512755,0.3,0.9,0.9,0,3,8,4,9,2,8,4,0,3,12,0,1,1,0,0,0 +2772,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.2,0.6809919236,10,1,-1,0,1,6,1,1,0,1,26,1,0.3741657387,0.6024742372999999,0.3907684737,2.6457513111,0.5,0.6,0.2,1,1,10,2,11,4,9,3,1,6,5,0,1,0,0,1,0 +2774,1,1,8,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.3,0.4220485754,7,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.6848417806,0.3008321791,3.1622776602,0.3,0.0,0.5,3,3,8,2,11,3,11,6,1,1,10,0,1,1,0,1,0 +2776,0,1,6,0,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.6200839719,0.3663331817,2.4494897428,0.2,0.6,0.3,1,2,8,1,9,3,9,8,1,3,8,0,0,1,0,0,0 +2777,1,1,4,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7100517965,0.3974921383,2.8284271247,0.2,0.4,0.7,1,1,8,2,9,1,12,5,2,0,8,0,1,0,1,1,0 +2778,1,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.9,0.8,1.0928746497,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8280590668000001,0.3848376281000001,3.6055512755,0.5,0.6,0.7,4,2,9,3,10,2,8,9,1,5,7,0,0,1,0,0,0 +2782,0,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.1,-1.0,5,1,0,0,1,1,1,0,2,1,51,2,0.3741657387,0.9332859836,0.3307567082,3.7416573868,0.9,0.4,0.4,5,3,5,1,9,1,5,0,0,5,9,0,0,0,1,0,0 +2783,2,2,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.5,0.9051933495,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.7263203992,0.3685105155,3.4641016151,0.6,0.8,0.6,1,2,8,4,9,4,12,1,5,2,5,0,0,1,1,0,0 +2786,5,1,10,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,1.4,1.6361158272,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7898634676,0.4306971093,2.8284271247,0.7,0.1,0.7,1,1,9,4,7,2,7,6,0,4,9,0,1,0,0,1,0 +2790,3,1,3,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.7288689869,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7168716473000001,0.4129164564,2.8284271247,0.5,0.7,0.7,4,1,7,3,7,2,7,7,1,3,8,0,0,1,0,0,0 +2791,4,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6878408246,7,1,-1,0,-1,11,1,0,2,1,47,2,0.3741657387,0.9701452562,0.3817066937,3.7416573868,0.2,0.2,0.4,1,0,7,7,8,2,6,5,1,4,4,0,0,1,0,0,0 +2792,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.7,1.0497023388,8,1,1,0,1,0,1,1,2,1,43,3,0.3998749805,0.5935778894,0.3146426545,2.0,0.5,0.0,0.9,3,3,7,4,9,1,9,6,0,2,9,0,1,0,0,0,0 +2793,1,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.0799305533,10,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6621246793,0.3701351105,2.8284271247,0.6,0.9,0.6,4,1,10,1,9,2,9,5,1,2,4,0,0,0,0,0,1 +2794,1,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.3649633695,11,1,1,0,1,0,-1,1,2,1,78,3,0.4,0.8165893594,0.3287856445,3.3166247904,0.6,0.2,0.4,3,0,7,4,8,1,10,6,2,6,5,0,1,0,0,0,0 +2795,0,1,5,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,1.3,1.4322185587,11,1,0,0,1,0,1,1,2,1,39,3,0.3160696126,0.6841928344,-1.0,3.0,0.0,0.0,0.9,3,2,6,2,11,2,6,6,0,2,8,0,1,0,0,1,1 +2796,5,2,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,1.4,1.2257650672,11,0,1,0,1,11,1,0,2,1,69,3,0.4242640687,1.2069208996,0.3535533906,3.6055512755,0.7,0.5,0.0,2,1,9,7,10,1,9,1,2,2,11,0,1,1,0,0,0 +2797,0,1,1,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.5,0.8732124598000001,11,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5675997018,0.3583294573,2.6457513111,0.2,0.0,0.3,5,2,10,2,9,5,7,7,0,2,4,0,1,1,0,0,0 +2800,7,1,8,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.4,0.7520804478,6,1,-1,0,1,10,1,0,0,1,28,3,0.3872983346,1.1255668911,0.3820994635,3.6055512755,0.7,0.8,0.7,1,2,7,3,7,5,8,3,0,2,5,0,1,0,0,1,0 +2801,5,1,8,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.6656763478,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8426198814,0.3850973903,3.4641016151,0.5,0.9,0.5,1,2,10,3,10,0,7,4,1,1,1,0,0,1,0,1,0 +2802,3,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.611350963,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.860904771,0.3860051813,3.4641016151,0.7,0.0,0.4,3,0,8,6,8,2,2,2,1,4,9,0,0,0,0,1,0 +2804,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.5471517157,6,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.8247088141,0.3937003937,3.6055512755,0.3,0.9,0.8,2,1,7,1,10,2,8,2,2,3,6,0,1,1,0,0,0 +2805,2,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,1.1152354012,11,0,-1,0,-1,10,1,0,2,1,55,2,0.4472135955,1.239465944,0.4174925149,3.7416573868,0.2,0.3,0.3,3,2,8,4,10,2,2,5,0,4,7,1,1,0,0,0,1 +2807,1,2,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.6344288770000001,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7335242677,0.4062019202,2.8284271247,0.6,0.1,0.4,2,1,7,5,9,3,8,3,1,3,10,0,1,0,0,1,0 +2808,2,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.4886205071,4,1,-1,0,1,1,0,1,0,1,65,1,0.3152776554,0.4900455368,0.3521363372,1.4142135624,0.5,0.1,0.8,2,2,9,1,8,0,4,7,2,1,13,0,1,1,0,0,1 +2811,2,1,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.3,1.0080922577,4,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6593416450999999,0.3926830783,2.8284271247,0.5,0.4,0.1,2,3,8,3,11,4,13,7,0,3,8,0,0,1,0,1,0 +2812,0,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,4,1,-1,0,0,1,1,0,0,1,64,3,0.316227766,0.7220122248999999,0.3619392214,3.7416573868,0.9,0.0,0.0,3,0,7,6,9,3,10,4,2,4,8,0,1,0,0,0,0 +2813,2,1,3,1,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.7,0.7,0.5338539125999999,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6633405318,0.3619392214,3.1622776602,0.5,0.2,0.4,2,3,8,2,9,2,8,3,1,1,4,1,1,1,1,0,0 +2814,4,1,5,1,4,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.8,0.9953014619,11,0,0,0,1,7,1,1,2,1,96,3,0.4472135955,0.6438199533,0.36138622,2.0,0.5,0.5,0.2,3,1,9,4,10,2,6,4,2,2,6,0,0,1,1,0,1 +2815,1,1,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.5700877125,11,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7251246687,0.299165506,3.4641016151,0.5,0.1,0.0,2,0,8,5,8,4,5,8,2,4,6,0,1,1,0,1,1 +2817,1,1,3,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.704006392,7,0,-1,1,-1,0,1,1,0,1,104,2,0.4472135955,0.8370920741,0.363868108,3.0,0.1,0.1,0.4,2,4,6,3,10,1,6,5,2,4,6,0,1,1,1,1,0 +2819,0,1,6,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.0,1.68021576,11,1,0,6,1,1,0,0,0,1,104,2,0.4795831523,1.3234456031,0.4427188724,3.6055512755,0.8,0.7,0.4,1,3,8,3,9,2,7,9,2,2,13,1,0,0,1,1,0 +2821,4,1,1,0,3,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.4,0.701338007,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6694175339,0.3744329045000001,2.8284271247,0.6,0.6,0.7,1,2,6,3,9,1,13,7,1,3,8,0,1,1,1,0,0 +2825,0,1,3,1,0,0,1,0,0,0,0,1,0,1,2,0,0,1,0.5,0.2,0.5080600358,7,1,1,0,0,11,1,0,2,1,17,2,0.3741657387,0.9192612916,0.3257299495,3.7416573868,0.8,0.2,0.9,2,3,9,5,9,0,6,9,1,2,8,0,1,1,0,0,1 +2828,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.0,0.4,0.7071067812,6,1,-1,2,0,11,1,1,0,1,94,0,0.3741657387,0.7845486148,0.4301162634,3.6055512755,0.2,0.0,0.2,0,2,8,4,9,3,9,6,2,1,10,1,1,0,0,1,0 +2829,0,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.2,0.6128825336,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.7020630755,0.31144823,3.1622776602,0.0,0.7,0.0,4,1,8,3,9,3,9,6,1,3,10,0,0,1,1,0,0 +2831,2,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.5454356057,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.6739546543000001,0.3768288736,3.1622776602,0.2,0.9,0.4,2,3,9,4,10,1,8,5,1,2,6,0,0,1,0,0,0 +2832,1,1,2,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.6,0.9287087811,11,1,0,0,0,0,1,1,2,1,39,3,0.3160696126,0.7118245675,-1.0,3.1622776602,0.3,0.3,0.0,1,4,7,2,11,4,7,1,2,3,3,0,1,1,0,1,1 +2834,0,1,7,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.7,1.0148891565,7,1,0,0,1,14,1,1,2,1,42,2,0.4,0.6686918276,0.3376388603,2.6457513111,0.8,0.5,0.7,1,2,9,2,12,2,14,4,3,1,5,0,1,0,0,0,0 +2835,2,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,7,1,-1,2,-1,11,1,1,0,1,14,0,0.4242640687,0.6568142497999999,0.4302324953,2.6457513111,0.2,0.7,0.8,1,2,6,1,11,1,7,3,0,1,7,0,0,0,0,1,0 +2836,0,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.6,0.8514693182999999,11,1,1,0,0,1,1,0,1,1,80,3,0.316227766,0.8884009220999999,-1.0,3.6055512755,0.7,0.5,0.4,3,3,5,2,10,3,8,6,2,7,5,0,1,1,1,1,0 +2837,1,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.6,1.0591860082,11,0,-1,1,-1,9,1,1,1,0,61,3,0.4472135955,0.9916594323,0.5204805472,3.3166247904,0.7,0.1,0.5,4,1,8,4,8,0,5,3,2,1,8,0,1,0,0,0,0 +2838,3,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.8,1.825684803,11,0,1,1,1,0,1,1,2,1,104,3,0.5,1.2155160792,0.3836665219,3.3166247904,0.3,0.6,0.2,3,2,9,3,9,2,7,2,1,2,6,1,0,0,0,1,0 +2840,4,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,1.5,1.8506755523,6,1,-1,0,0,1,1,1,0,1,91,3,0.4242640687,0.8258604328,0.4347413024,2.6457513111,0.4,0.5,0.3,3,1,9,3,7,5,9,4,1,4,3,0,1,0,0,1,0 +2841,0,2,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.6471089553,7,1,1,0,0,11,1,0,2,1,101,3,0.3741657387,0.9544637692,0.3214031736,3.6055512755,0.6,0.1,0.5,1,1,9,3,10,4,9,8,3,2,7,0,1,1,0,1,0 +2842,4,1,6,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5285593628,6,1,-1,0,0,11,1,0,0,1,17,2,0.3741657387,0.9915005533,0.3903844259000001,3.7416573868,0.2,0.3,0.8,3,0,7,4,8,2,4,9,2,3,5,0,1,1,1,0,0 +2843,1,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.4,0.7660776723,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9288472595,0.4074309757,3.3166247904,0.1,0.8,0.4,2,1,7,2,8,2,7,8,0,5,6,0,0,1,1,0,0 +2845,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.1,0.4609772229,5,1,-1,0,-1,1,0,1,2,1,64,3,0.316227766,0.6603279926,0.3619392214,3.1622776602,0.6,0.2,0.2,2,2,9,1,8,1,6,4,0,3,12,0,1,1,1,1,0 +2847,1,1,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.3,0.0,0.5528336097,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7872729897,0.374566416,3.4641016151,0.2,0.3,0.3,3,1,6,3,9,1,11,4,1,0,8,0,1,1,0,1,0 +2848,1,1,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.7280535581,0.3292415527,3.6055512755,0.7,0.5,0.8,3,1,7,1,11,2,10,4,1,2,10,0,0,0,0,1,0 +2850,2,2,5,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.7,0.2,0.5947688627000001,5,1,1,0,0,4,1,1,2,1,48,1,0.316227766,0.6355839379,0.2966479395,3.3166247904,0.9,0.1,0.1,2,1,6,5,10,2,5,3,0,3,8,0,0,1,1,1,0 +2851,0,1,4,1,0,0,1,0,0,0,0,0,0,0,5,0,0,0,0.8,0.6,1.167261753,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6396829018,0.3768288736,2.8284271247,0.3,0.4,0.7,2,2,8,5,10,0,5,3,0,5,5,0,0,0,0,0,0 +2854,0,2,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.3436931771,7,1,-1,0,-1,11,1,1,2,1,16,3,0.4242640687,0.6588871158,0.3905124838,2.6457513111,0.3,0.9,0.4,1,0,6,2,10,5,6,7,1,3,8,1,1,1,1,0,0 +2856,1,1,5,1,4,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.0,-1.0,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6639009435000001,0.3744329045000001,2.8284271247,0.9,0.3,0.8,2,1,6,3,8,3,7,3,2,2,7,0,0,1,1,0,0 +2857,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.4,0.0,1.091730278,6,1,-1,0,0,0,1,0,0,1,37,2,0.316227766,0.8425536744,0.3754996671,3.7416573868,0.9,0.5,0.5,3,4,9,3,10,2,12,6,0,1,5,0,1,1,1,1,1 +2858,1,2,1,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.5291502621999999,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6333369581,0.3887158345,2.6457513111,0.0,0.4,0.5,1,0,8,1,11,2,11,5,1,3,10,0,1,0,0,0,0 +2859,0,1,5,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.5465802777000001,7,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6868300643,0.4489988864,2.6457513111,0.1,0.8,0.4,2,3,8,2,9,2,3,5,3,5,7,0,1,1,0,0,0 +2862,3,1,5,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.0,1.626537734,11,1,1,0,0,6,1,1,2,1,33,3,0.3872983346,0.931119472,0.3286335345,3.7416573868,0.0,0.4,0.8,4,2,6,5,8,1,10,7,1,5,10,0,0,1,0,0,0 +2864,2,1,9,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,54,3,0.4,0.9710159117,0.3826225294,3.6055512755,0.1,0.2,0.4,4,0,7,4,9,3,9,5,2,3,4,0,0,1,1,1,1 +2865,1,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.0,0.4351723796,7,0,-1,9,-1,10,1,1,2,1,81,3,0.4472135955,1.0778287786,0.4975942122,2.8284271247,0.0,0.3,0.8,3,3,7,0,10,2,6,3,1,2,6,0,1,0,0,1,0 +2866,1,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.6139014579,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.801921762,0.4062019202,3.3166247904,0.4,0.2,0.4,3,2,6,6,10,3,10,2,0,4,10,0,0,1,0,0,0 +2867,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6882949948999999,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.6162737934,0.3667424164,2.2360679775,0.7,0.8,0.7,2,1,6,2,9,2,12,6,0,3,7,1,1,1,0,1,0 +2868,2,1,7,0,2,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.6931184770000001,0.3292415527,3.3166247904,0.8,0.7,0.6,4,1,7,2,10,1,5,6,3,2,2,1,0,0,1,1,1 +2869,2,2,2,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.7,0.2,0.7964766161,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5767535246,0.3583294573,2.8284271247,0.7,0.7,0.7,0,2,8,3,9,3,11,10,1,2,10,0,0,0,0,1,1 +2871,1,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.7,0.4,0.701338007,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.5936126962,0.3840572874,2.2360679775,0.0,0.4,0.2,2,3,8,1,9,0,4,6,1,3,9,0,0,1,0,1,1 +2872,1,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.4,1.7489282432,10,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6612503808,0.34727510710000004,3.4641016151,0.4,0.7,0.0,3,3,10,1,8,2,12,7,0,7,12,0,1,1,0,0,0 +2873,0,1,4,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.0,0.4213074887,7,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.8232168307,0.3667424164,3.6055512755,0.4,0.5,0.1,0,0,7,2,11,1,6,8,1,5,7,1,0,1,0,0,0 +2874,3,1,11,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.4,0.5390964663000001,6,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.5861698059,0.416533312,1.7320508076,0.0,0.5,0.4,3,4,6,3,10,3,12,3,3,6,3,0,1,0,0,0,0 +2875,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.1,0.4616546328,11,1,-1,0,-1,11,1,0,1,1,69,3,0.4242640687,1.1340886318,-1.0,3.6055512755,0.7,0.8,0.6,4,2,8,2,8,2,6,7,1,3,10,0,0,1,0,0,0 +2878,3,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.7,0.5,0.8703447593000001,7,0,-1,0,-1,10,1,1,0,1,55,2,0.4242640687,1.2124526062,0.416533312,3.6055512755,0.3,0.5,0.5,3,1,8,1,12,5,14,5,1,2,6,1,1,1,0,1,0 +2882,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,9,1,-1,0,-1,7,0,1,2,1,104,3,0.4,1.0040825754,0.4256759331,3.4641016151,0.5,0.0,0.7,3,1,8,2,10,2,7,7,0,5,6,0,0,0,0,1,0 +2883,2,1,9,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,1.3,1.4265342618,11,1,0,0,1,14,1,1,2,1,82,3,0.3160696126,0.4769046199000001,0.3082207001,1.4142135624,0.3,0.5,0.6,1,1,7,3,9,3,9,8,2,3,9,1,1,0,0,1,0 +2886,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.4322904116,7,1,0,0,1,14,1,1,2,1,68,3,0.4,0.7512936501999999,0.3443835072,2.6457513111,0.9,0.8,0.3,2,1,8,5,8,4,9,4,2,2,3,0,0,1,1,1,1 +2887,5,2,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.9,1.2,1.3444329659999998,7,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.8475901668000001,0.3708099244,3.6055512755,0.6,0.1,0.4,4,2,10,3,7,3,8,8,3,5,2,0,0,0,0,1,0 +2888,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.7,1.5413062642,10,0,-1,1,0,5,1,1,0,1,104,3,0.4123105626,1.0859166064,0.4305810028,3.1622776602,0.9,0.7,0.6,0,3,8,3,10,3,8,5,1,4,10,0,0,0,0,0,0 +2889,0,1,5,0,2,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,0,0,0,0,1,1,1,2,1,104,3,0.4242640687,0.8175433115,0.3507135583,3.0,0.1,0.1,0.8,3,3,5,5,10,3,6,4,1,5,10,0,1,1,1,0,1 +2892,0,2,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.5963430221,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6574430812,0.3619392214,3.1622776602,0.8,0.4,0.7,0,2,5,4,10,4,9,4,2,2,4,0,0,0,0,0,0 +2893,1,1,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.548292805,3,1,-1,0,-1,14,1,1,3,1,42,2,0.4,0.6880022583,0.3937003937,2.8284271247,0.5,0.4,0.1,3,1,9,1,7,5,7,9,3,1,11,0,1,0,1,0,0 +2895,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.9437293044,11,1,1,0,1,1,1,0,2,1,10,2,0.316227766,0.8499513840999999,0.3248076354,3.7416573868,0.9,0.8,0.6,3,2,8,6,6,1,7,7,2,4,9,0,0,1,1,1,0 +2897,1,1,4,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.577169819,4,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7151258342,0.3583294573,3.6055512755,0.7,0.4,0.7,3,0,6,3,8,2,8,1,3,7,7,1,0,1,0,0,0 +2898,4,1,8,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.6,0.2,0.6878408246,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5321677173,0.3583294573,2.2360679775,0.4,0.1,0.3,0,2,9,2,9,3,8,4,0,5,6,0,0,1,0,0,0 +2899,3,1,7,0,4,0,0,1,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.5973901573,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.73007981,0.3933192088,2.2360679775,0.0,0.6,0.0,1,4,7,4,7,4,9,5,1,3,11,0,0,0,0,0,0 +2903,0,1,7,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.8007808689,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6471329011,0.3937003937,2.4494897428,0.7,0.3,0.3,2,1,10,3,10,0,11,4,0,2,5,0,0,0,0,0,0 +2906,4,1,11,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.9,0.8569568251,4,1,-1,0,1,1,0,1,0,1,64,1,0.316227766,0.5827052896,0.3619392214,2.6457513111,0.5,0.6,0.1,2,3,8,3,9,2,9,3,1,2,3,0,0,1,1,0,0 +2907,5,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,11,1,-1,0,-1,1,1,1,0,1,104,2,0.3741657387,0.9430257264,0.3442382896,3.1622776602,0.8,0.1,0.5,3,2,10,4,7,4,15,9,1,4,16,0,1,1,0,0,0 +2909,0,2,1,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,1.2,1.3926144477000002,2,1,-1,0,-1,6,1,1,0,1,27,3,0.3741657387,0.7466177178,0.3907684737,3.4641016151,0.1,0.9,0.8,4,1,9,2,11,2,6,2,2,2,6,0,0,1,0,0,0 +2913,0,1,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6736096793,7,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.6246651996,0.3943348831,2.4494897428,0.2,0.6,0.3,4,1,10,1,8,2,9,5,3,3,5,0,0,1,0,1,1 +2915,4,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,5,1,0,0,1,0,1,1,2,1,32,1,0.3160696126,0.4109302086,-1.0,0.0,0.3,0.0,0.4,2,1,7,4,9,4,15,6,1,4,12,0,1,0,1,0,0 +2916,6,1,7,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.6,0.7,0.9823441352,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6221795866,0.3619392214,3.1622776602,0.4,0.2,0.2,2,2,8,3,11,3,7,4,1,3,4,0,1,0,0,1,1 +2917,3,2,3,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.4,0.4,0.7664854858,7,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8503523820000001,0.374566416,3.6055512755,0.1,0.2,0.1,3,1,7,4,10,2,9,6,1,4,5,1,1,1,0,1,1 +2918,1,1,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0.3,0.1,-1.0,10,1,-1,2,1,11,0,1,0,1,14,0,0.3741657387,0.6666494488,0.4302324953,2.8284271247,0.2,0.1,0.1,4,2,7,2,11,4,11,4,2,2,6,0,1,0,1,0,0 +2921,0,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5997589047,0.3583294573,2.8284271247,0.9,0.2,0.0,1,1,9,5,7,1,6,2,2,3,11,0,1,0,0,0,0 +2924,2,2,1,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6698880503,7,1,-1,0,-1,1,1,1,3,1,64,1,0.3152776554,0.3980323505,0.3612478374,0.0,0.4,0.5,0.3,5,4,8,3,9,3,14,3,0,0,7,0,1,0,0,1,0 +2925,6,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,1.2,1.3400093283,8,1,-1,0,0,4,1,1,0,1,12,3,0.4,0.7328056579000001,0.3708099244,3.3166247904,0.8,0.8,0.2,2,1,8,5,8,4,15,5,1,3,12,0,1,1,0,0,0 +2928,0,1,7,0,2,0,1,0,0,1,0,0,0,1,0,0,1,0,0.3,0.0,1.7718281519,11,0,1,1,1,2,-1,0,2,1,104,2,0.4472135955,1.6865259662,0.3674234614,3.7416573868,0.9,0.4,0.1,3,3,9,3,11,2,6,4,0,2,13,0,1,0,1,0,0 +2929,0,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,1.002808556,6,1,-1,0,-1,7,1,1,2,1,92,3,0.4,0.6896819245,0.3926830783,2.8284271247,0.8,0.9,0.9,1,0,9,4,8,3,10,7,1,2,7,0,1,1,1,0,0 +2931,5,1,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,0.8,1.3988834834,11,0,1,1,1,9,1,1,2,1,61,3,0.4472135955,0.9834057031,0.3819685851,3.3166247904,0.6,0.1,0.7,3,1,8,6,10,0,9,6,0,4,7,0,1,0,0,1,0 +2932,2,2,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.5,0.4,0.705336799,8,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7014006059000001,0.2944486373,3.3166247904,0.0,0.5,0.7,2,1,4,4,7,1,8,5,3,2,8,1,0,0,0,1,0 +2934,5,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6628536792,7,1,1,1,1,3,1,0,2,1,102,2,0.4,1.0041957433,0.3269556545,3.7416573868,0.7,0.9,0.3,2,1,6,4,10,4,4,2,0,2,6,1,0,1,0,0,0 +2936,1,1,9,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.0,0.0,0.7762087348000001,11,1,0,8,0,17,0,1,1,1,104,3,0.5099019514,1.0165368205,0.4449719092,2.8284271247,0.7,0.1,0.0,3,2,7,3,10,2,14,6,0,4,12,0,1,0,1,0,0 +2937,0,2,1,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.1,-1.0,5,1,0,0,0,9,1,0,2,1,104,2,0.316227766,0.9206425173,0.316227766,3.7416573868,0.5,0.2,0.6,3,0,6,3,7,2,13,5,0,2,4,0,1,1,1,0,0 +2939,3,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0.6,0.3,0.8147085368000001,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6332717093,0.3685105155,2.8284271247,0.3,0.1,0.8,4,2,7,4,9,1,9,2,0,4,8,0,0,1,0,1,1 +2940,5,1,6,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,0.9,1.1062323445,7,0,1,9,0,11,1,1,2,1,56,3,0.4898979486,1.2479652861,0.4283689998,3.4641016151,0.0,0.6,0.0,4,5,6,3,9,4,11,2,1,0,7,0,1,0,1,0,0 +2941,2,1,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.6108395861,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7253953040000001,0.3814446225,3.3166247904,0.7,0.3,0.8,2,1,8,2,7,2,8,6,0,1,9,0,0,1,0,0,0 +2942,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.5214163404,11,1,1,0,0,11,1,0,2,1,104,3,0.4,0.9944473942,0.33911649920000003,3.6055512755,0.0,0.4,0.4,3,2,5,4,11,3,10,5,2,5,6,0,1,1,0,1,0 +2943,0,4,6,1,2,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.475423668,11,1,0,0,1,1,1,1,2,1,70,3,0.4,0.8707363655,0.3420526275,3.4641016151,0.0,0.8,0.9,3,1,8,2,8,3,11,8,0,4,9,0,1,0,1,0,0 +2946,6,3,7,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,0.7193747285,4,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7774189123999999,0.3849675311,3.1622776602,0.7,0.5,0.8,2,3,8,6,8,2,9,5,2,4,3,0,1,0,0,0,1 +2947,1,1,4,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.7,0.3,0.7198090023999999,7,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.6284409411999999,0.30331501780000003,3.1622776602,0.5,0.1,0.0,3,1,8,2,10,0,15,2,2,4,6,0,1,1,0,0,0 +2949,5,3,5,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.5,1.8306419639,11,0,1,1,1,13,1,1,2,1,104,2,0.4472135955,1.1428722697,-1.0,3.6055512755,0.9,0.3,0.9,3,3,7,5,8,3,9,5,0,2,11,0,1,0,0,0,0 +2952,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.4,0.6259992013,11,1,-1,0,-1,1,1,0,1,1,51,2,0.4,0.9380280882,0.4017461885,3.7416573868,0.6,0.7,0.7,0,3,9,4,9,0,10,8,5,5,6,0,1,1,0,0,0 +2953,6,1,5,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7615773106,6,1,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.1198366358,0.4185689907,3.4641016151,0.0,0.3,0.1,1,1,8,2,9,1,7,3,1,3,6,0,0,1,0,0,0 +2954,0,1,7,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6466258578,7,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.5900343175,0.2887905816,2.6457513111,0.2,0.7,0.2,2,3,8,3,7,3,9,6,1,2,9,0,0,1,0,0,0 +2956,0,1,7,0,2,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7806942238,0.3974921383,3.0,0.9,0.3,0.8,2,2,7,3,10,1,7,6,1,5,3,0,0,1,0,1,0 +2960,0,2,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.4235268587,7,1,1,0,0,6,1,0,2,1,77,2,0.3741657387,0.8802234878,0.3420526275,3.6055512755,0.1,0.5,0.4,2,1,10,3,6,2,3,7,3,5,8,0,1,0,0,1,0 +2962,5,3,5,1,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.8529361055,6,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7942172195,0.3926830783,3.4641016151,0.1,0.4,0.5,4,0,5,2,4,1,11,2,0,3,9,0,1,1,1,0,0 +2964,0,1,7,0,3,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.6025985397,7,1,1,0,1,11,1,0,2,1,11,2,0.316227766,0.7851376412000001,0.30331501780000003,3.7416573868,0.7,0.8,0.5,2,4,9,0,12,4,10,3,1,3,11,0,1,1,1,1,0 +2965,0,2,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.3614208074,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8033375627,0.3850973903,3.3166247904,0.9,0.0,0.3,1,2,7,3,10,3,11,1,0,1,4,0,0,0,0,1,1 +2966,1,1,5,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.9,1.2786711853,11,0,1,9,0,15,-1,0,2,1,58,3,0.5196152423,1.5340488209999998,0.4888762625,3.7416573868,0.5,0.7,0.8,1,2,8,3,11,2,10,5,2,1,9,0,1,1,0,1,0 +2967,1,2,3,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.0,0.0,1.8843102186000005,3,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8065076227,0.3663331817,3.3166247904,0.8,0.6,0.1,1,4,9,1,12,2,5,4,2,1,8,0,1,1,0,0,0 +2968,2,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.7,0.7,1.0207227831,10,1,-1,9,0,16,1,1,0,1,104,2,0.4898979486,1.4413606978,0.5004997502,3.7416573868,0.8,0.6,0.5,2,2,7,1,12,2,9,9,1,4,5,0,1,0,0,1,1 +2971,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.6754628043,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.8838776326000001,0.4477722635,3.1622776602,0.0,0.7,0.8,1,2,9,2,11,2,6,8,0,2,10,0,1,0,0,0,0 +2972,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.5,0.7512489601000001,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.7406162276999999,0.3820994635,2.6457513111,0.5,0.9,0.9,2,2,9,5,11,3,7,6,1,2,14,0,1,1,0,1,0 +2973,0,1,1,0,4,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.4,1.2026013471,11,1,-1,0,-1,1,1,0,1,1,25,3,0.4,0.8863053594,-1.0,3.7416573868,0.4,0.0,0.1,3,3,9,1,6,4,12,12,1,2,7,0,1,1,0,1,0 +2975,1,2,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.4941552797,11,0,1,9,1,17,1,1,2,1,104,0,0.6164414003,1.1540890293,0.3962322551,2.6457513111,0.4,0.4,0.2,3,1,8,4,6,3,4,2,1,1,5,0,1,0,1,1,0 +2976,2,2,1,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.9,0.8584142357,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6463022602,0.3666060556,3.0,0.9,0.8,0.4,3,2,8,1,7,3,6,0,2,3,3,0,0,0,1,0,0 +2977,2,1,4,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.9,1.5,1.5099668871,11,0,0,3,0,17,0,0,0,1,104,3,0.4472135955,1.3505432026,0.3748332963,3.6055512755,0.0,0.7,0.5,4,3,7,1,11,2,12,7,1,1,12,0,1,1,0,0,0 +2981,5,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.3,0.7644442426000001,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.843674813,0.4017461885,3.6055512755,0.0,0.2,0.7,2,3,9,3,10,3,8,4,2,3,9,0,0,0,0,1,0 +2982,1,1,7,1,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.9,0.4,1.1327510759,6,1,-1,0,0,4,1,1,0,1,48,0,0.316227766,0.6787795928,0.3748332963,3.4641016151,0.2,0.8,0.8,1,0,6,1,8,1,10,3,2,0,5,0,0,1,0,0,0 +2983,3,1,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.4,1.5630499032,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.626844386,0.3583294573,3.0,0.2,0.6,0.1,2,2,9,4,9,4,5,8,1,2,6,0,1,1,0,1,1 +2984,1,3,6,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.2,0.3,-1.0,9,1,0,0,1,0,1,1,2,1,78,3,0.4,0.8280590668000001,0.3287856445,3.6055512755,0.7,0.4,0.4,3,2,9,5,9,2,7,10,3,4,7,0,0,0,0,1,0 +2985,2,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.8,0.2,0.4974937186,7,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,1.0519266071,0.4009987531000001,3.3166247904,0.8,0.0,0.6,3,2,7,3,11,1,9,8,4,4,6,0,0,1,0,1,0 +2986,4,1,8,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.3,0.0,0.7846177413,11,1,1,0,1,14,1,0,2,1,72,3,0.4,1.143595172,0.3504283094,3.6055512755,0.9,0.5,0.0,2,1,4,2,11,2,11,4,3,2,6,0,0,1,0,0,0 +2988,3,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.9,1.5935416530000002,11,1,1,0,1,6,1,1,2,1,26,3,0.3741657387,0.6062007414,0.3204684072,2.8284271247,0.6,0.3,0.3,4,3,10,4,9,1,4,7,1,4,4,0,0,0,0,0,0 +2989,1,3,7,1,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.9,1.4,-1.0,11,0,1,0,1,11,1,1,2,1,2,3,0.4242640687,1.0520640869,-1.0,3.6055512755,0.6,0.6,0.9,5,2,9,4,7,3,9,9,2,3,7,0,0,1,0,0,0 +2990,5,1,7,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.4,0.0,0.7578753196,7,1,0,2,1,0,1,1,2,1,100,0,0.3997499218,0.7548192274,0.3193743885,3.3166247904,0.9,0.5,0.1,2,2,6,3,10,4,5,7,0,2,5,0,0,0,0,0,1 +2991,4,3,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.9,0.9222933373,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6993946615000001,0.3964845520000001,2.2360679775,0.1,0.0,0.2,3,2,9,3,11,3,8,9,4,3,4,0,1,0,0,1,1 +2993,1,1,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.8,1.1297123528,7,1,-1,0,-1,4,1,1,2,1,104,2,0.3997499218,0.5508445807,0.3937003937,1.0,0.4,0.3,0.4,2,1,8,3,11,3,9,6,2,5,5,0,1,1,0,1,1 +2995,0,3,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.1,0.5111262075,10,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7492144647,0.3754996671,3.4641016151,0.2,0.7,0.9,2,0,8,0,10,2,6,5,4,5,8,0,1,1,0,0,0 +2998,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.775,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.5391491613,0.3626292873,1.4142135624,0.6,0.7,0.8,2,0,6,3,8,3,11,6,1,3,4,0,0,0,1,1,0 +2999,7,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.4,0.7826237920999999,5,1,1,0,1,1,0,1,1,1,91,3,0.4242640687,1.0227575753,0.38249183,3.4641016151,0.1,0.7,0.6,3,3,7,2,10,2,8,9,3,3,9,0,0,1,0,1,0 +3000,2,1,5,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.7,1.105949818,5,0,-1,0,-1,15,0,1,2,1,5,2,0.4242640687,0.8163869201,0.3958535083,2.6457513111,0.2,0.3,0.8,1,1,8,5,8,4,8,4,2,3,10,0,0,1,1,1,0 +3001,5,1,9,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.5,0.8089344843999999,11,1,1,1,0,3,0,1,2,1,102,2,0.4,0.9211899419,0.3269556545,3.6055512755,0.3,0.2,0.7,3,1,9,3,10,1,13,5,0,4,6,0,1,0,0,0,0 +3003,0,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.65,10,1,-1,0,1,1,1,1,0,1,31,3,0.3741657387,0.6766623240999999,0.3854867053,2.6457513111,0.4,0.9,0.8,3,1,7,3,8,2,8,5,4,5,9,0,0,1,0,0,0 +3005,3,1,2,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.5,0.2,0.6495190528,6,1,-1,0,1,11,1,1,0,1,19,3,0.3155946768,0.5066499925,0.3660601044,1.0,0.8,0.3,0.1,3,1,8,6,10,2,5,6,0,4,6,0,1,0,0,1,0 +3007,2,1,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.2,1.3033610398,10,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,1.1529695759,0.5399073995,3.0,0.1,0.9,0.7,1,1,7,3,9,1,10,3,1,2,6,1,1,0,1,1,1 +3008,5,1,8,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.957862203,11,0,1,0,1,11,1,1,2,1,7,3,0.4242640687,0.7446919603000001,0.3542597917,2.8284271247,0.0,0.2,0.8,4,4,6,5,10,2,7,8,2,0,6,0,0,0,0,0,0 +3009,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.0,0.0,0.725,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6287696237,0.3744329045000001,2.4494897428,0.3,0.0,0.2,4,1,9,4,9,3,5,4,2,1,10,0,0,1,0,0,0 +3011,2,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.0,1.047616342,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5192373619,0.3640054945,1.7320508076,0.6,0.1,0.5,2,3,8,1,7,3,6,3,1,3,8,1,0,0,0,0,0 +3012,0,1,9,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.0,0.0,0.5884301148,10,1,-1,8,1,3,1,0,0,1,104,2,0.5,1.6481993681,0.5394441584,3.7416573868,0.9,0.7,0.0,1,1,8,3,11,2,5,7,2,3,8,0,1,1,0,0,0 +3013,0,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8805168467,0.3793415348,3.6055512755,0.8,0.8,0.7,1,2,8,1,8,2,5,5,1,2,9,0,0,0,0,1,0 +3014,2,2,8,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.9,1.1567735301,6,1,-1,0,1,1,1,1,0,1,74,2,0.3741657387,0.8253868364,0.3716180835,3.6055512755,0.0,0.3,0.3,1,3,8,4,9,0,6,2,3,3,12,0,1,0,0,0,0 +3015,2,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,0.7933315826,11,0,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7719247169,0.4129164564,3.0,0.4,0.6,0.2,2,4,9,2,11,3,7,3,2,3,14,0,1,1,0,0,0 +3016,0,4,8,1,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,0.4,0.8591420139,11,1,0,0,1,11,1,1,2,1,104,3,0.4472135955,0.8215932667,0.35818989380000005,3.0,0.0,0.2,0.8,2,3,7,4,11,1,11,7,3,2,3,0,1,0,0,0,1 +3017,0,1,0,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,0.2,0.454835135,11,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7939205989,-1.0,3.7416573868,0.1,0.3,0.4,3,1,7,4,10,2,6,3,2,4,14,0,0,0,1,1,0 +3018,1,2,3,1,0,0,1,0,0,0,0,0,0,0,7,0,0,0,0.6,0.2,0.6259992013,6,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.689502156,0.3016620626,3.6055512755,0.1,0.8,0.4,2,2,7,4,7,2,12,5,0,4,5,0,0,1,0,0,0 +3022,1,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,7,1,1,0,1,0,1,1,0,1,62,3,0.4,0.7700354183,0.32,2.8284271247,0.7,0.3,0.4,2,2,9,3,8,0,9,7,0,6,9,0,0,1,1,0,0 +3023,2,1,7,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.7,1.852532051,6,1,-1,1,0,2,1,1,0,1,104,2,0.4462062303,1.4652313444,0.4283689998,3.4641016151,0.3,0.8,0.2,2,4,10,6,12,1,9,7,0,4,11,0,0,1,0,1,0 +3024,2,1,3,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.9,0.6,0.9845684334,7,1,-1,2,-1,4,0,1,0,1,104,3,0.4,0.7182537363,0.5291502621999999,3.1622776602,0.7,0.2,0.4,3,2,9,4,12,2,8,10,2,3,7,0,1,0,0,0,1 +3026,3,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7294002971,0.3615245497,3.4641016151,0.7,0.1,0.6,1,1,7,4,10,2,8,3,1,2,4,0,1,1,0,0,1 +3029,1,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.90346555,7,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6449421782,0.2887905816,3.1622776602,0.3,0.9,0.4,3,1,6,4,9,1,8,7,1,0,6,0,0,1,0,0,0 +3031,0,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,1.2366790206,10,1,-1,0,1,1,1,1,0,1,74,3,0.3741657387,0.6626705301,0.3861346915,2.8284271247,0.5,0.7,0.3,1,3,9,2,11,1,11,6,0,3,6,0,1,1,0,0,0 +3032,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.8,0.3,0.6403124237,9,1,0,0,0,14,0,1,2,1,104,2,0.4,0.7846012831999999,0.3411744422,3.0,0.9,0.6,0.0,3,2,8,6,9,4,11,5,2,8,8,0,1,0,0,0,0 +3033,3,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8392705166,11,1,-1,0,-1,11,1,0,0,1,11,2,0.316227766,0.789130707,0.3687817783,3.6055512755,0.1,0.4,0.6,3,2,9,3,8,2,13,5,1,1,8,0,1,1,1,0,0 +3034,4,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.8714212529,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7442340341,0.4062019202,3.0,0.6,0.7,0.2,3,1,9,3,10,3,9,6,2,2,9,0,1,1,1,0,0 +3035,0,1,5,0,4,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5031152949000001,5,1,0,0,0,1,1,1,0,1,74,3,0.3605551275,0.5890530291,0.307408523,2.0,0.6,0.4,0.0,2,0,4,1,8,2,9,5,2,2,10,0,0,1,0,0,0 +3036,1,2,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.2,0.6523994175,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6141412065,0.3687817783,3.0,0.5,0.1,0.6,4,3,7,1,9,3,7,8,2,3,7,0,0,1,0,0,0 +3037,2,2,1,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.4,0.9730750228,11,1,-1,0,-1,11,1,1,2,0,103,1,0.3160696126,0.520826584,0.3307567082,1.7320508076,0.2,0.6,0.1,3,1,6,3,9,3,3,2,3,3,4,0,1,1,1,0,0 +3039,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.0,0.6229967896999999,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5279580186,0.3507135583,2.4494897428,0.3,0.1,0.0,2,1,7,2,9,2,3,4,1,2,3,0,0,0,0,0,0 +3040,1,3,7,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.0,0.0,0.7150174823000001,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7511011201000001,0.3615245497,3.6055512755,0.7,0.6,0.6,4,2,10,2,8,5,8,8,0,1,4,0,1,0,0,1,0 +3041,0,1,1,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,1.8,1.5229494411000002,11,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.664165418,0.3666060556,3.0,0.2,0.6,0.2,3,3,9,3,10,4,10,3,6,1,10,1,1,0,0,0,1 +3042,1,2,0,1,-1,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.2759800155,9,1,0,1,0,17,-1,1,2,1,104,3,0.331662479,0.6226111371,0.2966479395,3.4641016151,0.8,0.6,0.6,4,2,8,6,9,2,11,6,2,3,8,0,1,1,0,1,0 +3045,5,3,4,1,3,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,0.8,1.2041594579,9,1,1,0,0,1,1,1,2,1,38,1,0.316227766,0.6848417806,0.299165506,3.4641016151,0.1,0.0,0.0,2,3,9,5,10,5,11,11,2,1,4,0,0,0,1,0,0 +3050,1,2,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.2,0.4866980583,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.6597175704,0.3615245497,3.3166247904,0.7,0.8,0.6,1,4,6,3,8,3,12,4,1,2,10,0,1,0,0,0,0 +3053,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7673004627,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5623335383,0.3687817783,2.2360679775,0.4,0.2,0.6,1,2,10,4,10,1,12,4,3,3,5,0,0,0,0,1,0 +3055,1,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.1,0.1,-1.0,7,1,1,0,1,11,1,1,2,1,101,3,0.3741657387,0.7749166843999999,0.3214031736,3.1622776602,0.1,0.5,0.1,3,5,8,2,11,3,7,7,1,2,10,0,1,1,1,0,0 +3060,0,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.7,0.9450529086,9,1,1,0,0,11,1,0,2,1,103,3,0.316227766,0.7692300540000001,0.2887905816,3.7416573868,0.6,0.6,0.8,2,1,6,6,9,2,6,6,0,4,6,0,1,0,0,1,0 +3061,2,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5963430221,11,1,1,0,1,1,1,1,2,1,104,3,0.4242640687,0.6950533602,0.3507135583,2.4494897428,0.8,0.6,0.5,1,0,7,3,11,3,13,5,2,1,6,0,1,0,0,1,1 +3062,2,1,6,1,4,0,0,1,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,4,1,-1,2,1,11,1,1,0,1,14,0,0.3741657387,0.6688771892,0.4302324953,2.8284271247,0.9,0.6,0.2,3,3,9,2,11,4,9,5,3,5,6,0,1,1,1,1,0 +3064,3,2,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.3,0.5905505906,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6887226169,0.3685105155,3.0,0.3,0.1,0.5,5,1,4,0,11,2,7,9,1,7,6,1,0,0,0,1,1 +3065,1,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,1.3083864108,11,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.8463155440000001,-1.0,3.6055512755,0.0,0.3,0.2,3,1,9,3,8,5,12,3,2,4,7,1,1,0,1,0,0 +3067,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.3,1.3007209539,10,1,-1,0,1,11,1,0,0,1,69,2,0.4242640687,1.1778341939,-1.0,3.6055512755,0.4,0.1,0.7,5,1,7,5,8,2,10,7,0,1,4,0,1,1,1,0,0 +3068,0,2,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.5,0.2,0.6005206075,10,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8518696015999999,0.3794733192,3.7416573868,0.2,0.5,0.1,0,1,8,5,10,2,10,3,2,2,7,1,0,1,1,0,1 +3072,2,3,7,1,4,0,0,0,1,0,0,0,0,0,10,1,0,0,0.4,0.2,0.5465802777000001,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7181329097,0.3666060556,3.3166247904,0.1,0.4,0.2,2,3,7,5,8,2,11,6,1,2,7,0,1,0,1,1,0 +3073,5,1,10,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.8,1.2075284676,11,0,1,1,1,0,1,1,1,1,75,2,0.4472135955,1.1619270115,0.3823610859,3.6055512755,0.5,0.4,0.7,3,3,9,1,10,1,10,1,2,4,11,0,1,1,0,0,0 +3076,1,2,0,0,-1,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.3,0.9794769012,9,1,1,0,0,4,-1,1,2,1,84,3,0.316227766,0.7531339481,0.3201562119,3.4641016151,0.0,0.5,0.6,5,2,5,1,9,2,15,3,1,1,3,0,0,0,0,0,0 +3077,0,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,1.2587195875,9,1,-1,0,-1,15,0,0,2,1,97,3,0.3605551275,0.9036656297,-1.0,3.6055512755,0.0,0.8,0.3,1,0,8,4,11,4,11,3,3,3,5,0,1,0,1,1,0 +3079,0,1,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.5285593628,11,1,1,0,1,0,1,0,2,1,22,3,0.316227766,0.8266481158,0.310322413,3.6055512755,0.5,0.6,0.4,2,2,10,5,8,3,5,1,0,4,5,0,0,0,0,0,1 +3080,0,2,2,0,2,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,5,1,1,2,1,11,0,0,0,1,94,0,0.3741657387,0.8374622232,0.3304542328,3.7416573868,0.2,0.3,0.1,2,3,6,3,6,1,10,4,1,3,9,0,1,0,0,0,1 +3082,2,2,2,1,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.7,0.8902246906999999,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5508820875,0.3619392214,2.4494897428,0.0,0.5,0.6,0,1,4,2,7,1,6,9,2,2,11,0,1,1,0,1,0 +3085,2,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6864765109000001,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6677951881,0.3615245497,3.3166247904,0.2,0.7,0.4,0,2,9,3,8,4,6,5,0,1,7,0,1,1,1,1,0 +3086,3,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,1.3,1.3761358945,11,1,-1,8,-1,3,1,1,2,1,104,2,0.5,1.2001635563,0.474341649,3.1622776602,0.4,0.9,0.4,2,1,5,2,9,1,9,2,1,0,6,1,1,1,0,0,0 +3087,5,1,2,0,4,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.7344215411,11,0,1,1,0,14,1,1,2,1,104,2,0.5,1.0569232597,0.390256326,3.1622776602,0.2,0.3,0.6,4,3,8,3,10,2,4,3,1,5,8,1,1,1,0,0,0 +3090,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.0,1.3083864108,11,1,1,0,1,6,1,0,2,1,33,3,0.4,1.0379174954,0.3286335345,3.7416573868,0.8,0.6,0.7,2,3,8,0,8,2,8,5,3,7,10,0,0,1,0,1,0 +3092,4,1,2,1,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0.9,0.4,0.8268917704000001,9,1,0,0,1,6,1,1,2,1,73,3,0.4,0.8607247571,0.35608987630000005,3.3166247904,0.0,0.0,0.0,4,1,7,3,8,2,7,5,1,2,7,0,1,1,1,0,0 +3094,2,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.6595452978999999,7,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6393113547,0.3070830507,3.3166247904,0.5,0.8,0.5,3,1,8,2,11,3,12,2,0,3,7,0,1,0,0,0,0 +3095,5,1,4,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7028660336,0.3615245497,3.1622776602,0.2,0.2,0.0,1,4,9,2,10,2,6,4,1,1,10,0,1,1,0,0,1 +3101,0,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.8,1.3332291626,11,1,-1,0,-1,1,1,0,0,1,38,3,0.316227766,0.7558039888,0.3598610843,3.7416573868,0.7,0.0,0.9,3,2,10,3,10,1,7,8,0,5,14,0,1,1,0,0,0 +3102,5,1,9,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.0,1.71664644,11,1,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.9586276348,0.4477722635,3.4641016151,0.2,0.3,0.9,2,1,9,2,9,2,10,6,1,6,4,0,0,1,1,0,1 +3103,5,1,8,0,4,0,0,0,1,0,0,0,0,0,7,0,1,0,0.7,0.7,0.9013878189,11,1,1,0,1,0,0,1,1,1,46,3,0.4,0.8112458534,0.3003331484,3.4641016151,0.0,0.2,0.7,1,1,9,2,8,3,7,5,1,1,12,0,1,1,1,1,1 +3104,0,1,5,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.4,0.7838207703,7,1,-1,0,-1,1,1,1,2,1,104,2,0.4469899328,0.4545681813,0.4183300133,0.0,0.3,0.5,0.5,3,4,8,3,7,3,2,9,1,5,7,0,0,0,1,1,0 +3105,0,1,6,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.7889866918999999,10,1,-1,0,0,11,1,0,0,1,17,2,0.3741657387,0.9234323325,0.3903844259000001,3.6055512755,0.1,0.6,0.4,5,0,9,3,9,2,11,4,0,1,3,0,1,1,0,0,0 +3107,4,1,2,0,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,0.1,0.4930770731,8,0,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.9756646389,0.5204805472,3.3166247904,0.6,0.9,0.5,2,3,5,3,10,5,3,6,1,0,8,0,0,1,0,1,0 +3108,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.5595757321,4,1,-1,8,1,14,1,1,0,1,104,2,0.5,0.8101754733,0.5440588203,1.0,0.3,0.9,0.4,2,1,8,3,8,3,7,5,1,2,10,0,1,0,1,1,0 +3114,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,1.1,1.6211492837,11,1,1,0,1,10,1,0,2,1,55,2,0.4242640687,1.1485528084,0.3586084215,3.7416573868,0.6,0.0,0.7,2,3,7,2,10,3,6,6,0,2,9,0,1,0,1,0,0 +3115,0,1,5,1,6,0,1,0,0,0,0,0,0,0,13,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7114180926000001,0.3814446225,3.1622776602,0.8,0.4,0.5,3,1,9,3,8,3,6,7,0,2,7,0,1,0,1,1,0 +3116,0,4,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6144102864000001,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7289185922,0.3814446225,3.4641016151,0.3,0.1,0.8,3,2,8,3,7,3,7,8,2,2,5,0,1,0,0,0,0 +3118,5,1,3,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5261891295000001,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5830774724000001,0.3734969879,1.7320508076,0.2,0.0,0.5,2,1,7,4,9,1,10,4,6,3,13,0,1,1,0,1,0 +3120,4,1,5,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.0,1.1853269591,11,1,1,1,0,3,1,1,2,1,45,3,0.4,0.8218465904000001,0.3096772513,3.6055512755,0.2,0.7,0.0,1,3,9,3,7,2,10,7,1,2,6,0,1,0,0,0,0 +3121,1,1,6,0,6,1,0,0,0,0,0,0,0,0,13,0,1,0,0.4,0.5,0.8392705166,4,1,-1,2,-1,0,0,1,0,1,104,0,0.4,0.6569557893,0.4102438299,2.6457513111,0.5,0.1,0.4,2,3,8,3,10,4,6,8,0,5,3,0,1,1,1,0,0 +3123,2,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.4,0.9698582371,8,1,1,0,1,1,1,1,2,1,31,3,0.4242640687,0.9868950182,0.34727510710000004,3.6055512755,0.9,0.7,0.9,3,1,10,5,10,1,8,6,1,4,8,0,1,1,1,0,0 +3125,2,2,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5244044241,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5602353402,0.3651027253,2.0,0.1,0.8,0.7,3,3,9,1,9,2,12,7,3,0,11,0,0,1,0,0,1 +3128,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.7,0.1,0.4937104415,7,1,-1,0,-1,0,1,0,0,1,34,2,0.4,0.8548959629,-1.0,3.6055512755,0.7,0.4,0.8,4,2,7,1,11,2,1,4,1,4,7,0,1,1,0,1,0 +3129,2,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.8,0.4,1.1423659659,6,1,-1,0,1,14,1,1,0,1,29,3,0.4,0.7434146145999999,0.3984971769,3.0,0.5,0.0,0.3,3,1,9,4,8,2,5,3,3,4,5,0,1,1,0,0,1 +3130,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.4776243294,7,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7511011201000001,0.2944486373,3.6055512755,0.9,0.9,0.2,0,3,8,1,11,1,7,5,1,1,7,0,0,0,0,0,0 +3133,4,1,2,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.8,0.8,-1.0,10,1,-1,0,0,4,1,1,0,1,104,2,0.4,0.7642448874,0.3938273734,3.3166247904,0.4,0.5,0.6,1,1,6,2,10,3,8,7,0,1,6,0,0,0,0,1,1 +3134,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.4930770731,7,1,-1,0,-1,14,1,1,2,1,49,3,0.3997499218,0.5904718662,0.3685105155,2.0,0.5,0.8,0.1,4,0,9,2,8,4,8,6,2,3,6,0,0,1,0,0,0 +3136,2,1,6,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0.6,0.6,1.0653637876,6,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9317627478,0.4086563348,3.1622776602,0.9,0.2,0.1,1,1,8,2,8,2,4,3,1,3,11,0,1,1,0,0,1 +3137,1,1,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,1.3,1.7278961196,11,0,1,9,1,17,1,0,0,1,104,3,0.4472135955,1.4299410494999998,0.3748332963,3.3166247904,0.5,0.6,0.0,4,3,9,3,11,2,11,8,1,5,7,0,0,1,0,0,0 +3138,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6080894072999999,0.3619392214,2.8284271247,0.0,0.9,0.4,4,3,8,3,11,4,5,7,1,4,8,0,0,0,0,0,0 +3139,2,1,5,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.2,0.5852349955,7,1,-1,0,-1,7,1,1,2,1,96,3,0.4468780594,0.5949338459000001,0.4301162634,1.7320508076,0.7,0.7,0.0,1,2,8,3,10,3,8,4,5,4,11,0,1,1,0,1,1 +3140,0,1,5,1,6,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,1.3781781452,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7417034225,0.3667424164,3.4641016151,0.2,0.8,0.7,5,3,7,3,9,2,10,4,1,3,11,0,1,1,1,0,0 +3143,0,2,1,1,2,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,0.577169819,6,1,-1,0,-1,11,1,0,2,1,47,2,0.3741657387,0.9859026992,0.3817066937,3.7416573868,0.3,0.2,0.4,3,1,8,2,9,4,11,5,3,2,17,0,0,1,0,0,1 +3144,0,1,4,1,1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.7416198487000001,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7488972609000001,0.3907684737,3.4641016151,0.4,0.1,0.3,2,1,9,2,10,3,17,1,2,4,5,0,1,1,0,1,0 +3146,0,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,11,1,0,0,0,1,1,1,2,1,40,2,0.3741657387,0.7379612298999999,0.3248076354,3.0,0.6,0.7,0.4,4,1,7,4,10,3,4,9,4,2,9,0,1,1,0,1,0 +3148,3,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.514781507,4,1,-1,0,0,1,1,1,0,1,104,2,0.4358898944,0.8229909170999999,0.3442382896,3.0,0.7,0.1,0.3,3,1,7,1,8,3,6,4,2,3,4,0,0,1,0,0,0 +3149,2,1,6,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.126741077,0.416533312,3.7416573868,0.8,0.7,0.1,2,2,9,5,11,3,8,8,1,3,10,0,0,1,0,0,0 +3150,2,1,5,1,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0.1,0.2,-1.0,6,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.7394017014,0.4074309757,2.6457513111,0.3,0.8,0.4,3,2,7,3,11,1,8,5,2,2,4,0,0,0,0,1,1 +3151,5,2,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.2,1.3400093283,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.8766248195999999,0.4189272013000001,3.1622776602,0.2,0.7,0.5,0,1,8,0,9,3,13,8,1,4,7,0,0,1,0,0,1 +3153,5,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.9,1.1199888392,4,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6125242448,0.3583294573,3.1622776602,0.4,0.0,0.6,1,2,8,4,9,3,7,4,2,0,8,1,1,1,1,0,0 +3155,4,1,9,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.6,1.6609485242,11,0,1,1,1,9,1,0,2,1,104,2,0.4242640687,1.343955165,-1.0,3.6055512755,0.0,0.9,0.1,1,1,7,4,12,4,12,6,1,0,9,0,1,1,0,1,0 +3157,2,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.675,7,1,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6954396909,0.3974921383,2.2360679775,0.9,0.2,0.6,3,2,7,1,11,3,12,4,0,4,5,0,0,0,0,0,0 +3160,1,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.9,1.1567735301,6,1,-1,0,1,4,1,1,0,1,12,2,0.4,0.8175628972,0.3708099244,3.4641016151,0.3,0.1,0.5,3,1,9,4,7,4,10,7,2,3,9,0,1,0,0,0,0 +3161,7,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.4,1.3797644727,0,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.9835947731,0.4,3.0,0.3,0.8,0.8,2,1,10,3,10,3,6,7,2,4,8,0,0,0,0,0,0 +3162,0,2,0,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.8940777370999999,8,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6175799209,0.3887158345,2.6457513111,0.8,0.7,0.3,2,2,8,5,8,1,11,8,1,4,18,0,1,0,1,1,0 +3163,1,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.2,0.5889609495,7,1,1,0,0,4,1,1,2,1,12,3,0.4,0.814575385,0.3248076354,3.6055512755,0.0,0.3,0.0,2,3,6,2,9,3,4,5,1,5,8,0,0,0,1,0,0 +3164,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5706356105,7,1,-1,0,-1,11,1,1,0,1,53,2,0.4472135955,0.7729812417,0.4236744033,2.8284271247,0.3,0.7,0.7,2,0,7,4,10,2,12,4,1,2,7,0,0,1,0,0,0 +3165,4,2,0,0,6,1,0,0,0,0,0,0,0,0,7,0,0,1,0.8,0.9,0.9256754291,10,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6859270134000001,0.3615245497,3.1622776602,0.7,0.9,0.2,2,0,9,4,10,0,13,5,1,5,6,0,0,1,1,1,0 +3166,2,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.3,-1.0,7,0,-1,0,-1,10,1,0,2,1,28,3,0.3741657387,1.0629562705,0.3820994635,3.7416573868,0.5,0.4,0.8,1,2,8,3,9,3,12,8,0,6,7,0,1,0,0,0,0 +3168,2,1,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7774155903,11,1,1,1,0,16,1,1,2,1,104,3,0.316227766,0.6943693256,0.3016620626,3.1622776602,0.4,0.4,0.3,4,1,7,4,10,2,14,12,1,3,4,1,1,1,0,0,0 +3169,1,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.4,1.8454335534,11,0,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.919991466,0.3286335345,3.1622776602,0.5,0.7,0.1,3,1,8,3,10,4,8,3,1,3,7,0,1,0,1,0,0 +3170,0,1,5,1,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0.9,0.3,0.7858116823000001,10,1,-1,0,0,1,1,0,0,1,51,2,0.3741657387,0.8757287401999999,0.4017461885,3.6055512755,0.7,0.4,0.2,1,2,7,3,10,3,6,5,0,1,8,0,1,1,0,0,0 +3171,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.2,0.9953014619,4,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6207832962,0.3685105155,2.8284271247,0.6,0.4,0.7,3,2,7,3,9,2,10,6,2,2,2,0,1,1,0,1,0 +3176,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,0.3,0.6437196595,7,1,1,0,0,14,1,0,2,1,72,3,0.4,1.1513107873,0.3504283094,3.6055512755,0.7,0.8,0.6,2,0,8,4,7,4,8,6,0,4,4,0,1,0,1,1,0 +3179,0,1,8,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,6,0,-1,0,1,14,1,1,0,1,68,3,0.4472135955,0.8498784551,0.4272001873,2.8284271247,0.0,0.7,0.8,5,2,8,1,9,2,12,4,2,2,6,0,1,0,0,0,0 +3180,7,1,6,0,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.0,1.5341935993,4,1,-1,0,1,6,1,1,0,1,77,2,0.4,0.8726207320999999,0.4216633728,3.4641016151,0.6,0.5,0.6,2,4,8,5,9,2,8,7,1,1,2,0,1,1,0,0,0 +3182,2,2,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.4,0.7206767653,7,1,1,0,1,1,1,1,2,1,64,1,0.316227766,0.5339313108,0.3016620626,2.2360679775,0.6,0.6,0.6,3,2,8,2,10,3,8,2,1,3,5,0,1,1,0,0,0 +3183,0,3,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.6,1.0179636536,9,1,1,0,0,4,1,0,0,1,48,1,0.316227766,0.742594291,0.3019933774,3.7416573868,0.2,0.7,0.9,1,2,7,0,11,3,9,8,1,4,7,0,0,1,1,0,0 +3184,0,1,9,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.893028555,11,1,1,0,1,17,1,0,2,1,104,2,0.3872983346,0.8699054759999999,0.3464101615,3.6055512755,0.0,0.9,0.0,1,2,5,4,9,3,15,7,1,1,4,0,1,1,0,0,0 +3185,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5414101957,11,1,-1,0,-1,0,1,0,2,1,87,1,0.316227766,0.8215285089,0.3615245497,3.7416573868,0.6,0.2,0.4,3,2,9,3,10,0,6,6,2,2,4,0,1,0,1,1,0 +3186,2,1,8,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,1.0,1.3571569548,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3605551275,0.6397636444,0.4449719092,2.2360679775,0.1,0.0,0.9,3,5,9,3,12,3,11,7,1,3,10,0,0,0,0,1,0 +3188,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.7470776399,7,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.7142440956,0.30331501780000003,3.6055512755,0.1,0.4,0.1,1,3,7,2,9,3,9,5,1,3,7,0,1,0,1,0,0 +3189,6,1,11,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.8,0.4,0.8503675676000001,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4285040285,0.3619392214,0.0,0.8,0.7,0.3,1,0,7,3,8,2,7,4,0,5,6,0,0,1,0,1,0 +3191,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.7,1.0198039027,9,1,1,0,1,1,1,0,2,1,70,3,0.3741657387,0.9155001343,0.3301514804,3.7416573868,0.8,0.2,0.2,2,1,9,2,9,1,8,6,1,1,15,0,0,0,0,0,0 +3193,0,1,5,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.5844951877000002,10,1,-1,0,1,0,1,0,0,1,22,3,0.316227766,0.8422838884999999,0.374566416,3.7416573868,0.9,0.2,0.8,3,2,8,1,11,1,18,1,0,6,10,0,0,1,1,0,0 +3194,0,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,7,1,1,0,1,11,1,0,0,1,17,2,0.4242640687,0.988727791,-1.0,3.6055512755,0.5,0.2,0.9,3,2,7,3,10,3,4,6,1,1,11,0,1,1,0,1,0 +3195,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.938416219,8,1,-1,0,0,1,1,0,0,1,51,2,0.4,0.9380280882,0.4017461885,3.7416573868,0.6,0.3,0.6,4,3,10,2,8,3,7,2,0,3,9,0,1,0,0,1,1 +3196,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.1890121951,11,1,-1,0,-1,0,1,1,0,1,34,2,0.4,0.7957791545,-1.0,3.6055512755,0.5,0.4,0.1,3,2,6,2,8,1,4,10,2,2,9,0,1,1,0,0,1 +3197,1,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7143164101999999,0.3937003937,3.0,0.6,0.4,0.1,1,0,8,2,6,1,7,4,1,3,6,0,1,0,0,0,0 +3199,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,6,1,1,0,1,26,1,0.3741657387,0.6246321231,0.3907684737,2.8284271247,0.2,0.2,0.1,2,2,7,3,9,2,8,3,2,0,9,0,1,0,0,1,0 +3201,5,1,7,0,2,0,0,0,1,0,0,0,0,0,4,1,0,0,0.3,0.3,-1.0,4,1,-1,8,0,13,1,1,0,1,4,2,0.5656854249000001,1.2847966684999998,0.5186520992,3.4641016151,0.2,0.2,0.4,4,1,9,4,10,3,7,7,2,11,11,1,0,0,0,0,0 +3202,1,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,0.8422440264,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8803995148999999,0.4185689907,2.6457513111,0.7,0.0,0.7,2,2,8,3,9,4,8,5,1,5,7,0,0,0,0,0,0 +3203,1,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.8196798155,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6789941516,0.3583294573,3.4641016151,0.7,0.9,0.1,3,1,8,3,10,1,6,8,2,4,6,1,1,0,0,0,0 +3205,1,3,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.7123903424,7,1,-1,0,-1,14,1,1,0,1,49,3,0.4,0.6757762601,0.3685105155,3.0,0.0,0.8,0.8,3,2,9,5,9,0,3,8,0,3,5,0,0,1,0,1,0 +3206,5,1,5,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,1.1227755786,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5643131933,0.3640054945,2.2360679775,0.2,0.5,0.2,3,1,6,2,8,3,4,5,1,6,9,0,0,1,1,1,0 +3207,0,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.9103570728,11,1,0,0,1,0,1,1,3,1,32,3,0.3160696126,0.5008463911,0.31144823,0.0,0.9,0.8,0.8,4,2,8,4,12,4,10,4,3,2,4,0,1,1,0,0,0 +3208,0,2,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.4,0.8972179222,10,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5094154809,0.3556683849,1.7320508076,0.7,0.7,0.8,1,2,8,4,10,3,5,3,0,2,5,1,0,0,0,0,0 +3209,0,2,2,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,1.2,1.8699933155,11,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7997416937999999,-1.0,3.6055512755,0.7,0.9,0.3,2,1,6,3,11,2,10,6,0,5,2,0,1,0,0,0,0 +3210,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.9,1.0,1.4184057953,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6633405318,0.3619392214,3.1622776602,0.1,0.1,0.1,3,1,8,4,11,1,5,7,3,1,13,0,0,1,0,1,0 +3211,3,1,5,1,2,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,5,1,1,0,0,1,1,1,2,1,10,2,0.316227766,0.7023278884,0.3193743885,3.3166247904,0.3,0.1,0.5,1,3,8,5,8,4,5,6,5,6,8,0,1,1,0,1,0 +3212,2,1,3,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,1.3079086359999998,10,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.7446919603000001,0.4074309757,2.6457513111,0.4,0.3,0.4,3,2,6,3,9,5,18,4,0,3,10,0,1,0,1,0,0 +3213,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.2,0.5578978401,6,1,-1,0,1,14,1,1,0,1,29,3,0.4458699362,0.8770018423,0.3488552709,3.1622776602,0.5,0.3,0.2,1,3,6,2,9,2,11,6,4,2,6,0,0,1,0,0,0 +3215,0,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.2,0.5958187643999999,7,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.5956280107999999,0.30331501780000003,2.6457513111,0.9,0.5,0.6,1,1,7,2,9,2,9,11,3,3,8,0,1,1,1,1,0 +3216,1,1,7,0,6,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.5878988008,11,1,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9448643263,0.4679743583,3.1622776602,0.5,0.0,0.3,1,1,5,3,11,3,7,6,1,3,4,0,1,0,1,1,0 +3217,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,11,1,0,0,1,0,1,1,2,1,37,2,0.316227766,0.7132222306999999,0.31144823,3.0,0.5,0.5,0.3,4,0,8,4,8,1,3,5,0,2,10,0,1,1,0,0,0 +3218,5,2,5,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.7,0.8023403268000001,11,1,-1,0,-1,4,1,1,2,1,48,1,0.3160696126,0.5190781721,0.3794733192,2.0,0.8,0.3,0.8,3,3,8,1,9,2,8,5,1,4,8,1,0,1,0,0,0 +3219,0,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.0,0.0,0.8503675676000001,5,1,-1,2,-1,4,0,0,2,1,104,2,0.4,0.8595837931999999,0.5291502621999999,3.6055512755,0.4,0.4,0.5,3,2,7,3,10,5,1,5,1,1,8,0,1,0,0,0,1 +3221,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.5,0.9653367288,10,0,0,8,0,9,1,1,2,1,13,3,0.4472135955,0.9247849873,0.3991240409,2.8284271247,0.8,0.3,0.9,1,1,6,3,7,2,7,5,2,1,5,0,1,0,0,1,0 +3222,2,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.8124038404999999,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.777684633,0.3850973903,3.3166247904,0.0,0.3,0.2,4,1,7,0,8,3,3,3,0,2,6,0,1,1,0,1,0 +3226,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.4,0.7084313658,11,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6997490695,0.3583294573,3.4641016151,0.2,0.4,0.5,2,2,7,2,9,4,6,6,0,4,3,1,0,0,1,1,0 +3227,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7057797106999999,7,0,1,0,1,15,1,0,1,1,5,2,0.4472135955,1.2162807418,0.32557641190000003,3.7416573868,0.8,0.1,0.1,1,1,8,3,9,3,7,5,0,3,9,1,1,1,1,0,0 +3229,1,2,2,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,1.2,0.7403546447,6,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.8697867127,0.3974921383,3.4641016151,0.7,0.7,0.0,3,1,10,4,10,2,10,6,1,4,3,0,1,1,1,0,0 +3231,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.5,0.1,0.4795831523,11,1,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,1.026977029,0.3466987165,3.7416573868,0.1,0.8,0.1,2,1,9,5,9,1,7,5,2,4,11,0,0,0,1,0,0 +3234,1,4,8,0,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.7,1.6257690488,11,0,1,9,1,1,1,1,2,1,104,3,0.4898979486,1.3029781526000002,-1.0,3.4641016151,0.7,0.7,0.6,3,2,9,2,10,3,12,4,4,4,6,0,1,1,0,1,0 +3240,2,1,3,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.8,0.6,1.0225580668,11,1,0,0,1,1,1,1,2,1,40,2,0.423792402,0.7243692040999999,0.3293933818,2.8284271247,0.6,0.8,0.3,5,1,9,5,9,4,10,2,1,4,4,0,0,1,0,0,0 +3242,5,1,6,0,0,0,0,1,0,0,1,0,0,1,10,0,0,0,0.9,0.7,0.9148087232,7,1,0,0,1,1,1,1,1,1,31,3,0.4242640687,0.9456075051,0.34727510710000004,3.4641016151,0.0,0.5,0.1,3,1,5,2,10,2,8,3,2,2,4,0,0,1,0,1,0 +3244,2,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7361215931999999,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7712418879,0.4062019202,3.1622776602,0.9,0.3,0.0,3,0,8,1,10,1,6,6,0,3,6,0,1,0,0,0,0 +3246,2,1,6,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,5,1,0,8,0,11,1,1,2,1,24,2,0.4898979486,0.8957659818000001,0.4098780306,3.0,0.3,0.0,0.0,3,2,5,3,11,4,7,6,1,1,7,0,1,0,1,0,0 +3247,0,1,8,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,11,1,1,2,1,1,1,0,0,1,1,0,0.3741657387,0.9637049718,0.33615472630000004,3.6055512755,0.2,0.0,0.0,3,1,7,0,10,2,10,2,3,2,11,0,1,1,0,1,0 +3248,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.7,1.6401219467,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6911781773000001,0.3615245497,3.1622776602,0.3,0.5,0.5,3,4,8,3,10,1,8,6,1,0,7,1,1,0,0,0,0 +3249,5,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.5111262075,5,1,0,0,1,11,1,1,2,1,76,3,0.316227766,0.7952597164,0.3181194744,3.6055512755,0.8,0.8,0.0,2,2,8,5,10,3,7,10,0,4,6,0,1,1,0,0,1 +3250,4,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.6,1.603706644,9,1,1,1,0,7,1,1,2,1,104,1,0.4,1.2051199316,0.3413209633,3.6055512755,0.2,0.1,0.8,4,0,9,5,8,1,10,8,2,4,12,0,1,1,0,0,0 +3251,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,6,1,-1,0,-1,14,1,1,0,1,42,2,0.4,0.7665259182999999,0.3937003937,3.4641016151,0.2,0.8,0.0,3,2,7,2,9,3,12,3,5,1,10,0,1,1,1,0,0 +3252,0,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,11,1,1,2,0,53,2,0.4472135955,0.7432756404,0.3774917218,2.4494897428,0.6,0.6,0.2,3,2,8,3,11,2,8,3,2,5,4,0,1,1,0,0,1 +3253,5,1,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.804673847,11,1,-1,0,-1,6,1,1,0,1,77,2,0.3741657387,0.7582194234999999,0.3874274126,3.1622776602,0.2,0.5,0.7,3,2,10,4,9,3,6,5,1,1,8,0,0,0,0,0,0 +3255,1,1,3,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.3,0.9559027147,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7004720958,0.3615245497,3.3166247904,0.7,0.7,0.6,4,0,8,7,8,2,9,7,2,1,5,0,0,0,0,1,0 +3257,0,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,0,0,1,11,1,1,0,1,67,2,0.3741657387,0.6349659977000001,0.3008321791,2.6457513111,0.1,0.9,0.5,2,3,7,3,12,3,7,4,2,4,11,1,0,1,0,0,0 +3258,0,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.7652613933,11,1,-1,2,-1,1,1,0,0,1,90,0,0.3741657387,0.8168929242,0.4196427052,3.6055512755,0.6,0.2,0.4,2,4,8,1,6,2,7,9,0,4,6,0,1,0,1,0,0 +3259,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.6959705454,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6449101417,0.3583294573,3.4641016151,0.0,0.5,0.8,5,1,7,5,12,3,7,2,1,3,4,0,0,1,0,0,0 +3265,2,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,10,1,-1,9,0,17,1,1,0,1,104,2,0.608276253,1.4579363883,0.5165268628,3.4641016151,0.4,0.3,0.3,3,0,8,2,8,1,10,5,0,2,8,0,1,0,1,0,0 diff --git a/RS-tf/PNN/data/train.csv b/RS-tf/PNN/data/train.csv new file mode 100644 index 0000000..b6fe4b0 --- /dev/null +++ b/RS-tf/PNN/data/train.csv @@ -0,0 +1,10001 @@ +id,target,ps_ind_01,ps_ind_02_cat,ps_ind_03,ps_ind_04_cat,ps_ind_05_cat,ps_ind_06_bin,ps_ind_07_bin,ps_ind_08_bin,ps_ind_09_bin,ps_ind_10_bin,ps_ind_11_bin,ps_ind_12_bin,ps_ind_13_bin,ps_ind_14,ps_ind_15,ps_ind_16_bin,ps_ind_17_bin,ps_ind_18_bin,ps_reg_01,ps_reg_02,ps_reg_03,ps_car_01_cat,ps_car_02_cat,ps_car_03_cat,ps_car_04_cat,ps_car_05_cat,ps_car_06_cat,ps_car_07_cat,ps_car_08_cat,ps_car_09_cat,ps_car_10_cat,ps_car_11_cat,ps_car_11,ps_car_12,ps_car_13,ps_car_14,ps_car_15,ps_calc_01,ps_calc_02,ps_calc_03,ps_calc_04,ps_calc_05,ps_calc_06,ps_calc_07,ps_calc_08,ps_calc_09,ps_calc_10,ps_calc_11,ps_calc_12,ps_calc_13,ps_calc_14,ps_calc_15_bin,ps_calc_16_bin,ps_calc_17_bin,ps_calc_18_bin,ps_calc_19_bin,ps_calc_20_bin +7,0,2,2,5,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.7,0.2,0.7180703307999999,10,1,-1,0,1,4,1,0,0,1,12,2,0.4,0.8836789178,0.3708099244,3.6055512755,0.6,0.5,0.2,3,1,10,1,10,1,5,9,1,5,8,0,1,1,0,0,1 +9,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.8,0.4,0.7660776723,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6188165191,0.3887158345,2.4494897428,0.3,0.1,0.3,2,1,9,5,8,1,7,3,1,1,9,0,1,1,0,1,0 +13,0,5,4,9,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6415857163,0.34727510710000004,3.3166247904,0.5,0.7,0.1,2,2,9,1,8,2,7,4,2,7,7,0,1,1,0,1,0 +16,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5809475019,7,1,0,0,1,11,1,1,3,1,104,1,0.3741657387,0.5429487899000001,0.2949576241,2.0,0.6,0.9,0.1,2,4,7,1,8,4,2,2,2,4,9,0,0,0,0,0,0 +17,0,0,2,0,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.6,0.840758586,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5658315025,0.3651027253,2.0,0.4,0.6,0.0,2,2,6,3,10,2,12,3,1,1,3,0,0,0,1,1,0 +19,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.8,2.3326487091,10,0,-1,0,0,14,1,1,0,1,104,2,0.4459820624000001,0.879049073,0.4062019202,3.0,0.7,0.8,0.4,3,1,8,2,11,3,8,4,2,0,9,0,1,0,1,1,1 +20,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.6174544518,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6396829018,0.3687817783,3.1622776602,0.2,0.6,0.5,2,2,8,1,8,3,10,3,0,0,10,0,1,0,0,1,0 +22,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.6072478901,11,1,0,0,0,11,1,1,2,1,30,3,0.4469899328,0.9005737382,0.3748332963,3.3166247904,0.1,0.5,0.1,1,2,7,1,6,1,13,7,1,3,6,1,0,1,0,1,0 +26,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.7,0.9013878189,10,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7806412918000001,0.4074309757,2.8284271247,0.9,0.8,0.6,3,1,7,3,9,4,11,4,2,1,5,0,1,0,0,0,1 +28,1,1,1,2,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,1.4,2.3166516786,11,0,0,1,0,14,1,1,2,1,104,2,0.4472135955,1.4581843686000002,0.390256326,3.6055512755,0.7,0.8,0.8,2,2,8,2,9,1,11,3,5,0,6,0,1,0,0,1,0 +34,0,5,2,2,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.5,0.4,0.7956915231,11,1,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,0.8751977343999999,0.4295346319,2.8284271247,0.8,0.1,0.0,2,3,8,2,9,4,7,6,3,3,6,0,1,1,0,1,1 +35,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.1,0.3783186488000001,11,0,-1,0,-1,11,1,0,0,1,36,3,0.3741657387,0.9544913405,0.3793415348,3.7416573868,0.3,0.7,0.5,2,2,8,2,10,1,8,9,2,1,10,0,1,0,1,0,0 +36,0,2,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.548292805,6,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7653390109,0.3850973903,3.1622776602,0.7,0.8,0.9,4,1,8,4,11,1,9,6,3,3,8,0,0,1,0,0,1 +43,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.9,0.6841966092,9,1,0,0,1,6,1,1,2,1,104,3,0.4,0.9833111544,0.35608987630000005,3.6055512755,0.8,0.7,0.6,2,1,10,1,8,3,8,2,0,4,3,0,0,1,0,1,0 +46,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.8,0.6,1.0529719844,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5665248567,0.3583294573,2.6457513111,0.4,0.4,0.1,3,1,8,2,6,3,12,4,1,3,9,0,0,0,0,1,0 +48,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.4,0.3,-1.0,6,1,-1,9,1,15,1,0,0,1,41,2,0.5477225575,1.7191579719,0.5329165038,3.7416573868,0.5,0.4,0.2,2,1,9,5,10,2,13,5,2,6,7,0,1,1,0,1,0 +50,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.3,0.6995534290000001,11,1,-1,1,-1,3,1,1,0,1,59,3,0.316227766,0.7637040012999999,0.3498571137,3.6055512755,0.3,0.0,0.3,2,1,10,6,7,3,5,3,3,1,8,0,0,1,0,0,0 +58,0,5,1,6,0,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,0.810863737,11,1,1,0,0,11,1,0,2,1,104,2,0.316227766,0.8762947917,0.3207802986,3.6055512755,0.2,0.6,0.1,1,3,8,2,9,1,10,9,1,3,9,0,1,1,0,0,0 +61,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.6682281988000001,0.3663331817,2.8284271247,0.4,0.3,0.3,3,1,8,3,11,2,11,3,1,6,5,0,0,0,1,0,0 +64,1,0,1,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.4023369235,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4645934862,0.3612478374,0.0,0.7,0.3,0.2,2,2,8,2,5,2,10,10,3,1,11,0,1,1,0,1,0 +65,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.7,1.3727253913,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5687815017,0.3702701716,2.0,0.8,0.6,0.8,1,4,8,3,8,1,18,7,2,2,4,0,1,0,0,1,0 +66,0,0,1,5,1,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.9559027147,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.575964875,0.3583294573,2.6457513111,0.3,0.7,0.1,3,2,9,3,7,3,13,5,5,3,8,0,0,0,0,1,0 +72,0,5,3,6,1,3,0,1,0,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.742041104,5,0,0,0,0,14,1,1,0,1,29,3,0.4472135955,0.984434645,0.3683748091,3.3166247904,0.0,0.6,0.6,3,2,8,0,9,0,11,8,1,3,5,0,0,0,0,0,1 +74,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.2,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,95,2,0.4,0.7287343268,0.4013726448,2.6457513111,0.3,0.7,0.6,2,1,8,3,10,2,4,7,1,3,9,0,1,0,1,0,0 +77,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.4,0.2,0.5873670061999999,4,1,-1,0,0,1,1,1,0,1,104,3,0.4242640687,0.7210386219,0.4129164564,2.6457513111,0.2,0.2,0.3,2,1,7,4,7,2,11,5,1,2,8,0,1,1,1,0,0 +78,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,4,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,0.8947505308,0.5277309921,1.4142135624,0.5,0.7,0.6,2,2,9,4,10,4,9,6,4,4,4,0,0,1,1,0,1 +79,0,0,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.6661456297,10,1,-1,0,1,15,1,0,0,1,5,2,0.4472135955,1.3145954347,0.4,3.7416573868,0.9,0.5,0.2,4,2,7,2,10,0,10,4,2,4,3,0,1,1,1,0,1 +80,0,4,1,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.8,1.0344080433,4,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6801039055,0.3687817783,3.3166247904,0.7,0.1,0.5,2,1,7,4,10,2,4,7,2,2,11,0,1,0,1,0,0 +84,1,0,2,0,1,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,4,0,-1,0,1,6,1,1,0,1,104,2,0.4472135955,0.720264529,0.4415880433,2.6457513111,0.8,0.4,0.1,2,2,10,3,9,2,5,3,2,0,8,0,1,1,0,0,0 +85,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,1.1556924331,8,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.6424706959,0.3820994635,2.0,0.9,0.3,0.6,2,3,7,3,12,2,11,2,0,4,7,0,1,0,0,0,0 +89,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.3,0.8287792226999999,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8454667643000001,0.3615245497,3.7416573868,0.1,0.4,0.2,3,2,8,0,9,3,5,5,3,1,11,0,1,0,0,1,0 +90,0,1,1,2,1,6,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.5,0.9120718173,7,1,-1,0,-1,0,1,1,3,1,66,3,0.3998749805,0.6733412431999999,0.3817066937,2.4494897428,0.1,0.4,0.8,2,4,7,4,9,2,12,7,1,2,3,0,1,1,1,0,0 +93,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.8842369592,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.68511325,0.3768288736,3.1622776602,0.0,0.8,0.3,4,2,6,5,9,3,9,6,1,4,11,0,1,1,0,0,0 +95,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.5,0.3,0.6533567173,6,1,-1,0,0,6,1,1,0,1,26,1,0.3741657387,0.6014101885,0.3907684737,2.8284271247,0.7,0.3,0.6,3,1,7,3,7,2,12,2,1,3,11,1,0,1,0,0,1 +96,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,9,0,0,0,0.9,0.4,0.9222933373,11,1,1,1,0,12,1,0,2,1,104,3,0.3741657387,0.8202876939,0.307408523,3.6055512755,0.9,0.4,0.0,1,2,10,3,6,2,7,3,2,6,8,0,1,0,0,0,0 +98,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,1.247497495,8,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6494116853999999,0.3619392214,3.1622776602,0.7,0.7,0.8,3,2,9,1,11,1,7,9,1,3,14,0,0,0,0,1,0 +99,0,1,1,6,1,4,0,1,0,0,0,0,0,0,0,4,0,0,1,0.0,0.0,0.6031169041,7,1,-1,0,-1,0,1,1,0,1,54,3,0.4,0.9572256744,0.3826225294,3.6055512755,0.8,0.5,0.9,2,1,8,0,11,2,15,1,2,2,6,0,1,1,1,1,0 +101,0,3,4,9,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.4,0.7206767653,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6422616289,0.3615245497,3.3166247904,0.0,0.2,0.3,2,3,8,4,8,3,12,4,1,1,7,0,0,1,1,0,0 +104,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,1.3,0.938416219,6,1,-1,0,1,11,1,1,0,1,19,3,0.316227766,0.6427761329,0.3887158345,2.6457513111,0.1,0.5,0.1,1,1,7,4,10,3,7,5,0,4,6,0,1,0,0,1,0 +107,1,2,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.9209370228,6,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7401648520999999,0.3598610843,3.4641016151,0.7,0.3,0.6,4,0,9,4,10,2,10,6,0,8,14,0,1,0,1,0,0 +109,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6941721688,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6537242323,0.3974921383,1.7320508076,0.8,0.6,0.9,3,0,8,4,9,4,4,9,3,1,9,0,1,1,1,0,1 +110,1,5,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.8124038404999999,11,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0238983195,0.4086563348,3.6055512755,0.1,0.7,0.5,4,1,8,1,10,4,6,5,2,0,7,1,1,0,0,0,0 +111,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.6,0.7275816104999999,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.596390659,0.3687817783,2.8284271247,0.5,0.9,0.9,2,4,8,2,11,3,9,0,0,2,5,0,1,1,0,1,1 +112,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.6,1.7038559211000002,10,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.7894225843000001,0.3685105155,3.4641016151,0.0,0.0,0.2,0,3,8,3,10,1,6,3,2,3,6,0,1,0,1,0,0 +116,0,5,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.0,1.007472084,11,1,-1,0,-1,9,1,1,2,1,93,3,0.4,0.9557459983,0.3872983346,3.7416573868,0.9,0.5,0.1,5,3,9,3,10,1,11,8,1,7,8,0,1,1,0,1,0 +117,0,1,1,6,1,3,0,0,1,0,0,0,0,0,0,8,0,1,0,0.3,0.0,1.1768602296,11,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6667269257,0.2887905816,3.4641016151,0.6,0.4,0.5,2,2,7,2,12,0,4,4,1,4,6,1,1,0,0,0,0 +119,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.3,0.7224091638,11,1,1,0,1,14,1,1,2,1,49,3,0.4,0.7280251789,-1.0,3.3166247904,0.9,0.3,0.4,3,1,8,4,10,0,7,9,0,3,10,0,0,1,0,0,0 +120,0,0,1,9,0,0,0,1,0,0,0,0,1,0,1,5,1,0,0,0.1,0.2,-1.0,7,1,0,2,0,1,1,1,2,1,1,0,0.4242640687,0.9707818269,0.3468429039,3.6055512755,0.0,0.6,0.7,2,3,8,4,11,0,5,4,5,3,11,0,1,1,0,1,0 +121,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5338539125999999,11,1,1,0,0,0,1,1,1,1,22,3,0.316227766,0.7186275947,0.310322413,3.1622776602,0.0,0.2,0.2,1,1,9,3,10,3,9,7,1,2,3,0,0,1,0,0,0 +123,0,4,2,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.9,1.4568802284,11,1,-1,0,-1,1,1,1,2,1,85,3,0.4,0.8936298898999999,0.4074309757,3.4641016151,0.9,0.2,0.1,2,2,7,6,9,3,7,10,1,2,13,0,0,1,0,0,0 +125,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.8,1.1166355717,11,0,0,1,0,17,1,1,1,1,104,3,0.4472135955,1.3238826569,0.3754996671,3.1622776602,0.3,0.3,0.0,2,2,10,3,7,0,6,7,2,5,6,0,0,1,0,1,0 +127,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.8,0.8,1.3040801356,11,1,1,0,1,0,1,1,2,1,78,3,0.4,0.8650013137,0.3287856445,3.4641016151,0.6,0.6,0.9,1,2,8,1,6,2,9,7,3,3,5,0,1,1,1,0,1 +137,0,2,2,2,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,0.3,0.5706356105,11,1,1,0,0,14,1,0,2,1,49,3,0.4,0.8421489631,0.3292415527,3.7416573868,0.8,0.1,0.9,0,4,8,6,9,4,10,4,1,6,8,0,0,1,1,0,1 +138,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.8,0.2,0.5232112384000001,11,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7172606290000001,0.3598610843,3.3166247904,0.4,0.2,0.8,1,0,8,5,11,4,8,2,3,3,9,0,1,0,0,0,0 +142,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6087897831,11,1,0,0,0,14,1,1,0,1,82,3,0.316227766,0.7406162276999999,0.3292415527,3.6055512755,0.8,0.4,0.9,1,3,5,6,8,1,6,9,1,2,12,0,0,1,0,0,0 +143,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7492282531000001,0.3615245497,3.6055512755,0.3,0.2,0.6,2,4,7,5,11,3,12,13,2,1,11,0,1,1,0,0,0 +144,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.2,0.6708203932,3,1,-1,0,-1,1,1,1,-1,1,31,3,0.3741657387,0.6970717975,0.3854867053,2.8284271247,0.0,0.9,0.8,3,1,9,5,10,2,13,3,0,2,4,0,1,0,0,1,0 +145,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.4,1.0006248048,11,0,1,0,1,10,1,0,2,1,28,3,0.3872983346,0.9572445606,0.3386738844,3.7416573868,0.8,0.4,0.4,2,2,8,2,10,2,10,1,1,4,6,0,1,1,0,1,1 +147,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.4716990566,7,1,-1,0,-1,0,1,1,1,1,34,2,0.4,0.8305504498,0.3780211634,3.6055512755,0.0,0.5,0.5,3,3,7,1,9,2,7,6,0,1,12,0,0,0,1,0,0 +149,0,0,1,1,0,4,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.0,0.5717298313,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4235563717,0.6161061409,0.4129164564,1.7320508076,0.2,0.6,0.0,1,1,6,5,11,1,7,2,1,1,6,0,1,0,0,0,1 +150,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.7872072459,0.374566416,3.4641016151,0.3,0.1,0.4,2,3,9,4,11,3,13,4,0,3,12,0,1,1,0,1,0 +153,0,3,1,5,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.4451123454,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.6096164625,0.3651027253,2.6457513111,0.0,0.3,0.3,4,3,8,4,8,4,12,8,3,3,12,0,1,0,1,0,0 +155,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.7483314774,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7032539482,0.3615245497,3.3166247904,0.6,0.2,0.9,4,3,9,2,11,4,5,4,0,2,6,0,0,1,0,1,0 +156,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,0.6,0.6901086871,0,1,-1,0,0,7,1,1,0,1,104,2,0.4,0.8406019095,0.4154515616,3.4641016151,0.4,0.2,0.2,3,2,5,4,9,1,7,6,2,1,7,0,0,1,0,0,0 +160,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.7314369419,11,1,-1,0,-1,14,1,0,0,1,8,3,0.3872983346,0.9183168218,-1.0,3.7416573868,0.1,0.9,0.8,3,1,8,3,7,3,7,5,5,1,5,0,1,0,0,0,0 +162,1,6,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.679613861,4,1,-1,0,0,1,1,1,0,1,38,3,0.316227766,0.7075449348,0.3598610843,3.3166247904,0.5,0.4,0.3,2,3,8,4,8,3,8,3,2,3,16,0,0,0,0,0,0 +163,0,4,3,6,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.2,0.3,-1.0,6,1,-1,0,0,11,1,0,0,1,3,2,0.4242640687,1.2409215784,0.4349712634,3.6055512755,0.9,0.5,0.8,2,1,8,2,10,4,11,9,6,3,8,0,1,1,1,0,0 +166,0,4,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.577169819,6,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.7176350047,0.3663331817,3.0,0.6,0.0,0.8,3,3,7,2,8,2,11,4,2,1,10,1,1,1,1,0,0 +170,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.0,1.4540890619,11,0,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7811968990000001,0.3907684737,3.1622776602,0.0,0.8,0.5,3,1,8,3,9,3,10,3,2,3,7,0,0,1,1,1,0 +177,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.5,0.9117291264,11,1,1,0,0,6,1,0,2,1,104,3,0.4,1.0373599676,0.35608987630000005,3.6055512755,0.6,0.1,0.4,3,2,7,2,9,4,8,8,1,1,11,0,0,1,1,0,0 +186,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7014006059000001,0.3615245497,3.3166247904,0.4,0.8,0.9,3,2,8,4,8,2,11,2,2,3,7,0,1,0,0,0,0 +189,0,3,2,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.2,0.6046693311,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6621402813,0.3619392214,3.1622776602,0.4,0.2,0.0,1,1,9,2,9,2,13,9,1,2,9,0,1,1,0,1,0 +193,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.4465142775,11,1,-1,0,-1,1,1,1,1,1,38,3,0.316227766,0.7051610214,0.3598610843,3.3166247904,0.0,0.5,0.3,0,3,6,6,11,2,5,8,3,5,12,1,1,1,0,0,0 +194,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,7,1,0,0,1,11,1,1,2,1,104,1,0.423792402,0.3773001085,-1.0,0.0,0.2,0.1,0.6,3,2,7,1,9,4,9,5,1,2,2,0,1,1,0,0,0 +197,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.7,1.1357816692,9,1,1,0,1,1,1,0,2,1,25,3,0.4,0.9070573847,-1.0,3.6055512755,0.9,0.8,0.6,2,1,8,3,7,5,7,6,2,3,6,0,0,0,0,0,1 +199,0,4,2,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.8351646544,11,1,-1,0,-1,1,1,1,0,1,85,3,0.3741657387,0.7428446552,0.3974921383,3.0,0.0,0.8,0.6,2,2,8,2,8,2,4,4,3,1,5,0,1,0,1,1,0 +200,0,2,2,5,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.8,0.8437268515,11,1,-1,0,-1,1,1,1,2,1,85,3,0.4242640687,0.7691763331,0.4159326869,2.8284271247,0.6,0.8,0.4,4,1,8,5,8,3,8,2,1,2,8,0,1,1,1,1,0 +205,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,1.0744184473,11,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7488834664,0.3615245497,3.6055512755,0.3,0.3,0.3,1,2,9,4,10,2,9,3,1,2,11,0,0,1,0,1,0 +206,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.7,0.9685685314,11,0,-1,1,-1,9,1,1,0,1,61,3,0.4472135955,1.0149196931,0.5204805472,3.4641016151,0.8,0.2,0.8,1,2,7,4,9,0,8,8,1,1,5,0,0,1,0,0,0 +208,0,7,1,6,1,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.662382065,6,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.7173038362,0.3887158345,3.3166247904,0.6,0.8,0.9,2,4,8,4,10,3,8,5,0,3,7,0,1,0,1,0,0 +209,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,0,0,1,1,9,1,1,2,1,104,2,0.4242640687,1.2653030212,0.35,3.6055512755,0.7,0.3,0.6,1,3,8,1,10,3,15,4,1,4,9,0,1,1,1,1,0 +210,0,5,1,8,1,1,0,0,1,0,0,0,0,0,0,4,0,1,0,0.6,0.4,0.9185586535,7,1,1,0,0,1,1,1,3,1,10,2,0.316227766,0.5795588234000001,0.3193743885,2.4494897428,0.2,0.1,0.7,4,2,6,3,9,0,11,4,3,3,8,0,1,1,0,1,0 +211,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8232168307,0.4074309757,3.0,0.9,0.3,0.5,3,3,8,4,10,2,7,5,3,3,10,1,1,1,0,1,0 +212,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.4974937186,7,1,0,0,1,14,1,1,0,1,104,2,0.316227766,0.5815873121,0.3376388603,2.2360679775,0.2,0.6,0.3,2,0,6,6,12,3,5,5,2,5,8,0,1,0,1,1,0 +214,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.8306623863,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.7132982697,0.3687817783,3.4641016151,0.9,0.7,0.1,4,3,8,1,10,2,9,4,0,3,10,1,1,1,0,1,0 +215,0,5,3,5,1,3,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.8,0.9354143467,7,1,-1,0,-1,1,1,1,3,1,31,3,0.3605551275,0.5225296068999999,0.3937003937,0.0,0.5,0.4,0.1,1,3,6,3,9,1,9,6,1,2,7,0,0,0,1,1,0 +216,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.4,0.8403868157,11,1,0,1,1,12,1,1,2,1,104,2,0.3741657387,0.7518572047,0.331662479,3.4641016151,0.7,0.0,0.7,1,3,7,0,10,3,6,3,2,5,10,0,0,0,0,1,0 +217,1,1,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7516648189,10,1,-1,0,0,6,1,1,0,1,104,1,0.3160696126,0.5450187653,0.3456877203,2.0,0.1,0.1,0.8,4,1,8,4,11,2,10,9,1,1,6,0,1,0,0,0,0 +218,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.8,0.7,1.3160072188,10,1,-1,0,1,11,1,1,0,1,69,2,0.4242640687,1.0627939554,-1.0,3.4641016151,0.8,0.7,0.7,2,1,9,2,8,4,7,3,2,2,6,0,1,0,0,0,0 +221,0,2,1,3,0,1,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.5,-1.0,11,1,-1,0,-1,1,1,1,3,1,31,3,0.3974921383,0.5004956221,0.3987480407,0.0,0.0,0.2,0.8,4,4,7,2,7,5,8,9,2,5,4,0,0,0,0,0,0 +223,0,0,3,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.6,1.1567735301,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7724351051999999,0.3814446225,3.1622776602,0.2,0.8,0.2,3,2,10,5,10,1,10,6,1,3,8,0,1,0,1,0,1 +224,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.5,0.1,0.5055937104,10,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8481506376000001,0.3794733192,3.7416573868,0.0,0.0,0.6,2,2,7,3,9,0,9,9,4,6,5,0,1,1,0,0,0 +225,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,6,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5013205701,0.3556683849,1.4142135624,0.5,0.3,0.3,3,3,6,4,11,1,8,6,2,2,9,0,1,0,0,1,0 +227,0,7,1,10,0,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.9,1.6,1.675559608,11,1,1,0,0,0,1,1,2,1,46,3,0.4,0.7907784636,0.3003331484,3.3166247904,0.3,0.0,0.2,1,2,9,2,6,4,6,5,3,1,4,0,0,1,0,0,0 +229,0,3,1,4,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.4,0.6661456297,10,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.751829724,0.299165506,3.6055512755,0.2,0.3,0.9,3,0,9,7,8,3,11,6,0,3,8,0,1,0,0,1,0 +235,0,3,1,6,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.9182183836,11,0,0,9,1,8,-1,1,2,1,104,3,0.5196152423,1.6553319809,0.5057667446999999,3.0,0.2,0.0,0.8,2,0,9,0,9,1,6,5,1,3,6,0,1,0,0,0,0 +239,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0.9,0.4,0.7335700376000001,11,1,-1,0,-1,0,1,1,3,1,39,3,0.3160696126,0.6258382808,0.3744329045000001,2.4494897428,0.8,0.5,0.2,3,1,8,4,11,1,9,3,0,2,9,0,1,1,0,1,0 +244,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.6,0.1,0.7137051212000001,6,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8009292123999999,0.3794733192,3.7416573868,0.9,0.2,0.6,4,2,10,0,12,2,10,4,2,3,6,0,0,0,0,0,1 +248,0,5,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.5,1.1986972095,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7412575868000001,0.3974921383,2.8284271247,0.3,0.5,0.0,1,2,9,4,9,2,8,8,1,4,11,0,0,1,0,0,1 +261,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.6403124237,11,1,-1,0,-1,14,0,1,1,1,42,2,0.4,0.7533670974,0.3937003937,3.3166247904,0.1,0.6,0.9,1,1,6,3,10,2,8,3,1,3,6,0,1,1,0,0,1 +263,0,2,1,6,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7846177413,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.593595293,0.3583294573,2.6457513111,0.3,0.6,0.1,3,0,7,1,11,6,7,6,2,2,10,0,1,0,0,0,0 +264,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,0.810863737,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.5721678364,0.3615245497,2.4494897428,0.7,0.4,0.9,2,3,9,2,11,1,5,7,2,5,5,0,0,0,0,0,1 +265,0,1,2,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.4489220131,2,1,-1,0,-1,1,1,1,0,1,104,3,0.4242640687,0.9993592989,-1.0,3.6055512755,0.7,0.9,0.4,5,1,10,3,10,5,7,7,2,2,8,0,1,0,0,0,0 +266,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.1,0.3,-1.0,7,1,0,0,0,0,1,1,2,1,43,3,0.4,0.6419237616,0.3003331484,2.4494897428,0.1,0.2,0.9,1,1,9,4,7,3,10,6,0,2,3,0,0,1,0,0,0 +269,0,1,2,4,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0.8,0.6,1.0289557814,6,1,-1,0,0,1,1,1,0,1,38,0,0.316227766,0.705761414,0.3598610843,3.4641016151,0.7,0.8,0.7,3,1,10,4,11,2,4,1,3,4,9,0,1,0,1,0,0 +271,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,-1.0,11,0,1,1,1,0,1,1,2,1,75,2,0.4472135955,1.1109150424,0.3823610859,3.4641016151,0.8,0.8,0.6,1,3,7,4,10,2,8,7,0,5,7,0,1,1,0,0,0 +280,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.5968668193,11,1,-1,0,-1,1,1,1,0,1,91,3,0.4179712909,0.9792052774,0.3657868232,3.4641016151,0.8,0.2,0.2,1,3,9,1,9,0,12,5,0,2,5,0,0,0,1,0,0 +284,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.7709571973,7,1,1,0,0,1,1,1,2,1,10,2,0.316227766,0.6200006665,0.3193743885,2.6457513111,0.1,0.6,0.3,2,3,9,4,10,4,5,7,0,4,14,0,0,1,0,1,0 +285,1,0,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.6,0.2,0.5562148865,7,1,1,0,0,0,1,0,2,1,23,3,0.4,0.9899599291,0.3309078422,3.6055512755,0.3,0.3,0.6,3,0,6,4,11,0,7,9,2,5,7,0,0,0,0,0,0 +286,0,3,2,5,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.2,0.2,-1.0,5,1,1,0,1,0,1,1,2,1,54,3,0.4,0.9463937643,0.32,3.6055512755,0.9,0.6,0.7,3,3,9,5,12,3,7,0,1,7,9,1,1,1,1,0,0 +301,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0.3,0.3,-1.0,10,1,-1,0,1,0,1,1,0,1,32,3,0.3160696126,0.5310600657,0.3649657518,1.4142135624,0.3,0.8,0.5,3,3,9,2,10,2,9,5,3,0,11,0,1,1,0,0,0 +302,0,0,1,9,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.7,1.1913752557,7,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6784005253000001,0.3292415527,3.1622776602,0.5,0.0,0.6,3,2,9,4,11,0,11,6,1,0,8,0,1,1,0,0,0 +305,0,2,3,3,1,4,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.8,1.6968721225,11,0,0,0,1,11,1,1,2,1,2,3,0.4242640687,1.0152697805,-1.0,3.6055512755,0.6,0.9,0.2,3,1,7,3,8,4,11,6,2,4,6,0,1,0,0,0,0 +306,0,2,1,6,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.6466258578,10,1,-1,8,0,11,0,0,0,1,71,2,0.4898979486,1.4041005474,0.4949747468,3.6055512755,0.0,0.7,0.1,2,3,8,5,11,3,5,2,2,2,12,1,0,1,0,0,0 +307,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,1.2,0.9912113801,11,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.6427600609,0.3292415527,3.0,0.2,0.8,0.6,2,5,7,3,10,3,5,2,3,1,11,0,1,1,1,1,0 +309,0,5,1,7,0,5,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.9,1.0105691466,11,1,1,0,1,17,1,1,2,1,104,3,0.4220189569,0.7360689645999999,0.3435112807,2.0,0.1,0.8,0.5,1,2,9,3,8,2,4,3,1,5,7,0,1,1,0,0,0 +310,0,4,2,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.7,1.1656543227,4,1,-1,0,1,1,1,1,0,1,104,2,0.4242640687,0.9754104879,-1.0,3.4641016151,0.3,0.4,0.5,3,2,10,3,10,3,6,5,1,3,6,0,0,0,0,0,1 +311,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.7262919523,7,1,-1,0,-1,6,1,1,0,1,26,3,0.3741657387,0.6143262116,0.3907684737,2.8284271247,0.9,0.0,0.9,2,2,6,1,8,2,6,5,1,5,11,0,0,1,0,1,1 +312,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.8638576272,6,1,-1,0,0,11,1,1,0,1,19,1,0.3155946768,0.5151827085,0.3626292873,1.0,0.4,0.1,0.0,3,3,9,5,6,6,8,6,1,2,10,0,0,1,0,1,0 +313,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,0.8824681297,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6574430812,0.3615245497,3.1622776602,0.2,0.7,0.9,4,1,8,1,10,3,5,3,1,4,7,1,0,0,0,0,0 +316,0,5,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.8,0.6,1.0114964162,11,0,1,0,1,7,1,0,2,1,104,3,0.4,1.2035612617,0.3802630668,3.7416573868,0.4,0.0,0.6,4,4,7,3,10,1,7,5,3,5,9,0,1,0,0,0,0 +319,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,0,1,-1,2,1,1,1,1,0,1,90,0,0.3974921383,0.6017021311,0.4266145802,1.4142135624,0.8,0.7,0.7,1,2,9,1,11,2,8,9,1,0,8,0,0,1,0,0,0 +321,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,9,1,0,0,0,14,1,1,2,1,68,3,0.4,0.8203884385,0.3443835072,2.8284271247,0.2,0.5,0.0,0,1,7,2,10,0,13,5,0,2,5,1,1,1,0,1,0 +324,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.8,0.9552486587,11,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7603962647,0.3685105155,3.6055512755,0.8,0.7,0.8,3,0,6,4,9,2,7,6,0,4,16,0,0,0,0,0,0 +325,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.4974937186,7,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8805168467,0.3793415348,3.6055512755,0.0,0.0,0.2,2,2,7,3,12,1,7,2,2,5,3,0,1,1,0,1,0 +326,0,1,2,2,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.9058835466,7,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6799975693000001,0.4086563348,2.0,0.0,0.1,0.9,1,1,9,2,11,1,4,5,1,2,5,0,0,0,0,1,1 +328,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.4,0.9216154296,10,1,-1,0,1,1,1,0,0,1,80,2,0.316227766,0.7842588753,-1.0,3.6055512755,0.5,0.7,0.6,3,3,7,3,11,0,11,3,0,2,4,1,0,1,1,0,0 +330,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,1.6,1.7596164355,10,0,-1,0,1,11,1,1,0,1,44,3,0.4458699362,0.6865141316,0.4458699362,2.2360679775,0.0,0.9,0.0,1,1,9,4,12,3,9,8,1,2,5,0,0,0,0,0,0 +338,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6656763478,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6961375137000001,0.3685105155,3.3166247904,0.7,0.5,0.1,3,2,9,3,10,2,12,5,2,3,7,0,1,0,0,0,1 +339,0,6,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.6062177826,6,1,-1,0,1,0,1,1,4,1,87,3,0.316227766,0.7368404741,0.3615245497,3.4641016151,0.4,0.9,0.5,3,1,6,6,11,3,14,10,4,0,9,0,0,1,0,0,0 +340,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.6,0.4,1.1467344941,5,1,-1,0,-1,1,0,1,2,1,10,2,0.316227766,0.5455871051,0.3860051813,1.4142135624,0.7,0.4,0.4,3,1,8,4,8,4,9,5,0,5,5,1,1,1,0,1,0 +342,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,11,1,1,0,1,1,1,1,2,1,25,3,0.4,0.830388737,-1.0,3.6055512755,0.1,0.4,0.5,2,1,9,2,9,3,4,2,3,2,6,0,1,1,0,0,0 +344,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.4,0.0,0.7403546447,11,1,1,0,0,7,1,1,2,1,92,3,0.3741657387,0.7750766424,0.3278719262,3.4641016151,0.0,0.8,0.5,3,0,10,3,9,3,11,3,1,0,8,0,1,0,0,0,0 +346,0,4,1,5,1,4,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.4,0.9151502609,4,1,-1,0,1,14,1,1,0,1,104,2,0.316227766,0.7247113987999999,0.3937003937,3.3166247904,0.4,0.4,0.8,1,0,8,4,11,4,4,6,2,3,4,0,1,1,1,0,0 +350,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,8,0,0,0,0.2,0.4,-1.0,10,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.9963466322,0.4,3.1622776602,0.5,0.4,0.1,3,1,8,1,12,2,5,7,2,3,6,0,0,0,1,1,1 +351,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.7652613933,3,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7206373442,0.3615245497,3.4641016151,0.8,0.5,0.9,1,2,8,3,9,3,8,4,2,1,9,0,1,1,0,0,0 +360,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.7335700376000001,11,1,0,0,1,1,1,1,2,1,25,3,0.4,0.8395566520000001,-1.0,3.4641016151,0.3,0.7,0.2,3,3,10,5,11,2,9,4,3,2,2,0,1,1,1,0,0 +363,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,1.1632390124,11,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.1286831353,0.4093897898,3.7416573868,0.4,0.8,0.8,3,2,8,5,9,2,12,3,0,3,10,0,1,1,1,0,0 +364,0,5,1,6,1,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.9130991184,11,1,-1,0,-1,1,1,1,3,1,10,2,0.316227766,0.5225493768,0.3860051813,1.0,0.2,0.5,0.9,1,1,6,2,10,2,5,4,0,4,6,0,0,1,1,1,0 +367,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.7132671309,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5516691427,0.3651027253,1.7320508076,0.2,0.3,0.6,4,1,8,1,8,2,9,8,2,2,7,1,0,1,0,0,0 +370,0,6,1,5,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.4,0.6656763478,9,1,1,9,1,17,1,0,2,1,104,3,0.4242640687,1.0945871708,-1.0,3.7416573868,0.6,0.0,0.6,4,4,6,4,9,2,7,5,0,2,7,0,1,1,1,0,0 +372,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.4,2.0971707131,11,0,-1,0,-1,7,1,1,2,1,96,3,0.4472135955,0.8576882489000001,0.4301162634,3.0,0.5,0.6,0.5,3,0,9,4,10,1,11,5,1,3,8,0,1,1,0,0,0 +374,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.2759800155,10,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.8611687234000001,0.3820994635,3.1622776602,0.6,0.5,0.7,2,3,6,1,9,2,9,5,2,5,9,0,0,0,1,1,0 +375,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.4,0.7284401142,8,1,-1,0,1,0,1,1,0,1,86,3,0.4,0.8958697699,-1.0,3.1622776602,0.3,0.4,0.6,4,2,9,3,11,2,12,8,2,1,9,0,0,1,0,1,0 +378,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.8385254916,4,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6111227981,0.34727510710000004,3.0,0.2,0.1,0.3,2,3,8,2,11,4,12,1,1,1,9,1,1,0,1,0,1 +380,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7189006759000001,0.3615245497,3.4641016151,0.2,0.9,0.8,4,1,8,1,11,3,13,3,1,5,3,0,1,0,0,0,0 +389,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,9,0,0,0,1,4,1,1,-1,1,104,2,0.4472135955,1.0866488785,0.3704051835,3.3166247904,0.4,0.7,0.4,3,4,8,3,8,1,6,2,4,2,9,0,0,1,0,1,0 +395,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.8,1.3451301052000002,11,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.6476754365,0.4166533331,2.0,0.9,0.8,0.5,2,1,10,5,9,4,9,11,1,2,10,0,1,0,1,0,0 +397,0,5,2,7,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,1.1,7,1,1,0,0,1,1,1,2,0,10,2,0.316227766,0.6154350742,0.3193743885,2.6457513111,0.2,0.7,0.9,2,3,9,3,9,1,7,4,1,1,10,0,1,1,0,0,0 +398,0,0,4,9,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.7441438033,10,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.8133569861,0.3826225294,3.0,0.5,0.6,0.6,1,2,9,4,10,2,5,0,0,2,11,0,1,1,1,0,0 +399,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.4,0.9340770846,6,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.6240033375999999,0.3943348831,2.4494897428,0.3,0.4,0.5,1,3,6,2,6,2,16,4,1,1,8,0,1,0,0,1,0 +401,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.8,0.9470348462,6,1,-1,0,1,6,1,0,0,1,33,2,0.4,1.0743727749,-1.0,3.7416573868,0.0,0.1,0.8,3,1,6,4,11,4,8,4,0,4,4,0,1,1,0,1,0 +404,0,2,2,1,0,-1,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.2,0.6712860790999999,8,1,1,0,1,11,-1,1,0,1,67,2,0.3741657387,0.6764638244,0.3008321791,3.1622776602,0.0,0.7,0.0,2,1,9,4,8,3,11,6,2,3,7,0,1,1,1,1,0 +406,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.831790238,7,1,-1,0,-1,6,1,1,2,1,73,3,0.4,0.8091292126,0.4180908992,3.1622776602,0.4,0.9,0.6,4,2,9,0,7,2,13,9,1,4,11,0,1,1,1,0,0 +408,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.3,0.4,-1.0,6,1,-1,0,1,4,1,1,0,1,104,3,0.3986226286,0.6587146261,0.3633180425,2.2360679775,0.2,0.9,0.7,2,4,10,2,8,2,8,6,2,3,12,0,1,1,0,0,0 +410,0,6,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.5344389582,10,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4291063171,0.3619392214,0.0,0.8,0.8,0.5,1,1,8,1,12,5,8,6,0,2,8,0,0,0,0,1,0 +413,0,4,1,5,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.8,2.0472542588,11,0,1,0,1,15,1,1,2,1,5,2,0.4472135955,1.0700660364,0.32557641190000003,3.3166247904,0.9,0.4,0.3,4,2,7,3,10,3,13,8,1,6,10,0,1,1,0,1,0 +417,0,2,1,6,0,3,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.5,11,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7788484825,-1.0,3.4641016151,0.4,0.1,0.0,3,3,6,3,8,1,12,6,3,1,4,0,1,0,1,0,1 +420,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.5,0.0,-1.0,10,1,-1,8,1,14,1,1,0,1,18,2,0.5656854249000001,1.5541107845,0.5656854249000001,3.6055512755,0.6,0.5,0.6,1,1,6,2,9,2,6,4,1,2,12,0,1,1,1,0,0 +425,0,4,2,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.4,0.6882949948999999,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7080265904999999,0.3814446225,3.1622776602,0.1,0.9,0.4,2,4,8,3,12,2,11,8,1,2,7,0,1,1,0,0,0 +429,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.5,0.9813893213,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7918750631999999,0.4,2.2360679775,0.4,0.4,0.2,3,0,9,5,10,2,9,4,4,1,6,0,0,0,0,0,0 +430,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.3467553601,11,0,0,9,0,9,1,1,2,1,104,3,0.4472135955,1.3438565449000002,0.3872983346,3.6055512755,0.8,0.5,0.0,2,2,9,3,11,1,6,9,3,3,8,0,1,0,0,0,0 +431,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,1.1,1.3532368603,4,1,-1,0,1,10,1,1,0,1,28,3,0.3741657387,1.0199629308,0.3820994635,3.6055512755,0.4,0.5,0.7,3,2,6,3,7,3,10,2,3,2,2,0,0,1,0,1,0 +432,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.6982120022,6,1,-1,0,1,11,0,1,0,1,103,1,0.316227766,0.5203701797,0.3307567082,1.7320508076,0.7,0.9,0.0,4,1,9,6,9,3,12,5,1,3,5,0,1,0,0,0,1 +433,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.4,0.7416198487000001,7,1,0,0,1,0,1,1,3,1,43,1,0.4220189569,0.5163044139999999,-1.0,0.0,0.4,0.4,0.1,1,2,6,3,10,2,10,3,0,6,9,1,0,1,1,1,0 +434,0,5,1,5,1,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6495190528,7,1,-1,0,-1,14,1,1,1,1,42,2,0.4,0.7546002170999999,0.3937003937,3.3166247904,0.0,0.5,0.5,2,4,7,4,10,5,8,6,3,6,8,1,0,1,0,0,0 +435,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.1,-1.0,10,1,-1,0,0,11,1,1,0,1,76,2,0.316227766,0.7887771684999999,0.3794733192,3.6055512755,0.4,0.3,0.2,3,2,7,4,8,1,3,3,3,2,11,0,1,0,0,1,0 +437,0,0,1,8,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.9263503657,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6964787467,0.3615245497,3.1622776602,0.5,0.9,0.8,4,1,10,4,9,3,9,1,1,1,11,0,1,0,0,1,0 +439,0,3,1,4,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,1.3,0.5578978401,11,1,1,0,1,9,1,0,2,1,21,3,0.316227766,0.9008581767,0.3130495168,3.7416573868,0.0,0.4,0.0,2,1,9,3,6,1,12,5,0,5,12,0,0,1,0,1,0 +440,0,5,3,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.8411301921,6,1,-1,9,1,9,1,0,0,1,104,2,0.4472135955,1.5141078982,0.4449719092,3.7416573868,0.3,0.0,0.5,3,1,7,4,8,2,9,4,1,2,9,0,1,0,0,1,0 +441,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.5539629952,6,1,-1,0,0,1,1,0,0,1,74,2,0.4,0.8770018423,0.3784177586,3.6055512755,0.7,0.9,0.4,3,2,8,4,11,3,10,8,1,4,13,1,0,1,1,0,1 +444,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.9,0.3,0.863495802,7,0,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7866526006,0.4129164564,3.1622776602,0.8,0.1,0.8,3,4,7,3,10,1,7,10,2,1,4,1,0,1,0,1,0 +448,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.1,0.4911720676,7,1,0,0,0,0,1,1,2,1,37,2,0.316227766,0.7500275476999999,0.31144823,3.4641016151,0.3,0.1,0.0,2,3,7,3,10,2,11,5,3,2,4,0,0,0,0,1,0 +449,0,2,1,6,0,0,0,1,0,0,0,0,1,0,1,4,0,1,0,0.9,0.9,0.8774964387,7,1,1,1,1,14,1,1,2,1,104,2,0.4,0.9045340337,0.340881211,3.3166247904,0.1,0.5,0.2,2,2,4,1,9,1,7,5,0,5,7,0,0,1,1,0,0 +451,0,0,3,5,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.4,0.7066647012999999,11,1,1,0,0,4,1,0,2,1,12,3,0.4,0.9682244976,0.3248076354,3.7416573868,0.6,0.5,0.7,2,2,8,5,10,2,7,10,1,3,6,0,1,1,0,0,0 +454,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.2,0.77014609,0,1,-1,0,0,1,1,1,0,1,40,2,0.3741657387,0.8127528214,0.3814446225,3.6055512755,0.8,0.2,0.7,1,3,6,1,7,4,9,9,1,3,7,0,1,1,0,1,0 +456,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.7,0.3,0.7570501965,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8349914633,0.3849675311,3.6055512755,0.8,0.6,0.1,2,2,6,1,8,2,10,7,1,4,5,0,0,0,1,0,0 +457,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.6873863542,7,1,-1,0,-1,1,1,1,0,1,85,3,0.4242640687,0.7728743176,0.4279018579,3.1622776602,0.6,0.7,0.6,3,1,10,6,10,2,9,6,2,3,5,1,1,1,0,0,0 +460,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,-1.0,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.881862698,0.374566416,3.6055512755,0.6,0.7,0.0,4,3,8,6,10,2,14,7,3,4,7,0,0,1,1,0,0 +462,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.4,1.1283284096,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6263992601,0.4129164564,1.7320508076,0.3,0.1,0.4,2,1,6,4,7,2,9,2,1,1,7,0,1,1,0,1,0 +464,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,11,1,0,6,1,14,1,1,2,1,104,0,0.6480740697999999,1.076860297,0.4857983121,0.0,0.4,0.4,0.7,2,4,9,4,8,3,12,9,0,1,7,0,0,0,0,0,0 +465,0,2,1,10,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.8,0.3,0.6910137481,11,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8415759026999999,-1.0,3.7416573868,0.7,0.1,0.7,3,4,8,0,9,1,6,5,5,1,6,0,1,0,1,1,0 +466,0,1,3,8,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,1.2,1.0968705484,7,1,0,0,1,0,1,1,0,1,32,1,0.3160696126,0.4487586183,0.3049590136,1.0,0.6,0.7,0.9,2,2,7,4,10,3,5,8,2,4,7,0,1,1,0,0,0 +468,0,7,2,11,1,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.9,1.0,1.3074306865,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.6500953522,0.3615245497,3.1622776602,0.2,0.3,0.0,2,3,10,4,11,1,8,2,2,3,9,0,0,1,0,0,0 +469,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.1,0.4723610907,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6125917034,0.3685105155,2.6457513111,0.8,0.2,0.3,2,1,9,3,8,3,6,13,4,3,13,0,1,1,0,1,0 +473,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.5,0.2,0.5717298313,7,1,-1,0,-1,4,1,1,2,1,104,2,0.316227766,0.6400219521,0.3807886553,2.8284271247,0.4,0.8,0.3,4,1,7,3,6,3,9,3,1,4,3,0,1,0,1,0,0 +474,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.8,0.5,0.8219641111,11,0,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8162730259000001,0.3848376281000001,3.1622776602,0.5,0.7,0.4,2,1,10,3,8,2,10,10,3,3,8,0,1,0,0,0,0 +475,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.6800735254000001,10,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.779727649,0.4062019202,3.1622776602,0.8,0.3,0.2,3,1,8,2,10,4,3,8,1,2,13,0,1,1,0,1,0 +478,0,0,2,1,1,-1,0,0,1,0,0,0,0,0,0,2,0,0,1,0.6,0.3,0.631466547,7,1,0,0,0,14,-1,1,2,1,49,3,0.4,0.7748233603,-1.0,3.4641016151,0.5,0.2,0.8,1,1,7,5,9,2,7,3,1,1,3,0,1,1,0,0,1 +479,0,0,3,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.705336799,7,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.7020012715,0.3710795063,3.6055512755,0.4,0.3,0.6,1,2,9,5,9,1,4,7,0,1,6,0,1,1,1,0,0 +480,0,3,4,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.7862092597,11,1,-1,0,-1,1,1,1,0,1,70,3,0.3741657387,0.7318746449,0.3937003937,2.8284271247,0.4,0.1,0.8,3,1,7,4,7,3,11,2,1,1,5,0,1,1,0,0,1 +484,1,3,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.5,1.4962453006999998,8,0,-1,0,1,10,1,1,0,1,83,2,0.4084115571,0.6902808148,0.3974921383,1.7320508076,0.9,0.3,0.6,2,1,9,3,8,3,11,5,3,2,7,0,1,1,1,1,0 +486,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7683835131,0.3780211634,3.0,0.7,0.0,0.0,2,1,7,3,10,2,10,4,6,3,7,0,1,1,0,1,0 +489,0,4,3,6,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.9,1.0865656906,7,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.8612167061,0.4189272013000001,3.1622776602,0.8,0.4,0.1,2,3,8,4,10,1,6,4,1,2,10,0,1,1,0,0,0 +491,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5578978401,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7763571162,-1.0,3.1622776602,0.9,0.9,0.9,0,0,8,2,8,6,7,2,1,4,4,1,1,0,0,0,1 +493,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.2,0.631466547,7,0,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.7634469462000001,0.4269660408,2.6457513111,0.4,0.7,0.8,0,0,7,2,9,2,8,3,2,4,8,0,1,0,0,0,0 +495,0,3,2,4,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.8,1.0277402396,3,0,-1,8,-1,9,1,1,1,1,13,3,0.4472135955,0.9188453948,0.4679743583,2.8284271247,0.8,0.6,0.3,2,1,9,2,6,3,5,6,0,3,7,0,1,1,0,1,0 +496,0,2,1,6,0,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.5942432162,11,1,-1,2,-1,11,1,1,2,1,104,0,0.3997499218,0.5493234005,0.3905124838,1.0,0.5,0.5,0.0,3,1,8,4,8,3,4,5,1,4,13,0,1,0,0,1,0 +498,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.9,1.1011357773,7,1,-1,1,-1,3,0,1,2,1,59,3,0.316227766,0.7235843973999999,0.3498571137,3.6055512755,0.2,0.1,0.9,2,2,5,0,10,3,6,9,1,1,4,1,1,1,0,0,0 +502,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.9246621004,11,1,-1,0,-1,3,1,1,0,1,15,3,0.4,0.8548113706,0.4023679908,3.4641016151,0.6,0.6,0.5,4,1,7,4,11,4,3,9,4,4,13,1,1,1,1,1,0 +504,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,0.9646890691,11,1,1,1,0,3,1,0,0,1,102,2,0.4,1.0041957433,0.3269556545,3.7416573868,0.1,0.2,0.6,3,2,8,2,8,1,8,5,6,3,7,0,0,1,0,1,0 +508,0,0,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.3,0.0,0.7097534783,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6588871158,0.3701351105,2.8284271247,0.2,0.0,0.6,4,1,8,2,8,2,6,8,2,5,9,0,1,0,0,1,0 +513,0,1,1,5,0,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.0,0.6259992013,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.8319506848999999,0.3937003937,3.6055512755,0.7,0.3,0.1,2,0,7,0,8,2,6,7,0,1,1,1,0,0,0,0,1 +518,0,3,2,4,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.1,0.4763139721,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7446780879000001,0.4306971093,2.4494897428,0.6,0.9,0.1,1,2,6,4,11,2,4,5,0,4,11,0,1,0,0,0,0 +524,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.6,0.893028555,8,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6973977605,0.3701351105,3.1622776602,0.6,0.1,0.0,2,2,8,4,11,4,3,6,1,3,10,0,1,1,0,1,1 +525,0,4,2,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7553972465000001,11,0,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.7465623697,0.3449637662,2.2360679775,0.4,0.7,0.6,4,3,6,2,10,3,10,9,2,0,4,0,1,1,0,0,0 +526,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.7437237390000001,10,1,-1,0,-1,0,1,1,0,1,78,3,0.4,0.9154849006,0.3848376281000001,3.6055512755,0.2,0.6,0.0,2,2,8,3,11,3,9,7,3,4,5,1,1,1,1,0,0 +528,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.7,0.2,0.5830951895,11,0,-1,0,-1,10,1,0,2,1,89,2,0.3872983346,1.1401754251,0.4086563348,3.6055512755,0.9,0.2,0.8,4,0,6,3,7,1,11,6,1,1,6,0,0,0,1,0,0 +529,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.65,7,0,0,1,1,5,1,1,1,1,104,2,0.4242640687,1.2087422601,0.3866522986,3.3166247904,0.8,0.4,0.0,4,1,7,2,11,3,9,7,3,2,8,1,1,1,0,0,0 +531,0,2,2,6,1,6,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.9,1.4671400751,8,1,1,1,0,9,1,1,2,1,61,3,0.4472135955,0.9719091717,0.3819685851,3.4641016151,0.0,0.2,0.4,3,4,6,4,7,3,6,3,2,2,9,0,1,1,1,1,0 +533,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.7495832175,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6491889409,0.3583294573,3.1622776602,0.9,0.6,0.3,3,2,7,2,10,4,11,4,1,3,5,0,1,0,0,1,0 +535,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.6,0.5190134873,7,1,-1,0,-1,1,1,0,2,1,10,2,0.316227766,0.7919533336,0.3814446225,3.7416573868,0.0,0.8,0.2,2,1,10,3,8,1,5,9,4,3,9,1,1,1,0,0,0 +537,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,1,1,1,0,1,64,1,0.3160696126,0.5050775245,0.3640054945,1.7320508076,0.4,0.5,0.5,3,2,9,2,8,2,9,2,2,3,6,0,1,1,1,0,1 +538,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.4,0.920258116,10,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7580422806,0.3814446225,3.4641016151,0.5,0.1,0.3,2,2,6,3,10,4,6,8,0,1,5,0,1,0,0,1,0 +540,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.5,0.9017344398,11,0,0,8,0,9,1,1,2,1,13,3,0.4472135955,0.9255108038,0.3991240409,2.8284271247,0.6,0.5,0.2,5,1,9,4,7,5,5,3,3,1,8,1,1,0,0,0,0 +541,0,0,3,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.8,0.3,0.6950719387000001,11,1,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.7555579188,0.4150903516,2.8284271247,0.5,0.1,0.4,3,2,7,2,12,3,7,3,0,2,11,0,1,1,1,1,0 +542,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.8156399911,0.3826225294,3.0,0.4,0.8,0.3,4,2,8,7,7,1,11,3,0,2,4,0,1,0,1,0,0 +544,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.8,0.2,0.6571719714,7,1,-1,0,-1,1,1,1,2,1,65,3,0.3152776554,0.4572420015,0.3521363372,1.0,0.3,0.3,0.6,1,1,8,3,9,2,10,3,1,2,3,0,1,1,0,0,0 +545,0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.5942432162,7,0,0,0,0,10,-1,1,2,1,28,3,0.3872983346,0.7186850940999999,0.3240370349,2.2360679775,0.8,0.5,0.3,3,2,7,3,10,3,8,4,4,1,12,0,0,1,1,0,0 +546,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.8,1.3301785594,11,1,-1,2,-1,0,1,1,1,1,100,0,0.4,0.9056297749,0.423083916,3.4641016151,0.9,0.1,0.1,3,2,7,2,9,4,10,3,1,4,11,0,1,1,0,1,0 +548,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6485560886,11,0,-1,0,-1,1,1,1,1,1,51,2,0.4,0.9089318043,0.4084115571,3.6055512755,0.6,0.2,0.2,1,2,7,3,10,0,5,4,1,3,11,0,1,1,0,1,1 +549,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.910929958,0.3826225294,3.4641016151,0.0,0.1,0.8,3,2,8,2,8,2,7,7,0,4,4,0,1,1,0,0,0 +554,0,5,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,8,1,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.2377916219,0.5329165038,2.6457513111,0.9,0.5,0.6,2,2,8,3,10,3,7,9,0,1,6,0,1,1,0,0,1 +562,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,1.0,1.5730146216999998,8,0,0,9,0,14,-1,1,2,1,104,3,0.5916079783,1.6447072638,0.3986226286,3.6055512755,0.7,0.5,0.5,2,3,10,4,6,3,5,7,0,3,9,0,1,0,1,0,0 +563,1,7,2,1,0,6,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.8,1.167261753,0,1,-1,0,1,11,1,1,0,1,104,2,0.4469899328,0.676234714,0.4110960958,2.2360679775,0.0,0.0,0.8,0,1,7,3,9,3,5,6,1,2,8,0,1,0,0,1,0 +564,0,0,1,5,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.9,1.5,1.2954246408,7,0,1,9,1,8,-1,0,2,1,104,3,0.4472135955,1.8952419763,0.399374511,3.6055512755,0.9,0.3,0.8,1,2,7,4,11,0,8,3,2,3,9,0,0,0,0,0,0 +568,0,4,1,6,1,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.1,0.4451123454,11,1,1,0,1,0,1,1,0,1,32,3,0.316227766,0.6646007936,0.2944486373,3.1622776602,0.5,0.5,0.8,1,3,9,0,10,2,12,7,3,2,9,0,1,0,0,0,0 +569,0,1,1,5,1,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5706356105,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6565625486,0.3583294573,3.1622776602,0.2,0.6,0.1,4,3,10,3,11,3,10,3,1,3,8,0,1,0,1,0,1 +570,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,-1.0,6,1,-1,2,0,1,1,1,0,1,1,0,0.4242640687,0.9164249619,0.4189272013000001,3.3166247904,0.4,0.8,0.0,2,0,7,1,8,2,10,12,0,1,13,0,0,1,0,0,0 +573,0,1,1,7,1,5,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.4,0.6329494451,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.7064929097,0.3744329045000001,3.1622776602,0.8,0.0,0.5,3,4,7,4,8,1,10,9,1,3,12,0,1,1,0,0,0 +580,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8023210131999999,0.3615245497,3.7416573868,0.8,0.2,0.0,1,4,9,3,10,1,9,5,1,2,7,0,1,0,0,0,0 +582,0,3,3,7,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.6194755847,11,1,-1,0,-1,7,1,0,2,1,79,3,0.3872983346,0.9934808162,0.39,3.6055512755,0.7,0.3,0.4,3,2,5,4,6,3,3,7,2,7,7,0,0,0,0,0,0 +583,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.3,1.6641439241,11,0,0,9,1,17,1,1,2,1,104,3,0.5477225575,1.4707056831999998,0.4460941605,3.1622776602,0.1,0.7,0.5,3,2,9,2,9,3,4,5,3,2,6,0,1,1,0,0,0 +584,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.5408326913,7,1,1,0,1,0,1,0,1,1,78,3,0.4,0.8953391712000001,0.3287856445,3.7416573868,0.7,0.4,0.4,2,2,9,2,7,2,5,3,1,1,6,0,0,0,0,0,0 +585,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.8,1.062426468,11,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.7796083993,0.3937003937,3.1622776602,0.5,0.5,0.0,4,2,10,2,10,1,5,4,0,1,7,1,1,0,0,1,0 +586,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,4,0,1,0,0.9,0.4,0.7470776399,10,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.8200735706000001,0.4141255848,3.1622776602,0.8,0.3,0.0,3,2,9,4,8,3,7,6,5,2,6,0,0,0,0,0,0 +588,0,3,2,7,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.7,0.6,0.768927825,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7681549215000001,0.3598610843,3.3166247904,0.7,0.6,0.1,2,2,10,1,8,1,6,5,3,3,3,0,1,1,0,0,0 +599,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.3,0.6968679931999999,7,1,1,8,0,14,1,1,2,1,104,2,0.4795831523,1.0680754299,0.474341649,3.4641016151,0.6,0.3,0.6,2,2,8,4,9,2,6,4,0,2,11,0,0,0,0,1,0 +601,0,1,1,5,1,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.6670832032,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.5746540461,0.3615245497,2.6457513111,0.8,0.6,0.5,1,2,8,6,8,2,6,4,4,3,9,0,1,1,0,1,0 +603,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.6139014579,8,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6517300562,0.3615245497,3.0,0.1,0.4,0.3,2,0,9,4,11,1,10,4,3,2,11,0,0,0,1,1,0 +604,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.0,0.8814051281999999,11,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9380280882,0.4017461885,3.7416573868,0.2,0.5,0.7,2,2,10,3,11,3,11,6,0,2,11,0,1,0,1,1,0 +608,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.5,0.5878988008,6,0,-1,8,0,13,1,1,0,1,104,3,0.5,1.1000939103,0.500999002,2.6457513111,0.6,0.0,0.1,5,4,8,4,9,1,7,6,2,4,6,0,0,1,0,0,0 +609,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0.4,0.4,1.0680004682,11,1,0,0,1,11,1,1,2,1,7,3,0.3741657387,0.7720719145999999,0.3542597917,3.1622776602,0.7,0.2,0.5,2,3,9,2,6,2,4,7,2,2,3,0,0,0,1,0,0 +610,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.5,0.4,0.7874007874,9,1,1,0,1,0,1,1,1,1,87,3,0.316227766,0.7375789634000001,0.2944486373,3.3166247904,0.7,0.3,0.3,4,0,7,3,11,5,8,9,0,6,11,0,1,0,0,0,0 +611,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7088723439,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.7955454493999999,0.3848376281000001,3.3166247904,0.7,0.9,0.4,1,0,7,2,9,1,7,7,4,5,9,0,1,1,1,0,0 +619,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.5024937811,7,1,1,0,0,1,1,0,2,1,51,2,0.4,0.9340770846,0.4363484846,3.6055512755,0.0,0.8,0.1,5,2,6,6,10,2,12,4,2,3,4,0,1,1,0,0,0 +624,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,1.0,1.254491929,11,1,0,0,1,7,1,1,2,1,92,3,0.3687817783,0.633875004,-1.0,2.4494897428,0.4,0.2,0.9,1,4,8,6,12,3,4,4,0,3,6,0,1,0,1,0,0 +625,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.5,0.2,0.5315072906,7,0,0,9,1,2,1,1,2,1,104,3,0.4472135955,1.3960244616,0.4669047012,3.3166247904,0.7,0.2,0.6,2,2,9,2,9,0,5,6,1,3,5,0,0,1,0,0,0 +626,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.7,0.4,0.9791578014,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.8373758697,0.3974921383,3.3166247904,0.8,0.5,0.9,2,1,8,2,8,4,9,2,1,2,7,1,1,1,0,0,0 +627,1,0,2,1,1,-1,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,1.2,0.473682383,11,0,1,0,1,10,-1,1,2,1,28,3,0.3872983346,1.0656158736,0.3286335345,3.6055512755,0.2,0.5,0.4,3,3,10,4,10,1,3,8,1,2,10,0,1,0,0,0,0 +629,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.6,0.9031195934,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7910788741,0.3685105155,3.6055512755,0.4,0.8,0.5,4,2,10,3,9,5,7,1,2,2,9,0,1,1,0,0,0 +630,1,0,1,8,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.1736694594,11,1,1,0,0,1,1,0,2,1,65,3,0.316227766,0.784618268,0.2898275349,3.6055512755,0.0,0.4,0.6,3,1,6,3,11,1,11,4,1,1,8,1,0,1,0,0,0 +636,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.1,0.523808171,7,1,-1,0,-1,5,1,1,2,1,104,3,0.3997499218,0.6338587063000001,0.3930648801,2.2360679775,0.3,0.1,0.5,2,3,9,4,11,3,5,5,0,4,7,1,1,0,1,0,1 +639,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,1.2,0.9959292144,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6718206420999999,0.3619392214,3.3166247904,0.6,0.8,0.6,2,0,3,3,12,2,10,5,2,1,7,0,0,0,0,0,0 +641,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.7,0.7,1.1456439237,11,1,0,0,0,10,1,1,2,1,28,3,0.3741657387,0.7388566105,0.3248076354,2.8284271247,0.9,0.1,0.3,2,3,7,3,10,0,10,4,3,1,8,0,0,1,1,1,0 +642,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6694213918999999,7,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8407862318000001,0.3794733192,3.6055512755,0.9,0.6,0.1,2,2,8,1,10,0,10,3,1,2,10,0,1,0,0,0,0 +647,0,0,2,1,1,3,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,1.3,1.1346805718,11,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7456900958,0.3615245497,3.4641016151,0.0,0.1,0.2,4,2,8,1,12,2,10,4,0,1,5,0,1,0,1,0,0 +648,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,0.632455532,7,1,-1,0,-1,15,1,0,2,1,63,2,0.3872983346,0.9274509633,-1.0,3.6055512755,0.5,0.1,0.9,4,4,7,2,10,2,6,8,2,4,8,0,1,1,1,0,0 +650,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,1.2,1.326178721,9,1,0,0,1,0,1,1,2,1,88,3,0.4,0.6611410122,0.3289376841,2.2360679775,0.6,0.1,0.4,2,2,6,6,9,2,9,3,2,3,7,1,0,1,1,0,0 +652,0,6,2,0,0,6,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,1.4,1.4285044627,6,1,-1,2,1,11,1,1,0,1,94,0,0.3741657387,0.7873351854,0.4301162634,3.6055512755,0.1,0.3,0.2,3,1,6,4,8,0,7,7,0,6,3,0,0,1,0,0,0 +657,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.6,0.4,0.9243240774,11,1,-1,0,-1,0,1,1,2,1,23,3,0.4,0.8898184418999999,0.3974921383,3.4641016151,0.4,0.8,0.9,3,1,9,4,11,1,10,7,1,1,8,0,0,0,1,1,0 +660,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.651440711,7,1,-1,0,-1,0,1,0,0,1,46,3,0.4,0.8665620301000001,0.3663331817,3.7416573868,0.3,0.5,0.9,2,1,9,2,8,2,14,9,1,5,4,0,1,1,0,0,0 +666,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.4,1.1171951486,8,1,-1,0,0,1,1,1,0,1,74,3,0.3741657387,0.7120712426000001,0.3861346915,3.1622776602,0.4,0.1,0.1,3,1,9,5,9,4,13,3,1,4,13,0,1,1,0,1,0 +669,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.1,-1.0,6,1,-1,8,0,4,1,1,0,1,6,2,0.4472135955,1.0814265907,0.4301162634,3.6055512755,0.7,0.8,0.4,2,2,8,2,8,3,10,2,3,0,4,0,1,1,0,1,0 +670,1,0,2,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.8437268515,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6675631025,0.3744329045000001,2.8284271247,0.1,0.9,0.3,1,2,8,6,8,2,8,9,0,4,9,0,0,0,0,0,0 +672,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.9,0.3,0.6896557112,6,1,-1,0,1,1,1,1,0,1,74,3,0.3605551275,0.6090739482,0.3667424164,2.2360679775,0.1,0.1,0.6,4,2,7,5,6,2,7,5,1,5,7,0,1,0,0,1,0 +685,1,1,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.8,1.1166355717,11,0,0,0,1,0,1,1,2,1,88,3,0.4,0.8150064645,0.33241540280000004,3.1622776602,0.8,0.7,0.5,4,3,7,4,9,3,9,6,0,2,9,0,0,1,0,1,1 +689,0,0,4,7,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.5,1.086853256,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7006490497,0.3598610843,3.4641016151,0.2,0.9,0.7,4,1,9,2,9,1,8,2,0,5,7,0,0,1,0,0,0 +697,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.1,0.5873670061999999,11,1,-1,0,-1,0,1,1,0,1,88,3,0.4,0.7374851168000001,0.3974921383,2.8284271247,0.3,0.5,0.9,1,2,8,2,6,2,8,9,3,1,14,0,1,1,0,0,0 +700,0,4,3,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,7,0,-1,1,-1,16,1,1,2,1,104,2,0.4,0.9795639104,0.4147288271,3.3166247904,0.6,0.4,0.6,1,1,8,1,10,3,4,5,1,2,5,0,1,1,1,1,0 +701,0,0,1,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.4,0.6224949799,7,1,0,0,0,6,1,1,2,1,77,2,0.3741657387,0.7399463906999999,0.3420526275,3.1622776602,0.3,0.6,0.8,1,0,8,7,10,5,6,6,2,1,7,0,1,0,1,0,0 +704,0,6,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.6,0.8863548951000001,10,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6536768225999999,0.3619392214,3.3166247904,0.4,0.0,0.2,2,4,9,4,9,2,9,9,2,3,8,0,0,0,1,0,1 +711,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.4,0.7433034373999999,7,1,1,0,1,11,1,1,2,1,57,2,0.3741657387,0.670835793,0.3286335345,2.8284271247,0.6,0.5,0.2,2,2,8,3,9,2,11,6,3,3,11,0,0,0,0,0,1 +712,0,5,1,6,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.7,0.9410765112,0,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.6822422923,0.3666060556,3.1622776602,0.0,0.7,0.1,3,1,10,1,10,0,7,4,0,0,5,0,0,1,0,0,0 +722,0,5,2,7,1,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.8,0.9620940702,11,1,0,0,0,1,1,1,2,1,38,3,0.316227766,0.7489841604999999,0.299165506,3.4641016151,0.5,0.2,0.1,4,1,8,3,9,3,9,5,1,2,6,0,1,0,0,0,0 +725,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.5511351921000001,6,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8426842443000001,0.3848376281000001,3.4641016151,0.4,0.7,0.4,2,2,4,2,7,4,11,7,0,3,9,0,0,0,0,0,0 +727,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5717298313,7,1,-1,0,-1,1,1,1,2,1,104,2,0.4358898944,0.8370797329999999,0.4141255848,3.1622776602,0.0,0.1,0.1,0,2,10,3,9,1,5,4,4,2,4,0,1,1,0,1,0 +729,0,4,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.4,0.7762087348000001,7,1,-1,1,-1,3,1,1,2,1,104,2,0.4242640687,0.8134331895,0.405339364,3.4641016151,0.1,0.3,0.6,3,2,8,2,8,5,12,4,2,5,5,1,1,1,0,1,1 +731,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.7595228765,11,1,0,0,0,6,1,1,2,1,104,3,0.3687817783,0.5860993062,0.3278719262,2.2360679775,0.6,0.2,0.6,2,2,9,2,7,3,5,4,0,2,6,0,1,1,0,1,0 +733,0,7,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6585969936,7,1,1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5346467127000001,0.305777697,1.4142135624,0.3,0.9,0.6,4,4,9,2,7,1,11,3,2,3,4,0,0,1,0,0,0 +736,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.6475916923,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.737989227,0.3666060556,3.4641016151,0.6,0.6,0.6,3,0,8,3,8,3,7,5,2,3,7,0,1,1,0,1,0 +739,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.6878408246,7,1,-1,0,-1,11,0,1,2,1,103,1,0.316227766,0.6471807902000001,0.3583294573,3.4641016151,0.2,0.5,0.4,4,3,9,3,8,3,12,3,0,3,5,0,1,1,0,1,0 +740,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.8,0.8015609771,11,1,-1,0,-1,1,1,0,2,1,64,3,0.316227766,0.8003976285,0.3619392214,3.7416573868,0.0,0.3,0.4,2,2,7,5,9,2,9,10,2,0,6,0,1,1,0,1,0 +744,0,0,1,5,1,3,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.4808846015,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7585735853,0.3598610843,3.3166247904,0.8,0.8,0.6,3,3,10,5,9,5,7,4,1,2,6,0,0,1,0,1,0 +745,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.5031152949000001,10,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.6513495209000001,0.3926830783,2.8284271247,0.4,0.7,0.2,2,2,9,3,11,2,6,2,2,2,9,1,1,1,0,1,1 +748,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,1.3,1.6718253497,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8094355752,0.4246174749,3.0,0.8,0.4,0.2,3,1,8,3,10,2,5,4,0,6,8,0,0,1,0,0,0 +751,0,5,4,7,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.6887488656999999,7,1,1,0,0,14,1,1,2,1,72,3,0.4,1.1209500103,0.354541958,3.6055512755,0.7,0.7,0.6,3,1,6,3,9,1,9,4,1,2,11,0,0,0,1,0,0 +753,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,0.7088723439,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6698649179,0.3615245497,3.3166247904,0.9,0.6,0.2,2,3,9,3,10,3,12,5,3,2,6,0,1,1,1,0,0 +754,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.8,1.3124404748,11,1,-1,0,-1,10,1,1,0,1,28,3,0.3741657387,0.7388566105,0.3788139385,2.8284271247,0.8,0.0,0.4,4,0,7,1,10,2,5,8,4,2,7,0,0,0,0,0,0 +756,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,34,2,0.4,0.7916141058,0.3144837039,3.4641016151,0.8,0.3,0.3,2,2,6,1,10,1,12,7,3,1,4,0,1,1,0,0,0 +760,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,1.6,1.6994484399,11,0,0,8,0,13,1,1,2,1,104,3,0.4472135955,1.2073552135,0.3794733192,3.3166247904,0.8,0.9,0.9,3,1,7,4,9,1,10,7,1,2,7,0,1,1,0,0,0 +761,0,3,3,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,0.8856494792,11,1,-1,0,-1,0,1,1,1,1,78,3,0.4,0.8363512845000001,0.3848376281000001,3.6055512755,0.0,0.6,0.2,1,3,7,3,12,4,5,1,3,3,4,0,0,0,0,1,0 +762,0,0,3,7,0,5,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.4,0.8355387484000001,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8287997894,0.3615245497,3.6055512755,0.4,0.3,0.2,4,1,9,2,10,1,9,6,4,3,9,0,1,1,0,0,0 +763,1,3,1,10,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.9,0.5,0.8699856320999999,9,0,-1,1,-1,9,0,1,2,1,61,3,0.4472135955,1.0231110391,0.5204805472,3.4641016151,0.9,0.5,0.7,2,4,7,1,10,2,10,6,2,0,6,0,0,0,1,0,0 +764,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.5143067721,11,0,-1,1,-1,1,1,1,0,1,35,1,0.3741657387,0.9531700047,0.3535533906,3.6055512755,0.5,0.2,0.4,2,3,8,4,12,0,4,6,3,2,7,0,0,1,0,0,0 +774,0,3,1,5,1,6,0,0,1,0,0,0,0,0,0,4,0,0,1,0.7,0.7,1.2626856299,11,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.7377512179000001,0.3937003937,2.8284271247,0.5,0.0,0.0,1,0,8,3,10,0,10,7,2,3,3,0,1,1,0,0,1 +777,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.5,0.5,0.8147085368000001,10,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.7204079423,0.3907684737,3.3166247904,0.5,0.4,0.1,3,3,7,1,9,2,8,6,0,2,11,0,1,1,0,1,0 +781,1,1,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.6239991987,10,1,-1,0,1,11,1,0,0,1,36,2,0.3741657387,0.9190162725,0.3793415348,3.6055512755,0.7,0.5,0.7,4,1,6,4,9,2,10,5,0,3,6,0,1,1,0,0,0 +787,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5857687257,11,1,-1,0,-1,4,1,1,0,1,48,1,0.316227766,0.5761262775,0.3943348831,2.6457513111,0.5,0.9,0.9,0,1,10,2,11,4,12,8,1,1,8,0,1,0,0,0,0 +790,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,0,0,1,87,3,0.316227766,0.8071606188,0.3615245497,3.7416573868,0.5,0.1,0.4,0,1,7,1,9,2,8,5,2,6,8,1,0,1,0,0,0 +791,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.3,0.3,-1.0,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7723394749,0.4074309757,2.6457513111,0.9,0.7,0.8,1,1,6,5,11,1,11,7,2,2,5,0,0,0,1,0,0 +795,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.606733055,7,1,0,0,1,10,1,1,2,1,83,2,0.4242640687,0.9131387157,0.3420526275,3.0,0.6,0.3,0.6,2,3,7,4,9,2,9,4,1,3,4,0,0,1,0,1,0 +796,0,0,1,6,0,4,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.1,0.6955213872,7,1,1,0,0,6,1,0,2,1,33,3,0.3872983346,0.9372292998,0.3286335345,3.7416573868,0.6,0.3,0.7,1,1,8,5,11,3,5,6,3,2,6,0,1,0,0,1,0 +803,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.5,0.2,0.5419870847,7,1,0,0,1,0,1,1,2,1,39,3,0.3160696126,0.6267125297999999,-1.0,2.4494897428,0.7,0.3,0.0,4,2,8,1,11,3,8,5,1,5,6,0,1,1,1,0,0 +804,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,-1.0,7,1,1,0,0,11,1,1,2,1,67,2,0.3741657387,0.7328620449,0.3008321791,3.4641016151,0.1,0.5,0.4,3,1,9,5,9,1,6,9,3,1,9,1,0,0,0,0,0 +806,1,1,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.2725466593,10,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.9021782639,0.3869108424,3.3166247904,0.2,0.1,0.7,1,4,8,2,10,3,10,4,1,3,11,0,1,1,0,0,0 +809,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.8257572282,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.622345603,0.3521363372,3.3166247904,0.2,0.8,0.6,2,4,9,1,8,1,12,4,2,5,8,0,0,0,0,0,0 +810,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.4,0.8097067370000001,6,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.9004360743000001,0.3820994635,3.0,0.3,0.3,0.9,3,0,8,3,7,3,10,3,1,3,6,0,0,1,0,0,0 +812,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.651440711,11,0,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,1.0371209354000002,0.4009987531000001,3.3166247904,0.8,0.8,0.2,4,1,10,3,9,3,5,5,5,5,11,0,1,0,1,0,0 +818,0,1,2,0,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.7,1.3435028843,2,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6602810571,0.3583294573,3.6055512755,0.9,0.7,0.7,4,1,10,2,9,6,10,9,0,1,7,0,1,1,1,0,0 +820,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.7,1.3292385038,11,1,1,0,1,1,1,0,2,1,80,3,0.316227766,0.7842588753,-1.0,3.6055512755,0.8,0.5,0.6,2,0,10,3,10,2,12,10,1,2,10,0,1,0,0,0,1 +822,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.6495190528,7,1,0,0,1,11,1,1,2,1,67,2,0.3741657387,0.6790397936,0.3008321791,3.1622776602,0.7,0.0,0.4,4,1,9,2,8,4,12,6,2,4,9,0,0,1,0,0,0 +824,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,43,3,0.4,0.5995349436999999,0.416533312,1.7320508076,0.3,0.7,0.6,2,2,9,6,5,3,9,4,3,2,13,0,0,1,0,0,0 +829,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.9154916712,11,0,1,0,0,0,1,1,1,1,88,3,0.4,0.9556487131,0.33241540280000004,3.4641016151,0.1,0.4,0.7,1,1,10,5,11,1,6,6,1,0,4,1,1,1,0,0,0 +832,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.8,0.909326674,7,1,0,0,1,1,1,1,2,1,65,3,0.316227766,0.6657345412,0.2898275349,3.4641016151,0.7,0.6,0.0,2,2,7,3,10,3,12,3,0,5,12,0,1,1,0,0,0 +839,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.2954246408,11,1,1,0,1,14,1,1,0,1,49,3,0.4,0.8031832329999999,0.3292415527,3.7416573868,0.5,0.8,0.5,3,3,8,3,10,2,11,7,2,2,6,0,1,0,1,0,0 +841,0,0,1,5,1,0,0,0,0,1,0,0,0,0,0,9,0,0,0,0.9,0.6,1.0931605555,10,1,-1,1,1,9,1,1,0,1,104,2,0.4898979486,1.3191297532,-1.0,3.4641016151,0.4,0.1,0.4,3,2,9,2,8,2,9,6,2,3,1,0,1,0,0,0,1 +843,0,1,1,6,0,1,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.4,0.3766629793,11,1,1,0,1,1,1,1,0,1,65,1,0.316227766,0.6197173443,0.2898275349,3.3166247904,0.7,0.1,0.7,1,1,6,0,9,1,8,4,1,4,5,0,1,1,1,0,0 +846,0,7,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.9,1.2539936204000002,6,0,-1,1,1,9,1,1,0,1,104,2,0.5744562647,1.0999154738,0.4615192304,3.3166247904,0.8,0.3,0.7,2,1,8,4,8,2,14,9,3,5,5,0,1,1,0,1,0 +849,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.8,1.6667708301,11,0,1,0,1,15,1,0,0,1,5,2,0.4472135955,1.2307694294,0.32557641190000003,3.7416573868,0.8,0.7,0.9,2,2,7,2,10,3,2,4,1,3,13,0,0,1,0,0,0 +854,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,0,1,1,2,1,32,3,0.316227766,0.5841572301,0.2944486373,2.4494897428,0.7,0.4,0.2,2,2,6,4,11,2,10,2,1,1,5,0,1,1,0,0,0 +858,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.3,0.0,0.5640257086,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8087844159,0.3615245497,3.7416573868,0.8,0.0,0.0,1,2,5,1,5,5,5,9,3,4,14,0,1,1,0,0,0 +861,0,2,1,4,1,0,0,1,0,0,0,0,1,0,1,2,0,0,1,0.8,1.2,1.2139810542,11,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.6222293962,0.3070830507,3.1622776602,0.1,0.9,0.4,2,2,7,2,8,3,13,5,0,1,6,0,1,1,0,0,1 +865,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.4860555524,10,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.7782158021,-1.0,3.1622776602,0.8,0.8,0.4,4,4,9,4,9,2,10,7,1,2,8,0,1,0,0,0,1 +866,0,6,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.6,0.9045026258,6,0,-1,9,0,9,1,1,0,1,104,3,0.6164414003,1.2967537345,0.4841487375,3.1622776602,0.4,0.6,0.1,4,1,8,3,9,1,10,4,3,3,7,0,1,0,0,0,1 +870,0,2,2,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0.2,0.4,-1.0,10,0,1,0,0,10,1,1,0,1,89,2,0.3872983346,0.9624778628,0.33615472630000004,3.3166247904,0.3,0.0,0.5,3,2,6,4,9,4,10,6,4,3,9,0,1,1,0,0,0 +872,0,0,2,3,0,1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.5,0.2,0.5408326913,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7841798368999999,0.3974921383,3.1622776602,0.4,0.5,0.4,3,2,8,3,8,4,10,6,2,1,9,0,1,0,1,0,0 +874,0,0,4,9,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7483314774,11,0,-1,9,-1,17,1,1,1,1,104,3,0.5196152423,1.2407259272,0.4293017587,3.1622776602,0.5,0.6,0.0,3,3,10,3,9,2,9,5,1,2,6,0,0,1,0,1,0 +878,1,2,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.595294045,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.702617597,0.3887158345,3.1622776602,0.3,0.5,0.0,2,3,9,3,10,2,7,6,2,2,7,0,1,1,0,1,0 +881,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.6619101146999999,6,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.7655684433,0.3937003937,3.3166247904,0.4,0.1,0.1,2,1,6,4,8,3,4,3,1,1,9,0,0,0,0,0,0 +882,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.9698582371,7,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7857972210999999,0.2944486373,3.6055512755,0.3,0.3,0.1,2,2,7,2,9,2,7,2,1,1,9,0,1,1,0,0,0 +889,0,0,1,11,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0.1,0.3,-1.0,11,1,0,2,1,0,1,1,0,1,104,2,0.3741657387,0.7016656687999999,0.3601388621,2.8284271247,0.9,0.6,0.4,3,3,7,4,10,3,13,3,0,4,9,0,1,0,0,0,0 +890,0,5,1,10,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7318640584,11,0,1,9,0,11,1,1,2,1,56,3,0.4898979486,1.3183444257,0.4283689998,3.6055512755,0.8,0.7,0.5,4,1,7,5,8,0,10,5,1,6,12,0,1,1,0,0,1 +892,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.645174395,3,1,1,0,0,1,1,1,2,1,51,2,0.3741657387,0.8283833703,0.3307567082,3.6055512755,0.8,0.8,0.6,3,3,9,2,10,2,7,4,2,0,7,0,0,0,0,1,0 +894,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.9,0.2,0.3807886553,7,1,-1,0,-1,4,1,1,0,1,104,2,0.3997499218,0.6223290034000001,0.3917907605,2.2360679775,0.2,0.9,0.1,4,4,10,5,10,1,10,6,0,3,5,0,1,0,0,0,0 +896,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.7,0.9086390923,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7394017014,0.4074309757,2.6457513111,0.3,0.8,0.2,3,1,10,4,9,1,8,6,1,4,6,0,1,1,0,0,0 +899,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.5,0.2,0.5706356105,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.762201032,0.4013726448,3.0,0.8,0.0,0.4,2,3,6,5,8,3,6,5,2,4,6,0,0,0,1,0,0 +900,0,2,1,10,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.8,0.3,0.7454025758,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.5999311254999999,0.3744329045000001,2.0,0.9,0.7,0.1,1,1,10,5,7,1,8,5,3,4,5,1,1,1,1,0,0 +903,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,1,0.7,0.6,0.5419870847,6,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.6269103037,0.3814446225,2.4494897428,0.1,0.4,0.7,2,2,7,2,10,2,11,1,0,3,11,1,1,1,0,0,0 +906,1,5,2,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,1.7718281519,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4458699362,0.8565257519,0.3488552709,3.0,0.8,0.4,0.9,2,4,9,4,10,1,5,8,3,7,10,0,1,1,0,1,0 +912,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.7972609359999999,5,1,0,0,0,0,0,1,0,1,37,2,0.316227766,0.7086974433,0.31144823,3.1622776602,0.7,0.1,0.2,3,2,10,5,11,1,7,3,2,1,6,0,0,0,0,1,0 +918,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,1.0,1.3071916462,10,1,-1,1,0,0,0,1,0,1,75,2,0.4472135955,1.1598037024,0.4440720662,3.6055512755,0.5,0.7,0.0,3,1,9,4,11,4,11,9,0,0,6,0,0,1,0,0,0 +921,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.7,0.3,0.6144102864000001,7,0,-1,0,-1,4,1,1,2,1,104,3,0.4471017781,0.7007817359,0.3591656999,2.2360679775,0.4,0.3,0.9,5,2,10,3,9,5,4,7,1,2,6,0,1,0,0,0,0 +922,0,4,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.75,6,1,-1,8,1,11,1,1,0,1,71,2,0.4898979486,1.2551369653,0.4949747468,3.6055512755,0.6,0.3,0.2,3,1,9,1,11,2,6,5,3,3,6,0,1,1,0,0,0 +927,0,6,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.2,0.4092676386,0,0,-1,0,1,11,1,1,0,1,104,2,0.4469899328,0.7354371276,0.3449637662,2.8284271247,0.5,0.3,0.2,2,1,10,3,10,5,11,1,0,4,9,0,1,1,0,0,1 +930,0,0,3,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5332682252000001,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5990867706,0.3507135583,3.3166247904,0.5,0.6,0.5,0,0,7,2,9,1,8,2,2,4,11,0,1,1,1,1,0 +931,0,0,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.6,1.5915794041999998,11,1,1,0,0,14,1,0,2,1,72,3,0.4,1.1625616486,0.3504283094,3.6055512755,0.2,0.8,0.7,3,3,8,3,10,1,9,4,3,5,7,0,1,1,0,0,1 +933,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,1.1263880326,3,1,-1,0,-1,4,1,1,3,1,48,3,0.3160696126,0.4834449382,0.3893584467,1.0,0.8,0.4,0.1,3,1,7,3,8,5,15,7,4,6,6,0,0,1,0,0,0 +934,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.7648529270000001,7,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6542928806,0.3744329045000001,2.6457513111,0.7,0.0,0.9,3,2,6,3,7,3,1,6,1,5,7,0,0,0,0,0,0 +942,0,4,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6209871174,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6462223346,0.3666060556,2.8284271247,0.2,0.0,0.0,2,1,7,3,12,2,8,4,0,1,6,0,0,1,0,0,0 +943,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.9915266008,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5099627275,0.3734969879,0.0,0.4,0.5,0.8,2,1,8,3,9,2,9,1,2,1,10,0,1,0,0,0,0 +948,0,0,3,7,1,0,0,1,0,0,0,1,0,0,1,5,0,0,1,0.9,1.0,0.9672771061,7,1,1,0,1,4,1,0,2,1,48,1,0.316227766,0.7246401215999999,0.3019933774,3.7416573868,0.3,0.9,0.8,4,1,9,2,9,2,8,7,1,3,8,0,1,1,0,0,0 +951,0,0,1,8,0,3,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,-1.0,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.7858248284999999,-1.0,3.6055512755,0.1,0.9,0.6,3,3,7,4,9,0,4,3,1,2,10,0,0,1,0,1,0 +954,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6087897831,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6196673328,0.34727510710000004,3.1622776602,0.3,0.2,0.7,4,3,9,5,9,4,11,9,1,2,9,1,0,1,1,1,0 +958,0,0,1,7,1,3,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.3,0.7656696416,7,1,-1,0,-1,14,1,0,2,1,42,2,0.4,0.8733544148000001,0.3937003937,3.6055512755,0.7,0.5,0.2,2,2,9,4,9,1,13,9,0,5,8,1,1,1,0,1,0 +959,0,1,3,7,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.9,1.1053845485,11,1,1,1,0,3,1,1,2,1,102,2,0.4,0.8569960028,0.3269556545,3.4641016151,0.6,0.8,0.0,3,3,7,3,7,5,12,3,1,2,4,0,1,0,0,1,0 +965,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.9,1.4920623311,11,0,1,0,1,10,1,0,2,1,28,3,0.3741657387,1.0527414036,0.3386738844,3.7416573868,0.0,0.5,0.6,1,2,6,2,8,1,5,5,0,4,13,0,1,0,0,0,0 +966,0,0,1,11,0,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.3,0.0,1.1423659659,11,0,1,8,1,9,1,0,2,1,13,3,0.4472135955,1.1996039291,0.3991240409,3.6055512755,0.2,0.5,0.1,1,1,8,2,8,4,7,6,1,1,1,0,1,1,0,1,0 +968,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.4,0.9743587635,11,0,-1,0,-1,1,1,1,1,1,31,3,0.4242640687,0.8628704737999999,0.40348482,3.1622776602,0.8,0.7,0.2,1,2,8,1,8,3,5,7,3,3,9,0,1,0,0,0,0 +969,0,0,2,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,1.4,1.5720209922,10,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9082837326,0.4086563348,3.1622776602,0.6,0.1,0.3,3,3,7,4,11,0,8,4,2,4,12,0,0,1,0,1,0 +970,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.8,1.9648473223,11,0,0,9,1,10,1,1,2,1,104,3,0.4472135955,1.4046704858,0.3908964057,3.4641016151,0.7,0.5,0.8,1,0,7,3,9,2,8,4,1,3,7,0,0,0,0,0,0 +971,0,6,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,1.3,0.9158329542,0,1,-1,0,0,11,0,1,0,1,19,3,0.316227766,0.6045625425,0.3887158345,2.4494897428,0.0,0.6,0.3,4,1,8,2,8,3,12,5,3,4,8,0,1,1,1,0,0 +972,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,6,1,-1,2,-1,11,1,1,0,1,94,0,0.3741657387,0.7866657328,0.4301162634,3.6055512755,0.2,0.2,0.1,4,1,7,3,10,1,10,5,0,5,5,1,1,1,1,0,0 +973,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,32,3,0.3160696126,0.5242468033,0.3521363372,1.4142135624,0.4,0.4,0.7,2,1,8,3,11,2,8,7,0,2,9,0,1,0,0,0,0 +974,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5414101957,6,1,-1,0,0,1,1,1,0,1,74,3,0.3741657387,0.6443171797,0.3861346915,2.6457513111,0.3,0.3,0.4,0,0,10,6,9,2,10,7,3,3,5,0,1,1,0,0,0 +979,0,5,3,5,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.5,1.0077822185,11,0,1,1,1,9,1,1,0,1,104,2,0.4242640687,1.2551542495,0.35,3.4641016151,0.1,0.5,0.4,2,1,7,4,9,3,9,5,1,2,9,0,0,1,0,1,0 +981,0,3,2,3,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.6,0.8,1.1803071634,6,1,-1,9,1,13,1,0,0,1,104,2,0.4469899328,1.4307571825999998,0.4549725266,3.4641016151,0.9,0.4,0.9,1,1,7,1,12,2,9,4,2,1,7,1,1,1,0,1,0 +982,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.7,0.9013878189,6,1,-1,0,0,15,1,0,0,1,97,2,0.3605551275,0.8865151386,-1.0,3.6055512755,0.4,0.7,0.5,1,1,9,4,8,2,7,5,0,5,8,0,1,0,0,0,0 +983,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.2,1.5797547278,10,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.7445775051000001,0.3685105155,3.4641016151,0.9,0.8,0.2,3,2,9,3,11,5,9,5,1,4,6,1,0,0,1,0,0 +984,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.0,0.9453835201,11,1,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.058495736,0.416533312,3.4641016151,0.2,0.5,0.7,3,3,8,1,10,2,9,6,2,4,10,0,0,1,0,1,0 +988,0,5,1,6,1,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,7,1,1,0,1,0,1,1,2,1,32,1,0.3157530681,0.441985565,-1.0,0.0,0.0,0.8,0.1,2,1,8,5,8,1,10,5,2,3,7,0,1,0,0,1,0 +990,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.7403546447,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7253383365999999,0.3937003937,2.8284271247,0.2,0.3,0.4,4,2,9,4,10,0,10,9,2,4,6,0,0,0,1,0,0 +991,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.8733780717,0.4477722635,3.0,0.7,0.8,0.9,3,2,9,3,10,2,12,7,4,6,7,0,1,1,0,0,0 +993,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.0638961415,3,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7609530779000001,0.3926830783,3.3166247904,0.4,0.5,0.4,2,2,8,3,11,1,6,1,1,2,9,0,1,0,0,0,0 +1001,0,1,2,0,0,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.8,1.348842096,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7313945696999999,0.3615245497,3.4641016151,0.9,0.2,0.1,3,1,8,6,10,2,12,8,0,4,12,0,0,0,0,0,0 +1002,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.804673847,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7483176723999999,0.3667424164,3.4641016151,0.5,0.0,0.4,4,5,8,1,8,3,6,4,1,4,10,0,1,0,0,0,0 +1003,0,1,1,2,0,4,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.4,-1.0,11,1,0,0,1,0,1,1,2,1,43,3,0.4,0.5896139653,-1.0,1.7320508076,0.8,0.4,0.6,1,2,8,1,10,2,11,5,0,0,11,0,1,1,0,0,0 +1008,0,2,2,4,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.4,0.7132671309,7,1,-1,0,-1,1,1,0,0,1,64,1,0.316227766,0.7117374853,0.3619392214,3.6055512755,0.7,0.4,0.5,3,2,8,4,8,2,9,9,5,1,11,0,0,0,0,0,0 +1009,0,1,1,6,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.5,0.3,0.8598691761,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7620864954000001,0.3615245497,3.6055512755,0.7,0.8,0.2,3,2,8,4,10,1,4,4,3,0,10,0,1,0,0,0,0 +1015,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.8344159634,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6265806459000001,0.3861346915,2.4494897428,0.8,0.0,0.5,2,1,8,2,7,1,8,6,1,1,11,0,0,1,0,1,0 +1017,1,4,2,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.1,1.0638961415,11,1,-1,0,-1,0,1,1,3,1,66,3,0.3998749805,0.6772879803,0.3817066937,2.4494897428,0.9,0.1,0.2,1,3,6,4,9,0,10,7,2,3,6,0,1,1,0,1,0 +1021,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.6938335237000001,0.2887905816,3.4641016151,0.6,0.7,0.8,3,3,7,5,10,3,8,7,1,1,8,0,0,1,0,1,0 +1026,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.7,0.4,0.9915266008,11,1,1,0,1,14,1,1,2,1,68,3,0.4,0.8223002408,0.3443835072,3.0,0.2,0.4,0.7,2,3,9,1,9,2,4,6,1,1,10,0,1,1,0,0,0 +1027,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.8901782717,0.3820994635,3.0,0.6,0.7,0.0,2,0,7,3,11,3,15,6,1,0,15,0,1,0,0,1,0 +1028,1,3,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.8355387484000001,7,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.7599613953000001,0.3943348831,3.4641016151,0.3,0.1,0.5,3,2,8,4,10,2,9,4,2,3,8,1,1,1,1,0,0 +1030,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.1,0.0,-1.0,3,1,1,0,1,1,1,1,2,1,64,1,0.316227766,0.6123218243,0.3016620626,3.0,0.5,0.4,0.8,4,3,5,4,11,3,7,5,0,1,10,0,0,0,0,0,0 +1040,0,0,1,3,0,4,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.7,0.6604922407,11,1,-1,0,-1,11,1,1,2,1,76,3,0.316227766,0.7526125297,0.3794733192,3.6055512755,0.8,0.3,0.8,1,4,9,2,10,0,10,5,1,0,1,0,1,1,0,0,1 +1042,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,1.2178361959,9,1,0,0,0,1,1,1,2,1,64,1,0.316227766,0.5483257764,0.3016620626,2.4494897428,0.1,0.1,0.7,2,3,7,5,7,3,9,8,3,3,6,0,0,0,0,1,0 +1044,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,51,2,0.4,0.8769900628,0.4017461885,3.6055512755,0.0,0.4,0.1,1,1,6,2,11,2,8,9,2,4,14,0,1,1,0,1,0 +1045,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6234981957,11,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.8712226612999999,0.3708099244,3.6055512755,0.9,0.0,0.6,2,4,6,2,10,3,11,5,3,3,4,1,0,1,1,0,0 +1046,0,7,1,5,0,6,0,0,1,0,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,4,1,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.4882004913999998,0.5186520992,3.6055512755,0.9,0.6,0.5,1,2,9,3,12,3,7,3,0,1,10,0,0,0,0,1,0 +1047,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7770135134,7,1,1,0,1,6,1,1,0,1,104,3,0.4,0.9509130019,-1.0,3.6055512755,0.2,0.3,0.9,3,4,8,5,9,4,6,5,2,2,14,0,0,0,0,1,1 +1048,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.4380353867,7,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.621032864,0.30331501780000003,3.0,0.6,0.0,0.0,1,0,7,2,10,1,7,9,1,2,7,0,1,1,0,0,0 +1055,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.2,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1721192927,0.4,3.4641016151,0.2,0.5,0.8,2,2,7,2,12,4,6,4,0,5,7,0,1,1,0,1,0 +1058,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,8,1,-1,8,0,3,1,0,0,1,104,2,0.5,1.4304972262,0.474341649,3.7416573868,0.3,0.4,0.8,2,0,8,1,11,5,10,5,2,2,10,0,1,1,0,0,0 +1059,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.8,1.0344080433,9,1,1,0,1,11,1,0,2,1,104,3,0.4,1.0341663309,0.33911649920000003,3.6055512755,0.5,0.8,0.5,2,4,7,5,7,1,7,5,1,0,14,0,1,0,0,1,0 +1067,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.8576858398999999,7,1,1,0,1,0,1,0,2,1,54,3,0.4,1.0062408564,0.32,3.6055512755,0.0,0.3,0.1,0,2,8,4,8,3,8,9,0,2,9,0,1,0,1,0,1 +1069,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.95,9,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7497602923000001,0.299165506,3.6055512755,0.7,0.1,0.4,1,3,8,6,8,2,5,8,2,5,6,0,0,0,1,0,0 +1070,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.8,1.1,10,1,-1,9,1,16,1,1,0,1,104,2,0.4898979486,1.337700321,0.5004997502,3.4641016151,0.9,0.3,0.3,3,3,8,4,9,3,8,5,0,1,5,1,0,1,1,0,0 +1071,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,1.3,1.2947007376000002,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.7121437779,0.393192065,3.0,0.6,0.4,0.3,3,0,6,0,10,3,11,5,1,2,7,0,1,1,0,1,1 +1072,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6174544518,7,1,0,0,1,1,1,1,2,1,64,3,0.3160696126,0.5188791161999999,0.3041381265,1.4142135624,0.2,0.0,0.4,4,2,9,3,8,3,10,13,0,1,4,0,0,1,0,0,0 +1074,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.7,0.2,0.6403124237,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5735924202,0.3507135583,3.0,0.6,0.2,0.2,4,2,7,4,9,4,7,6,1,1,8,0,1,1,0,0,0 +1076,0,5,1,6,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.5,0.8671072598,7,1,-1,0,-1,0,1,1,2,1,88,3,0.445421149,0.6362175157,0.4031128874,1.7320508076,0.7,0.8,0.0,3,2,8,4,9,4,12,5,1,0,12,0,1,1,0,0,0 +1077,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.8028358827,0.4129164564,3.1622776602,0.6,0.9,0.5,2,3,10,2,7,3,12,7,1,1,6,1,0,0,1,0,0 +1078,0,4,1,4,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.6,1.1388041974,11,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.7446628279,0.3008321791,3.3166247904,0.8,0.0,0.5,3,4,8,4,11,1,7,3,1,2,13,0,1,0,0,0,0 +1080,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.3,1.5325632124000002,11,1,1,0,0,1,1,0,2,1,40,2,0.3741657387,0.8641147001,0.3248076354,3.7416573868,0.9,0.0,0.1,2,2,9,4,10,1,8,4,4,2,5,0,1,1,0,0,0 +1082,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,0.8,1.5288884851,10,1,-1,0,1,10,1,0,0,1,55,2,0.4472135955,1.2121543556,0.4174925149,3.7416573868,0.4,0.7,0.5,4,2,7,4,10,2,8,3,2,1,8,0,1,0,0,0,0 +1084,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,4,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.936407766,0.4074309757,3.4641016151,0.6,0.1,0.3,1,1,9,3,10,3,8,4,2,2,4,1,0,1,0,1,0 +1093,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.4,0.4,0.9585144756,11,1,-1,0,-1,0,1,1,1,1,88,3,0.4,0.901376358,0.3974921383,3.6055512755,0.9,0.0,0.0,2,1,6,2,8,1,8,4,0,1,4,0,1,1,0,0,0 +1094,0,0,1,9,0,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,1.1608186766,11,1,-1,0,-1,11,1,1,2,1,57,2,0.4242640687,0.6757762601,0.3924283374,2.6457513111,0.9,0.7,0.8,2,5,8,2,8,1,10,2,0,2,9,0,0,0,0,0,0 +1096,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,0.2,0.6087897831,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7746500143,0.3708099244,3.4641016151,0.2,0.6,0.3,2,2,6,4,11,4,10,4,2,1,9,0,1,0,0,0,0 +1097,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.5,1.617289399,11,0,0,9,1,17,-1,1,2,1,104,3,0.6,1.7068771930000002,-1.0,3.4641016151,0.0,0.0,0.6,5,2,6,2,11,1,13,3,2,2,10,0,1,1,0,0,0 +1102,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.6363961031,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7018864781,0.3583294573,3.4641016151,0.1,0.9,0.9,3,1,9,2,8,1,1,8,3,1,4,0,0,0,1,0,0 +1105,0,1,1,8,0,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,0.779823698,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8562241731999999,0.3850973903,3.6055512755,0.8,0.3,0.6,4,3,6,4,9,2,5,2,0,5,6,0,1,1,0,0,0 +1110,0,0,3,5,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6398241946000001,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6274538605,0.3685105155,2.8284271247,0.1,0.9,0.4,2,3,9,3,11,4,9,4,1,3,6,0,1,0,0,1,0 +1111,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.4703721931,6,1,0,0,0,1,1,1,0,1,64,3,0.316227766,0.6110889887,0.3016620626,2.8284271247,0.5,0.8,0.5,2,2,10,1,8,2,4,5,3,4,7,0,0,1,1,1,0 +1112,0,7,1,6,0,6,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5315072906,6,1,-1,0,1,0,1,1,0,1,66,1,0.4,0.733510184,0.3794733192,2.8284271247,0.9,0.8,0.3,1,2,8,3,11,3,5,3,1,5,5,0,1,1,0,0,0 +1115,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5522680509000001,7,1,1,8,1,4,0,0,1,1,104,2,0.4795831523,1.5663361997999998,-1.0,3.6055512755,0.9,0.3,0.7,2,1,9,2,9,3,9,9,1,3,8,1,1,1,0,1,0 +1124,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6184658438,11,1,-1,0,-1,14,1,1,2,1,104,2,0.4472135955,0.950320194,0.4339354791,3.3166247904,0.9,0.8,0.6,3,3,8,4,11,2,11,6,0,4,9,0,0,0,0,1,0 +1131,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.9585144756,8,0,-1,9,1,15,1,1,0,1,58,3,0.5477225575,1.4044866125,0.500999002,2.8284271247,0.5,0.0,0.4,2,2,10,2,10,1,5,4,0,3,4,1,1,1,1,0,0 +1134,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.2067518386,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9132857762,0.4101219331,3.3166247904,0.6,0.7,0.4,2,3,9,3,9,4,9,8,1,3,11,0,1,1,0,0,0 +1135,0,5,2,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,1.7080690853,7,0,0,9,1,17,1,0,2,1,104,3,0.4472135955,1.5098368912,0.3761648575,3.4641016151,0.7,0.7,0.4,4,1,7,2,12,0,9,5,2,3,7,0,0,0,1,1,0 +1138,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.9450529086,9,1,1,0,0,6,1,1,2,1,104,3,0.4,0.9876091843,0.35608987630000005,3.6055512755,0.2,0.0,0.3,3,1,9,3,9,4,11,7,0,2,8,1,1,0,0,1,0 +1139,0,3,1,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.0,1.2206555616,6,0,0,1,1,6,1,1,2,1,104,2,0.4472135955,0.7997158585999999,0.4016217126,2.6457513111,0.5,0.7,0.4,3,1,6,5,7,1,5,2,1,4,10,1,1,0,0,0,0 +1141,0,5,2,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.2,1.3706750162,10,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7608308855,0.3926830783,3.3166247904,0.2,0.1,0.5,0,0,6,4,8,5,4,6,1,1,9,0,0,0,1,1,0 +1143,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.5,0.4,0.5841660723,8,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,0.9157370693,0.5277309921,1.7320508076,0.1,0.3,0.7,3,2,8,0,9,3,5,9,0,2,8,0,0,0,0,0,0 +1147,0,0,1,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.7262676502,11,1,-1,0,-1,14,1,0,2,1,49,3,0.4,0.8700438148,0.3685105155,3.6055512755,0.4,0.1,0.2,1,0,8,5,12,2,12,8,0,2,10,1,1,0,1,0,0 +1149,0,0,3,6,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,1.006541107,7,1,-1,0,-1,1,1,0,2,1,38,1,0.316227766,0.7484143017,0.3598610843,3.7416573868,0.3,0.1,0.4,1,4,7,3,9,3,7,9,0,6,10,0,1,0,0,0,0 +1152,0,6,2,1,1,4,0,0,1,0,0,0,0,0,0,1,0,0,1,0.7,0.2,0.7141428429000001,10,0,-1,1,0,16,1,1,0,1,104,3,0.316227766,0.6746134492,0.3674234614,3.0,0.0,0.4,0.8,1,1,8,5,7,3,7,11,2,6,13,0,1,1,0,1,1 +1159,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.1,0.4924428901,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5690538761999999,0.3687817783,2.4494897428,0.0,0.1,0.6,2,2,6,3,10,3,9,3,0,2,4,0,0,0,0,1,0 +1162,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,0,99,2,0.316227766,0.6057063359,0.3687817783,2.8284271247,0.1,0.9,0.4,3,2,8,6,10,4,8,6,1,0,6,0,0,1,0,0,0 +1163,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.6,0.3,0.6329494451,4,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5693079749000001,0.3583294573,2.6457513111,0.8,0.4,0.0,3,2,7,1,8,4,8,6,3,5,11,0,0,1,1,0,0 +1164,0,5,3,8,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.0,1.2457427503,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5082785727,0.3774917218,2.0,0.4,0.2,0.2,1,0,10,1,10,3,11,4,4,3,8,1,1,1,1,1,0 +1165,0,3,1,5,1,6,0,1,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.8329165623999999,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6318999293,0.3744329045000001,2.4494897428,0.8,0.4,0.5,4,2,5,2,6,2,6,7,0,4,7,0,0,1,0,0,1 +1166,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.3,0.0,1.3658788380000002,6,1,-1,0,0,11,1,1,0,1,3,2,0.4242640687,1.1027295211,0.4349712634,3.4641016151,0.8,0.6,0.0,3,3,6,4,11,5,8,2,3,2,8,0,0,1,1,0,0 +1169,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.7,0.7,1.2567318728,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5933690056,0.3687817783,2.6457513111,0.0,0.9,0.8,3,1,10,1,8,3,10,12,0,2,6,1,1,1,1,0,1 +1172,0,2,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.7,1.0963005975,11,1,1,0,1,4,1,0,2,1,9,2,0.316227766,0.8300129442,0.3201562119,3.6055512755,0.8,0.2,0.6,3,3,8,5,10,2,3,8,0,2,10,0,1,1,0,1,0 +1184,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.503736042,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6789637218000001,0.3924283374,2.8284271247,0.6,0.6,0.7,1,1,9,1,9,3,13,3,2,3,10,0,1,0,1,0,0 +1186,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,5,1,1,0,1,1,1,1,0,1,38,3,0.316227766,0.7531812695000001,0.299165506,3.6055512755,0.6,0.5,0.2,2,3,5,0,4,1,5,3,1,6,15,0,1,1,0,1,0 +1187,0,3,1,4,0,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.3,0.0,1.7853571071,11,0,1,0,0,11,0,0,2,1,17,2,0.4242640687,1.0309868497,-1.0,3.7416573868,0.8,0.7,0.0,4,1,7,3,12,1,9,3,1,2,5,0,0,1,0,0,0 +1193,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0.9,0.2,0.5947688627000001,7,1,-1,2,-1,1,1,1,1,1,1,0,0.3741657387,0.8326498575,0.4189272013000001,3.4641016151,0.9,0.5,0.9,3,1,9,3,9,0,9,5,5,0,8,0,1,1,0,0,0 +1195,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,12,0,0,0,0.9,0.9,0.768927825,10,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.9192837672,0.3820994635,3.0,0.1,0.6,0.5,2,1,7,3,12,1,13,9,2,6,3,0,0,1,0,0,0 +1196,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.668954408,11,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.9388460034,0.3848376281000001,3.7416573868,0.0,0.1,0.6,1,0,9,2,11,2,10,6,0,4,11,0,1,0,0,1,0 +1201,0,4,1,6,1,6,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.6,0.9672771061,11,1,1,1,0,6,1,1,2,1,104,3,0.4,1.3372909584,0.3819685851,3.6055512755,0.8,0.9,0.6,1,3,8,2,10,1,10,5,1,5,7,0,1,1,0,0,0 +1202,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.7,0.4,0.7449832212999999,10,1,-1,0,-1,1,1,1,3,1,64,3,0.316227766,0.5936649025999999,0.3619392214,2.6457513111,0.1,0.8,0.7,5,2,9,6,12,1,8,5,0,4,7,0,0,1,0,0,0 +1205,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6373774392,6,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5685453383,0.3687817783,2.0,0.4,0.2,0.0,1,5,8,2,8,3,8,6,1,2,9,0,1,1,0,1,0 +1206,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,0.9845684334,11,1,-1,0,-1,14,1,1,2,1,104,2,0.316227766,0.6580242152,0.3937003937,3.0,0.7,0.4,0.7,2,1,7,5,9,4,12,6,1,3,8,0,0,1,1,1,0 +1212,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.2,-1.0,4,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6671451451,0.3583294573,3.3166247904,0.6,0.3,0.5,1,3,9,3,10,1,4,5,1,6,8,0,1,0,1,0,0 +1220,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.5,0.6,1.128605334,11,1,1,0,1,0,1,1,2,1,32,3,0.316227766,0.6091078695000001,0.2944486373,2.6457513111,0.1,0.8,0.3,1,0,7,3,12,2,5,5,2,2,7,0,1,0,1,0,0 +1221,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5291502621999999,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7406022789,0.3974921383,2.8284271247,0.1,0.5,0.6,2,2,7,4,10,2,9,3,1,3,8,0,0,0,1,1,0 +1222,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.5,1.0597759197,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7438730452,0.3663331817,3.3166247904,0.3,0.7,0.8,3,4,8,3,8,2,5,3,2,3,6,0,1,0,1,1,0 +1224,0,3,1,10,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,1.2,0.9971835338,11,1,-1,0,-1,10,1,0,2,1,89,2,0.3872983346,1.0187295605,0.4101219331,3.6055512755,0.3,0.9,0.0,4,1,5,2,9,1,5,2,4,4,9,0,1,1,0,0,0 +1227,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9040885095,0.4074309757,3.3166247904,0.4,0.5,0.6,4,0,6,3,8,3,3,8,1,3,9,0,0,0,1,0,0 +1230,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5471517157,7,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.8043399840000001,0.3826225294,3.0,0.8,0.7,0.1,1,4,5,6,8,3,10,2,3,0,15,0,1,1,0,0,0 +1234,0,0,1,1,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6244997997999999,11,1,-1,0,-1,4,1,0,0,1,12,3,0.4,0.9088067738,0.3708099244,3.7416573868,0.4,0.0,0.6,3,2,8,4,11,4,13,8,2,6,4,0,1,1,0,1,0 +1236,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5539117094,0.3507135583,2.4494897428,0.3,0.8,0.1,2,3,8,2,10,1,9,3,4,2,9,0,1,0,0,1,0 +1237,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.6,0.7673004627,10,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.7913661166,0.374566416,3.4641016151,0.7,0.4,0.5,1,1,8,1,9,3,5,4,1,6,8,0,1,1,0,0,0 +1245,0,4,1,9,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.4,1.6263455966999998,1,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.8069302099,-1.0,3.6055512755,0.4,0.1,0.0,1,1,8,1,10,1,9,3,0,5,5,0,1,1,0,1,0 +1247,0,4,1,8,0,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.9659839543,4,1,-1,0,1,10,1,0,0,1,89,2,0.3872983346,1.1009575096,0.4086563348,3.6055512755,0.6,0.6,0.9,5,2,6,2,9,2,4,5,2,2,12,0,0,1,1,1,0 +1248,0,0,1,5,0,4,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.6354132514,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7066683559,0.4062019202,2.6457513111,0.6,0.7,0.5,4,3,8,4,11,1,6,4,0,3,7,0,1,0,1,0,0 +1251,1,5,1,6,0,4,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,1.4,1.5858751527,11,0,-1,8,-1,9,1,1,1,1,13,3,0.4472135955,1.0808054848,0.4679743583,3.4641016151,0.9,0.2,0.7,3,0,9,2,8,3,14,6,3,2,8,1,0,1,0,0,0 +1253,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.7,1.1459166636,11,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.7638257341,0.3850973903,3.1622776602,0.1,0.1,0.7,3,2,7,4,9,2,10,3,3,3,9,1,1,0,0,0,0 +1261,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.2,0.2,-1.0,7,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.7071652173,0.3943348831,3.3166247904,0.4,0.4,0.1,3,4,9,4,11,2,15,7,0,2,11,0,1,1,0,0,0 +1267,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.9,1.4,1.8447560814,11,0,0,1,1,16,1,1,2,1,104,3,0.316227766,0.76906888,0.3016620626,3.3166247904,0.8,0.8,0.2,3,3,7,6,12,3,8,3,1,2,4,0,0,0,1,0,1 +1268,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.9324028099,11,1,1,0,1,14,1,1,1,1,104,2,0.316227766,0.6192670954999999,-1.0,2.6457513111,0.2,0.8,0.1,3,3,7,0,10,3,9,3,1,2,9,1,0,1,0,0,0 +1275,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.4,0.7762087348000001,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9450611069,0.5204805472,3.1622776602,0.2,0.9,0.2,4,2,9,3,9,2,6,5,1,1,10,0,0,0,0,0,0 +1276,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.2,0.577169819,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.6055016362,0.3615245497,2.8284271247,0.5,0.7,0.9,3,2,8,3,10,3,5,4,0,2,14,0,1,1,1,0,0 +1279,0,2,1,4,1,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.5,0.3,0.7652613933,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6859270134000001,0.3615245497,3.1622776602,0.8,0.7,0.5,2,3,4,3,9,3,7,6,0,3,9,0,1,1,0,0,0 +1280,0,0,2,2,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.8,1.0470195796,7,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.6262664854,0.2887905816,3.1622776602,0.5,0.5,0.4,0,1,9,1,10,1,9,2,1,2,14,0,1,1,0,0,0 +1287,0,4,1,7,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,8,1,-1,0,1,7,1,1,0,1,104,2,0.4,1.036525107,0.43,3.4641016151,0.6,0.9,0.0,1,2,8,5,9,1,9,4,1,3,12,0,0,0,0,1,0 +1288,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7368404741,0.3615245497,3.4641016151,0.3,0.9,0.4,3,0,7,4,10,4,6,8,1,5,10,0,0,1,0,1,1 +1290,0,4,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.3,-1.0,7,1,1,0,0,11,1,0,2,1,17,2,0.3741657387,0.9314966186,0.3257299495,3.7416573868,0.2,0.8,0.1,0,0,6,4,11,2,6,8,1,3,10,1,1,1,0,1,0 +1296,0,5,1,1,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.9,1.2732831578,8,1,-1,1,1,0,1,1,0,1,75,2,0.4472135955,1.3476149731,0.4440720662,3.6055512755,0.7,0.1,0.6,3,1,8,3,9,1,12,4,1,2,6,0,1,0,1,0,1 +1299,0,0,2,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.4,1.485134674,10,1,-1,1,1,5,0,0,0,1,104,2,0.4242640687,1.9719101785,0.4449719092,3.6055512755,0.6,0.3,0.4,3,0,10,3,10,2,8,9,1,5,6,0,0,1,0,0,0 +1300,0,6,1,6,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.3,0.0,-1.0,6,1,-1,8,0,4,1,1,0,1,6,2,0.4,0.9567134471,0.4121892769,3.4641016151,0.3,0.3,0.4,3,1,7,2,10,4,8,10,4,1,4,0,1,0,0,0,1 +1302,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.3,0.7697402159000001,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7392619728000001,0.3754996671,3.3166247904,0.2,0.9,0.3,2,1,9,4,10,1,8,2,3,2,12,0,1,0,0,1,0 +1303,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.2,0.2,-1.0,10,0,-1,1,1,16,1,1,0,1,104,3,0.316227766,0.7747700272,0.3674234614,3.3166247904,0.4,0.1,0.8,2,0,9,4,6,4,8,6,1,2,7,0,1,0,0,1,0 +1306,0,6,1,5,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.4,0.3,-1.0,11,1,0,0,1,14,1,1,2,1,68,3,0.4,0.9104648708,0.3443835072,3.3166247904,0.2,0.0,0.6,1,3,10,6,7,4,4,6,1,3,8,1,0,0,0,0,0 +1310,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.9,1.2083045974,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6855805286,0.3615245497,3.1622776602,0.5,0.4,0.1,3,2,7,4,10,3,10,12,1,2,6,0,1,0,1,0,0 +1311,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,0.5,1.0636023693,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.7561319575,0.3984971769,3.0,0.0,0.4,0.4,1,3,7,4,9,3,8,9,2,2,9,0,1,0,1,1,0 +1312,0,2,3,3,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,1.0,-1.0,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6667269257,0.3788139385,2.2360679775,0.2,0.0,0.3,2,3,7,1,12,2,4,3,3,7,5,0,1,0,0,0,0 +1315,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.7,0.2,0.6229967896999999,10,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.8065076227,0.3663331817,3.3166247904,0.6,0.8,0.9,2,2,10,1,10,3,9,5,0,4,13,0,1,1,0,0,0 +1319,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.4,1.0136567466,11,1,1,0,1,1,1,1,2,1,70,3,0.3741657387,0.7389684568000001,0.33911649920000003,2.8284271247,0.3,0.3,0.1,1,2,7,2,8,3,7,5,1,3,7,0,0,0,0,0,0 +1324,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,1.0880027573,10,1,-1,9,0,15,1,1,0,1,41,2,0.5,1.2113870883,0.5282045058,3.0,0.0,0.4,0.4,3,1,6,5,8,3,6,4,2,5,5,0,1,0,0,0,0 +1326,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.6354132514,5,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.6546874846,0.3016620626,3.1622776602,0.2,0.5,0.2,2,2,8,0,9,1,5,3,3,5,8,0,1,0,1,0,1 +1327,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.5,1.1056672194,9,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.7038119348999999,0.30331501780000003,3.4641016151,0.0,0.8,0.7,3,1,6,4,9,1,4,5,2,3,8,0,0,0,0,0,0 +1328,0,2,2,4,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,0.3,0.5556527693,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.6072053583,0.3667424164,2.2360679775,0.1,0.2,0.6,2,0,9,6,10,0,17,8,2,3,10,0,1,1,1,0,0 +1329,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.7806247498000001,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7504131094,0.3615245497,3.6055512755,0.9,0.8,0.3,3,1,9,4,12,1,11,2,3,1,10,0,0,1,0,0,0 +1332,0,1,2,4,1,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.3,0.8246211251000001,10,1,-1,0,1,0,1,1,0,1,66,1,0.3998749805,0.7072382558,0.3817066937,2.8284271247,0.8,0.0,0.0,0,2,8,2,8,2,11,6,3,3,8,0,0,1,0,0,0 +1333,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.6,0.8374067112000001,7,1,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,0.8471878615,0.3964845520000001,2.6457513111,0.4,0.6,0.5,2,3,7,2,8,2,13,5,0,2,8,0,1,1,0,0,1 +1335,0,2,1,6,1,4,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,8,1,1,0,1,1,1,1,2,1,40,2,0.3741657387,0.6983007711,0.3248076354,2.8284271247,0.4,0.7,0.5,1,3,9,5,9,1,12,7,0,5,12,0,1,1,1,0,0 +1336,0,4,1,7,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.6,0.2,0.6204836823,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7475580079,0.3814446225,3.4641016151,0.9,0.0,0.0,2,2,7,3,8,2,9,7,2,2,11,1,0,1,0,0,0 +1338,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.6,0.1,0.4949747468,7,0,1,9,1,15,-1,0,2,1,58,3,0.5477225575,1.9449336601,0.4358898944,3.6055512755,0.6,0.0,0.7,2,2,6,3,10,4,7,4,2,4,5,0,1,1,0,0,1 +1342,0,1,2,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.7,0.8660254037999999,6,1,-1,0,0,0,1,1,0,1,22,3,0.316227766,0.7730747882,0.374566416,3.4641016151,0.9,0.9,0.0,2,2,6,4,12,3,0,3,1,1,9,0,1,1,1,0,0 +1345,0,2,1,1,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.9270248109,11,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9448096577,0.4101219331,3.3166247904,0.4,0.4,0.3,0,2,9,3,9,3,8,5,3,3,5,1,0,0,0,0,0 +1346,0,3,1,7,1,1,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.6,1.0609547587,5,1,1,0,0,1,1,1,2,1,40,2,0.3741657387,0.6983451513,0.3248076354,2.8284271247,0.9,0.9,0.3,2,0,4,6,10,2,8,4,3,5,8,0,1,1,1,0,0 +1349,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,4,0,0,0,0.4,0.0,0.5012484414,7,1,1,1,1,12,1,0,2,1,104,2,0.3741657387,0.9013305133,0.331662479,3.6055512755,0.3,0.1,0.2,3,2,9,2,8,4,9,9,4,1,8,0,1,0,0,0,0 +1352,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.8452070751999999,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6146960547,0.3507135583,3.1622776602,0.3,0.4,0.4,0,2,6,3,10,1,7,6,2,2,10,0,1,0,1,1,0 +1353,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.3,0.8760707734000001,11,1,-1,0,-1,1,1,1,2,1,38,1,0.316227766,0.6884675761,0.3598610843,3.6055512755,0.6,0.6,0.6,4,2,6,3,10,3,6,7,1,2,11,1,1,1,0,0,0 +1354,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,1.5552331015,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.7773657573,-1.0,3.6055512755,0.6,0.2,0.2,3,1,7,2,8,2,4,11,3,2,3,0,0,0,0,0,0 +1359,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.7017834423999999,7,1,-1,0,-1,11,1,1,0,1,7,3,0.3741657387,0.7584510095,0.4129164564,3.1622776602,0.7,0.2,0.7,4,2,8,4,9,3,8,6,2,3,7,0,0,0,0,0,0 +1361,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,7,1,1,0,0,0,1,1,2,1,98,3,0.4,0.7595262769,0.3309078422,3.0,0.5,0.4,0.0,3,3,6,2,11,3,9,6,1,4,5,0,1,0,1,1,0 +1362,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.5,0.3,0.8547660498999999,9,1,1,0,0,4,1,1,2,1,12,3,0.4,0.8189794092,0.3248076354,3.4641016151,0.6,0.9,0.6,3,1,6,2,10,6,3,4,0,1,7,1,0,0,1,0,0 +1365,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.9643650761,11,1,-1,0,-1,9,1,1,2,1,21,3,0.316227766,0.8072246095000001,0.3768288736,3.6055512755,0.4,0.7,0.9,1,1,9,2,8,1,7,11,3,5,15,0,1,1,0,0,0 +1371,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.2,0.0,-1.0,7,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.7140271078,0.3710795063,3.6055512755,0.2,0.4,0.2,1,5,6,1,8,2,7,6,2,0,8,0,0,0,0,0,0 +1372,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.8,1.1600107758,7,1,-1,0,-1,14,1,1,0,1,68,3,0.3994996871,0.6901461098,0.4074309757,2.0,0.7,0.9,0.0,3,0,7,3,10,1,8,5,0,1,7,0,1,1,0,0,1 +1373,0,2,1,8,0,6,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.8547660498999999,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6752104049,0.3583294573,3.3166247904,0.5,0.6,0.9,2,1,9,6,8,3,9,8,2,3,6,0,1,1,0,1,0 +1374,0,2,1,10,0,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.3,0.7599342077,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.698907057,0.3615245497,3.1622776602,0.7,0.7,0.4,2,1,7,3,12,4,12,7,1,2,9,0,0,0,0,0,0 +1377,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.4,0.0,0.5706356105,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7495315341,0.3887158345,3.4641016151,0.7,0.5,0.3,2,4,9,1,9,3,15,2,3,2,8,0,1,0,0,0,0 +1381,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,4,1,1,0,1,48,3,0.316227766,0.6526012793,0.3748332963,3.3166247904,0.2,0.9,0.4,1,2,9,3,9,2,9,3,0,5,9,0,0,0,0,0,1 +1382,0,1,4,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8443174171,0.3708099244,3.3166247904,0.9,0.8,0.2,5,2,6,2,10,4,4,9,1,1,8,0,0,1,1,1,0 +1383,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.6,0.3,0.8261355820999999,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6895321206999999,0.3619392214,3.1622776602,0.6,0.7,0.8,3,0,9,3,6,2,9,4,1,1,8,0,1,1,0,1,0 +1387,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.9,1.3,1.5335824073,9,0,1,0,0,1,1,0,2,1,51,2,0.4,0.9616617848,0.3388214869,3.7416573868,0.1,0.2,0.1,2,2,7,0,9,2,7,5,1,1,8,0,0,1,0,1,0 +1390,0,6,1,3,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.6,1.7535677917,11,0,0,9,1,5,-1,1,2,1,104,3,0.5477225575,1.6126693645,-1.0,3.1622776602,0.2,0.6,0.0,4,4,9,2,12,2,8,8,1,5,6,0,1,1,0,1,0 +1394,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.6490377493,7,0,0,0,0,10,1,0,1,0,55,2,0.4242640687,1.1759645241,0.3586084215,3.7416573868,0.6,0.6,0.5,3,1,5,3,11,1,8,3,1,3,8,0,1,0,1,0,0 +1397,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4,0.7137232142000001,0.3926830783,2.2360679775,0.7,0.9,0.5,1,4,10,6,8,2,8,5,2,2,11,0,0,1,1,1,0 +1398,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,0.9743587635,4,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7714695646999999,0.3849675311,3.3166247904,0.1,0.2,0.7,2,1,8,3,7,5,11,4,2,2,8,0,0,0,1,0,0 +1402,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.8,1.0665364504,11,1,0,0,0,4,1,1,2,1,12,3,0.4,0.7777643315,0.3248076354,3.4641016151,0.1,0.8,0.3,1,2,8,3,7,4,8,4,3,2,8,0,0,0,0,0,0 +1403,1,6,1,6,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.8362864342,11,0,0,9,1,13,1,1,1,1,104,3,0.5451605268,0.9479861212,0.4301162634,2.2360679775,0.3,0.2,0.8,3,3,10,5,8,2,6,7,1,7,9,0,0,1,0,0,0 +1408,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5722761571,10,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7259789629000001,0.374566416,3.1622776602,0.9,0.4,0.4,3,1,6,2,12,2,10,1,1,2,7,1,1,1,0,0,0 +1410,0,0,1,10,0,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5291502621999999,7,1,-1,0,-1,0,1,1,1,1,34,2,0.4,0.8245960694,0.3780211634,3.6055512755,0.2,0.0,0.3,2,2,8,2,11,3,5,6,1,3,7,0,0,1,0,0,0 +1412,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.6,0.9437293044,7,0,1,0,1,1,1,0,2,1,104,3,0.4242640687,1.128930233,0.3660601044,3.7416573868,0.4,0.8,0.5,2,2,8,5,10,2,11,3,0,4,11,0,1,0,1,1,0 +1413,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.3,0.1,-1.0,7,1,0,0,1,0,1,1,2,1,62,3,0.4,0.8133569861,0.32,3.0,0.3,0.6,0.8,2,0,8,6,9,3,8,6,0,3,9,0,0,0,0,0,0 +1417,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.7310095759,11,1,-1,0,-1,4,1,1,0,1,104,3,0.4,0.9561782572,0.4236744033,3.6055512755,0.4,0.8,0.7,3,2,8,2,10,0,10,4,0,1,9,0,0,0,0,0,0 +1421,0,5,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6566962768,6,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.7173038362,0.3887158345,3.3166247904,0.8,0.3,0.6,3,3,8,2,9,2,10,5,2,4,6,0,1,1,0,0,0 +1423,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,1.2083045974,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6757762601,0.3685105155,3.0,0.3,0.1,0.7,3,3,7,3,12,0,5,7,1,4,7,0,1,1,0,0,0 +1425,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.2,1.6366887303,11,1,-1,1,-1,3,1,1,0,1,45,3,0.4,0.78472504,0.3498571137,3.4641016151,0.2,0.4,0.5,3,3,7,2,8,3,9,9,1,7,8,1,1,0,0,1,0 +1430,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.7889866918999999,11,1,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.9594032236,0.3266496594,3.7416573868,0.5,0.8,0.7,2,3,6,2,8,4,10,6,1,3,10,0,1,1,0,1,0 +1433,1,0,1,1,0,6,0,1,0,0,0,0,0,0,0,5,0,0,1,0.0,0.0,0.4663689527,10,1,-1,0,1,1,1,1,0,1,70,2,0.3741657387,0.8628225831,0.3860051813,3.4641016151,0.1,0.1,0.7,2,4,8,1,11,2,6,5,2,3,8,0,1,1,0,1,0 +1436,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.6437196595,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7972706541,0.3754996671,3.6055512755,0.7,0.9,0.2,3,0,5,3,6,0,12,6,1,2,11,1,0,1,0,0,0 +1437,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.6717514420999999,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5179624735,0.3640054945,1.4142135624,0.3,0.6,0.0,5,1,10,3,11,2,9,7,1,1,5,1,1,1,0,0,0 +1438,0,1,1,1,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7579189373999999,0.3685105155,3.6055512755,0.9,0.0,0.8,1,3,6,0,9,4,10,5,0,4,12,0,0,1,0,0,0 +1443,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8525242053000001,0.3780211634,3.4641016151,0.9,0.7,0.8,2,1,9,2,10,5,9,2,0,6,8,1,0,0,0,0,0 +1444,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,1.0431323023,7,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6942354139,0.4084115571,2.4494897428,0.8,0.8,0.0,4,3,6,2,11,3,9,4,2,2,3,0,1,1,0,0,0 +1445,0,0,3,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.7854139036,6,1,-1,0,1,10,0,0,0,1,28,3,0.3741657387,1.0294024585,0.3820994635,3.6055512755,0.1,0.9,0.3,1,2,6,1,7,2,7,7,0,3,10,0,1,0,1,0,0 +1448,1,6,1,4,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.9,0.5,0.7677076265999999,11,0,0,0,0,7,1,1,2,1,104,3,0.4472135955,0.9177992002,0.3588871689,3.3166247904,0.8,0.1,0.9,3,1,8,4,11,5,10,4,3,1,9,0,0,1,0,0,1 +1449,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.4,0.6179603547,9,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6879271776000001,0.3016620626,3.4641016151,0.8,0.6,0.6,0,2,6,2,6,2,8,8,3,0,4,0,0,1,0,1,0 +1450,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6118619125,11,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.6471488646,0.2887905816,3.1622776602,0.6,0.2,0.8,4,2,7,5,9,2,10,4,1,2,6,0,0,1,0,0,0 +1453,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7348469228,11,1,1,0,1,11,1,1,2,1,11,2,0.316227766,0.7543811431,0.30331501780000003,3.6055512755,0.6,0.6,0.1,4,1,4,5,10,2,7,7,2,0,12,0,0,1,0,0,0 +1455,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.7,0.2,1.2987975208,7,1,1,2,0,1,1,1,2,1,1,0,0.3741657387,0.8790608248999999,0.33615472630000004,3.4641016151,0.5,0.1,0.8,3,3,9,1,10,2,11,7,2,5,6,0,1,1,0,1,0 +1456,0,5,2,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.5,0.7774155903,6,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.7173038362,0.3887158345,3.3166247904,0.0,0.8,0.5,1,1,8,4,10,4,11,4,1,1,15,0,1,1,1,0,0 +1460,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0.3,0.4,-1.0,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5033975476,0.3687817783,0.0,0.5,0.7,0.2,4,2,9,2,9,4,5,3,2,3,5,0,1,1,0,0,1 +1463,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.8,1.3899190624000002,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8544003745000001,0.3708099244,3.6055512755,0.2,0.9,0.8,4,2,6,3,9,4,6,5,3,2,8,0,1,1,0,0,0 +1464,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.0,0.5,0.8937281466,11,1,1,0,1,1,1,1,2,1,38,3,0.316227766,0.7289327645,0.299165506,3.4641016151,0.3,0.6,0.3,3,2,6,2,8,5,9,5,0,1,11,0,0,0,0,1,0 +1466,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.87535707,7,1,-1,1,-1,12,1,1,2,1,104,3,0.4472135955,0.9206761798,0.4701063709,3.4641016151,0.7,0.7,0.8,4,2,8,2,11,5,11,3,2,1,14,0,0,1,1,0,0 +1467,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.7996092796,10,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6903706036,0.4302324953,3.0,0.8,0.8,0.9,0,1,7,2,9,3,13,4,0,1,7,0,0,0,0,0,0 +1469,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.5,0.7766112284000001,11,1,0,0,0,10,1,1,2,1,28,3,0.3741657387,0.6393759871,0.3248076354,2.0,0.7,0.7,0.7,3,2,8,2,10,3,14,9,1,2,9,0,1,1,0,1,0 +1473,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.9151502609,10,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.8562241731999999,0.3850973903,3.6055512755,0.7,0.6,0.6,1,3,8,4,7,4,7,2,3,2,6,1,1,1,0,0,0 +1474,0,1,2,6,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.2,0.8019507466,11,1,-1,0,-1,6,1,1,2,1,26,3,0.3972404813,0.5473640818,0.3958535083,1.7320508076,0.0,0.5,0.5,1,4,8,1,11,2,10,4,0,4,8,0,0,0,0,0,0 +1475,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.7,1.1608186766,11,0,-1,1,-1,3,1,1,0,1,104,2,0.4472135955,1.0547310769,0.4291852747,3.6055512755,0.3,0.4,0.3,1,2,10,4,9,4,9,7,1,2,9,0,1,1,1,0,1 +1477,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7681145748,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6603123478,0.3619392214,3.1622776602,0.1,0.2,0.6,3,3,8,3,10,2,6,8,0,4,11,1,1,0,0,0,0 +1478,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.5,0.4974937186,7,1,0,0,1,1,0,1,2,1,91,2,0.4242640687,0.8474975316,0.3605551275,3.0,0.5,0.4,0.5,2,2,9,2,8,4,9,5,2,3,12,0,0,0,1,1,0 +1479,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5111262075,7,1,0,6,0,17,0,1,1,1,104,3,0.5477225575,1.1404019155,-1.0,3.1622776602,0.9,0.0,0.6,2,2,6,5,7,2,7,4,3,6,8,0,0,0,0,0,0 +1480,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.4643543905,7,1,1,0,0,0,1,0,2,1,46,3,1.2649110641,0.8686850040999999,0.3003331484,3.6055512755,0.6,0.5,0.1,2,2,5,2,10,1,3,5,0,3,9,0,1,0,1,0,0 +1481,0,5,1,6,1,3,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5942432162,7,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.7477376346,0.3943348831,3.4641016151,0.0,0.2,0.7,1,1,7,3,10,2,9,6,0,0,4,0,1,0,0,1,0 +1483,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.1,0.5425633604,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.738330706,0.3754996671,3.1622776602,0.7,0.1,0.4,2,2,8,2,7,1,7,5,2,3,8,0,1,0,0,1,0 +1484,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.3,0.7382411529999999,7,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.8116977921999999,0.3681032464,3.4641016151,0.4,0.9,0.2,2,2,6,3,8,1,7,9,0,3,11,0,0,1,1,1,0 +1488,0,3,1,6,0,4,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.6,1.0362190888,7,1,-1,1,-1,16,1,1,2,1,104,2,0.4,0.9720106749,0.4147288271,3.3166247904,0.2,0.7,0.0,4,3,7,2,7,2,5,7,1,2,6,0,1,1,0,0,0 +1490,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.7,1.5809411754,10,1,-1,0,1,6,1,1,0,1,104,2,0.4472135955,1.0544533659,0.4177319715,3.6055512755,0.2,0.2,0.2,4,1,8,2,9,2,7,4,0,2,12,1,0,0,0,1,0 +1491,1,0,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.0,0.9453835201,7,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.7374150743000001,0.4141255848,2.8284271247,0.2,0.8,0.5,4,4,9,2,8,2,7,1,2,1,4,0,0,1,0,1,0 +1493,0,2,1,6,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.4,-1.0,7,1,1,0,0,0,1,1,2,1,34,2,0.4,0.8420275118,0.3144837039,3.3166247904,0.0,0.7,0.4,1,3,10,4,10,2,8,7,3,1,8,0,1,1,0,1,0 +1496,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.7697402159000001,11,0,0,0,1,10,1,1,2,1,89,2,0.3872983346,0.9788676204,0.33615472630000004,3.4641016151,0.1,0.0,0.7,2,0,9,4,10,2,5,4,3,4,11,1,1,1,0,0,0 +1498,0,5,1,10,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.9,1.2346558225,6,1,-1,0,1,6,1,1,0,1,104,3,0.3741657387,0.7434424064,0.393192065,3.3166247904,0.0,0.8,0.1,3,1,9,5,10,3,9,3,1,4,8,0,1,0,1,0,0 +1502,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.6,0.2,0.6020797289,10,1,-1,0,0,6,1,0,0,1,33,2,0.3872983346,0.9212594685,-1.0,3.7416573868,0.4,0.1,0.9,1,2,7,1,8,2,4,8,2,4,11,0,1,0,0,1,1 +1503,0,2,1,8,0,4,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.1,-1.0,7,1,0,0,1,1,1,1,2,1,65,3,0.316227766,0.6061666574,0.2898275349,3.0,0.4,0.1,0.6,3,1,8,3,9,2,10,10,1,4,8,1,0,1,0,1,0 +1504,0,6,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.5213070038999998,11,0,0,0,1,15,1,1,1,1,5,2,0.4242640687,1.0365231137,0.32557641190000003,3.3166247904,0.0,0.8,0.1,2,0,8,4,11,1,7,3,0,6,7,0,0,0,0,0,0 +1506,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.473682383,7,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.9573227993,0.3826225294,3.6055512755,0.7,0.9,0.1,2,3,7,3,10,3,5,9,2,4,9,1,1,0,0,0,0 +1508,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0.5,0.5,0.7292976073,8,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.5613443132,0.3619392214,3.1622776602,0.4,0.8,0.1,1,0,3,2,8,3,10,2,2,2,5,0,0,1,1,1,0 +1510,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.7,7,1,-1,0,-1,14,1,1,0,1,104,2,0.316227766,0.6015304173,0.3937003937,2.4494897428,0.9,0.6,0.8,2,0,8,2,9,2,11,7,0,3,4,0,1,1,0,1,0 +1512,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,6,1,-1,8,0,14,1,1,0,1,18,2,0.5656854249000001,1.516656828,0.5656854249000001,3.6055512755,0.0,0.9,0.3,0,3,9,4,7,1,11,6,4,4,9,1,1,0,0,1,0 +1516,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,1.3,1.5982412208,7,1,-1,2,-1,0,1,0,2,1,100,0,0.4,0.9871069675,0.423083916,3.6055512755,0.0,0.5,0.9,2,0,9,4,9,2,7,5,2,2,9,0,1,1,1,0,0 +1518,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.1,0.5214163404,11,1,1,0,0,6,1,0,2,1,33,3,0.3872983346,0.9237007852,0.3286335345,3.7416573868,0.4,0.2,0.1,3,3,9,2,8,0,7,5,1,3,3,0,0,1,0,0,1 +1519,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6471089553,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6049554317,0.3615245497,2.8284271247,0.9,0.4,0.3,3,1,8,5,11,2,8,6,0,2,7,0,1,0,1,0,0 +1521,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.0,-1.0,11,1,0,0,1,11,1,1,2,1,44,3,0.4472135955,0.8053411576,0.33911649920000003,3.3166247904,0.6,0.6,0.0,2,3,9,3,11,4,10,6,2,3,11,0,1,0,0,1,0 +1525,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.5,0.2,0.4007804885,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6815605574,0.3744329045000001,3.0,0.6,0.6,0.3,0,2,8,2,7,3,7,8,0,3,8,0,0,0,0,1,0 +1529,0,3,1,5,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.3,0.9161741101,6,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.6815605574,0.3744329045000001,3.0,0.5,0.1,0.1,2,3,6,1,9,2,5,8,2,4,7,0,0,0,0,0,0 +1530,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.4943429983,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7699146673999999,0.374566416,3.4641016151,0.5,0.2,0.1,2,2,8,2,10,2,4,5,2,6,5,0,0,0,0,1,0 +1532,0,4,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.8,1.476482306,11,0,-1,1,-1,9,1,1,1,1,104,2,0.5744562647,0.9663448215,0.4615192304,3.0,0.2,0.5,0.7,1,4,6,2,8,2,7,10,4,2,11,0,0,1,0,0,0 +1536,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.0,0.6432340165,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6814696079000001,0.3861346915,2.8284271247,0.3,0.0,0.6,2,3,9,2,10,4,4,5,3,1,8,0,0,1,0,1,0 +1537,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.3,0.5578978401,7,1,0,0,1,0,1,1,0,1,39,3,0.3160696126,0.6589184727,-1.0,2.8284271247,0.9,0.4,0.9,5,1,7,1,10,1,16,3,2,3,8,0,1,1,0,0,0 +1539,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.9568829605,4,1,1,0,0,4,1,0,2,1,48,3,0.316227766,0.7554211786,0.3019933774,3.7416573868,0.7,0.4,0.4,1,2,9,2,9,4,11,6,3,4,8,1,1,0,0,0,0 +1540,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.4,1.166726189,11,1,1,0,0,9,1,0,0,1,21,3,0.316227766,0.8417808749,0.3130495168,3.6055512755,0.0,0.2,0.6,1,2,4,4,9,2,12,3,1,2,8,1,1,0,0,1,0 +1544,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.4,0.0,0.5442885264,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7353668899,0.3974921383,2.6457513111,0.9,0.4,0.4,4,4,8,2,10,1,7,5,1,3,4,0,1,1,1,0,1 +1545,0,0,2,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.6234981957,7,1,-1,0,-1,1,1,1,0,1,80,3,0.316227766,0.7461609735,-1.0,3.6055512755,0.7,0.3,0.6,2,0,7,2,7,5,10,5,1,2,9,0,1,1,1,1,0 +1547,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6927755889,0.3615245497,3.3166247904,0.2,0.3,0.7,2,3,8,5,11,2,7,5,2,5,5,0,0,1,1,0,0 +1552,0,2,1,5,0,4,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.6,0.7044501402,11,0,-1,1,-1,9,1,1,1,1,104,2,0.4242640687,1.2103889137,-1.0,3.4641016151,0.6,0.1,0.3,2,4,7,4,9,3,13,4,1,3,3,0,1,1,1,0,1 +1554,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.7,0.9555757427,6,0,-1,0,1,7,1,1,0,1,96,3,0.4472135955,0.8326374504999999,0.4301162634,2.8284271247,0.3,0.8,0.2,3,1,9,2,6,1,7,7,0,5,7,0,1,0,1,1,0 +1555,0,5,1,5,1,6,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,1.2,1.2170661445,4,0,-1,0,1,7,1,1,0,1,92,3,0.4,0.7962463592,0.4045985665,3.3166247904,0.2,0.5,0.4,2,3,7,1,11,0,8,5,2,7,9,0,0,0,0,0,0 +1556,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,11,1,0,2,1,94,0,0.3741657387,0.8384484884000001,0.4301162634,3.7416573868,0.9,0.3,0.6,5,1,7,5,9,3,12,10,3,5,11,0,0,0,0,1,1 +1557,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,10,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.6818939352,0.4129164564,2.2360679775,0.2,0.7,0.5,2,1,9,2,10,4,11,7,2,6,5,0,1,0,0,0,0 +1559,0,5,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8968349995999999,0.3964845520000001,2.8284271247,0.9,0.3,0.3,3,1,7,3,10,1,7,5,0,5,9,0,0,1,1,0,0 +1563,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.7673004627,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.4896237381,0.3307567082,1.0,0.3,0.3,0.5,2,1,5,0,12,1,9,7,0,7,8,0,0,0,0,0,0 +1564,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.7,0.9027735043,11,1,-1,2,-1,11,0,1,2,1,14,0,0.3741657387,0.700899658,0.4302324953,3.1622776602,0.7,0.0,0.6,2,2,7,4,12,0,12,3,2,4,6,0,0,0,0,0,1 +1571,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.0,0.3774917218,7,1,-1,0,-1,7,1,1,2,1,104,2,0.4472135955,0.8033504222,0.4254409477,2.8284271247,0.8,0.0,0.2,1,0,7,4,9,1,7,8,2,2,7,0,1,0,1,0,0 +1572,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.8,0.2,0.5744562647,7,1,0,0,0,1,1,1,3,1,85,3,0.3741657387,0.6896819245,0.3435112807,2.6457513111,0.1,0.9,0.5,1,3,10,2,9,3,6,7,2,4,7,0,1,1,0,0,1 +1574,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.1,0.4015594601,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5901568639,0.3687817783,2.6457513111,0.4,0.4,0.7,2,2,8,6,12,2,10,9,4,1,4,0,0,1,1,0,0 +1575,0,2,1,5,1,4,0,1,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,10,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.6953356999,0.3663331817,3.0,0.0,0.8,0.2,2,3,9,3,11,2,6,8,1,2,10,0,1,0,0,0,0 +1578,0,2,4,9,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.8355387484000001,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7713530561,-1.0,3.6055512755,0.8,0.9,0.6,1,0,6,3,10,2,12,6,0,2,7,0,0,0,0,0,0 +1582,0,1,1,7,0,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6146792485,0.3583294573,3.0,0.6,0.6,0.4,1,3,10,5,10,4,7,4,1,6,3,1,1,0,0,0,0 +1583,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.8,1.2619429464,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6836037226,0.34727510710000004,3.6055512755,0.8,0.1,0.2,0,0,7,1,9,4,8,9,2,1,7,1,0,1,0,1,0 +1585,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,1.0,1.3,9,1,1,0,0,10,1,1,2,1,28,3,0.3741657387,0.8597670499,0.3248076354,3.7416573868,0.3,0.5,0.6,4,1,7,2,9,4,11,10,1,1,3,0,0,0,1,0,0 +1588,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.0,0.6194755847,11,1,0,0,1,0,1,1,2,1,32,1,0.3160696126,0.6345428497,0.2952964612,3.1622776602,0.7,0.7,0.7,2,3,9,1,8,1,9,5,4,7,7,0,1,1,0,0,0 +1589,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,54,3,0.4,0.9142128439,0.3826225294,3.4641016151,0.9,0.1,0.9,2,3,7,3,8,4,9,4,1,2,10,0,1,1,0,0,0 +1592,0,4,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.7,0.3,0.6294839156,11,1,-1,0,-1,0,1,1,1,1,34,2,0.4,0.8667169937,0.3780211634,3.3166247904,0.9,0.5,0.8,1,2,9,3,9,2,13,2,2,2,10,0,1,0,0,1,0 +1593,0,1,1,7,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.2,-1.0,5,1,1,9,0,14,0,1,2,1,104,2,0.4898979486,1.3195056049,-1.0,3.3166247904,0.1,0.2,0.4,2,3,8,2,10,1,11,7,0,2,10,0,1,0,1,0,0 +1597,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.1,0.1,-1.0,8,1,-1,0,0,1,1,0,0,1,64,3,0.316227766,0.7646300353000001,0.3619392214,3.6055512755,0.1,0.7,0.8,3,2,7,3,12,2,11,8,0,4,7,1,1,1,0,1,0 +1598,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.8299096336,7,0,1,0,0,11,1,0,2,1,104,3,0.4,1.0620812252,0.33911649920000003,3.6055512755,0.7,0.2,0.7,4,2,9,4,8,1,4,5,1,1,12,0,0,1,1,0,0 +1599,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.5,0.7373940602,7,0,1,0,1,11,1,1,0,1,30,3,0.4472135955,0.9801121541,0.3748332963,3.4641016151,0.5,0.8,0.6,3,1,9,4,8,3,7,5,2,7,7,0,0,1,1,1,0 +1600,0,2,1,7,1,4,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.3,1.8761663039,11,0,1,9,1,15,-1,1,2,1,58,3,0.5477225575,1.7950517385,0.4358898944,3.4641016151,0.5,0.2,0.8,3,2,8,2,8,3,6,6,1,6,6,0,0,1,0,1,0 +1602,0,0,1,0,0,-1,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.0,-1.0,11,1,1,0,1,0,-1,0,2,1,87,3,0.316227766,0.8087844159,0.2944486373,3.7416573868,0.1,0.4,0.1,1,3,9,1,9,2,14,8,0,3,6,1,1,1,0,1,0 +1603,1,0,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.2,0.514781507,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7176062135,0.3615245497,3.3166247904,0.5,0.4,0.9,2,1,9,4,7,0,9,4,1,2,3,1,1,1,0,0,1 +1604,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.7305819598000001,11,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6684755075,0.3016620626,3.3166247904,0.2,0.9,0.4,3,0,8,0,9,1,8,10,1,2,5,0,1,0,0,0,1 +1606,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,4,1,-1,2,1,1,1,1,0,1,1,0,0.4242640687,0.966987099,0.4189272013000001,3.4641016151,0.5,0.8,0.4,2,2,8,2,9,2,9,13,1,0,13,0,0,0,0,0,1 +1609,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.679613861,7,1,-1,0,-1,1,1,1,3,1,74,3,0.3974921383,0.4209149813000001,0.3701351105,0.0,0.9,0.0,0.5,2,2,7,3,11,1,10,7,1,3,7,0,1,1,0,0,0 +1613,0,5,1,6,0,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.9807522623,11,1,-1,0,-1,0,1,1,2,1,86,3,0.399374511,0.7169436968999999,0.4062019202,2.2360679775,0.1,0.0,0.1,3,1,7,4,9,2,11,4,3,4,5,0,0,1,1,0,0 +1614,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.8,1.1079259903,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6927755889,0.3615245497,3.3166247904,0.1,0.0,0.2,3,2,9,1,8,3,9,6,1,2,7,0,1,1,0,0,0 +1615,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.5645794895,11,1,0,2,1,14,1,1,3,1,104,0,0.4,0.5749595746,0.3224903099,1.4142135624,0.5,0.2,0.5,2,1,8,2,7,1,9,7,2,3,10,0,1,1,1,1,0 +1619,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7119515433,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5299306052,0.3640054945,1.7320508076,0.9,0.8,0.9,2,2,10,3,7,1,9,3,1,2,4,0,0,1,0,1,0 +1622,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.1,0.1,-1.0,7,1,0,0,1,11,1,1,2,1,104,0,0.4,0.3399683991,0.30331501780000003,0.0,0.4,0.7,0.3,1,2,9,3,12,4,5,8,1,4,7,0,0,0,0,1,0 +1627,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.0,0.8321658489,7,1,-1,0,-1,6,1,1,2,1,26,3,0.3687817783,0.5677270908,0.3456877203,2.2360679775,0.3,0.3,0.0,5,1,9,3,9,3,2,6,1,2,4,0,1,0,0,0,0 +1629,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,1.2,1.0656570743,9,0,1,9,0,13,-1,0,2,1,104,3,0.5656854249000001,2.0503728748,0.465295605,3.7416573868,0.2,0.6,0.7,1,3,7,1,8,3,6,3,2,4,3,0,1,1,0,0,0 +1631,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.7574628704,11,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.7842588753,-1.0,3.6055512755,0.9,0.1,0.5,4,2,9,3,7,2,8,8,2,3,8,0,0,0,0,1,0 +1634,0,6,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,1.0,1.3074306865,6,1,-1,9,1,9,1,0,0,1,104,2,0.4472135955,1.4488524955000002,0.4449719092,3.6055512755,0.3,0.5,0.2,3,0,7,3,9,3,11,1,2,3,4,0,0,1,0,0,1 +1636,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.2,0.2,-1.0,4,1,-1,0,0,1,1,0,0,1,80,2,0.316227766,0.8115375418,-1.0,3.7416573868,0.7,0.4,0.6,2,4,7,3,10,2,6,9,1,2,7,0,1,1,1,0,0 +1641,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5787918450999999,7,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6400703732,0.3744329045000001,2.8284271247,0.6,0.9,0.9,2,2,9,7,10,3,14,6,1,1,13,0,1,0,0,0,0 +1642,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6778673412,0.4110960958,2.2360679775,0.1,0.6,0.0,2,1,6,1,7,2,12,2,0,5,13,0,1,0,1,0,0 +1646,0,0,2,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,1.2,1.3047988351,10,1,-1,0,0,11,1,0,0,1,69,2,0.4242640687,1.196775972,-1.0,3.7416573868,0.3,0.0,0.8,0,3,6,7,9,2,6,4,3,2,10,0,1,1,1,0,0 +1648,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.7,0.5,0.6722164829999999,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7000737859999999,0.3814446225,3.1622776602,0.9,0.3,0.4,3,2,6,2,11,2,8,4,3,2,16,0,1,1,1,0,0 +1650,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,1.0,1.2036403117,11,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,0.9397720402,0.4949747468,3.1622776602,0.1,0.9,0.3,2,2,5,5,8,1,11,7,1,4,10,0,1,0,1,1,0 +1653,0,1,1,10,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.7,0.496235831,7,0,-1,0,-1,1,1,1,2,1,104,2,0.4242640687,1.0184962988,0.4141255848,3.6055512755,0.3,0.4,0.6,3,2,8,2,10,1,11,1,0,4,11,0,1,1,0,0,0 +1657,0,0,2,6,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.3,0.6950719387000001,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7808662281000001,0.3708099244,3.4641016151,0.1,0.5,0.2,2,4,8,1,6,3,4,5,2,1,10,0,1,0,1,1,0 +1659,1,0,2,1,0,2,0,1,0,0,0,0,0,0,0,2,0,0,1,0.0,0.0,0.6456585785,7,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8398642156999999,0.3794733192,3.6055512755,0.2,0.0,0.9,2,3,6,3,11,3,11,3,0,4,10,1,1,1,0,0,0 +1666,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,1.0828203914,7,1,1,0,0,1,1,0,0,1,80,3,0.316227766,0.8024111392000001,-1.0,3.7416573868,0.0,0.2,0.2,1,3,10,3,10,3,12,4,1,2,6,0,1,0,0,0,0 +1667,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8554969316,11,0,-1,0,-1,15,1,0,2,1,5,2,0.4472135955,1.2307694294,0.4,3.7416573868,0.2,0.9,0.3,1,1,8,2,10,3,6,8,1,2,9,0,1,1,1,0,0 +1670,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.1,-1.0,11,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5429297627,0.3556683849,2.4494897428,0.5,0.3,0.1,3,3,7,4,9,3,8,7,3,7,13,1,0,1,0,0,0 +1671,0,5,1,6,1,3,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7802243267,6,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8252597888,0.4017461885,3.6055512755,0.9,0.6,0.9,3,1,9,2,9,1,5,6,1,2,11,0,1,0,1,1,0 +1672,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,0.909326674,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6357952007,0.3619392214,3.0,0.2,0.1,0.8,1,1,6,2,10,3,8,4,2,1,6,0,1,1,0,1,1 +1678,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,-1.0,11,1,-1,0,-1,6,1,1,2,1,104,3,0.4,0.6656414293,0.4024922359000001,2.8284271247,0.1,0.4,0.7,3,2,8,3,9,3,10,8,4,2,7,0,1,1,1,0,0 +1680,0,2,1,1,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.4,0.7365459931,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7495315341,0.3887158345,3.4641016151,0.2,0.7,0.0,2,2,7,5,11,3,10,7,1,2,7,0,0,1,0,0,0 +1681,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.6,1.1341296222,7,0,0,8,0,9,1,1,2,1,13,3,0.4472135955,0.9031510495,0.3991240409,2.6457513111,0.2,0.9,0.4,3,2,9,3,10,0,6,5,0,4,9,0,0,1,0,0,0 +1684,1,1,1,9,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.5545268253,5,1,0,2,0,1,0,1,3,1,104,0,0.3605551275,0.6867398126,0.316227766,3.1622776602,0.7,0.9,0.9,3,0,7,2,11,2,14,3,3,1,7,0,0,1,1,0,0 +1686,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.3,0.6768493185,10,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6254750260999999,0.3687817783,3.1622776602,0.9,0.8,0.4,1,2,9,5,7,1,6,6,1,3,7,0,0,0,0,1,0 +1688,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.5,0.8015609771,9,1,0,0,1,11,0,1,2,1,99,2,0.3155946768,0.5335829306000001,0.305777697,1.4142135624,0.1,0.1,0.8,5,1,9,2,11,6,3,7,1,2,7,0,0,0,0,0,0 +1691,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,0.4,0.7814249804000001,7,1,0,0,1,14,1,1,1,1,29,3,0.4472135955,0.9587784928,0.3660601044,3.4641016151,0.8,0.7,0.1,0,2,9,3,10,3,5,2,5,4,12,0,0,1,0,0,0 +1692,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.5,0.5728219619,11,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7731950456000001,-1.0,3.4641016151,0.5,0.4,0.5,1,3,9,1,7,3,7,2,0,5,10,0,1,1,0,0,0 +1693,0,1,3,8,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,1.0,1.2730377056,9,1,1,0,0,11,1,1,2,1,44,3,0.4472135955,0.7843774179999999,0.33911649920000003,3.1622776602,0.3,0.2,0.9,3,3,6,3,9,3,12,11,3,2,7,0,1,1,0,1,0 +1695,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.4,-1.0,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.794414905,0.3849675311,3.3166247904,0.6,0.1,0.8,4,3,9,3,9,3,17,6,0,0,6,0,1,1,0,1,0 +1698,1,4,3,5,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.3,0.6466258578,4,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.720264529,0.3907684737,3.3166247904,0.6,0.5,0.3,1,4,7,3,11,3,8,3,4,2,6,1,1,1,0,0,0 +1703,0,2,2,6,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.8,0.9161741101,7,1,-1,1,-1,14,1,1,0,1,104,2,0.4,0.8988284386,0.3920459157,3.3166247904,0.8,0.8,0.1,4,1,9,3,10,3,6,6,1,0,4,0,1,1,1,1,0 +1706,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.0,0.0,0.4227883631,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6980640289,0.3924283374,3.0,0.6,0.0,0.2,4,3,10,4,8,3,7,3,3,2,5,0,0,1,1,1,0 +1707,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,1.0155048006,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7256373659,0.3814446225,3.3166247904,0.1,0.1,0.2,2,2,8,4,9,2,12,5,3,3,12,0,0,1,0,0,0 +1709,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.7,1.2384466077,6,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6122880811,0.34727510710000004,3.0,0.9,0.7,0.1,4,2,10,4,11,3,7,6,1,4,6,0,1,0,0,0,0 +1711,0,1,1,5,0,6,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.5315072906,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5177629886,0.3734969879,0.0,0.3,0.3,0.7,2,3,7,2,8,1,11,10,2,6,3,1,0,1,0,0,1 +1713,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,1.1266654339,11,0,-1,0,-1,0,1,1,2,1,23,3,0.4,0.91503737,0.3974921383,3.3166247904,0.9,0.3,0.8,3,3,6,2,11,3,9,5,3,2,15,0,1,1,0,0,1 +1714,0,1,1,7,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5385164807,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7827821751999999,0.3814446225,3.6055512755,0.8,0.6,0.7,2,4,9,1,10,4,7,5,1,1,4,1,0,0,1,0,0 +1715,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.7,0.4,0.7399324293,10,1,-1,6,-1,14,1,1,2,1,104,0,0.475394573,0.8030417381,0.5059644256,2.8284271247,0.3,0.8,0.5,2,1,9,2,7,3,5,6,0,5,13,0,1,1,0,1,0 +1716,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.8,1.0547511555,10,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.7061418863,0.3663331817,3.0,0.4,0.5,0.5,2,3,8,6,7,2,7,7,1,2,4,1,0,0,1,0,0 +1717,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.5,0.3,0.8958236434,11,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6216646540999999,0.3070830507,3.1622776602,0.2,0.7,0.6,3,2,9,3,9,2,11,3,2,2,6,0,1,1,1,1,0 +1718,0,1,1,1,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.9,1.1404494728,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6920146656999999,0.3887158345,3.0,0.4,0.9,0.7,4,1,9,2,8,2,7,5,1,8,9,0,0,0,0,0,0 +1721,0,0,2,1,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.3555441712,1,1,0,0,1,14,-1,1,2,1,60,1,0.316227766,0.633663101,0.3070830507,3.3166247904,0.7,0.7,0.2,3,2,8,6,10,2,9,6,1,1,7,0,1,1,0,0,0 +1729,0,4,1,7,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.1,0.0,-1.0,7,0,1,9,1,10,-1,0,2,1,104,3,0.4472135955,1.5140526318,0.3908964057,3.6055512755,0.2,0.4,0.5,2,3,9,3,10,2,6,7,1,3,4,0,1,1,0,0,0 +1730,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,1.2116620816,7,1,1,0,0,6,1,1,2,1,77,2,0.3741657387,0.7997416937999999,0.3420526275,3.6055512755,0.9,0.9,0.6,2,3,9,3,9,1,10,2,2,2,8,0,1,1,0,1,0 +1731,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.3,-1.0,9,0,1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0946432303,0.32557641190000003,3.6055512755,0.9,0.7,0.9,4,2,7,2,8,3,7,3,1,3,7,0,1,0,0,0,1 +1736,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.7,0.6,0.4153311931000001,7,1,1,0,0,11,1,0,2,1,103,3,0.316227766,0.7760623218000001,0.2887905816,3.7416573868,0.8,0.2,0.0,3,0,7,3,8,1,11,5,1,1,13,0,1,1,0,1,0 +1737,0,6,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.7,0.7395099729000001,5,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.6103370902,0.2887905816,3.0,0.9,0.9,0.7,3,1,9,2,12,2,11,6,2,2,7,0,1,1,0,1,1 +1738,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.4,0.5232112384000001,6,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.6772574739,0.3943348831,3.3166247904,0.6,0.8,0.6,4,2,9,2,7,2,4,6,1,3,9,0,1,0,0,0,0 +1745,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.7031180555,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.8828836112999999,0.3820994635,3.3166247904,0.9,0.0,0.7,0,1,8,1,9,3,11,5,3,3,8,0,1,1,0,1,0 +1747,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,1.3,1.539683409,11,1,-1,0,-1,15,1,1,2,1,97,3,0.3605551275,0.8174870787999999,-1.0,3.6055512755,0.1,0.5,0.0,2,2,9,5,11,5,9,5,1,3,8,0,1,0,0,1,0 +1748,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.5,0.5012484414,11,1,-1,0,-1,11,1,0,2,1,17,2,0.4242640687,1.0162552796,-1.0,3.6055512755,0.3,0.6,0.5,1,1,10,5,9,1,5,2,3,4,8,0,1,1,1,1,0 +1749,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.3,0.6609652033,4,1,-1,0,1,11,1,1,0,1,104,1,0.4469899328,0.4725086907,0.3867815921,0.0,0.6,0.1,0.8,3,1,7,2,11,0,6,8,2,3,8,0,0,1,0,0,0 +1751,0,0,2,5,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.2,0.5214163404,11,1,-1,0,-1,4,1,1,0,1,48,1,0.316227766,0.7160353424,0.3710795063,3.6055512755,0.7,0.3,0.3,2,2,7,2,7,2,1,5,2,3,4,0,1,1,0,0,1 +1752,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6751798045999999,0.3615245497,3.0,0.1,0.0,0.5,4,1,9,3,9,1,11,4,3,2,1,0,0,1,0,0,0 +1754,0,7,1,7,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.8,1.2,1.3930631716,4,1,-1,9,1,16,1,1,0,1,104,3,0.4472135955,0.9684165315,0.4626013402,3.1622776602,0.0,0.1,0.4,1,2,8,3,9,2,11,4,0,5,6,0,1,1,0,0,0 +1756,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.7889866918999999,7,1,-1,0,-1,6,1,1,0,1,104,3,0.3741657387,0.7449554870999999,0.393192065,3.3166247904,0.7,0.7,0.9,1,2,8,3,11,2,11,6,2,5,6,0,1,1,0,0,0 +1757,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.5,1.1146748405,8,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5078719172,0.366469644,2.0,0.0,0.6,0.8,4,1,8,1,7,3,6,8,0,4,7,0,1,1,0,0,1 +1759,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6901086871,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6906847722,0.3615245497,3.3166247904,0.3,0.8,0.1,2,0,9,4,9,0,6,5,0,1,8,0,1,1,0,1,0 +1761,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.9,0.5722761571,6,1,-1,0,0,1,1,1,0,1,85,3,0.3741657387,0.785588162,0.3974921383,3.1622776602,0.2,0.4,0.0,3,3,8,2,8,5,6,5,0,2,9,0,1,0,0,0,1 +1762,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.6,0.6,0.9522998477,1,1,1,0,0,14,1,0,2,1,82,3,0.316227766,0.7906608806000001,0.3292415527,3.7416573868,0.9,0.9,0.1,3,2,6,1,7,3,7,6,2,1,6,0,0,1,0,0,0 +1764,0,0,2,8,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.3,0.0,0.7842193570999999,10,1,-1,0,1,4,1,1,0,1,12,2,0.4,0.8120349909000001,0.3708099244,3.6055512755,0.6,0.6,0.3,2,1,9,5,9,4,2,4,0,3,4,0,1,0,0,1,0 +1767,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6015604708,7,1,0,0,1,0,1,1,2,1,43,3,0.4,0.6200839719,0.3003331484,2.4494897428,0.5,0.1,0.2,1,3,9,3,6,3,8,7,1,3,9,0,1,1,0,1,1 +1768,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,11,1,0,0,1,99,2,0.316227766,0.7665528720999999,0.3687817783,3.7416573868,0.5,0.9,0.0,3,2,10,3,11,6,9,7,0,2,10,1,1,0,1,1,0 +1770,0,6,3,7,1,6,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,1.0,1.0805091392,7,1,0,0,0,10,1,1,2,1,89,2,0.3872983346,0.9322282911,0.33615472630000004,3.3166247904,0.3,0.2,0.5,2,1,5,2,12,2,8,5,0,1,5,0,0,1,0,0,0 +1773,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0.6,0.9,1.2757350822,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7690151478,0.3615245497,3.6055512755,0.4,0.3,0.6,4,2,9,3,9,4,11,7,1,0,12,0,1,1,0,0,0 +1774,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.6,0.7814249804000001,7,1,-1,8,-1,11,1,1,2,1,71,2,0.4898979486,1.1793286716,0.4949747468,3.6055512755,0.0,0.0,0.3,2,1,9,2,9,0,7,3,0,3,3,0,1,0,1,0,0 +1777,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0.9,0.1,0.5320949163,6,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.8545938090999999,0.3807886553,3.4641016151,0.0,0.6,0.4,1,0,8,3,11,4,10,7,3,5,7,0,0,1,1,0,0 +1779,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.2,0.6946221995,9,1,-1,0,-1,0,0,1,2,1,32,1,0.316227766,0.6227936262,0.3615245497,3.0,0.5,0.0,0.5,4,1,6,3,7,2,8,2,0,3,3,0,1,1,0,0,0 +1782,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.7,1.7596164355,11,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.627437396,0.2887905816,3.3166247904,0.1,0.8,0.9,1,1,9,1,8,3,7,7,2,1,10,1,0,1,0,0,0 +1784,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.5511351921000001,6,1,-1,0,0,9,1,0,0,1,21,2,0.316227766,0.8584292787000001,0.3768288736,3.7416573868,0.4,0.3,0.6,3,2,9,3,10,4,12,2,2,1,8,0,1,1,0,0,1 +1786,1,0,2,1,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.8,0.9,1.1677970714,7,0,0,0,0,9,1,0,2,1,104,2,0.4,1.0472514202,0.316227766,3.7416573868,0.0,0.6,0.6,2,3,7,2,10,2,6,13,3,3,8,1,1,1,0,1,1 +1787,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.5,0.909326674,7,1,1,0,0,1,0,0,2,1,80,3,0.316227766,0.8052308329000001,-1.0,3.6055512755,0.5,0.8,0.0,1,2,8,5,7,3,9,2,2,0,2,0,0,1,1,1,0 +1789,0,1,1,6,1,2,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,34,2,0.4,0.7966225190999999,0.3780211634,3.4641016151,0.5,0.2,0.6,0,2,6,4,9,3,7,4,2,4,4,1,0,0,1,0,0 +1790,0,3,1,5,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,0.93641604,4,1,-1,0,1,1,1,1,0,1,91,3,0.4242640687,1.0191959235,0.4347413024,3.4641016151,0.7,0.8,0.9,2,3,6,2,11,3,9,3,3,4,10,0,1,0,1,0,1 +1792,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.4,1.5368392888999998,11,1,1,0,0,9,1,0,0,1,104,2,0.316227766,0.9206425173,0.316227766,3.7416573868,0.5,0.3,0.9,2,0,9,5,8,1,2,6,3,1,9,0,0,0,0,0,1 +1795,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.6585969936,4,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6343311699,0.3744329045000001,2.6457513111,0.9,0.3,0.2,2,2,7,4,9,3,10,7,5,2,7,0,0,1,0,0,0 +1799,0,2,1,9,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6456585785,9,1,-1,2,-1,1,0,1,2,1,90,0,0.3741657387,0.715515765,0.4166533331,3.0,0.9,0.0,0.0,1,2,8,3,8,2,13,5,0,4,2,0,1,1,1,0,0 +1801,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.6,0.9778803608,11,1,1,0,1,10,1,1,2,1,89,2,0.3872983346,1.0072054457,0.33615472630000004,3.6055512755,0.9,0.9,0.6,0,0,6,1,10,2,7,2,1,1,6,0,0,0,0,0,0 +1802,0,3,1,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.3,0.5804093383,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7477652656999999,0.3615245497,3.6055512755,0.7,0.2,0.2,2,2,9,1,10,2,6,11,4,3,12,1,1,0,1,0,0 +1805,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.9,0.3,0.7697402159000001,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7284507505,-1.0,3.6055512755,0.8,0.5,0.4,1,2,8,3,9,5,9,4,1,0,8,0,0,1,1,0,0 +1806,0,1,3,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.6964194139,11,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5968062382,0.3368976106,2.2360679775,0.1,0.9,0.7,3,1,8,2,10,2,10,4,2,2,7,0,1,1,0,1,1 +1807,0,2,2,1,1,2,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.5,1.3763629609,8,1,1,0,1,14,1,1,2,1,49,3,0.4,0.6068820191,-1.0,2.2360679775,0.4,0.9,0.3,3,1,5,3,9,1,6,6,3,2,5,0,1,0,0,0,0 +1808,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.8,0.4,0.8031189202,11,1,-1,1,-1,3,1,1,2,1,104,2,0.4242640687,0.8175393943000001,0.405339364,3.3166247904,0.7,0.5,0.0,3,1,7,4,7,1,3,3,2,3,8,1,1,1,0,1,1 +1809,0,0,3,6,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.8,0.2,0.6595452978999999,5,1,0,0,0,0,1,1,2,1,39,3,0.3160696126,0.623986782,-1.0,2.4494897428,0.4,0.5,0.8,4,2,7,3,9,0,10,6,1,6,11,0,1,0,0,0,0 +1811,1,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.6,0.7673004627,11,0,1,0,1,11,1,0,2,1,2,3,0.4242640687,1.0317480953,-1.0,3.7416573868,0.4,0.2,0.9,1,3,7,4,8,4,10,10,1,5,6,0,0,0,0,1,0 +1814,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7509222979000001,0.30331501780000003,3.6055512755,0.8,0.5,0.1,4,1,7,3,9,3,10,2,2,1,10,0,0,1,1,0,0 +1815,0,4,1,6,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.9,0.8,0.9470348462,11,1,1,0,1,1,1,0,2,1,85,3,0.3741657387,0.9290980252,0.3459768778,3.6055512755,0.1,0.7,0.6,2,1,5,4,10,1,7,3,3,3,7,0,0,1,1,1,0 +1824,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7586995453000001,11,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.8530560037,0.3826225294,3.0,0.6,0.6,0.4,2,3,6,4,11,1,7,6,0,5,12,0,1,1,0,0,0 +1825,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.7,1.1160757143,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8266481158,0.374566416,3.6055512755,0.3,0.1,0.9,4,1,9,6,7,3,9,8,1,1,10,0,1,0,0,0,0 +1832,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.6883955475,0.3615245497,3.0,0.5,0.5,0.9,2,1,7,5,10,2,11,4,1,3,2,0,0,1,0,1,0 +1833,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.4,0.0,0.577169819,7,1,-1,0,-1,4,1,1,0,1,104,2,0.4,0.6169439478000001,0.3943348831,2.4494897428,0.9,0.6,0.9,4,3,10,4,11,3,13,8,2,5,9,0,1,0,0,0,1 +1835,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.6,0.0,0.4776243294,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7173038362,0.3887158345,3.3166247904,0.8,0.0,0.8,2,3,7,4,6,1,9,6,3,4,5,0,1,0,1,1,0 +1837,0,7,1,8,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,6,1,-1,0,1,10,1,0,0,1,55,2,0.4472135955,1.2717650583,0.4174925149,3.7416573868,0.5,0.4,0.5,3,2,6,2,10,1,10,8,3,0,7,0,1,0,0,1,0 +1838,0,3,2,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.5,1.0638961415,7,0,-1,1,-1,0,1,0,0,1,104,3,0.3741657387,1.3579274436000002,0.4219004622,3.7416573868,0.8,0.4,0.1,4,2,10,4,11,1,9,3,3,4,11,0,0,0,0,1,0 +1840,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.6,1.5479825580000002,11,1,1,0,1,11,1,1,2,1,101,3,0.3741657387,0.8251971966,0.3214031736,3.4641016151,0.7,0.5,0.8,1,1,7,1,6,2,2,8,1,1,12,0,0,1,0,0,0 +1842,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.3,0.6,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6751798045999999,0.3615245497,3.0,0.6,0.4,0.6,2,1,8,2,8,5,10,3,0,4,4,1,1,0,0,0,0 +1843,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.6159342497,7,1,-1,0,-1,1,1,1,3,1,104,3,0.3974921383,0.525506446,0.3376388603,1.7320508076,0.9,0.2,0.9,0,2,7,1,9,3,7,6,0,4,10,1,1,1,0,0,1 +1844,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6552671211,8,0,-1,9,0,9,1,1,0,1,104,3,0.4472135955,1.2614680546,0.450555213,3.3166247904,0.2,0.3,0.2,1,1,9,2,9,2,14,5,1,3,5,0,1,1,0,1,0 +1845,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.0,0.0,0.6837397166,7,1,-1,0,-1,6,1,1,0,1,27,3,0.3741657387,0.7508122324,0.3907684737,3.4641016151,0.8,0.8,0.9,4,2,8,4,8,2,11,6,1,3,12,1,0,0,0,0,0 +1848,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5385164807,6,1,-1,0,0,1,1,0,0,1,31,2,0.4,0.963593481,0.3959797975,3.7416573868,0.7,0.6,0.7,4,1,10,3,9,2,12,6,1,3,15,0,0,1,0,1,0 +1849,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,11,1,-1,0,-1,1,1,1,0,1,25,3,0.3741657387,0.7777244833,-1.0,3.4641016151,0.0,0.1,0.1,3,1,10,3,9,3,6,6,1,4,10,0,1,0,1,0,1 +1851,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.4,0.0,0.5782516753,11,1,1,0,0,4,1,0,2,1,48,1,0.316227766,0.7524066071,0.3019933774,3.6055512755,0.6,0.7,0.6,2,0,9,1,10,5,12,4,1,3,8,0,1,1,0,0,0 +1856,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.4697073557,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3160696126,0.5420919077,0.3734969879,1.4142135624,0.2,0.3,0.4,2,2,5,3,11,1,13,6,3,4,7,0,0,1,1,1,1 +1859,0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.5994789403999999,5,1,1,0,0,11,-1,0,2,1,104,2,0.316227766,0.9056183678,0.3207802986,3.6055512755,0.0,0.9,0.5,3,2,8,2,10,0,3,8,2,3,7,0,1,0,0,0,0 +1861,0,1,1,5,0,3,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.8135570048,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6795720579000001,0.3619392214,3.4641016151,0.5,0.4,0.4,1,2,9,5,9,1,11,6,0,2,8,0,1,1,0,1,0 +1862,0,0,2,8,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,1.2,1.7011025836000002,10,1,-1,0,-1,11,1,1,0,1,101,3,0.3741657387,0.8601004170000001,0.3850973903,3.6055512755,0.4,0.7,0.2,2,4,9,1,11,3,12,11,3,2,5,0,0,0,0,0,0 +1864,0,5,3,5,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,1.7930421077,9,1,1,0,0,11,0,0,2,1,17,2,0.3741657387,0.971675302,0.32756678710000003,3.7416573868,0.7,0.2,0.9,2,1,9,2,10,2,16,5,1,3,6,1,1,0,0,1,0 +1865,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.5618051264,7,1,1,0,0,0,1,1,2,1,46,3,0.4,0.7489800227,0.3003331484,3.3166247904,0.1,0.1,0.1,2,2,6,3,7,0,10,5,1,6,6,0,1,1,0,0,0 +1867,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.7271519786,7,1,0,0,1,11,1,1,3,1,16,3,0.4242640687,0.6464301206,0.3263433774,2.4494897428,0.9,0.3,0.9,2,3,6,4,11,2,7,6,3,2,4,0,0,1,0,0,0 +1871,0,6,1,7,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.1,1.6437381178,10,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.6764485528,0.3943348831,3.1622776602,0.2,0.3,0.0,1,1,6,1,5,2,7,3,0,2,13,0,1,0,0,0,1 +1872,0,0,1,6,1,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.7008922884000001,11,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.903265426,0.4679743583,2.6457513111,0.7,0.2,0.0,2,1,9,2,10,3,7,7,2,0,4,0,1,1,0,1,1 +1873,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.6,0.2,0.5442885264,5,1,-1,0,-1,1,0,1,2,1,74,3,0.3605551275,0.6162737934,0.3667424164,2.2360679775,0.6,0.1,0.5,3,1,8,5,10,2,6,5,1,1,4,0,1,0,0,1,0 +1876,0,3,1,9,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,-1.0,6,1,-1,0,1,1,1,0,0,1,25,2,0.4,0.9582654785,-1.0,3.7416573868,0.1,0.6,0.5,2,0,7,3,10,3,5,4,3,2,7,0,1,0,0,0,0 +1880,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.8,0.3,0.6528782429,11,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.7651635162999999,0.4129164564,3.1622776602,0.8,0.1,0.3,4,1,8,5,10,3,14,6,2,5,7,0,0,0,1,0,0 +1883,0,0,2,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6914658343000001,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7018864781,0.3583294573,3.4641016151,0.9,0.3,0.6,3,2,8,4,9,4,6,12,0,4,10,0,1,0,1,1,0 +1884,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.3,2.1890351756,10,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.9675285889,0.4,3.0,0.5,0.9,0.3,3,1,9,4,6,0,12,4,0,5,6,0,1,0,0,1,1 +1893,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.6,0.6309714732,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6741692162999999,0.3687817783,3.3166247904,0.1,0.2,0.8,3,1,10,3,8,3,8,4,2,2,6,0,0,1,0,1,0 +1899,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4344536799,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.7267327540999999,0.4110960958,2.6457513111,0.4,0.5,0.1,2,3,8,1,9,2,3,5,1,2,8,0,1,1,0,0,0 +1900,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0.5,0.4,1.0529719844,10,1,-1,0,1,6,1,1,0,1,73,3,0.4,0.8553791870999999,0.4180908992,3.3166247904,0.6,0.5,0.0,5,2,10,3,9,0,10,3,1,2,7,0,0,0,1,1,0 +1902,0,1,1,2,1,0,0,1,0,0,0,0,1,0,1,5,0,1,0,0.4,0.0,-1.0,10,0,0,0,1,11,1,1,2,1,53,2,0.4472135955,0.9577867048,0.3725587202,3.1622776602,0.9,0.0,0.0,2,3,7,2,10,1,6,5,1,10,16,0,1,1,0,1,0 +1903,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.7128288715000001,7,1,0,0,1,14,1,1,2,1,42,2,0.4,0.6868300643,0.3376388603,2.8284271247,0.9,0.0,0.4,1,2,7,2,8,2,11,2,0,2,8,0,1,1,0,0,1 +1909,0,0,3,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.9354143467,9,1,1,1,1,12,1,0,2,1,104,3,0.3741657387,0.8602985740000001,0.307408523,3.7416573868,0.7,0.3,0.4,4,0,8,2,8,2,13,4,2,1,7,0,1,0,1,1,1 +1912,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.3,0.5926634796,5,1,0,0,0,1,1,1,3,1,64,1,0.3160696126,0.5081566102,0.3041381265,1.7320508076,0.2,0.3,0.3,1,4,9,4,10,2,8,5,3,2,4,1,0,0,0,0,0 +1913,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.5578978401,11,1,-1,0,-1,14,1,0,2,1,8,3,0.3872983346,0.9216854844,-1.0,3.7416573868,0.4,0.0,0.1,2,2,9,2,10,3,6,5,3,3,4,0,1,1,1,1,0 +1915,0,2,1,11,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.8,0.6,0.9433981132,10,1,-1,0,0,1,1,1,0,1,38,3,0.316227766,0.7063027937,0.3598610843,3.3166247904,0.5,0.7,0.3,2,1,6,5,9,2,7,4,2,2,9,0,1,1,0,0,1 +1917,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.5567764363000001,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7158766226000001,0.3887158345,3.1622776602,0.0,0.2,0.1,3,2,9,3,10,3,8,5,2,3,8,0,0,1,0,1,1 +1918,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7367563487000001,0.3788139385,2.8284271247,0.2,0.6,0.7,2,1,9,2,10,2,7,1,1,2,13,0,1,1,0,1,1 +1925,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.2,0.516599458,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7200637024,0.3974921383,2.6457513111,0.9,0.5,0.6,3,0,8,4,11,4,9,5,2,2,7,0,0,1,0,1,0 +1927,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.7327175445,11,1,1,0,0,7,1,0,2,1,79,3,0.3872983346,0.9754634415,0.333166625,3.7416573868,0.5,0.5,0.7,2,3,10,2,10,2,7,3,2,4,6,0,1,1,0,0,0 +1930,0,1,3,6,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.6619101146999999,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.7138245264,0.34727510710000004,3.6055512755,0.7,0.4,0.3,3,2,7,5,8,1,10,7,2,2,7,0,1,1,0,1,0 +1938,0,4,3,8,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.1,0.4,-1.0,11,1,1,0,1,4,1,1,2,1,12,3,0.4,0.7729411468999999,0.3278719262,3.0,0.7,0.9,0.8,3,4,8,3,11,0,7,5,3,2,5,0,1,1,0,0,0 +1941,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.7458216945,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.5782204103999999,0.3734969879,1.7320508076,0.1,0.4,0.6,2,2,7,4,9,5,4,7,2,3,10,0,1,1,0,1,0 +1943,0,1,2,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.4,0.98836987,11,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.7584510095,0.4129164564,3.1622776602,0.4,0.3,0.4,3,0,7,3,10,1,5,6,2,1,7,0,1,0,0,1,1 +1949,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.6,0.0,1.8008678463,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7875582098,0.4301162634,3.6055512755,0.8,0.5,0.8,0,2,9,3,6,3,11,9,2,2,11,0,0,0,1,0,1 +1950,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5414101957,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6845400217000001,0.3887158345,3.0,0.2,0.8,0.8,2,2,9,3,10,3,5,8,4,3,10,0,0,1,0,0,0 +1951,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5916079783,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.690998798,0.3924283374,3.0,0.8,0.1,0.3,1,2,8,3,9,2,8,4,1,3,8,0,1,0,0,0,0 +1952,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,10,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7706656990999999,0.4301162634,3.4641016151,0.1,0.1,0.4,3,2,7,3,10,4,9,3,2,5,8,0,0,0,1,1,0 +1953,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,1.0,1.0446291208,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6230921293,0.3687817783,3.0,0.6,0.8,0.6,3,3,8,3,8,3,13,7,2,3,7,0,1,0,0,1,0 +1957,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.7297259759999999,6,1,-1,8,1,13,1,1,0,1,4,2,0.4976946855,1.2639641498,0.5186520992,3.4641016151,0.9,0.0,0.7,3,1,9,3,11,3,9,4,1,2,7,0,1,0,0,0,0 +1959,0,0,1,10,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,11,0,1,9,1,15,1,0,2,1,41,2,0.5196152423,1.4343051994,0.5059644256,3.6055512755,0.1,0.4,0.7,1,2,9,3,9,2,6,6,3,1,9,0,1,1,0,1,0 +1960,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.8,0.8,1.3346347815,11,1,0,0,1,17,1,1,2,1,104,3,0.399374511,0.6273056645,0.3301514804,0.0,0.9,0.3,0.7,3,2,6,2,11,4,10,6,1,3,7,0,1,0,0,1,0 +1962,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.4486089611,7,1,-1,0,-1,11,1,1,2,0,30,3,0.4469899328,0.7567874687,0.4511097427,2.2360679775,0.6,0.1,0.3,2,2,7,1,8,2,7,5,3,2,9,0,1,0,0,1,0 +1964,0,1,1,5,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.6873863542,7,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7353949858,0.3974921383,2.8284271247,0.9,0.1,0.4,3,1,10,6,12,2,10,9,2,2,6,0,0,0,1,0,0 +1965,0,2,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,1.1,1.4555926628,10,1,-1,0,1,14,1,1,0,1,82,3,0.3160696126,0.5881930588000001,0.3651027253,2.4494897428,0.2,0.1,0.9,3,3,5,4,11,0,4,5,0,5,16,0,0,0,1,0,1 +1966,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.3,-1.0,5,1,1,0,0,9,1,0,0,1,104,2,0.316227766,0.9229287733,0.316227766,3.7416573868,0.4,0.0,0.8,1,0,9,2,7,2,11,3,1,2,10,0,0,1,0,1,1 +1969,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.3,0.8104782539000001,8,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.7028814661,0.3687817783,3.4641016151,0.8,0.9,0.6,3,3,7,4,9,2,5,5,2,1,6,0,1,0,0,0,0 +1972,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.58630197,11,1,0,0,1,14,1,1,4,1,104,1,0.3160696126,0.4336563746,0.30331501780000003,0.0,0.8,0.7,0.7,1,0,8,2,10,0,11,7,2,5,6,1,1,1,1,0,1 +1974,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,1.5380588415,11,1,1,0,0,14,1,1,2,1,72,3,0.4,1.0190844214,0.35341194090000005,3.6055512755,0.0,0.3,0.9,3,3,8,5,7,3,9,7,2,3,12,0,1,1,0,0,0 +1975,0,3,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.9743587635,10,1,-1,0,1,14,1,1,0,1,104,1,0.3997499218,0.5322647697999999,0.3340658618,2.0,0.0,0.7,0.1,3,2,7,3,8,3,7,4,1,2,11,0,0,0,0,0,0 +1976,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.3,0.0,-1.0,11,1,1,0,1,1,1,0,2,1,70,3,0.4,0.946590227,0.3420526275,3.7416573868,0.9,0.4,0.7,1,2,7,6,10,3,8,6,4,2,6,0,0,0,0,0,0 +1977,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.0,1.0612492638,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,0.8402085534,0.4295346319,2.4494897428,0.7,0.0,0.0,4,3,10,3,11,1,6,4,1,2,11,0,1,1,1,0,0 +1978,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.5984354602,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8095759526999999,-1.0,3.7416573868,0.1,0.9,0.7,2,2,7,1,9,3,6,7,2,3,6,0,1,0,0,0,0 +1981,0,1,2,0,0,6,0,0,1,0,0,0,0,0,0,8,0,1,0,0.4,0.0,0.5857687257,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6166592211999999,0.34727510710000004,3.1622776602,0.0,0.8,0.9,4,3,9,4,9,2,10,2,3,3,7,0,1,0,0,0,0 +1983,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7540935120000001,0.3598610843,3.6055512755,0.1,0.0,0.2,2,3,9,4,10,4,11,8,1,3,11,0,1,1,1,0,0 +1985,0,4,2,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.8,0.2,0.3561951712,11,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5227272727000001,0.3794733192,1.7320508076,0.8,0.3,0.2,3,2,9,3,9,1,2,3,3,7,9,0,0,0,1,1,0 +1988,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.9,1.2144957801,11,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7347906881,0.3974921383,2.8284271247,0.7,0.5,0.9,2,0,5,4,10,1,11,5,0,3,8,0,0,1,0,0,0 +1992,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.6,1.555434023,11,0,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.6912230148,0.3271085447,2.2360679775,0.7,0.6,0.1,2,1,8,2,10,2,6,5,3,4,12,0,1,0,1,0,0 +1997,0,1,3,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.5,0.2,0.514174095,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5189786537,0.3687817783,1.0,0.7,0.0,0.5,0,2,5,3,9,2,8,9,2,1,4,0,0,0,0,1,0 +1998,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.5979130372,11,1,-1,0,-1,1,1,1,2,1,85,3,0.4242640687,0.8090270659000001,0.4159326869,3.0,0.9,0.0,0.4,3,0,9,4,9,1,10,6,1,3,12,0,1,0,0,1,0 +2000,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.66473679,7,1,-1,0,-1,0,1,0,2,1,86,3,0.4,1.0682495143,-1.0,3.6055512755,0.1,0.3,0.2,2,0,8,4,9,1,10,5,0,4,12,0,0,1,1,0,0 +2003,0,1,2,0,1,-1,0,0,0,1,0,0,0,0,0,8,0,1,0,0.6,0.8,0.9209370228,3,1,0,0,0,11,-1,1,2,1,99,2,0.316227766,0.6254750260999999,0.30331501780000003,3.1622776602,0.3,0.2,0.6,1,5,9,3,9,0,11,6,1,6,5,0,1,0,0,0,0 +2004,0,1,3,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.2,0.634921255,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7492282531000001,0.3615245497,3.6055512755,0.7,0.0,0.7,2,1,7,1,12,1,6,8,1,2,9,0,1,1,0,0,0 +2007,0,4,1,1,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.2,0.2,-1.0,5,1,0,0,1,0,1,1,2,1,104,3,0.4242640687,0.7102845431,0.3196873473,2.4494897428,0.3,0.9,0.2,1,1,8,4,10,1,7,1,0,2,7,0,0,0,0,0,0 +2010,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,10,1,-1,0,-1,0,1,1,0,1,34,2,0.4,0.8739811069,0.3780211634,3.6055512755,0.6,0.5,0.3,2,0,9,2,9,4,8,4,1,3,4,0,0,0,0,0,0 +2014,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.6311319033,0.3943348831,3.0,0.5,0.7,0.5,2,1,9,3,9,2,6,3,0,0,5,0,0,1,0,1,0 +2016,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7348469228,11,1,0,0,1,1,1,1,3,1,40,2,0.3605551275,0.5516504163,0.3185906464,1.4142135624,0.7,0.6,0.4,1,1,7,3,11,2,6,3,0,5,7,0,1,1,0,0,0 +2018,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.8660254037999999,7,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.0912310131,0.4349712634,3.4641016151,0.5,0.7,0.6,3,1,8,1,7,2,9,3,1,3,10,0,0,0,0,0,0 +2021,0,7,1,9,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0.9,0.3,0.7301540933,7,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.8900622134,0.3307567082,3.7416573868,0.5,0.7,0.0,4,1,7,3,7,3,9,3,0,1,7,0,1,1,0,0,0 +2025,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,1.0440306509,6,0,-1,0,-1,6,1,1,2,1,73,3,0.4472135955,0.6766165216,0.4211887938,2.2360679775,0.1,0.8,0.0,4,3,4,5,7,0,7,7,1,2,8,1,1,1,0,0,0 +2031,0,2,1,7,0,6,0,0,1,0,0,0,0,0,0,12,0,1,0,0.1,0.2,-1.0,5,0,0,9,0,15,1,1,2,1,41,2,0.5477225575,1.3908645269,0.4289522118,3.0,0.6,0.5,0.4,3,1,6,2,10,2,7,2,1,2,10,0,0,0,0,0,0 +2034,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.3,0.7842193570999999,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8123784079,0.3663331817,3.6055512755,0.6,0.3,0.2,2,2,6,3,8,1,8,4,2,2,3,0,1,0,1,1,0 +2045,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.4,0.5080600358,6,1,-1,0,1,11,1,1,0,1,103,1,0.3160696126,0.5232211106,0.3307567082,1.7320508076,0.9,0.5,0.4,2,3,9,2,9,1,12,6,3,2,3,0,1,0,0,0,0 +2051,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6234981957,7,1,0,0,0,1,1,1,2,1,70,3,0.3741657387,0.7883972653,0.3301514804,3.3166247904,0.7,0.8,0.5,1,2,8,3,8,3,8,9,1,3,10,0,1,0,1,0,1 +2052,0,0,3,8,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.6,0.0,0.4905354218,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.746520856,0.3754996671,3.4641016151,0.7,0.8,0.0,4,2,9,3,11,2,8,2,1,3,7,0,1,0,1,0,0 +2053,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,10,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,1.0325387952,0.5394441584,2.4494897428,0.5,0.3,0.7,3,3,9,2,10,2,8,5,2,2,5,0,0,1,1,0,1 +2055,0,5,1,6,0,6,0,0,1,0,0,0,0,0,0,3,0,0,1,0.3,0.2,-1.0,11,1,1,8,0,3,1,0,2,1,104,2,0.5,1.4872043772,0.4427188724,3.7416573868,0.4,0.4,0.0,2,4,9,5,11,2,10,4,0,0,9,0,1,0,1,0,0 +2056,0,1,3,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6748278017,0.3687817783,3.3166247904,0.1,0.6,0.7,2,2,7,3,11,3,6,4,2,3,4,0,1,0,1,0,1 +2057,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.2,0.5868347297,11,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.7121727899,0.4295346319,2.6457513111,0.4,0.1,0.9,0,1,8,5,11,2,12,5,2,2,8,0,0,1,1,0,1 +2058,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.0,-1.0,7,0,-1,9,-1,15,1,1,2,1,41,2,0.5477225575,1.5818573663,0.5329165038,3.6055512755,0.8,0.8,0.9,2,2,9,5,7,0,8,3,1,1,6,1,0,1,0,0,0 +2059,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.7818247886,8,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.8080432441,0.3708099244,3.1622776602,0.2,0.5,0.7,2,3,8,5,8,3,8,2,2,4,8,0,1,0,0,0,0 +2060,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,1.2,1.5370426149,11,0,1,0,0,10,0,0,2,1,28,3,0.3872983346,1.1363272721,0.3286335345,3.6055512755,0.7,0.8,0.1,2,4,9,3,9,2,7,4,2,4,5,0,1,0,0,1,0 +2062,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.1973930015,11,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5031245348,0.3368976106,1.7320508076,0.0,0.8,0.6,2,3,7,2,8,1,9,4,3,1,8,0,1,0,0,0,0 +2066,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.7,0.8377798040000001,3,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7011354428000001,0.3685105155,3.3166247904,0.0,0.8,0.8,2,1,6,5,7,4,5,5,1,3,3,0,1,0,0,0,0 +2071,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,1.0077822185,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,1.0212109972,0.5204805472,3.4641016151,0.7,0.2,0.1,3,3,8,3,10,4,9,1,1,7,4,0,1,0,1,0,0 +2074,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.6,0.775,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7350577645999999,0.3685105155,3.3166247904,0.7,0.5,0.0,3,2,9,3,9,1,7,4,2,4,4,0,0,1,0,0,1 +2080,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.6,0.2,0.5012484414,7,1,0,0,0,11,1,1,3,1,103,3,0.316227766,0.5872614691,0.2887905816,2.6457513111,0.7,0.1,0.1,3,2,8,3,11,1,7,5,1,3,5,0,1,1,0,1,1 +2083,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.0,0.4918078893,10,1,-1,0,1,0,1,1,0,1,104,2,0.445421149,0.6020110924000001,0.3987480407,1.7320508076,0.1,0.2,0.6,5,2,8,3,9,3,10,2,1,8,7,1,0,1,1,1,1 +2084,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,7,1,0,2,1,79,3,0.3872983346,0.9780229678,0.39,3.7416573868,0.0,0.3,0.9,3,2,6,2,8,2,15,9,2,6,11,0,1,0,0,0,0 +2090,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.8,1.5350081433000002,7,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8394335948999999,0.3201562119,3.7416573868,0.5,0.6,0.0,2,2,8,1,9,3,13,4,1,2,12,0,0,0,0,0,1 +2098,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,1.0,1.10283725,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.6905950243000001,0.3708099244,3.0,0.1,0.6,0.8,1,2,9,1,11,2,13,5,2,4,6,0,1,1,0,1,0 +2101,0,5,1,8,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7737893770000001,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6483450005,0.3924283374,2.6457513111,0.6,0.5,0.2,2,5,9,5,11,3,10,5,3,3,10,1,0,1,1,1,0 +2102,0,0,1,5,1,6,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.5814851675,7,1,1,0,0,1,1,0,2,1,85,3,0.4242640687,1.0461460164,0.3577708764,3.7416573868,0.4,0.7,0.9,3,2,6,2,9,3,5,7,1,5,5,0,0,1,0,1,1 +2108,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.3,0.8411301921,5,1,1,0,0,0,1,1,2,1,43,3,0.3998749805,0.6015475909,0.3146426545,2.2360679775,0.9,0.5,0.3,4,3,7,2,8,4,8,8,0,4,5,0,1,1,1,0,0 +2109,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,1.1202678251,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6074264911,0.3615245497,2.8284271247,0.1,0.8,0.4,3,4,8,2,7,3,5,4,1,2,8,0,0,1,0,0,0 +2111,0,0,2,0,1,4,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.5667892024,4,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.6202505492,0.3744329045000001,2.2360679775,0.7,0.6,0.5,1,5,8,2,9,3,11,3,3,1,4,0,0,0,1,0,0 +2112,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.4,0.0,0.6759252917,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6981972062999999,0.3615245497,3.3166247904,0.8,0.8,0.6,3,3,7,4,10,2,11,5,5,3,6,0,1,0,1,0,0 +2116,0,7,1,1,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,4,1,-1,8,1,0,0,1,0,1,104,2,0.4472135955,1.3630301683,0.5567764363000001,3.4641016151,0.6,0.4,0.9,0,2,8,2,12,3,6,6,2,2,7,0,1,1,0,1,0 +2117,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7181242784999999,0.299165506,3.4641016151,0.4,0.9,0.7,2,3,7,1,10,1,8,6,1,4,10,1,1,1,0,0,0 +2122,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.1,0.4100304867,11,1,-1,0,-1,1,1,1,1,1,52,3,0.3741657387,0.7921359346,0.3681032464,3.4641016151,0.0,0.9,0.0,3,2,8,5,10,2,9,6,0,2,10,0,1,1,1,0,0 +2125,0,4,1,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8264356404000001,0.3820994635,3.0,0.7,0.8,0.8,2,1,8,3,9,3,8,1,1,7,5,0,0,0,0,1,0 +2126,0,2,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.6,1.0024968828,10,1,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.1420878554,0.4009987531000001,3.4641016151,0.6,0.9,0.2,3,4,7,3,11,0,8,4,3,1,9,0,1,1,0,0,0 +2127,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.0,0.9072623656,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.8308986472,0.3278719262,3.3166247904,0.1,0.9,0.3,4,3,8,4,9,3,7,4,2,2,10,1,1,1,0,0,1 +2130,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5184110338,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6893223406,0.3667424164,3.1622776602,0.9,0.7,0.2,4,0,7,3,7,2,10,9,0,2,4,0,1,1,0,0,0 +2135,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.7,0.1,0.4981214711,7,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7206373442,0.3615245497,3.4641016151,0.9,0.8,0.5,4,0,8,5,11,1,14,1,1,4,6,0,0,0,0,1,1 +2136,0,1,1,9,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.3,0.0,0.5820223363,6,1,-1,2,1,1,1,1,0,1,1,0,0.3741657387,0.8668719295,0.4189272013000001,3.4641016151,0.7,0.3,0.2,0,2,6,4,10,3,8,7,0,1,5,0,1,1,1,0,0 +2138,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,-1.0,7,0,-1,9,-1,9,1,1,2,1,104,3,0.4472135955,1.3116294831,0.450555213,3.4641016151,0.5,0.7,0.4,3,3,6,2,9,2,8,4,1,3,13,0,0,0,0,0,0 +2139,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.8050621094,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5278993142,0.3307567082,1.7320508076,0.6,0.8,0.1,3,1,7,1,11,2,12,1,3,3,11,0,0,1,0,1,0 +2143,0,2,1,5,0,4,1,0,0,0,0,0,0,0,0,10,0,1,0,0.4,0.0,0.5634713835,7,1,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7676167906,0.3907684737,3.1622776602,0.3,0.9,0.4,2,4,7,3,8,4,4,6,2,5,7,0,0,1,0,0,0 +2144,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.5711829829,4,1,-1,0,0,11,1,1,0,1,16,3,0.4242640687,0.6634339666,0.3905124838,2.6457513111,0.4,0.2,0.5,2,3,9,2,9,6,8,3,2,3,4,0,0,1,1,0,0 +2145,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,4,1,-1,0,1,0,1,1,0,1,32,3,0.3160696126,0.5304761621999999,0.3674234614,1.0,0.4,0.3,0.3,4,1,6,4,10,3,6,8,2,3,13,0,1,1,1,0,0 +2147,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.8576858398999999,11,0,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,1.0340284696,0.3466987165,3.7416573868,0.4,0.1,0.0,3,2,9,5,11,5,12,7,1,1,8,0,0,1,0,0,1 +2150,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5153882032,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6303940785000001,0.3583294573,3.0,0.0,0.3,0.7,3,1,7,2,10,1,10,4,2,2,7,0,1,1,1,0,0 +2156,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.2,-1.0,11,1,0,0,0,14,1,1,2,1,68,3,0.4,0.7666606779,0.3443835072,2.6457513111,0.6,0.5,0.2,3,4,9,2,8,1,8,5,2,4,4,0,0,1,1,0,0 +2157,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7416894942,0.3615245497,3.6055512755,0.1,0.0,0.4,4,2,9,3,10,3,9,5,1,1,9,0,1,1,0,0,0 +2162,0,5,3,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.2,0.4930770731,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.8505831737999999,0.3860051813,3.6055512755,0.2,0.4,0.2,1,1,6,1,8,2,7,8,2,4,5,0,1,1,0,0,0 +2163,0,2,1,5,1,4,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.5,0.7017834423999999,6,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.670496917,0.3943348831,3.1622776602,0.0,0.0,0.4,3,4,6,3,8,2,8,4,1,2,9,0,1,1,1,0,0 +2165,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.4,0.0,0.6480740697999999,8,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9091704511,0.3820994635,3.1622776602,0.8,0.6,0.8,3,2,7,3,10,2,6,10,0,5,8,0,1,1,1,0,0 +2168,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.9877373133,7,0,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.83224033,0.4527692569,2.6457513111,0.1,0.8,0.7,2,0,9,2,9,3,11,3,1,5,8,0,1,1,0,1,1 +2169,0,5,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7241374179000001,4,1,-1,0,1,11,1,1,0,1,53,2,0.4688283268,0.5395322431,0.4236744033,0.0,0.1,0.2,0.2,3,5,8,4,11,4,7,10,2,3,5,0,1,1,1,1,1 +2174,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8803408431,7,1,0,0,1,1,1,0,0,1,25,3,0.3741657387,0.8791007801999999,-1.0,3.6055512755,0.9,0.9,0.1,3,1,9,3,6,2,8,4,1,3,11,0,0,0,0,0,1 +2176,0,4,1,7,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0.4,0.5,0.825378701,11,1,1,0,1,11,1,1,3,1,11,2,0.316227766,0.6745062473000001,0.30331501780000003,3.3166247904,0.1,0.3,0.4,1,0,8,2,7,1,9,7,1,1,7,0,1,0,0,1,0 +2181,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,1.1683321446,11,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.9114594146,0.3307567082,3.7416573868,0.4,0.5,0.5,2,2,7,2,9,2,7,6,0,2,4,0,1,1,0,1,0 +2185,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.1,0.1,-1.0,7,1,1,2,1,1,1,0,2,1,90,0,0.3741657387,0.8219358323,0.3249615362,3.6055512755,0.1,0.7,0.4,5,2,9,4,9,4,10,6,0,3,8,0,0,1,0,1,0 +2190,0,1,1,5,0,4,0,1,0,0,0,0,0,0,0,3,0,1,0,0.3,0.0,0.8529361055,7,0,1,9,0,16,-1,0,2,1,104,3,0.4472135955,1.541573603,0.4449719092,3.6055512755,0.5,0.4,0.0,3,1,8,0,8,1,4,3,1,7,12,0,1,0,0,0,0 +2193,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.9,0.2,0.6309714732,6,1,-1,0,0,0,1,1,0,1,46,3,0.4,0.7178940734999999,0.3663331817,3.0,0.0,0.8,0.7,3,0,8,3,10,4,7,6,1,4,10,0,1,1,0,1,1 +2195,0,7,4,11,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,0.9,1.4469796128,4,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.6974125734000001,0.3583294573,3.4641016151,0.1,0.3,0.2,2,3,7,6,7,6,6,7,4,4,8,0,0,1,0,1,0 +2203,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.5728219619,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7043988117000001,0.3685105155,3.4641016151,0.1,0.4,0.1,2,3,7,3,10,3,4,5,3,4,6,1,0,1,0,1,0 +2204,1,0,1,10,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.6036348234000001,11,1,0,0,1,1,0,1,2,1,65,3,0.316227766,0.6448140228,0.2880972058,3.4641016151,0.3,0.2,0.5,1,1,8,4,8,4,4,8,1,2,3,0,1,1,1,0,0 +2209,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.55,11,0,-1,0,-1,7,1,1,2,1,104,3,0.4,1.0551036924,0.43,3.7416573868,0.6,0.8,0.9,2,1,8,2,10,3,6,7,0,2,6,0,1,1,0,0,0 +2210,0,5,-1,0,-1,-1,0,1,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,-1.0,-1,0,1,9,1,13,-1,0,-1,1,104,3,0.5656854249000001,2.0552643553,0.465295605,3.6055512755,0.4,0.7,0.9,2,0,6,2,11,1,8,5,2,2,9,0,0,0,0,0,0 +2211,0,2,1,9,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8554969316,11,1,-1,0,-1,14,1,1,2,1,29,3,0.3994996871,0.6541191794,0.3984971769,2.6457513111,0.2,0.7,0.0,0,3,8,2,10,2,10,5,1,3,4,0,0,1,0,1,0 +2213,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.5232112384000001,11,1,1,0,0,11,1,1,1,1,103,3,0.316227766,0.6099891613,0.2887905816,2.8284271247,0.0,0.7,0.8,3,2,7,2,10,2,11,2,3,3,11,0,1,1,0,0,1 +2214,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.709313048,5,1,1,0,1,11,1,1,2,1,16,3,0.3741657387,0.7438869327,0.3185906464,3.4641016151,0.1,0.7,0.7,3,1,7,4,9,1,8,8,2,3,8,0,1,1,0,0,0 +2219,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.575,6,0,1,0,0,1,1,0,2,1,25,3,0.4,0.7728642927,-1.0,3.6055512755,0.2,0.2,0.6,3,4,9,4,9,1,7,4,0,0,8,0,0,1,0,1,0 +2222,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6841966092,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.841670417,0.4074309757,3.0,0.0,0.2,0.2,2,3,9,2,5,0,7,7,2,3,6,0,1,0,0,0,0 +2224,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.6,1.0859903314,7,1,-1,0,-1,1,1,0,0,1,25,3,0.3741657387,0.8593055287000001,-1.0,3.6055512755,0.5,0.4,0.0,1,2,6,1,9,3,7,4,0,3,1,0,1,1,1,1,0 +2227,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.3,1.4928998627,2,1,-1,0,0,0,1,0,0,1,78,3,0.4,0.8661804633,0.3848376281000001,3.6055512755,0.4,0.6,0.3,4,2,9,4,9,1,9,6,2,4,7,1,1,0,0,1,0 +2228,0,0,3,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.1,-1.0,7,1,0,0,1,0,1,1,0,1,104,2,0.445421149,0.4285763479,-1.0,0.0,0.7,0.0,0.8,3,4,6,1,11,0,12,7,0,3,7,0,1,0,0,0,0 +2229,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.3,0.6614378278,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8080176743,-1.0,3.7416573868,0.0,0.7,0.0,3,1,6,1,10,0,9,2,2,4,12,0,1,0,1,0,1 +2230,0,7,1,6,1,6,0,0,1,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,4,1,-1,0,1,4,1,1,0,1,50,2,0.4,0.6719590208,0.3943348831,3.0,0.5,0.4,0.9,3,0,7,4,11,2,8,9,3,5,5,0,0,0,0,0,0 +2238,1,5,1,9,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6571719714,7,1,-1,1,-1,12,1,1,2,1,104,3,0.3741657387,0.737737215,0.3754996671,3.4641016151,0.9,0.1,0.2,3,2,6,6,11,0,11,7,1,6,7,0,1,0,0,0,0 +2241,0,0,1,4,0,0,0,1,0,0,0,0,1,0,1,5,0,0,1,0.2,0.1,-1.0,7,1,0,2,0,1,0,0,2,1,90,0,0.3741657387,0.8424065290999999,0.3249615362,3.7416573868,0.7,0.6,0.9,3,0,6,3,9,1,16,8,0,8,8,0,0,0,1,0,0 +2243,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.8124038404999999,7,1,1,0,0,11,1,1,2,1,99,2,0.316227766,0.5889127115,0.30331501780000003,2.6457513111,0.0,0.3,0.2,3,4,5,5,11,2,5,6,1,9,3,0,1,1,0,0,0 +2244,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,1.1656543227,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7061565157999999,0.3667424164,3.3166247904,0.0,0.3,0.5,3,3,7,3,9,2,8,11,1,1,9,0,0,0,0,0,0 +2245,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.8,1.8186533479,3,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6113594119,0.34727510710000004,3.0,0.1,0.6,0.5,1,1,9,2,10,2,8,7,1,2,11,0,0,0,1,1,0 +2246,0,0,3,4,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.6,0.2,0.5916079783,7,1,-1,0,-1,1,1,1,3,1,10,2,0.316227766,0.6364772625999999,0.3768288736,2.8284271247,0.0,0.8,0.1,3,2,7,5,7,6,5,6,3,2,8,0,0,0,0,0,0 +2249,1,4,1,9,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.1,0.5629165125,11,1,-1,2,-1,11,0,1,1,1,14,0,0.3741657387,0.7980185948,0.4286023798,3.1622776602,0.6,0.0,0.3,0,2,9,5,9,4,3,2,0,1,7,0,0,0,0,0,0 +2252,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.7,1.4,1.3100572507,11,1,-1,0,-1,1,1,1,0,1,52,3,0.3741657387,0.775423105,0.3681032464,3.4641016151,0.0,0.2,0.5,2,1,7,2,7,4,5,4,3,4,7,0,1,1,0,1,0 +2253,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.8,0.8838834765000001,8,1,-1,0,0,1,1,0,0,1,10,2,0.316227766,0.7991989790999999,0.3814446225,3.7416573868,0.8,0.1,0.5,1,2,9,4,8,4,7,7,2,0,6,0,0,0,1,1,1 +2254,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,4,1,-1,0,0,7,1,0,0,1,104,2,0.4,1.2635358037,0.43,3.6055512755,0.3,0.2,0.2,4,0,7,3,9,1,9,8,1,3,8,0,0,0,0,1,0 +2256,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.3992179856000001,11,1,-1,0,-1,11,1,1,2,1,36,3,0.3741657387,0.8414003479000001,0.3793415348,3.6055512755,0.1,0.0,0.1,2,1,7,2,9,3,14,9,1,1,10,0,1,0,0,0,0 +2262,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.3,0.5973901573,9,1,1,0,1,11,1,0,2,1,11,2,0.316227766,0.7678051793,0.30331501780000003,3.7416573868,0.7,0.0,0.2,3,4,9,3,10,4,6,2,0,2,7,0,0,0,0,0,0 +2264,0,6,3,5,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.8707037384,4,1,-1,0,1,11,1,0,0,1,101,3,0.3741657387,0.8681461201999999,0.3849675311,3.6055512755,0.8,0.5,0.8,1,5,9,2,8,1,6,4,1,1,8,0,0,1,1,0,0 +2274,0,7,1,4,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.8,0.6,1.2224463178,11,0,0,9,0,16,0,1,1,1,104,3,0.4472135955,1.3967757293,0.4449719092,3.3166247904,0.2,0.3,0.8,3,1,7,2,7,2,11,1,3,1,6,1,0,1,0,1,0 +2280,0,3,1,4,1,3,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.4,0.7504165509999999,7,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.6901760465000001,0.4074309757,2.0,0.4,0.8,0.3,1,1,9,3,10,1,11,4,0,3,5,0,1,1,0,0,1 +2281,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.7,0.9899494937,11,1,0,0,1,0,1,1,2,1,46,3,0.4,0.7837977054,0.3003331484,3.3166247904,0.3,0.8,0.5,3,3,6,1,10,3,13,3,1,6,3,0,1,0,0,1,1 +2283,0,0,1,7,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4268857048,0.3612478374,0.0,0.4,0.8,0.7,3,1,5,2,9,1,5,5,3,2,6,0,1,0,0,0,0 +2284,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.5872614691,0.3615245497,2.4494897428,0.6,0.1,0.5,2,3,9,5,10,1,10,8,2,6,5,0,1,1,0,0,0 +2287,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,9,1,1,0,0,1,1,0,2,1,25,3,0.4,0.9146760254,-1.0,3.7416573868,0.7,0.3,0.0,2,1,7,4,8,3,7,1,1,1,9,0,0,1,0,0,1 +2288,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,1.5219231255,3,0,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,0.7662158814,0.4129164564,2.8284271247,0.3,0.3,0.0,3,2,5,4,9,4,3,6,1,5,13,0,1,1,0,1,1 +2290,0,5,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.1,1.1863810518,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,1.0212109972,0.5204805472,3.4641016151,0.3,0.0,0.8,2,1,9,1,10,2,11,8,2,3,6,0,1,0,1,1,0 +2291,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.9209370228,6,1,-1,0,1,11,0,1,0,1,53,2,0.4688283268,0.5337184388,0.4236744033,0.0,0.3,0.1,0.3,1,2,6,3,7,2,9,2,0,9,7,1,1,1,1,1,0 +2292,0,1,1,8,0,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.1,0.3,-1.0,7,1,-1,2,-1,1,1,1,2,1,1,0,0.3741657387,0.8882793981999999,0.4189272013000001,3.4641016151,0.9,0.8,0.4,3,2,7,3,12,2,7,1,2,4,8,0,1,0,0,0,0 +2293,0,2,1,8,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.3,-1.0,4,1,-1,0,0,14,1,0,0,1,72,2,0.4,1.1963106164,0.4093897898,3.7416573868,0.2,0.4,0.6,3,1,8,6,8,2,15,4,5,0,10,0,0,0,0,1,1 +2295,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.9,0.5,0.8692669325,11,0,-1,0,-1,0,1,1,1,1,95,2,0.4,0.8700123490999999,0.4013726448,3.3166247904,0.5,0.6,0.3,2,1,7,1,7,5,9,4,2,3,6,1,1,1,0,1,0 +2298,0,0,1,5,1,4,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.7,0.9614442262,11,1,1,0,1,6,1,0,0,1,33,3,0.3872983346,0.914642142,0.3286335345,3.7416573868,0.1,0.3,0.3,4,2,9,4,9,3,13,5,3,2,7,0,0,0,0,0,0 +2303,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.7,0.7,0.6041522987,11,1,1,8,0,4,1,1,2,1,6,3,0.4,0.9648041809,0.3466987165,3.4641016151,0.3,0.4,0.3,3,1,9,5,11,1,9,8,1,4,9,0,1,1,1,0,0 +2304,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.5,0.7595228765,7,1,-1,1,-1,3,1,1,2,1,45,3,0.4,0.7835999781,0.3498571137,3.6055512755,0.1,0.3,0.0,4,1,7,3,6,4,9,9,2,2,6,0,0,0,0,0,0 +2309,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.7097534783,4,1,0,0,1,11,1,1,2,1,19,3,0.3155946768,0.4784617224,-1.0,0.0,0.2,0.1,0.0,2,1,6,4,9,1,9,6,3,5,7,0,1,0,0,0,0 +2311,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.1,0.2,-1.0,4,0,-1,1,1,0,1,1,0,1,104,2,0.5,0.9511411154,0.4467661581,2.8284271247,0.9,0.9,0.2,3,2,10,4,9,2,8,4,0,3,9,0,1,0,0,1,0 +2313,0,5,3,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.8131727984,7,1,1,0,1,0,1,1,2,1,86,3,0.399374511,0.6577258590999999,0.3278719262,1.4142135624,0.2,0.2,0.3,1,1,4,4,10,3,9,8,3,1,9,0,1,1,0,0,0 +2314,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.3,0.0,0.5419870847,10,1,-1,0,1,1,1,1,0,1,70,2,0.3741657387,0.819582135,0.3860051813,3.4641016151,0.2,0.5,0.2,3,2,7,5,9,2,6,3,3,3,8,0,0,1,0,0,1 +2315,0,2,2,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5755432217,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7766079028,0.374566416,3.4641016151,0.7,0.0,0.4,4,2,7,3,9,2,9,11,2,0,4,0,1,0,0,1,0 +2318,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.9,1.1605494388,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4458699362,0.7023425973,0.4024922359000001,2.2360679775,0.2,0.7,0.6,2,3,8,0,9,2,10,5,1,2,4,0,1,1,0,0,0 +2321,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6887488656999999,8,1,-1,8,1,11,1,0,0,1,71,2,0.5291502621999999,1.6768969769,0.4949747468,3.7416573868,0.6,0.2,0.6,3,3,8,1,10,1,3,12,4,3,4,0,1,0,0,0,0 +2325,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.7071067812,7,1,1,0,1,14,1,1,2,1,68,3,0.4,0.8176766117000001,0.3443835072,2.8284271247,0.4,0.9,0.0,0,3,8,3,8,1,8,4,1,2,6,0,1,1,0,1,0 +2330,0,0,1,6,1,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.5,1.0068515283,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8399503134,0.3615245497,3.7416573868,0.4,0.7,0.4,1,2,9,5,10,3,4,3,0,2,2,0,1,0,1,0,1 +2332,0,2,2,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.3,0.6199798384,4,1,-1,0,0,0,1,1,0,1,39,1,0.316227766,0.5908216719,0.3744329045000001,2.2360679775,0.6,0.4,0.7,1,1,8,1,9,2,9,6,2,0,7,0,0,1,0,1,1 +2333,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.8,0.9,1.2272937709,10,1,-1,0,0,9,1,0,0,1,104,2,0.4,1.0310970648,0.3847076812,3.7416573868,0.1,0.7,0.7,1,3,8,1,9,2,6,5,2,3,5,0,1,0,1,0,0 +2334,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.3,0.5471517157,11,1,0,0,0,4,1,1,2,1,12,3,0.4,0.8692639615000001,0.3278719262,3.4641016151,0.2,0.4,0.7,0,2,7,4,10,6,14,8,0,5,8,0,1,0,1,1,0 +2336,0,2,2,0,0,-1,0,1,0,0,0,0,0,0,0,2,0,1,0,0.7,0.2,0.6437196595,6,1,1,0,0,1,-1,0,1,1,91,3,0.4242640687,1.1251997068,0.38249183,3.6055512755,0.1,0.2,0.2,3,3,7,1,11,2,8,3,1,1,7,0,1,1,1,0,0 +2337,0,7,1,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.2,0.4623310502,4,1,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.9955686942,0.4,3.4641016151,0.6,0.3,0.0,4,3,8,3,7,4,4,10,0,3,11,0,0,0,0,0,0 +2343,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.1,0.5031152949000001,7,1,-1,0,-1,10,1,0,2,1,89,2,0.3872983346,1.0693900324,0.4086563348,3.6055512755,0.5,0.9,0.7,3,0,9,2,10,2,5,5,3,2,6,0,0,0,1,1,0 +2344,0,5,1,11,1,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.4,0.0,1.2023414656,11,1,1,0,1,11,1,0,2,1,101,3,0.3741657387,0.9089772656,0.3214031736,3.6055512755,0.5,0.2,0.4,1,3,9,3,12,2,10,9,2,6,5,0,0,1,0,0,0 +2346,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.9695359715,6,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.5442790364,0.3016620626,2.6457513111,0.1,0.5,0.6,1,2,8,6,10,3,7,3,5,4,12,0,1,1,1,1,0 +2347,0,1,2,0,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.4663689527,6,1,-1,0,1,1,1,1,0,1,80,2,0.316227766,0.7532025289000001,-1.0,3.6055512755,0.5,0.7,0.6,4,1,9,4,10,1,9,12,2,2,8,0,1,0,0,0,0 +2348,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.8796306043000001,11,1,0,0,1,0,1,1,2,1,95,2,0.4,0.7517747597,0.3348133809,2.8284271247,0.9,0.3,0.9,2,2,8,3,10,2,11,7,3,2,9,0,1,0,0,0,0 +2352,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.4,0.703562364,5,1,1,0,0,14,1,1,2,1,72,3,0.4,1.1058820944,0.3504283094,3.6055512755,0.2,0.4,0.1,1,4,8,3,9,2,9,10,0,1,6,0,0,1,0,0,0 +2358,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.4,0.6878408246,11,0,-1,0,-1,14,1,1,1,1,104,2,0.4459820624000001,0.6658276401,0.4062019202,1.7320508076,0.8,0.8,0.3,2,0,8,5,7,1,5,4,1,2,12,0,0,1,1,1,0 +2363,0,6,1,6,0,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.5,0.1,0.5926634796,2,1,-1,0,1,0,1,1,0,1,43,1,0.3994996871,0.4356054018,0.3667424164,0.0,0.0,0.2,0.9,2,2,9,2,11,1,15,7,4,4,10,0,1,0,0,0,0 +2365,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.8,0.5437140793,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1909698111,0.4,3.4641016151,0.8,0.6,0.8,1,2,9,4,9,1,12,3,0,2,9,0,1,1,0,0,0 +2367,0,1,1,7,1,6,0,0,0,1,0,0,0,0,0,3,0,0,0,0.1,0.1,-1.0,6,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.6191669957,0.3521363372,3.1622776602,0.2,0.8,0.4,2,2,9,5,8,3,7,3,2,4,11,0,1,1,0,1,1 +2371,0,6,1,5,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.4,-1.0,8,0,-1,8,1,13,1,1,0,1,20,3,0.4472135955,0.7930222554,0.4295346319,2.2360679775,0.7,0.5,0.9,2,0,7,2,10,1,4,7,1,4,9,0,0,0,1,0,0 +2373,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.0,0.5,1.1127106542,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5564237935,0.3583294573,2.4494897428,0.1,0.8,0.8,3,3,8,3,10,3,9,7,0,2,11,0,1,1,0,1,0 +2374,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.3,1.2469963913,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9966680026,0.3788139385,3.6055512755,0.9,0.9,0.2,3,2,9,1,9,3,8,5,0,3,6,0,1,1,0,0,0 +2375,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.595294045,11,1,1,0,1,1,1,0,2,1,65,3,0.316227766,0.7581376704,0.2880972058,3.6055512755,0.8,0.0,0.2,2,3,9,5,8,3,9,2,1,1,7,0,1,1,1,0,0 +2377,0,0,2,1,0,4,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.4,0.2561737691,11,1,-1,0,-1,0,0,0,0,1,87,3,0.316227766,0.7692703423,0.3615245497,3.7416573868,0.5,0.5,0.8,2,1,7,4,8,4,9,8,1,2,10,0,1,1,1,0,0 +2378,0,2,3,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,1.3,1.3802173742,11,1,1,0,1,11,1,1,2,1,104,3,0.4472135955,0.8380048126999999,0.35818989380000005,3.1622776602,0.6,0.9,0.0,2,1,8,2,11,1,3,7,2,5,5,0,0,1,0,0,0 +2379,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.7031180555,6,1,-1,0,-1,14,1,1,3,1,104,1,0.3160696126,0.5599955726,0.3556683849,2.6457513111,0.8,0.0,0.9,4,2,9,1,9,3,7,5,4,2,5,1,1,1,0,1,1 +2380,0,1,1,10,0,1,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.6763874629000001,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.8053411576,0.4062019202,3.3166247904,0.4,0.9,0.4,3,2,7,3,10,1,10,4,3,4,9,0,1,1,0,0,0 +2382,0,4,1,3,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0.9,0.7,1.1034038245,9,1,0,1,0,3,1,0,2,1,59,3,0.316227766,0.8282212345000001,0.3096772513,3.7416573868,0.7,0.3,0.9,5,3,9,2,11,4,10,6,0,1,8,0,1,0,0,1,0 +2387,0,3,1,6,0,3,1,0,0,0,0,0,0,0,0,1,0,0,1,0.5,0.2,0.5099019514,7,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.8877494993,0.4017461885,3.6055512755,0.6,0.4,0.2,1,2,6,3,8,2,11,1,3,3,11,0,1,1,0,0,0 +2389,0,7,1,8,0,0,0,0,0,1,0,0,0,0,0,9,0,0,1,0.3,0.4,-1.0,4,1,-1,0,1,11,1,1,0,1,57,2,0.423792402,0.6011009184,0.3734969879,1.7320508076,0.9,0.4,0.9,4,2,8,6,11,3,2,6,3,6,5,1,0,0,1,0,1 +2391,0,1,2,1,1,-1,0,0,1,0,0,0,0,0,0,7,0,1,0,0.1,0.2,-1.0,9,1,0,2,1,0,-1,1,0,1,100,0,0.3997499218,0.7558839443,0.3193743885,3.1622776602,0.0,0.8,0.7,3,3,9,4,9,1,6,4,1,1,12,0,1,1,0,0,0 +2393,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.5024937811,6,1,-1,0,1,14,1,1,0,1,104,3,0.4240283009,0.44732908,0.410487515,0.0,0.3,0.7,0.9,2,2,7,5,11,2,11,9,0,4,8,0,1,1,0,1,0 +2398,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,12,0,0,0,0.0,1.6,1.559647396,10,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.7793300789000001,0.3780211634,3.3166247904,0.9,0.7,0.3,3,2,8,1,10,2,6,5,3,2,12,0,0,1,0,1,0 +2400,0,1,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,0.5,0.6566962768,11,1,-1,2,-1,11,1,1,0,1,94,0,0.3741657387,0.8579477724,0.4301162634,3.6055512755,0.0,0.6,0.1,2,1,9,2,7,3,7,4,1,1,17,0,0,1,0,0,0 +2404,1,6,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.6,1.2242344547,7,0,0,1,0,9,1,1,1,1,61,3,0.4472135955,0.9916594323,0.3819685851,3.3166247904,0.3,0.1,0.3,3,4,5,1,12,2,6,4,4,6,13,0,1,1,0,0,0 +2409,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,6,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6800127612000001,0.3744329045000001,3.0,0.3,0.3,0.3,1,3,8,5,10,4,9,10,3,6,3,0,1,0,1,1,1 +2411,0,1,2,6,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.4408798022,7,1,1,0,0,11,1,1,0,1,11,2,0.316227766,0.6678570639,0.30331501780000003,3.3166247904,0.8,0.0,0.7,0,4,8,4,11,3,7,5,1,4,5,0,0,1,0,1,0 +2413,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.8,1.6990806338,11,0,1,1,1,14,1,0,2,1,104,2,0.5,1.4313491294999998,0.390256326,3.6055512755,0.9,0.7,0.8,1,3,8,2,10,1,4,5,3,2,10,0,1,0,0,0,0 +2414,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,1.6,1.6015617378,11,0,1,1,0,0,1,1,2,1,75,2,0.4472135955,1.193505151,0.3823610859,3.4641016151,0.9,0.4,0.5,1,2,10,2,10,3,8,4,4,4,9,0,1,0,0,0,0 +2416,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7225271307,0.3598610843,3.6055512755,0.4,0.3,0.9,1,0,9,6,10,2,10,4,0,2,8,0,1,1,0,1,0 +2419,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.4,0.7541551564,7,1,0,0,1,11,1,1,2,1,67,2,0.3741657387,0.664165418,0.3008321791,3.0,0.5,0.8,0.9,2,2,9,4,8,0,7,7,1,6,13,0,0,0,0,1,0 +2422,0,2,2,8,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.679613861,7,1,0,0,0,1,1,1,2,1,70,3,0.3741657387,0.8419035887999999,0.3301514804,3.6055512755,0.5,0.7,0.1,2,3,7,3,8,4,11,6,2,4,14,0,1,0,0,0,0 +2423,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.9,1.6603839916999998,11,1,1,2,1,14,0,1,3,1,104,0,0.4,0.5726009961999999,0.3224903099,2.2360679775,0.9,0.3,0.9,3,1,9,0,10,2,9,4,0,2,5,0,0,0,0,0,0 +2424,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,1.1,1.2905909499,11,1,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.8761686411,0.3248076354,3.1622776602,0.6,0.8,0.9,0,0,7,3,10,2,18,2,3,7,7,0,0,0,1,0,0 +2430,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6919176252,5,1,-1,2,-1,4,0,0,2,1,104,2,0.4,0.8692520771,0.5291502621999999,3.7416573868,0.5,0.0,0.5,2,1,8,6,11,2,6,3,3,3,5,0,0,0,0,0,0 +2431,0,5,4,11,1,0,0,0,0,1,0,0,0,0,0,8,0,0,1,0.9,0.9,1.3435028843,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5972474742,0.3619392214,2.6457513111,0.9,0.5,0.0,1,1,8,3,9,2,8,11,2,2,7,0,0,0,1,0,0 +2432,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.0,0.5994789403999999,4,1,-1,0,0,14,1,1,0,1,49,3,0.3997499218,0.5803603896,0.3685105155,1.7320508076,0.1,0.4,0.2,2,2,9,3,8,4,5,3,1,3,6,0,0,1,0,0,0 +2433,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.8710625695,7,1,0,0,1,11,1,1,2,1,44,3,0.4472135955,0.7318040654000001,0.33911649920000003,2.8284271247,0.0,0.7,0.5,1,2,7,3,9,2,6,5,0,1,6,0,0,0,1,0,0 +2440,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.1,0.2,-1.0,5,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.5629761529,0.30331501780000003,2.2360679775,0.2,0.4,0.7,2,1,5,5,10,2,10,6,1,4,7,0,0,0,1,0,0 +2442,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.2,0.4,-1.0,5,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.7396531462999999,0.3292415527,3.6055512755,0.5,0.3,0.9,1,1,7,1,6,2,10,4,0,1,9,0,0,1,1,0,0 +2447,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.504356025,7,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.7416616368000001,0.3826225294,2.4494897428,0.7,0.9,0.4,3,2,8,4,10,3,10,4,0,4,11,0,1,1,0,0,0 +2448,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.4,0.5857687257,7,1,0,0,0,11,1,1,2,1,53,2,0.4688283268,0.5432911643,0.35707142140000003,0.0,0.0,0.9,0.3,2,2,8,0,10,4,9,6,1,2,16,0,0,0,1,1,0 +2450,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,-1.0,10,0,-1,9,0,17,1,1,0,1,104,3,0.5477225575,1.4819854897,0.5229722746000001,3.1622776602,0.0,0.6,0.2,2,1,9,1,10,2,5,4,3,4,6,0,0,1,1,1,0 +2451,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.6,0.9287087811,8,1,-1,0,-1,11,0,1,1,1,101,3,0.3741657387,0.8486486584,0.3850973903,3.4641016151,0.6,0.4,0.6,2,3,9,1,8,3,10,8,5,2,6,0,1,0,1,0,0 +2458,0,4,1,10,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,1.2,1.1554220008,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6383410835,0.3974921383,1.4142135624,0.1,0.0,0.7,2,2,8,1,9,3,7,7,1,3,9,0,1,1,0,0,0 +2459,0,0,1,5,1,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6254998002000001,11,1,1,0,1,6,1,0,2,1,27,3,0.3741657387,0.8157413097,0.3204684072,3.6055512755,0.4,0.8,0.4,4,1,7,2,8,1,10,7,2,1,12,0,0,0,0,1,0 +2462,0,2,2,5,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,0.8580501151000001,11,1,0,0,1,0,1,1,2,1,78,3,0.4,0.8165893594,0.3287856445,3.3166247904,0.2,0.2,0.4,4,1,8,3,8,0,10,5,0,3,9,0,0,1,0,0,0 +2464,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.6,1.621727474,11,0,0,1,1,2,-1,1,2,1,104,2,0.6633249581,2.7072751694,0.4410215414,3.4641016151,0.5,0.7,0.2,3,5,6,2,9,1,9,3,3,3,8,0,1,1,0,0,0 +2467,0,2,1,9,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.3,0.9545941546,7,1,1,0,1,6,1,1,2,1,26,3,0.3741657387,0.6010493579,0.3204684072,2.4494897428,0.7,0.8,0.7,3,0,9,6,9,2,4,8,1,3,4,1,1,1,0,0,0 +2470,0,1,1,7,0,5,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.3,0.7280109889,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.7020336456999999,0.4302324953,3.1622776602,0.3,0.8,0.6,1,2,8,3,7,4,7,7,4,2,2,1,0,0,0,1,0 +2479,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.5,0.7466592262,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5509195919,0.3619392214,2.4494897428,0.4,0.2,0.6,2,0,6,6,9,3,3,4,1,1,3,0,1,1,1,1,0 +2481,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.8860792084,0.3667424164,3.6055512755,0.0,0.5,0.5,2,1,6,5,9,0,8,7,2,3,12,0,1,0,0,0,0 +2482,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.8,0.4,0.6919176252,7,1,1,0,0,11,1,1,2,1,99,2,0.316227766,0.5852173433,0.30331501780000003,2.6457513111,0.4,0.1,0.0,2,3,9,3,10,3,8,7,0,4,11,1,1,0,0,0,0 +2485,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.8,0.2,0.5916079783,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6702811794,0.3666060556,3.1622776602,0.9,0.7,0.8,2,2,8,3,7,1,7,6,1,5,8,1,1,1,0,0,1 +2487,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.4,0.0,0.6543126164,6,1,-1,2,0,1,1,1,0,1,1,0,0.4242640687,0.8856873877,0.4189272013000001,3.1622776602,0.8,0.7,0.8,2,3,7,4,7,3,10,9,0,7,5,0,1,1,0,0,0 +2491,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.2,0.4616546328,7,1,-1,0,-1,1,1,1,3,1,10,2,0.316227766,0.4986137809,0.3860051813,1.0,0.7,0.4,0.2,2,1,8,3,10,1,8,2,1,3,8,0,1,1,0,1,0 +2492,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,-1.0,10,1,-1,0,0,11,1,1,0,1,3,2,0.4242640687,1.1701786965,0.4349712634,3.4641016151,0.7,0.4,0.3,4,1,9,3,11,3,11,7,3,2,5,0,1,1,0,1,0 +2493,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.21346611,7,1,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,1.0467975563,0.4295346319,3.3166247904,0.6,0.5,0.5,4,2,7,3,10,2,9,6,2,4,5,1,0,0,0,1,0 +2494,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,7,0,1,0,1,14,1,1,2,1,68,3,0.4472135955,0.9426751103,0.3605551275,3.3166247904,0.9,0.3,0.8,3,1,8,6,11,2,11,8,3,0,9,1,1,0,1,0,0 +2499,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,8,1,-1,0,1,6,1,1,0,1,104,2,0.3741657387,0.8082158189,0.393192065,3.4641016151,0.0,0.0,0.4,1,1,9,2,9,4,10,9,0,3,8,0,1,0,0,0,1 +2500,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.4,0.0,0.7211102551,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6911781773000001,0.3615245497,3.1622776602,0.8,0.3,0.8,4,4,10,2,9,2,9,2,2,0,11,0,0,0,0,1,0 +2501,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,4,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5675997018,0.3583294573,2.6457513111,0.4,0.9,0.8,4,2,9,4,10,2,8,8,4,3,7,0,1,0,1,1,0 +2502,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,9,0,0,0,0.3,0.2,-1.0,5,1,1,0,1,0,1,1,2,1,34,2,0.4,0.8158806022,0.3144837039,3.3166247904,0.7,0.5,0.1,0,1,10,3,11,2,10,7,1,4,11,1,0,1,0,0,1 +2504,0,7,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.7,2.0172691937,6,0,-1,8,1,9,1,1,0,1,13,3,0.4472135955,0.8670149226,0.4679743583,2.6457513111,0.0,0.4,0.2,4,1,9,3,10,3,4,4,1,4,9,0,1,1,0,1,0 +2510,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.523808171,6,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.7754763932,0.3826225294,2.8284271247,0.5,0.1,0.9,3,1,7,3,6,4,10,6,2,3,8,0,1,0,0,0,0 +2511,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.3,0.7339959128,8,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6173289571,0.3521363372,3.1622776602,0.5,0.2,0.0,3,1,7,1,9,3,7,5,2,2,8,0,0,0,1,0,0 +2512,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6777720856,7,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.9644507708,0.3903844259000001,3.6055512755,0.2,0.7,0.0,2,2,6,2,11,3,9,4,1,2,6,0,1,1,1,0,0 +2513,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.8374067112000001,7,1,-1,0,-1,0,1,1,2,1,39,1,0.316227766,0.6767310219,0.3744329045000001,3.0,0.7,0.8,0.0,3,2,7,3,9,1,9,7,2,0,11,1,1,0,0,1,0 +2516,0,2,2,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,1.2,1.3711309201,10,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7832307534999999,0.3850973903,3.3166247904,0.2,0.2,0.7,2,5,9,4,8,5,15,6,1,2,10,0,0,1,0,1,0 +2517,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.4100304867,9,1,0,0,1,0,1,1,2,1,34,2,0.4,0.7834364858,0.3144837039,3.0,0.9,0.1,0.5,1,3,7,4,9,3,2,2,1,3,4,0,0,1,0,0,0 +2518,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,1.0908712115,11,1,1,0,1,4,1,1,2,1,104,2,0.4,0.7399743126999999,0.3232645975,3.1622776602,0.8,0.0,0.8,2,3,8,2,11,1,5,9,2,6,7,1,1,1,0,0,0 +2519,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.9,0.2,0.6731456009000001,11,1,1,8,1,14,1,0,-1,1,18,2,0.5,1.2820438228,-1.0,3.6055512755,0.0,0.8,0.0,3,3,10,2,9,2,10,10,1,2,13,0,1,0,0,0,0 +2520,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,0.9880536423,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6870556415000001,0.3744329045000001,3.0,0.8,0.5,0.8,4,2,8,3,9,0,8,8,2,4,12,0,1,1,0,0,0 +2525,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7664854858,7,1,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6702811794,0.3974921383,2.0,0.7,0.4,0.1,2,2,7,3,7,4,5,1,4,4,7,0,0,1,1,0,1 +2528,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.701338007,7,0,-1,1,-1,0,1,1,2,1,75,2,0.4472135955,1.1598037024,0.4440720662,3.6055512755,0.0,0.7,0.3,1,1,6,1,8,3,11,6,2,3,4,0,1,0,0,0,1 +2533,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.561248608,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7513211504,0.3685105155,3.6055512755,0.3,0.4,0.8,3,2,8,3,11,2,8,10,1,2,5,1,0,1,1,1,0 +2538,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6447819799,0.3687817783,3.0,0.6,0.0,0.6,0,1,7,4,8,3,5,7,2,0,10,1,1,0,1,0,0 +2540,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,0.6,0.9130991184,7,0,1,0,0,11,1,1,2,1,30,3,0.4472135955,0.9079879673,0.3748332963,3.3166247904,0.7,0.9,0.1,2,2,9,4,10,3,14,5,1,3,7,0,0,0,0,0,0 +2541,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.2,0.7607562027,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7195757474,0.3754996671,3.3166247904,0.6,0.3,0.6,1,2,8,4,12,3,13,5,0,6,3,0,1,1,0,1,0 +2543,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,1,0.3,0.0,-1.0,4,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.4912877328,0.3307567082,1.4142135624,0.2,0.2,0.4,2,4,4,2,9,3,4,4,0,2,8,0,1,0,1,0,0 +2544,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.3,0.0,0.5055937104,7,1,-1,0,-1,0,1,1,2,1,104,2,0.4220189569,0.5544150368,0.3872983346,1.4142135624,0.5,0.3,0.3,2,2,6,5,9,2,7,4,1,2,8,0,0,0,1,0,1 +2547,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,11,1,0,2,1,1,1,1,3,1,90,0,0.4242640687,0.7040467443,0.2617250466,2.4494897428,0.8,0.2,0.9,2,2,7,2,11,5,10,7,1,2,2,0,1,0,0,1,0 +2551,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.1,0.5471517157,7,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.9204713803,0.4017461885,3.7416573868,0.6,0.3,0.9,3,3,9,0,7,4,10,5,1,3,4,1,0,0,0,1,0 +2553,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,0,1,1,2,1,43,1,0.399374511,0.4019066131,-1.0,0.0,0.5,0.1,0.9,4,3,8,4,12,3,12,4,1,2,7,1,0,1,1,1,0 +2556,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.7,0.8803408431,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.9460390457,0.4308131846,3.4641016151,0.5,0.9,0.4,1,2,7,5,9,3,9,5,1,5,11,0,1,1,0,0,0 +2557,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.3,0.6814506585,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.4028565358,0.3619392214,0.0,0.2,0.5,0.1,3,2,7,1,8,2,5,3,1,4,9,0,1,1,0,1,0 +2559,0,0,4,10,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.4,0.7858116823000001,7,1,1,0,0,1,1,0,0,1,80,3,0.316227766,0.8153080845,-1.0,3.6055512755,0.3,0.5,0.7,1,0,10,1,8,4,6,8,0,1,2,0,0,1,1,0,0 +2561,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.9880536423,7,1,1,0,0,0,1,0,1,1,22,3,0.316227766,0.8450634481999999,0.310322413,3.7416573868,0.7,0.1,0.8,2,1,8,5,8,0,7,4,0,2,10,1,1,1,0,0,0 +2562,0,5,1,11,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7258651151000001,0.3685105155,3.4641016151,0.7,0.1,0.0,2,1,8,1,6,3,12,7,1,2,8,0,1,0,0,0,1 +2566,0,6,1,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,8,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8907467385,0.3820994635,3.1622776602,0.4,0.4,0.1,1,3,7,5,9,2,8,6,0,1,4,0,1,0,0,1,0 +2567,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,1.8,1.7498214195,10,1,-1,1,0,5,1,1,0,1,104,2,0.4242640687,1.4511465971000002,0.4427188724,3.4641016151,0.5,0.5,0.5,4,3,7,2,8,2,7,4,2,2,6,1,0,0,1,1,0 +2568,0,0,2,0,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.8,1.3390761741,10,1,1,1,0,17,-1,0,0,1,104,3,0.331662479,0.7165369541,0.2966479395,3.6055512755,0.1,0.3,0.0,2,1,7,1,8,3,12,2,1,1,5,0,1,1,0,1,0 +2569,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.5578978401,6,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.7700354183,0.3826225294,2.8284271247,0.5,0.2,0.7,2,3,8,3,9,3,5,9,2,2,4,0,0,1,0,1,0 +2570,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.3,0.0,1.7573061771,11,0,0,0,0,3,0,1,2,1,15,3,0.4242640687,0.8558862787999999,0.3453983208,3.1622776602,0.2,0.1,0.1,4,1,6,2,12,4,5,5,2,3,8,0,0,0,0,1,0 +2572,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.4,0.6284902545000001,10,1,-1,0,0,4,0,1,0,1,9,2,0.316227766,0.6339727814,0.3943348831,2.8284271247,0.0,0.3,0.5,2,3,9,2,10,3,7,6,2,2,7,0,1,1,0,1,1 +2573,0,1,3,5,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.6,0.4,0.8485281374,9,1,-1,2,-1,11,0,1,2,1,94,0,0.3741657387,0.7933608811,0.4301162634,3.6055512755,0.0,0.2,0.4,3,2,8,3,9,0,9,7,1,2,7,0,0,1,0,1,0 +2580,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7044501402,6,0,-1,0,1,10,1,1,0,1,83,2,0.4084115571,0.5979821441,0.3974921383,1.0,0.6,0.6,0.5,3,1,8,5,10,1,4,9,0,4,9,0,0,0,0,0,0 +2584,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.8,0.3,0.6329494451,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5703594633,0.3687817783,2.0,0.5,0.8,0.2,3,0,7,0,10,3,8,3,1,4,13,0,1,1,0,1,0 +2588,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.7,0.5,0.6873863542,7,1,1,2,0,0,0,1,2,1,104,2,0.3741657387,0.9072367455,0.3601388621,3.6055512755,0.9,0.6,0.0,3,2,8,2,10,3,4,4,3,5,11,0,1,0,0,0,0 +2589,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,11,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.8900622134,0.4017461885,3.7416573868,0.6,0.2,0.8,2,3,8,1,9,3,9,4,2,2,6,0,0,0,0,0,0 +2590,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.4479118217,11,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.6831199694,0.3943348831,3.4641016151,0.9,0.0,0.6,4,0,7,0,8,1,11,4,0,4,8,0,1,0,0,1,0 +2593,0,2,1,6,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,0,1,1,2,1,98,3,0.4,0.7842061839,0.3309078422,3.1622776602,0.4,0.0,0.8,4,2,7,4,9,5,9,9,0,3,11,0,1,1,0,1,0 +2596,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.2,1.0656570743,11,0,1,8,0,13,1,0,2,1,104,3,0.4472135955,1.4601879194999998,0.3794733192,3.6055512755,0.4,0.1,0.7,3,2,9,2,8,2,11,3,1,2,6,0,0,1,0,0,0 +2601,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.1,0.5018714975,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6869654195,0.3615245497,3.1622776602,0.6,0.2,0.2,2,1,6,0,10,2,6,5,2,5,7,0,1,1,0,0,1 +2604,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6593886475,0.3615245497,3.0,0.4,0.9,0.3,0,1,8,6,9,4,12,6,2,5,6,0,0,0,0,1,0 +2612,0,2,1,8,0,0,0,1,0,0,0,0,1,0,1,6,0,0,1,0.8,0.4,1.0362190888,11,1,1,0,0,11,1,1,2,1,36,3,0.3741657387,0.8316070273,0.3190611227,3.6055512755,0.7,0.4,0.7,2,3,9,4,10,2,6,5,2,3,6,0,0,0,1,0,0 +2614,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,1.2735285627,8,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6621402813,0.3619392214,3.1622776602,0.4,0.2,0.0,3,3,7,3,11,1,11,4,1,4,10,0,0,0,0,0,1 +2617,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.6098155459000001,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7569021247,-1.0,3.4641016151,0.4,0.8,0.2,4,4,8,3,11,2,10,5,2,3,3,0,0,0,0,0,0 +2618,0,2,3,7,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.6,0.9089829481,7,0,1,0,1,3,1,1,2,1,15,3,0.4242640687,0.8237688033,0.3453983208,3.4641016151,0.9,0.9,0.7,1,2,8,2,6,1,6,1,0,2,3,0,0,0,0,0,0 +2619,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,1.2,1.2454918707,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7526125297,0.3615245497,3.6055512755,0.4,0.1,0.4,2,1,7,2,10,2,8,5,1,4,7,0,1,1,1,1,0 +2620,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.7,0.9708243919,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6207832962,0.3685105155,2.8284271247,0.0,0.3,0.7,3,1,10,2,9,4,1,5,0,0,9,0,1,1,1,0,0 +2622,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.7141428429000001,7,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8669791765000001,0.3903844259000001,3.6055512755,0.2,0.9,0.2,2,1,7,1,9,4,14,7,2,1,6,0,0,0,0,0,0 +2632,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,11,1,1,0,1,6,1,1,2,1,77,2,0.3741657387,0.7708131373,0.3420526275,3.4641016151,0.7,0.2,0.7,4,0,5,3,8,4,8,8,0,1,9,0,1,1,0,1,0 +2637,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8494042638,0.3848376281000001,3.4641016151,0.9,0.4,0.6,2,3,9,3,7,3,7,4,0,3,15,0,0,1,0,0,0 +2641,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.8785641695,7,1,-1,0,-1,0,1,1,0,1,32,1,0.316227766,0.5388808421,0.3615245497,2.4494897428,0.5,0.2,0.7,3,3,10,4,11,1,13,2,1,5,3,0,0,0,0,0,0 +2644,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,6,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7250249355,0.3817066937,3.0,0.9,0.7,0.1,1,1,8,3,8,4,8,3,2,2,5,0,1,1,1,0,1 +2645,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.9,0.9377499667,8,1,-1,1,0,3,1,1,0,1,102,2,0.4,0.9021324599,-1.0,3.6055512755,0.1,0.2,0.2,1,3,8,5,8,3,8,3,0,2,5,0,0,1,0,0,0 +2651,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.0,0.6585969936,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.578756147,0.3702701716,2.0,0.8,0.0,0.6,4,0,9,5,11,1,10,4,1,3,6,0,1,0,0,0,0 +2653,1,1,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.7382411529999999,7,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6450222624,0.4489988864,2.2360679775,0.8,0.2,0.8,3,2,8,3,10,2,10,6,1,2,10,0,1,1,0,1,0 +2655,0,1,4,11,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.1,1.3176683953,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.6191836801,0.3521363372,3.3166247904,0.0,0.4,0.9,2,2,8,4,10,0,6,4,0,2,8,0,1,0,1,0,0 +2656,0,2,1,6,0,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,0.1,0.5733672471,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5917825712,0.3651027253,2.4494897428,0.6,0.8,0.1,4,3,8,3,9,0,10,4,1,2,8,1,1,1,0,1,0 +2657,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.631961233,7,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.7099499459,0.2887905816,3.6055512755,0.9,0.6,0.4,1,2,8,2,5,3,9,5,0,3,8,0,1,1,0,0,1 +2664,0,2,3,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.7596164355,11,0,0,9,1,9,1,1,2,1,104,3,0.5153639490999999,1.1132838032,0.4144876355,3.0,0.9,0.9,0.9,1,3,8,3,9,3,16,5,3,2,6,0,1,1,0,0,0 +2669,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,1.8,1.5610493266,11,1,0,2,1,0,1,1,2,1,104,2,0.3741657387,0.7464239816,0.354964787,2.8284271247,0.4,0.0,0.1,2,2,7,5,10,3,6,4,1,4,9,1,1,1,1,0,0 +2670,0,1,2,4,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.0,0.9,-1.0,9,1,-1,6,-1,14,0,1,2,1,104,0,0.4795831523,0.8450023228,0.4604345773,3.0,0.4,0.9,0.2,3,2,7,1,9,1,12,4,2,4,12,0,0,0,1,0,1 +2672,0,1,1,9,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.9,1.1890121951,5,1,1,2,1,0,0,1,2,1,104,2,0.3741657387,0.8042115383,0.3601388621,3.3166247904,0.0,0.7,0.7,2,3,8,2,8,3,10,8,1,4,3,0,1,1,0,0,0 +2679,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6619101146999999,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7051463712999999,0.3814446225,3.1622776602,0.8,0.6,0.3,0,1,8,2,11,1,13,8,2,4,6,0,1,1,1,1,0 +2680,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.6077622891,11,1,1,0,0,14,1,1,2,1,42,2,0.4,0.6248305555,0.3376388603,2.2360679775,0.6,0.6,0.5,2,0,9,3,11,0,12,3,4,1,3,0,1,1,1,0,0 +2682,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.8,0.3,-1.0,7,0,1,8,0,13,-1,0,-1,1,4,2,0.5656854249000001,1.6114480681,0.4410215414,3.6055512755,0.1,0.0,0.7,3,3,8,5,12,2,5,9,0,0,7,0,1,0,0,1,0 +2684,1,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,9,1,-1,0,-1,1,0,1,0,1,65,3,0.316227766,0.6483450005,0.3521363372,3.3166247904,0.0,0.0,0.6,5,2,7,2,6,4,11,3,2,3,7,0,0,1,0,0,0 +2686,0,0,1,8,1,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.8,0.4,0.8261355820999999,6,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.7564870966,0.4732863826,2.8284271247,0.8,0.5,0.4,2,2,8,5,8,2,8,5,1,8,12,0,1,0,1,0,0 +2688,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.0,0.638846617,5,1,0,0,1,1,1,1,3,1,10,2,0.316227766,0.572149781,0.3193743885,2.4494897428,0.8,0.3,0.2,4,2,7,4,11,1,3,5,1,4,9,0,1,1,1,1,0 +2689,0,4,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.7,0.9256754291,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7058638691,0.3583294573,3.4641016151,0.0,0.3,0.9,3,3,8,3,7,2,6,10,1,0,8,0,0,1,0,0,1 +2691,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7939205989,-1.0,3.7416573868,0.8,0.7,0.8,3,2,5,3,10,1,4,7,4,4,11,1,1,1,1,0,0 +2700,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7141428429000001,7,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7652985157,0.3687817783,3.7416573868,0.8,0.8,0.6,3,2,7,2,10,1,7,11,2,2,4,1,1,0,1,0,0 +2704,0,4,1,1,1,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.2,0.2,-1.0,4,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.7086974433,0.3754996671,3.1622776602,0.5,0.4,0.5,5,1,9,5,10,1,8,9,4,1,7,0,1,0,1,0,0 +2706,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,1,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7804824742,0.3663331817,3.4641016151,0.9,0.7,0.1,3,4,6,5,6,1,13,9,1,8,9,0,1,1,0,0,0 +2707,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.4527692569,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,1.000351178,0.5204805472,3.3166247904,0.0,0.0,0.0,3,2,8,2,10,4,10,2,3,0,13,0,0,0,1,0,0 +2708,1,2,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.0,1.2152674603,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.766579825,0.3926830783,3.4641016151,0.7,0.7,0.4,3,2,9,6,10,1,8,4,2,3,7,0,0,0,0,1,0 +2709,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,1.1,0.9810708435,11,1,1,1,0,3,1,0,2,1,45,3,0.4,0.8824856893,0.3096772513,3.7416573868,0.3,0.6,0.0,0,3,3,5,11,3,3,6,1,2,12,0,1,1,1,0,0 +2710,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.5,0.8366600265,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.9249447158,0.3708099244,3.4641016151,0.9,0.0,0.6,2,2,10,6,10,4,16,4,1,4,9,1,1,1,0,0,0 +2712,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.2725466593,11,0,-1,0,-1,15,1,1,3,1,5,2,0.4242640687,0.9787726333,0.4,3.0,0.3,0.6,0.4,2,1,8,3,7,1,6,7,2,3,12,0,0,1,0,1,1 +2713,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.4,0.0,-1.0,6,1,-1,0,1,1,1,1,0,1,52,2,0.3741657387,0.7984747857,0.3598610843,3.6055512755,0.1,0.0,0.2,1,3,8,2,8,2,8,4,2,2,6,0,1,1,1,0,0 +2714,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.6,0.5,-1.0,7,1,-1,0,-1,11,1,1,3,1,57,2,0.423792402,0.6014788936,0.3734969879,1.7320508076,0.2,0.9,0.1,1,2,6,2,7,3,8,5,2,1,8,0,1,0,0,0,0 +2716,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.3,0.0,1.9920153112,11,0,0,9,1,17,-1,1,1,1,104,3,0.692820323,2.7043239023,-1.0,3.4641016151,0.5,0.8,0.5,4,2,8,2,10,2,6,6,3,3,5,0,1,1,1,0,1 +2717,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0.9,0.3,0.6304760106,6,1,-1,1,0,12,1,1,0,1,104,2,0.3741657387,0.7510048365,0.3754996671,3.4641016151,0.8,0.9,0.4,2,1,10,3,9,3,4,7,0,3,8,0,0,1,0,0,0 +2718,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.3,0.5706356105,7,1,-1,0,-1,11,1,1,1,1,44,3,0.4472135955,0.7580831634,0.4062019202,3.0,0.2,0.1,0.3,2,3,8,1,9,1,11,3,1,4,10,0,1,1,0,1,0 +2719,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6941721688,11,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.6334022001,0.3209361307,2.2360679775,0.7,0.9,0.1,3,3,8,3,9,2,6,4,0,3,10,0,0,1,0,0,0 +2723,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.3,1.5091388273,6,1,-1,0,1,11,1,1,0,1,104,2,0.4472135955,0.6101754253,0.4086563348,1.4142135624,0.4,0.2,0.1,4,2,8,4,9,3,11,6,3,7,9,0,0,1,0,0,0 +2725,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5711829829,7,1,-1,0,-1,4,1,1,3,1,104,2,0.316227766,0.5916254399,0.3807886553,2.6457513111,0.4,0.5,0.8,3,3,9,4,8,4,10,5,0,2,7,0,0,1,1,0,0 +2727,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.7,0.9984362774,7,1,-1,0,-1,4,1,1,0,1,84,3,0.316227766,0.7112147679999999,0.3667424164,3.3166247904,0.3,0.2,0.1,1,3,7,5,9,2,3,6,0,2,8,1,1,1,0,1,0 +2728,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.5,0.5018714975,5,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.670496917,0.2887905816,3.3166247904,0.2,0.0,0.7,2,3,8,3,8,2,5,5,1,1,9,0,0,1,0,0,0 +2735,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.6,0.8631338251,6,0,-1,0,1,7,0,1,0,1,104,2,0.4472135955,0.8933986552,0.4254409477,3.0,0.1,0.3,0.1,3,1,7,3,7,1,9,5,1,2,6,0,1,1,0,1,1 +2737,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.2,0.3,-1.0,5,1,0,0,0,11,1,1,2,1,16,3,0.3741657387,0.6836792782,0.3185906464,3.0,0.5,0.3,0.7,3,2,10,5,11,1,10,4,2,4,3,0,0,0,0,0,0 +2742,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.3,0.7470776399,9,1,0,0,0,6,0,1,2,1,77,2,0.3741657387,0.7724999666,0.3420526275,3.4641016151,0.7,0.5,0.2,4,1,9,4,9,2,4,9,1,1,4,0,1,1,0,0,1 +2744,0,4,2,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.8576858398999999,11,1,-1,0,-1,14,1,1,2,1,72,3,0.4,1.0796291834,0.4093897898,3.7416573868,0.9,0.4,0.5,2,0,6,3,8,3,7,2,4,3,9,0,0,0,0,0,0 +2745,0,3,1,8,0,6,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,0,1,1,2,1,43,3,0.3998749805,0.6153897509,0.3146426545,2.0,0.6,0.6,0.2,1,0,9,4,12,1,9,5,1,1,11,0,0,1,1,0,0 +2748,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.8,0.9899494937,11,0,-1,1,-1,7,1,1,2,1,104,3,0.4472135955,1.0679303379,0.4286023798,3.1622776602,0.2,0.5,0.9,1,2,8,3,9,0,8,6,1,2,9,0,1,1,1,1,0 +2749,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.8,1.2,0.9526279442,10,1,-1,0,0,11,1,0,0,1,103,0,0.316227766,0.7098771864,0.3583294573,3.6055512755,0.1,0.7,0.9,1,2,8,0,11,2,5,3,0,6,13,1,1,0,0,1,1 +2754,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.1,0.5214163404,11,1,1,0,0,0,1,0,1,1,37,2,0.316227766,0.8453812285,0.31144823,3.7416573868,0.9,0.0,0.7,2,1,7,6,10,5,14,2,1,4,2,0,1,1,0,1,0 +2758,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.8792752698,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7151258342,0.3583294573,3.6055512755,0.3,0.2,0.8,3,3,6,1,8,2,15,7,5,3,12,0,1,0,0,0,0 +2759,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.6,0.4,1.2170661445,5,1,0,1,0,1,1,1,0,1,35,1,0.3741657387,0.8651302868,0.3049590136,3.4641016151,0.7,0.2,0.1,3,3,5,4,12,2,6,5,0,3,6,0,0,1,0,0,0 +2760,0,5,3,5,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.4,0.841872912,5,1,1,0,1,0,1,1,2,1,43,3,0.4,0.629754642,0.3003331484,2.4494897428,0.3,0.6,0.6,3,3,7,3,10,5,7,4,2,4,7,1,1,0,0,0,0 +2762,0,7,4,9,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.7,0.3,-1.0,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6764638244,0.3666060556,3.1622776602,0.7,0.4,0.6,1,3,8,3,10,4,4,4,2,2,7,0,1,1,0,0,0 +2766,0,3,1,0,1,-1,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.6,1.2316147937000002,8,1,1,0,0,14,-1,1,0,1,60,1,0.316227766,0.6135690199,0.3070830507,3.0,0.6,0.3,0.5,1,3,9,2,11,2,13,10,0,3,7,0,0,0,0,0,0 +2768,0,0,3,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.9,1.2265296572,11,1,-1,0,-1,14,1,0,2,1,49,3,0.4,0.8468585605,-1.0,3.7416573868,0.2,0.3,0.0,5,0,9,3,9,3,14,4,1,5,12,0,1,1,1,0,0 +2770,0,3,1,6,1,1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,0.6025985397,11,0,0,0,1,14,1,1,2,1,68,3,0.4472135955,0.8552946426000001,0.3605551275,3.0,0.0,0.0,0.8,2,2,9,2,11,2,8,8,0,5,7,0,0,1,0,1,1 +2771,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.2611998256,11,1,-1,0,-1,1,1,1,1,1,70,3,0.4,0.8440481948999999,0.3962322551,3.3166247904,0.2,0.5,0.9,2,0,10,3,10,2,8,5,3,5,10,0,1,1,0,0,0 +2773,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.7623975341,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8624393618999999,0.3820994635,3.1622776602,0.8,0.7,0.1,3,2,7,3,10,1,5,9,2,4,10,0,0,0,1,0,0 +2775,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,10,0,-1,0,1,15,1,1,0,1,5,2,0.4,0.8001162106,0.4,2.6457513111,0.7,0.5,0.5,2,4,8,1,7,4,8,4,2,7,11,0,0,1,1,0,1 +2779,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.7,0.6299801584,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9947693781,0.4,3.0,0.2,0.1,0.1,2,0,7,2,8,3,6,3,2,4,7,0,1,1,1,1,1 +2780,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.5,0.3,0.7141428429000001,3,1,0,0,0,0,0,1,2,1,87,3,0.316227766,0.6877769915,0.2944486373,3.3166247904,0.9,0.5,0.0,3,0,8,1,9,3,6,6,4,2,7,0,0,1,0,1,1 +2781,0,6,3,4,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.6,1.3833835332,8,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.7535864662,0.3937003937,3.3166247904,0.7,0.2,0.1,2,1,8,1,12,3,5,7,2,6,9,0,0,0,0,0,0 +2784,0,0,2,6,0,0,0,0,1,0,0,0,0,0,0,4,0,0,0,0.1,0.2,-1.0,11,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6652843796,0.2944486373,3.0,0.4,0.5,0.0,0,2,8,2,11,2,12,9,1,0,6,0,1,1,1,0,0 +2785,0,1,1,8,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,1.2,1.7329526826,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.770269487,0.3615245497,3.6055512755,0.2,0.3,0.3,2,0,8,3,7,1,6,4,1,3,9,1,0,0,0,1,1 +2787,0,3,1,8,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.4,0.9624188277,10,1,-1,0,1,6,1,1,0,1,77,2,0.3741657387,0.7219549905,0.3874274126,3.1622776602,0.3,0.9,0.8,2,1,8,3,9,3,13,3,1,4,11,0,0,1,1,0,0 +2788,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,1.6,1.559647396,11,1,-1,0,-1,0,1,0,2,1,54,3,0.4,1.0643606702,0.3826225294,3.6055512755,0.9,0.2,0.9,3,1,7,3,9,2,9,7,2,1,4,0,0,0,0,0,0 +2789,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.5,0.2,0.5460082417000001,11,1,-1,0,-1,11,1,1,3,1,99,2,0.316227766,0.6167932265,0.3924283374,2.4494897428,0.5,0.4,0.9,2,3,8,3,10,3,14,3,0,4,6,0,1,0,0,1,0 +2798,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.7,0.7628073151000001,11,1,-1,0,-1,4,1,0,0,1,84,3,0.316227766,0.8406019095,0.3667424164,3.7416573868,0.8,0.8,0.4,3,3,7,2,8,4,12,5,2,6,9,0,1,1,0,1,0 +2799,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.2,0.6289872813,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5915381267,0.3619392214,2.6457513111,0.7,0.1,0.2,5,1,9,4,10,2,7,5,0,1,9,1,1,1,0,1,0 +2803,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.7008922884000001,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7495315341,0.3887158345,3.4641016151,0.4,0.8,0.8,1,1,8,2,7,3,7,4,0,2,10,0,1,0,0,1,0 +2806,0,3,4,11,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.6,0.6,0.3807886553,11,0,1,0,1,0,1,0,2,1,78,3,0.4,0.9405269316,0.3287856445,3.6055512755,0.4,0.0,0.8,4,3,8,6,9,3,10,2,2,6,9,0,1,0,1,0,0 +2809,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,11,0,0,0,0.8,0.3,0.6543126164,6,1,-1,0,0,11,1,1,0,1,76,2,0.316227766,0.7895625947,0.3794733192,3.6055512755,0.3,0.5,0.3,3,2,8,4,8,3,10,5,1,5,8,0,1,1,1,1,0 +2810,0,1,3,7,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.4,0.4,1.034105894,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6349009163,0.3687817783,3.0,0.2,0.7,0.8,4,3,8,4,9,2,5,4,2,6,6,0,1,0,0,1,0 +2816,0,5,1,5,0,6,0,0,1,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.6427480066,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6911781773000001,0.3615245497,3.1622776602,0.9,0.2,0.5,1,4,9,2,10,3,6,5,0,3,8,0,1,1,0,0,0 +2818,0,0,2,0,1,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.6,0.9650129533,10,1,-1,0,1,1,1,1,0,1,65,1,0.3152776554,0.4940346627,0.3521363372,1.7320508076,0.6,0.4,0.5,3,2,10,4,9,3,12,4,1,4,10,0,0,0,1,1,0 +2820,0,4,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.4,0.9243240774,7,1,-1,0,-1,6,1,1,3,1,27,3,0.3741657387,0.7837271884,0.3907684737,3.4641016151,0.4,0.8,0.5,3,3,8,2,10,3,7,5,0,5,5,0,1,1,0,1,0 +2822,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.5,0.7693341277,6,1,-1,0,0,11,1,1,0,1,104,2,0.4,0.98805887,0.3761648575,3.4641016151,0.1,0.2,0.3,1,4,10,3,10,3,5,6,1,1,7,1,0,0,0,1,0 +2823,0,5,2,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,1.101986842,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7338481162999999,0.3788139385,2.8284271247,0.4,0.3,0.6,4,2,9,3,11,2,9,4,1,1,11,0,1,1,0,1,0 +2824,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,11,1,1,0,0,1,1,1,2,1,70,3,0.3741657387,0.819582135,0.3301514804,3.4641016151,0.1,0.6,0.4,3,1,7,2,9,3,8,1,0,2,5,0,0,0,0,1,0 +2826,0,0,1,7,0,1,1,0,0,0,0,0,0,0,0,7,0,0,1,0.9,0.6,1.101986842,7,1,-1,0,-1,11,1,0,0,1,36,3,0.3741657387,0.8948659809999999,0.3793415348,3.7416573868,0.7,0.1,0.0,2,4,9,3,9,2,9,8,2,2,4,0,1,1,0,0,0 +2827,0,4,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.9,1.2124355653,4,0,-1,0,1,11,0,1,0,1,30,3,0.4469899328,0.9605009024,0.4527692569,3.1622776602,0.2,0.7,0.3,3,2,8,3,9,1,5,4,2,2,7,1,0,0,0,0,0 +2830,0,4,1,3,0,1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5031152949000001,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6574430812,0.3619392214,3.1622776602,0.6,0.8,0.8,3,4,6,1,8,3,13,4,2,5,4,0,1,1,0,1,1 +2833,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6082592694,0.3687817783,2.8284271247,0.1,0.0,0.8,2,1,6,1,10,1,7,3,2,3,8,0,1,0,0,1,0 +2839,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.6,0.7984359711,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5721678364,0.3507135583,2.6457513111,0.3,0.8,0.0,2,1,8,6,12,1,8,5,0,5,6,0,0,1,0,1,1 +2844,0,4,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,1.6,1.6626409715,11,1,0,0,1,4,1,1,2,1,12,3,0.4,0.8217095664,0.3278719262,3.3166247904,0.6,0.4,0.9,1,1,5,4,7,4,10,12,2,5,9,0,1,1,0,0,1 +2846,0,2,2,0,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.6,-1.0,4,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.7051903206999999,0.3583294573,3.4641016151,0.5,0.6,0.3,2,1,9,3,9,1,12,6,0,1,8,0,1,1,0,1,0 +2849,0,3,2,1,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.6,0.9643650761,8,1,-1,0,0,10,1,1,0,1,28,3,0.3872983346,1.0386264173,0.3820994635,3.4641016151,0.7,0.9,0.4,1,4,6,3,10,4,7,7,0,2,6,0,0,1,0,0,0 +2852,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.7,1.1302654555,11,0,-1,0,-1,0,1,1,0,1,86,3,0.445421149,0.7103572608,0.4117037770000001,2.0,0.7,0.6,0.8,2,2,8,1,9,2,16,3,1,3,7,0,1,1,0,0,1 +2853,0,1,2,0,0,-1,0,1,0,0,0,0,1,0,1,10,0,0,0,0.9,0.7,1.1608186766,6,1,1,0,0,0,-1,1,2,1,88,3,0.4,0.8341992746,0.3289376841,3.3166247904,0.3,0.0,0.5,3,1,9,2,10,2,6,0,1,6,10,0,1,1,0,1,1 +2855,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.5550900828,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.5902268789,0.3840572874,2.2360679775,0.6,0.6,0.7,1,2,7,3,10,1,9,7,1,3,8,0,1,1,0,0,0 +2860,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,1,1,0,0,1,65,3,0.316227766,0.7173038362,0.3521363372,3.6055512755,0.2,0.4,0.8,3,1,8,3,12,5,11,6,4,7,11,0,0,0,1,0,0 +2861,1,1,1,6,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.6,0.7,1.1244443072,11,1,-1,0,-1,6,1,1,2,1,104,3,0.4472135955,1.019692467,-1.0,3.6055512755,0.7,0.3,0.9,1,2,8,4,11,3,8,7,3,1,5,0,0,0,0,0,0 +2863,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.3,0.7449832212999999,11,1,-1,0,-1,1,1,1,2,1,40,2,0.423792402,0.6046479749,0.3949683532,2.0,0.4,0.0,0.2,1,3,7,2,9,5,8,3,2,2,5,0,1,1,0,1,1 +2870,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.7741931284,7,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.6155693461,0.393192065,2.6457513111,0.3,0.7,0.4,2,2,8,3,9,4,12,5,2,5,17,0,1,1,1,0,1 +2876,1,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.6,0.4,0.9003471553,8,0,-1,0,0,7,1,1,0,1,92,3,0.4,0.6616252215999999,0.4045985665,2.4494897428,0.1,0.8,0.6,4,3,8,5,12,2,6,4,0,3,17,0,0,1,0,1,0 +2877,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6432340165,7,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.9419625197,0.3903844259000001,3.7416573868,0.3,0.1,0.0,3,1,9,5,10,3,8,2,2,4,7,0,0,0,0,0,0 +2879,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,1.0402836549,0.4009987531000001,3.3166247904,0.1,0.9,0.8,0,1,8,3,11,1,6,6,1,5,10,1,1,1,0,0,0 +2880,0,3,3,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9730882932,0.4017461885,3.7416573868,0.9,0.2,0.9,3,2,8,4,10,1,7,5,5,3,4,0,0,1,0,1,0 +2881,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,-1.0,9,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6975458751000001,0.3016620626,3.4641016151,0.4,0.2,0.6,2,0,8,3,7,3,9,4,2,2,4,0,1,1,0,1,0 +2884,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,-1.0,6,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7496831287000001,0.3708099244,3.3166247904,0.6,0.9,0.3,0,1,6,3,10,2,5,5,1,2,5,1,0,0,0,0,1 +2885,0,3,1,1,0,-1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.4,0.91070028,9,1,0,0,0,1,-1,1,2,1,64,3,0.316227766,0.6659517517,0.3016620626,3.3166247904,0.6,0.1,0.4,0,5,8,0,8,2,8,4,2,2,5,0,0,1,0,0,0 +2890,0,2,3,5,1,1,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.2,1.256980509,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6083781447,0.3619392214,2.8284271247,0.0,0.2,0.0,3,3,9,1,8,3,7,6,4,3,11,0,0,0,0,1,0 +2891,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.1,1.19058809,10,1,-1,0,0,1,1,1,0,1,74,2,0.3741657387,0.7968429442,0.3716180835,3.6055512755,0.2,0.9,0.9,2,3,8,4,10,2,6,3,2,2,3,0,0,1,0,0,1 +2894,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,1.1,1.2791598805,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.7086974433,0.3521363372,3.6055512755,0.9,0.6,0.1,2,1,9,5,7,3,10,4,2,1,4,0,1,1,1,0,0 +2896,0,0,1,4,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,1.0,0.9559027147,10,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.7321427852,0.3938273734,3.1622776602,0.6,0.2,0.5,1,2,7,3,7,2,7,3,1,2,6,0,1,0,1,0,0 +2900,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7382411529999999,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7298958377,0.3708099244,3.3166247904,0.0,0.8,0.7,3,2,7,6,7,4,11,6,3,3,4,0,1,1,0,1,0 +2901,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0.5,0.3,0.485412196,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.7064490413,0.3974921383,2.2360679775,0.2,0.5,0.7,4,2,9,3,12,5,11,5,0,5,9,0,0,0,0,0,0 +2902,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.3,0.6538348414999999,5,1,-1,0,-1,4,0,1,2,1,12,3,0.4,0.6995718879999999,0.3708099244,3.0,0.6,0.8,0.4,2,5,9,4,10,4,7,5,4,1,9,0,1,1,0,0,0 +2904,0,7,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.7,0.7,0.3774917218,11,0,1,8,1,13,1,0,2,1,20,3,0.4472135955,1.265743828,0.3714835124,3.6055512755,0.2,0.9,0.2,3,2,6,3,8,1,7,3,3,5,12,0,1,1,0,0,0 +2905,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.5,0.893028555,3,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.682060563,0.3907684737,3.0,0.9,0.9,0.2,0,0,7,3,11,4,8,4,0,0,5,0,1,1,1,1,0 +2908,0,0,1,7,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,1.8761663039,11,1,0,1,1,12,1,1,0,1,104,3,0.3741657387,0.7405185809,0.32557641190000003,3.4641016151,0.3,0.9,0.4,4,3,10,3,9,3,6,5,2,6,10,0,1,1,0,0,0 +2910,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.8085480814,11,1,-1,0,-1,14,1,1,3,1,42,2,0.3997499218,0.5759290015999999,0.3774917218,2.0,0.3,0.4,0.2,2,5,7,2,7,2,10,6,0,6,6,0,0,1,0,1,0 +2911,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.9209370228,11,0,-1,0,-1,15,1,0,2,1,5,2,0.4472135955,1.2380419758,0.4,3.7416573868,0.7,0.8,0.0,3,5,9,2,10,2,11,4,1,6,8,0,0,1,0,1,0 +2912,0,5,1,2,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.5,-1.0,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7834681320999999,0.3926830783,3.3166247904,0.0,0.6,0.7,2,1,7,6,9,3,12,5,0,1,8,0,0,1,0,1,0 +2914,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,104,3,0.4242640687,0.7035036284999999,0.3861346915,2.4494897428,0.7,0.1,0.3,1,1,6,3,8,0,12,3,1,2,6,1,1,0,1,1,0 +2919,0,7,2,0,1,4,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.9,1.3772708521,6,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.7204079423,0.3907684737,3.3166247904,0.7,0.6,0.7,4,3,8,2,10,4,11,3,3,1,11,0,1,1,1,0,0 +2920,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.66473679,11,1,-1,0,-1,0,1,1,1,1,34,2,0.4,0.7956103743,-1.0,3.3166247904,0.2,0.1,0.9,3,3,8,4,4,5,9,6,1,3,9,0,0,0,0,0,0 +2922,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,0.6,1.0304731923,7,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.9342540225,0.4176122604,3.3166247904,0.3,0.8,0.5,1,1,6,2,9,2,7,3,2,2,11,0,1,1,1,1,1 +2923,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0.9,0.6,-1.0,6,0,-1,1,1,17,1,1,0,1,104,2,0.4465422712,0.4864910623,0.4353159772,0.0,0.9,0.8,0.5,2,0,7,3,7,3,4,5,3,7,5,0,1,0,0,0,0 +2926,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.3,0.2,-1.0,7,1,1,0,1,1,1,0,2,1,25,3,0.3741657387,0.8503402333,-1.0,3.7416573868,0.9,0.2,0.9,4,1,9,1,10,2,10,4,1,2,10,0,1,0,0,0,0 +2927,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.6528782429,6,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.8548476254999999,0.4159326869,3.1622776602,0.1,0.2,0.0,3,1,8,1,5,4,5,8,3,6,10,0,0,1,1,1,0 +2930,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.5,0.0,0.5900211861,10,1,-1,0,0,0,1,1,0,1,46,3,0.4,0.7949478906,0.3663331817,3.3166247904,0.7,0.6,0.3,3,0,10,3,8,3,15,5,3,5,10,0,1,1,0,0,0 +2933,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8221343920999999,0.3615245497,3.7416573868,0.4,0.6,0.9,4,1,8,2,10,0,12,2,0,3,9,0,1,0,1,0,0 +2935,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.3,1.6718253497,11,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7504819387999999,0.2944486373,3.6055512755,0.2,0.8,0.9,3,1,8,1,8,1,14,6,1,4,12,0,0,0,1,1,0 +2938,1,2,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.9,1.1434596626,11,1,-1,0,-1,4,0,1,2,1,50,2,0.4,0.70549789,0.3943348831,3.0,0.9,0.8,0.6,1,2,9,3,11,5,6,7,0,4,3,0,1,1,0,1,0 +2944,0,1,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.49560569,5,1,0,0,1,11,1,1,3,1,57,2,0.3997499218,0.5006607205,-1.0,0.0,0.2,0.2,0.4,3,3,7,4,8,1,7,3,0,3,5,0,0,1,0,0,0 +2945,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.9549214627,11,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.6143598429,0.3907684737,2.4494897428,0.7,0.6,0.2,2,2,8,1,10,2,9,9,2,1,5,0,0,1,0,0,1 +2948,0,6,1,4,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.5,0.8321658489,4,1,-1,2,0,11,0,1,4,1,94,0,0.3741657387,0.7873351854,0.4301162634,3.6055512755,0.5,0.8,0.9,4,3,7,3,10,3,8,1,1,2,7,0,0,0,0,0,0 +2950,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.1,0.3,-1.0,8,1,-1,0,0,0,0,1,0,1,32,1,0.316227766,0.6653464889999999,0.3615245497,3.3166247904,0.5,0.6,0.4,3,4,8,4,9,0,3,2,3,1,7,1,1,0,0,0,0 +2951,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.9915266008,7,1,0,0,1,11,1,1,2,1,17,2,0.3741657387,0.8464314981000001,0.3257299495,3.4641016151,0.5,0.6,0.6,3,5,10,4,8,4,12,6,1,3,8,0,1,0,0,1,0 +2955,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.8,0.3,0.616948134,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7114906944,0.3974921383,2.8284271247,0.8,0.7,0.6,2,0,7,3,10,4,3,6,1,5,5,0,1,1,0,0,0 +2957,0,2,2,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.5,0.8127884104,10,1,-1,1,-1,3,1,0,0,1,45,3,0.4,0.8967745232,0.3498571137,3.7416573868,0.6,0.0,0.0,5,2,8,4,10,0,10,4,3,0,8,0,1,1,0,1,0 +2958,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.4,0.0,1.2054563451,8,1,-1,0,1,7,1,1,0,1,104,3,0.4,0.8774611197,0.4176122604,3.3166247904,0.7,0.7,0.0,2,1,7,1,9,3,7,5,3,4,6,1,0,1,0,1,0 +2959,0,1,4,6,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.8979142498,8,1,-1,0,0,1,1,1,0,1,65,3,0.316227766,0.6565310791,0.3507135583,3.4641016151,0.9,0.4,0.9,3,1,9,3,7,2,10,8,1,6,8,0,1,0,0,0,0 +2961,0,1,3,6,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5889609495,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.7483038672,0.3814446225,3.6055512755,0.5,0.6,0.2,1,1,9,5,11,2,10,5,1,1,7,0,0,1,1,1,0 +2963,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,7,1,0,0,0,1,1,1,2,1,64,3,0.3160696126,0.5197146388,0.3041381265,1.7320508076,0.4,0.3,0.3,3,0,6,5,8,2,12,8,1,1,11,0,0,1,0,0,0 +2969,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.2,0.4834769901,10,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.7987593686,0.3848376281000001,3.3166247904,0.6,0.9,0.7,1,2,8,3,7,3,12,5,0,4,11,0,1,0,0,0,0 +2970,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.3,0.0,0.5556527693,6,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.6929097826999999,0.3583294573,3.4641016151,0.5,0.1,0.1,3,3,8,7,10,1,5,4,1,2,8,0,1,1,0,1,0 +2974,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.3,0.7660776723,11,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.6341357103999999,0.3943348831,3.1622776602,0.2,0.1,0.1,3,2,8,3,8,0,5,6,0,2,9,0,0,1,1,0,0 +2978,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.4,0.0,0.5494315244,10,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.5677452868999999,0.3507135583,2.8284271247,0.1,0.7,0.4,1,4,5,2,11,1,4,9,3,5,8,1,1,1,0,1,0 +2979,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.8681877677,7,1,0,0,1,11,1,1,2,1,99,2,0.3155946768,0.549436225,0.30331501780000003,1.7320508076,0.8,0.9,0.1,2,3,9,4,8,5,8,2,1,1,7,0,1,0,0,0,0 +2980,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,9,0,0,0,0.7,0.5,0.6873863542,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8062514014,0.3615245497,3.6055512755,0.8,0.9,0.5,2,3,9,3,10,1,7,5,0,3,8,0,1,1,0,0,0 +2987,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,-1.0,10,0,-1,9,0,10,1,1,0,1,81,3,0.4472135955,1.2551628915000002,0.4975942122,3.3166247904,0.6,0.1,0.6,2,4,7,0,11,3,12,2,3,0,7,0,0,0,0,1,0 +2992,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,1.032896413,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7297259759999999,0.3663331817,3.0,0.5,0.2,0.9,1,3,9,3,7,1,9,8,0,1,8,0,1,1,1,0,0 +2994,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.5,1.0790620927,11,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.7043988117000001,0.3292415527,3.4641016151,0.0,0.8,0.6,2,0,9,2,10,3,14,2,1,6,10,0,1,0,0,0,0 +2996,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.6698880503,7,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.8922878941,-1.0,3.1622776602,0.8,0.0,0.7,2,1,8,1,8,1,15,5,0,1,8,0,1,1,0,1,0 +2997,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.7,1.3596874641,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,1.0243925836,0.32557641190000003,3.1622776602,0.8,0.3,0.8,3,2,8,3,11,2,5,10,1,1,5,0,0,1,0,1,0 +3002,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.1608186766,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7032539482,0.3615245497,3.3166247904,0.2,0.3,0.9,3,2,10,5,10,0,17,4,1,4,8,0,1,1,0,0,0 +3004,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6652067347999999,11,1,1,0,1,0,1,1,1,1,39,3,0.3160696126,0.6318999293,-1.0,2.4494897428,0.1,0.8,0.8,5,3,8,5,9,4,6,5,1,5,10,0,0,1,0,0,0 +3006,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.3,0.6329494451,6,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.689502156,0.3583294573,3.6055512755,0.5,0.2,0.6,2,1,8,2,9,2,7,7,1,1,8,0,1,1,0,0,0 +3010,0,2,1,1,0,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0.4,0.0,1.2209115447,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5901568639,0.3583294573,2.8284271247,0.8,0.3,0.4,4,4,8,4,8,4,6,4,0,1,10,0,0,0,0,0,0 +3019,1,3,1,4,0,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.6,0.4,0.8982622112,11,0,1,0,1,14,1,0,2,1,29,3,0.4472135955,1.1298906551,0.3683748091,3.6055512755,0.6,0.3,0.2,3,2,8,6,8,3,8,5,2,2,10,1,1,0,0,0,0 +3020,0,2,3,5,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.4,-1.0,11,0,0,1,1,17,-1,1,2,1,104,3,0.4472135955,1.6139756365,0.3959797975,3.6055512755,0.0,0.9,0.4,2,1,9,3,8,4,8,8,2,4,10,1,1,0,1,1,0 +3021,0,4,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.8448372623999999,7,0,-1,0,-1,6,1,1,1,1,104,3,0.4472135955,1.1087928064,0.4177319715,3.6055512755,0.3,0.6,0.4,2,0,7,3,10,3,7,3,2,2,6,0,1,1,0,0,0 +3025,1,6,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.9,1.0386289039,6,1,-1,0,1,10,1,0,0,1,83,2,0.4242640687,1.2452910477,0.4185689907,3.7416573868,0.6,0.9,0.5,1,1,5,4,8,1,10,6,2,2,5,0,1,0,0,1,1 +3027,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8203884385,0.4074309757,2.8284271247,0.1,0.5,0.8,2,3,8,4,10,3,3,7,1,5,5,0,1,1,0,0,0 +3028,1,0,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,1.1,1.2237238251,9,1,1,0,1,11,1,0,2,1,17,2,0.3741657387,0.9644507708,0.32756678710000003,3.7416573868,0.1,0.9,0.7,2,1,8,3,9,5,12,2,0,2,7,0,1,1,0,0,0 +3030,0,1,3,7,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.7,2.1264700797,11,1,0,0,0,7,1,1,2,1,104,3,0.4,0.9736497325,0.3588871689,3.6055512755,0.1,0.7,0.5,2,1,8,2,8,2,10,9,0,1,6,1,1,0,1,0,0 +3038,0,4,2,6,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.7685213073999999,7,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.7280535581,0.3292415527,3.6055512755,0.0,0.6,0.8,3,3,9,5,7,1,8,5,2,4,5,1,1,1,0,1,0 +3043,0,1,1,7,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.7058638691,0.3583294573,3.4641016151,0.9,0.1,0.4,4,2,7,0,10,3,8,3,2,4,2,0,0,0,0,0,0 +3044,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.8366600265,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7062589134999999,0.3754996671,3.1622776602,0.0,0.6,0.1,3,1,9,5,7,0,8,2,0,4,4,0,0,0,0,1,0 +3046,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.5297405025,2,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7142296318000001,0.3974921383,2.6457513111,0.7,0.3,0.1,3,0,9,3,9,3,6,8,1,1,7,0,1,0,0,0,0 +3047,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.0389297378,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.8756225648,0.3974921383,3.4641016151,0.6,0.4,0.7,1,4,8,1,6,3,7,3,0,2,10,0,0,1,0,0,1 +3048,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6072478901,7,1,-1,0,-1,11,1,1,2,1,103,1,0.3160696126,0.520826584,0.3307567082,1.7320508076,0.5,0.6,0.3,2,1,8,3,10,3,5,10,3,2,7,0,1,0,0,1,0 +3049,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,10,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.7468114037000001,0.374566416,3.3166247904,0.6,0.1,0.1,0,2,8,4,8,3,7,5,2,3,6,0,0,0,0,0,0 +3051,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.2,0.2,-1.0,7,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9602642543,0.316227766,3.6055512755,0.0,0.2,0.2,1,2,8,0,9,4,13,4,1,4,8,0,1,0,0,0,0 +3052,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.6633249581,10,1,-1,0,0,11,1,0,0,1,36,2,0.3741657387,0.9950497309,0.3794733192,3.7416573868,0.8,0.3,0.5,2,4,8,5,11,4,12,2,1,3,10,0,0,0,0,1,1 +3054,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.2,0.6846531968999999,5,1,0,0,1,0,1,1,2,1,37,2,0.316227766,0.7037385409,0.31144823,3.1622776602,0.7,0.7,0.4,2,2,7,2,9,3,8,6,1,2,16,0,1,1,0,0,0 +3056,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.3,0.7407766195000001,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.8332823676000001,0.3860051813,3.4641016151,0.9,0.8,0.5,1,2,10,3,8,1,11,5,4,5,5,0,1,1,0,0,0 +3057,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6576473219,6,1,-1,2,0,1,1,1,0,1,90,0,0.3741657387,0.7123468372,0.4213074887,2.8284271247,0.4,0.2,0.3,0,1,8,4,9,2,12,2,1,1,9,0,1,1,0,0,0 +3058,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.5573374202,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6953654131999999,0.3887158345,3.1622776602,0.7,0.6,0.9,3,2,7,3,10,3,7,7,2,1,8,0,1,0,0,0,0 +3059,0,3,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.6,0.3,-1.0,4,1,-1,0,0,1,1,1,0,1,80,2,0.316227766,0.7464398976000001,-1.0,3.6055512755,0.2,0.9,0.4,2,1,6,6,9,4,6,3,0,1,8,0,0,0,1,0,0 +3063,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,14,1,1,0,1,82,3,0.3160696126,0.578756147,0.3651027253,2.2360679775,0.8,0.6,0.5,4,2,7,3,10,3,6,4,1,8,7,0,0,1,1,0,1 +3066,1,1,4,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.8,1.2183492931,11,1,1,0,0,0,1,1,2,1,23,3,0.4,0.8924731169,0.3309078422,3.4641016151,0.2,0.9,0.2,3,1,9,5,8,3,9,6,1,3,6,0,1,0,0,1,0 +3069,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.6,0.4,0.8933784193000001,4,1,-1,0,1,4,1,1,0,1,48,2,0.316227766,0.7129991365,0.3710795063,3.6055512755,0.6,0.6,0.9,1,3,9,3,11,2,5,3,3,6,6,0,0,1,1,0,0 +3070,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.4,0.0,0.65,4,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6665874609,0.3666060556,3.1622776602,0.0,0.1,0.5,3,1,7,2,9,3,13,5,2,0,6,0,0,0,0,1,0 +3071,0,0,1,3,1,6,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,1.1736694594,7,1,-1,0,-1,1,1,0,2,1,25,3,0.3741657387,0.8426272373999999,-1.0,3.6055512755,0.5,0.1,0.9,1,2,8,1,11,4,3,7,0,4,5,1,1,0,0,1,0 +3074,0,2,1,4,1,0,1,0,0,0,0,1,1,0,2,10,1,0,0,0.9,0.3,0.6901086871,7,0,0,0,0,10,1,1,3,1,83,2,0.4084115571,0.7054539597,0.33,2.2360679775,0.5,0.4,0.0,2,6,7,3,10,2,8,3,0,3,10,0,1,0,0,1,0 +3075,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,1,0,1,74,3,0.3741657387,0.7027837211,0.3861346915,3.0,0.1,0.7,0.1,2,1,6,2,9,3,14,6,0,3,10,0,1,0,1,0,1 +3078,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.2,0.2,-1.0,10,0,-1,0,0,15,1,1,0,1,5,2,0.4242640687,0.7226415043000001,0.4,1.7320508076,0.2,0.9,0.4,4,1,6,1,9,2,5,6,2,2,3,0,0,1,0,1,0 +3081,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.4763139721,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6684755075,0.3619392214,3.3166247904,0.9,0.6,0.9,1,2,8,4,11,1,7,3,3,3,7,0,1,1,1,0,1 +3083,0,0,2,0,0,-1,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.6,0.606733055,1,1,0,0,0,1,-1,1,2,1,38,1,0.316227766,0.6837094979999999,0.299165506,3.6055512755,0.9,0.3,0.7,2,2,7,2,10,2,9,6,2,0,6,0,1,0,0,0,0 +3084,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,6,1,-1,1,1,3,1,1,0,1,104,2,0.4242640687,0.8006454008,0.405339364,3.3166247904,0.2,0.1,0.0,1,3,8,4,11,2,10,4,1,6,13,0,0,0,0,1,0 +3088,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.2,0.5309190145,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.6642898402,0.4013726448,2.2360679775,0.5,0.1,0.9,2,2,7,3,9,3,6,7,1,2,6,0,0,0,0,0,1 +3089,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.2,0.5442885264,4,1,-1,0,1,0,1,1,0,1,104,0,0.4220189569,0.4164985887,0.3898717738,0.0,0.5,0.1,0.7,3,0,8,3,6,4,7,7,0,4,7,0,0,1,0,1,1 +3091,0,2,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.4,0.841872912,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7284932940000001,0.3885871846,3.1622776602,0.3,0.1,0.0,3,1,10,2,10,1,9,2,2,9,7,0,0,0,1,0,0 +3093,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.5,1.2621905561,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7800058275,0.3850973903,3.3166247904,0.5,0.2,0.5,3,3,7,3,9,1,11,6,2,2,9,0,1,0,0,1,0 +3096,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.7441438033,8,1,-1,0,0,14,1,1,0,1,49,1,0.3725587202,0.4744940759,0.3820994635,0.0,0.1,0.2,0.2,2,2,5,1,8,2,9,11,3,2,5,0,0,1,0,0,0 +3097,0,2,1,6,0,4,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.6,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.6230921293,0.3687817783,3.0,0.2,0.6,0.9,0,2,9,3,9,3,12,4,1,2,11,0,1,1,1,1,0 +3098,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.6437196595,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7204079423,0.3907684737,3.3166247904,0.3,0.4,0.3,3,2,7,3,11,3,5,4,6,5,9,0,0,0,0,1,0 +3099,0,0,1,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7529110173000001,8,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6342334476,0.3666060556,2.8284271247,0.8,0.5,0.6,4,1,7,3,11,1,11,3,1,3,12,0,1,1,0,1,1 +3100,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.0,0.0,0.7352720585,10,1,-1,0,1,1,1,1,0,1,70,3,0.3741657387,0.7934390049,0.3860051813,3.3166247904,0.2,0.9,0.1,3,0,7,3,10,4,10,3,0,2,10,0,0,0,0,1,0 +3106,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,1.2939764295,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6691551353,0.3768288736,3.1622776602,0.4,0.1,0.1,3,3,8,3,11,2,6,3,2,1,5,0,0,1,1,0,0 +3109,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.1,-1.0,11,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.8025527454000001,0.4286023798,3.1622776602,0.5,0.3,0.2,2,1,7,3,11,2,5,5,2,2,7,0,0,1,1,0,0 +3110,0,0,1,6,0,0,0,1,0,0,0,1,1,0,2,0,0,0,1,0.9,0.4,0.66473679,5,1,0,0,0,0,1,1,2,1,88,3,0.4,0.6772269661,0.3289376841,2.4494897428,0.6,0.7,0.7,1,3,7,1,9,2,9,5,3,3,10,0,1,1,0,1,0 +3111,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.2,0.485412196,6,1,-1,0,1,11,1,1,0,1,16,3,0.4242640687,0.65511339,0.3905124838,2.4494897428,0.1,0.6,0.5,4,1,5,4,7,3,7,6,3,1,4,0,1,0,0,1,1 +3112,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.5733672471,7,1,-1,0,-1,1,1,1,2,1,38,1,0.316227766,0.6687999614,0.3598610843,3.4641016151,0.5,0.6,0.9,4,2,6,1,8,0,7,1,0,3,6,0,1,0,1,0,1 +3113,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.4,0.6800735254000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6222293962,0.3583294573,3.0,0.2,0.6,0.1,2,1,9,3,9,3,10,3,1,3,2,0,0,1,1,1,1 +3117,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.0,-1.0,3,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.6447819799,0.30331501780000003,3.0,0.6,0.1,0.4,3,3,5,4,9,2,2,6,0,5,2,0,0,1,0,1,1 +3119,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.6,0.7762087348000001,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5923409225999999,0.3583294573,3.0,0.4,0.1,0.9,1,2,10,2,8,1,5,2,2,3,6,0,1,0,0,0,0 +3122,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,1.6276900811,10,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.72164012,0.3598610843,3.4641016151,0.8,0.3,0.3,2,1,9,2,9,3,14,4,0,3,7,1,0,1,0,1,0 +3124,0,5,1,7,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.2,1.3930631716,11,0,1,9,1,17,-1,0,1,1,104,3,0.5477225575,2.1293404869,-1.0,3.6055512755,0.0,0.9,0.7,3,4,9,2,10,2,9,2,1,3,6,0,1,1,0,0,0 +3126,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.9,1.0316855141,10,1,-1,1,0,1,1,0,0,1,35,0,0.3741657387,0.9613931867,0.3535533906,3.6055512755,0.5,0.1,0.9,1,0,8,2,7,3,13,9,1,2,4,0,0,1,0,1,0 +3127,0,0,1,7,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,1.3,1.5266384641,7,0,-1,9,-1,0,1,1,2,1,104,3,0.4472135955,1.4438241234,0.4567274899,3.4641016151,0.2,0.9,0.5,4,3,7,3,10,2,11,9,1,3,12,0,1,0,0,0,0 +3131,0,0,2,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.7636262175,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.9875254992,0.3820994635,3.3166247904,0.5,0.9,0.9,2,2,9,5,9,1,12,5,0,2,3,0,1,0,1,0,0 +3132,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,11,1,1,2,1,99,2,0.3155946768,0.5342214541,0.305777697,1.4142135624,0.3,0.0,0.6,2,2,9,4,10,4,8,7,1,1,9,0,1,0,1,0,1 +3135,0,0,3,7,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.3,-1.0,3,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6606877207999999,0.3619392214,3.1622776602,0.8,0.0,0.6,1,1,8,3,9,2,10,9,1,0,8,0,0,0,1,0,0 +3141,0,2,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7984359711,11,1,-1,0,-1,11,1,1,2,1,57,2,0.4242640687,0.6580242152,0.3924283374,2.6457513111,0.0,0.1,0.4,3,2,5,3,8,3,8,5,1,2,10,0,1,0,1,0,0 +3142,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.2,0.5656854249000001,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5232803398,0.3507135583,2.4494897428,0.9,0.9,0.0,3,2,7,2,11,4,4,6,2,5,11,0,0,0,1,1,0 +3145,0,1,1,5,0,4,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.5244044241,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6885125901000001,0.3619392214,3.4641016151,0.9,0.3,0.6,2,2,7,4,10,2,10,7,0,3,6,0,0,1,0,0,0 +3147,0,1,1,6,0,6,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.4,0.5662375826,7,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.7945059279000001,-1.0,3.6055512755,0.0,0.4,0.1,2,2,8,1,11,2,10,5,3,4,7,0,0,0,1,0,0 +3152,0,2,2,1,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.3,1.2764697411,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6987296620000001,0.3887158345,3.1622776602,0.9,0.7,0.8,2,1,9,5,11,3,9,4,0,0,5,0,0,1,0,1,1 +3154,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.5477225575,0,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5740245049,0.3583294573,2.6457513111,0.0,0.9,0.2,1,2,7,2,9,2,8,4,0,6,5,0,1,1,0,1,0 +3156,0,2,1,5,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7267220927,4,1,-1,0,0,14,1,0,0,1,49,3,0.4,0.8358694192,0.3685105155,3.6055512755,0.7,0.1,0.5,3,1,6,5,9,2,7,7,0,4,10,1,0,0,1,1,0 +3158,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7611668674,11,1,1,0,0,0,1,0,2,1,34,2,0.4,0.9782025175,0.3144837039,3.7416573868,0.0,0.0,0.5,1,1,9,4,10,3,7,4,1,4,11,0,1,0,0,1,0 +3159,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.0,1.5453559461000002,7,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7907653997,0.4301162634,3.6055512755,0.2,0.5,0.9,3,2,8,1,7,2,10,8,2,3,5,0,0,1,0,0,1 +3167,0,1,1,5,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.9677080576,11,0,-1,0,-1,1,1,1,1,1,25,3,0.4,0.8767426566,-1.0,3.6055512755,0.6,0.4,0.5,2,0,7,2,8,2,12,2,4,6,10,0,1,1,1,0,0 +3172,0,1,3,5,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.3,0.775403121,11,1,1,0,0,1,1,1,1,1,70,3,0.4,0.8539044984999999,0.3420526275,3.4641016151,0.6,0.2,0.5,1,3,7,4,10,3,8,5,2,1,7,0,1,1,0,0,0 +3173,0,4,1,8,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.8,0.2,0.5857687257,10,1,-1,2,0,1,0,1,4,1,90,0,0.3741657387,0.7749300155,0.4196427052,3.6055512755,0.8,0.2,0.1,2,3,7,4,12,2,7,5,4,5,12,1,0,0,0,0,0 +3174,0,1,3,4,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,4,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7368404741,0.3615245497,3.4641016151,0.0,0.9,0.2,1,1,8,3,10,1,2,1,2,3,8,1,0,0,0,0,0 +3175,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.4703721931,6,1,-1,1,1,12,1,1,0,1,104,2,0.3741657387,0.7511973913,0.3987480407,3.4641016151,0.3,0.0,0.0,2,3,8,5,10,3,10,3,2,1,6,0,0,1,0,0,0 +3177,0,2,3,6,0,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0.4,0.0,0.4293891009,10,1,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.1182187725,0.4009987531000001,3.4641016151,0.0,0.8,0.0,1,1,7,3,10,3,11,9,2,3,7,0,0,1,0,1,0 +3178,0,2,1,1,0,4,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,4,1,-1,0,-1,14,0,1,2,1,29,3,0.4,0.9393817204,0.3984971769,3.4641016151,0.7,0.4,0.3,2,1,6,3,11,1,11,5,1,3,6,0,1,0,0,1,1 +3181,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.8154753215,7,1,0,0,0,11,1,1,3,1,103,1,0.316227766,0.5783275974000001,0.2887905816,2.8284271247,0.3,0.7,0.9,3,2,8,4,9,2,6,4,2,1,11,0,0,1,0,0,0 +3187,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.7,0.4,0.662382065,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6450542933,0.3666060556,2.8284271247,0.8,0.5,0.4,2,1,6,2,9,1,8,5,2,6,8,0,1,1,0,0,0 +3190,0,1,1,9,0,3,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,39,3,0.3160696126,0.6639009435000001,0.3744329045000001,2.8284271247,0.2,0.0,0.6,2,2,6,3,10,2,5,10,1,3,9,0,1,1,0,0,0 +3192,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.8,1.1874342087,11,1,-1,1,-1,6,1,1,2,1,104,3,0.4,1.2662579085,0.4004996879,3.4641016151,0.2,0.3,0.7,1,2,9,1,12,4,9,3,1,6,2,0,1,1,0,0,0 +3198,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.5,0.6571719714,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6207832962,0.3685105155,2.8284271247,0.8,0.0,0.0,2,2,8,4,11,3,10,3,3,0,12,0,1,0,1,0,0 +3200,0,1,2,0,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.7,0.8714212529,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4921281161,0.3521363372,2.0,0.3,0.5,0.4,2,1,8,3,10,2,9,7,1,2,6,0,1,1,0,1,0 +3204,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,0,39,1,0.3160696126,0.6425671653,0.3744329045000001,2.8284271247,0.6,0.4,0.4,2,0,8,2,9,3,9,5,2,4,8,0,1,0,1,0,0 +3214,0,6,1,9,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.4,0.0,0.8359126749,9,0,0,9,0,1,1,1,2,1,104,3,0.4898979486,1.2552945721,-1.0,3.4641016151,0.0,0.6,0.1,1,3,7,4,11,1,10,6,1,3,8,0,1,0,1,1,0 +3220,0,6,2,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.7802243267,4,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.6938335237000001,0.3583294573,3.4641016151,0.6,0.7,0.4,1,2,7,3,5,5,8,6,2,7,11,0,1,1,1,0,0 +3223,0,1,2,8,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7318640584,10,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.370166184,0.5329165038,3.0,0.6,0.4,0.2,4,0,10,3,10,2,2,3,1,3,14,0,1,1,1,0,0 +3224,0,4,1,6,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.4,0.0,0.5431390246,10,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.596390659,0.3687817783,2.8284271247,0.0,0.2,0.9,1,3,9,3,12,2,7,7,2,1,5,0,0,1,0,0,0 +3225,0,1,1,6,1,4,0,0,0,1,0,0,0,0,0,10,0,0,0,0.4,0.5,0.945714016,6,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.710240909,0.3598610843,3.4641016151,0.0,0.9,0.2,3,1,7,3,7,3,3,4,1,4,6,0,1,1,0,0,0 +3228,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.1,0.2,-1.0,9,1,1,2,1,11,1,1,2,1,94,0,0.3741657387,0.7796216501000001,0.3304542328,3.4641016151,0.8,0.9,0.3,4,2,9,2,9,2,9,6,1,3,12,0,1,1,1,1,0 +3230,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.8,1.7658213386,8,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.8971373205,0.3820994635,3.1622776602,0.6,0.9,0.9,2,1,9,6,12,3,10,3,2,3,7,0,0,1,0,1,0 +3232,0,5,1,5,0,3,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.6204836823,11,1,1,0,1,4,1,1,2,1,84,3,0.316227766,0.8155867938,0.3201562119,3.6055512755,0.8,0.7,0.6,3,1,9,3,8,4,6,6,2,2,5,0,1,1,0,0,0 +3233,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6804713970999999,0.3666060556,3.1622776602,0.9,0.7,0.1,2,2,8,6,11,4,7,4,4,3,9,0,0,1,1,1,0 +3235,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.6,0.7,0.6977642868,11,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.7008259590000001,0.31144823,3.3166247904,0.3,0.1,0.2,3,3,7,4,9,1,4,1,1,5,7,0,0,0,0,1,0 +3236,0,0,1,3,1,5,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,11,1,-1,0,-1,15,1,0,2,1,63,2,0.3872983346,0.8999885215000001,-1.0,3.6055512755,0.6,0.5,0.7,3,1,8,1,9,3,6,3,2,2,9,0,1,1,1,0,0 +3237,0,1,2,3,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,1.1,1.364276365,6,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7932436808,0.3716180835,3.6055512755,0.9,0.8,0.3,4,0,6,4,10,2,9,6,2,1,10,0,1,1,1,1,0 +3238,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,11,0,-1,0,-1,14,1,0,2,1,72,3,0.4472135955,1.2734575827,0.4093897898,3.6055512755,0.2,0.4,0.1,2,2,9,1,10,5,4,9,0,3,6,0,1,0,1,0,0 +3239,0,4,1,7,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.3,0.0,-1.0,6,1,-1,2,0,1,1,0,0,1,90,0,0.4242640687,0.9965747122,0.4189272013000001,3.6055512755,0.6,0.0,0.2,2,3,8,3,4,1,5,5,0,3,5,0,0,0,0,0,0 +3241,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,9,1,0,0,1,11,1,1,2,1,11,2,0.316227766,0.6830594761,0.30331501780000003,3.3166247904,0.7,0.0,0.1,1,1,10,2,6,3,5,8,1,3,6,1,1,0,0,0,0 +3243,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,6,1,-1,2,1,0,1,1,0,1,104,0,0.4242640687,0.5708301914,0.4086563348,1.0,0.0,0.4,0.8,1,2,9,4,10,2,2,4,1,3,6,0,0,1,0,0,0 +3245,0,0,2,1,1,1,0,0,0,1,0,1,0,0,1,5,0,0,1,0.9,0.9,1.2915591353,11,1,0,0,0,4,1,1,2,1,48,3,0.316227766,0.6136363636,0.3201562119,3.0,0.8,0.8,0.3,1,4,7,2,8,1,11,3,1,3,8,0,1,1,1,0,0 +3254,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6098155459000001,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.8362648162999999,0.3974921383,3.1622776602,0.8,0.8,0.9,2,1,8,5,10,3,8,5,3,7,9,0,1,0,0,1,0 +3256,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.485412196,6,0,-1,0,0,7,1,1,0,1,104,2,0.4472135955,0.8331707829999999,0.4254409477,2.8284271247,0.5,0.5,0.2,3,2,7,5,9,2,8,2,3,4,9,0,1,0,1,0,0 +3260,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.7770135134,7,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.7891045244,0.4246174749,2.8284271247,0.7,0.2,0.6,2,3,8,3,8,0,12,6,1,1,10,0,1,1,0,1,0 +3261,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.7591113225,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7444422173,0.4074309757,2.6457513111,0.4,0.5,0.1,2,2,6,1,9,1,6,8,2,1,6,0,1,1,1,0,0 +3262,1,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.7,1.0304731923,7,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7875582098,0.4301162634,3.6055512755,0.6,0.5,0.2,2,1,10,6,9,3,8,3,1,1,12,0,1,0,0,1,0 +3263,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0.8,0.9,1.23009146,10,1,-1,0,1,0,1,1,0,1,104,3,0.4242640687,0.7096734204,0.3861346915,2.4494897428,0.0,0.9,0.7,3,2,7,1,9,3,11,6,0,4,15,0,1,0,0,0,0 +3264,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.5,1.0712142643,11,1,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,0.9751774579,0.3466987165,3.6055512755,0.8,0.9,0.2,1,3,9,2,9,0,17,4,1,3,13,0,0,1,1,0,0 +3266,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.6,1.7707696066999998,3,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7072382558,0.3926830783,3.0,0.4,0.7,0.9,1,2,9,6,9,4,7,5,2,2,5,1,1,0,1,0,0 +3268,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.7,0.6,1.3183796873,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6402962899,0.3768288736,2.8284271247,0.8,0.9,0.8,2,4,7,2,9,1,5,5,3,1,4,0,1,0,0,1,0 +3269,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.4,0.3,-1.0,11,0,-1,0,-1,11,1,0,2,1,3,2,0.4242640687,1.2779761893,0.4349712634,3.6055512755,0.7,0.1,0.9,3,0,9,3,11,2,6,8,0,3,7,0,1,0,1,0,0 +3271,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.0,1.5114149,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.8133732434000001,0.3926830783,3.4641016151,0.9,0.3,0.4,3,5,8,3,10,2,11,7,2,5,3,0,1,0,0,0,0 +3274,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5595757321,6,1,-1,0,0,0,1,1,0,1,39,1,0.316227766,0.6815757145,0.3794733192,2.8284271247,0.4,0.8,0.7,2,1,10,3,9,2,3,3,1,2,8,0,1,1,1,0,0 +3275,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9490126448,11,1,-1,0,-1,1,1,1,0,1,65,3,0.316227766,0.6315565187,0.3507135583,3.3166247904,0.3,0.0,0.9,0,2,5,2,6,3,8,9,1,2,11,0,0,1,0,1,0 +3278,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.7,0.6,1.3670223114,9,0,1,0,0,10,0,0,1,1,55,2,0.4472135955,1.2156945435,0.359722115,3.7416573868,0.9,0.0,0.5,4,3,7,1,12,2,12,7,1,2,5,1,0,0,0,0,0 +3281,0,3,2,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.9,1.4413535305,7,1,-1,0,-1,11,1,1,3,1,16,3,0.3741657387,0.6804531790999999,0.3887158345,2.8284271247,0.9,0.7,0.8,2,1,6,2,9,2,11,7,3,2,6,0,1,0,0,1,1 +3286,0,4,1,9,0,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.9,0.8,1.2244896896,0,0,-1,0,0,14,1,1,0,1,68,3,0.4472135955,0.9166053072,0.4269660408,3.3166247904,0.1,0.7,0.9,5,2,6,2,6,4,10,4,0,4,12,0,1,1,0,0,1 +3289,0,1,3,8,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,0,57,2,0.4242640687,0.6288353396,0.3924283374,2.2360679775,0.0,0.1,0.6,2,2,6,3,7,3,9,9,2,4,4,1,1,1,0,1,0 +3292,0,4,2,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.9020809276,6,1,-1,0,1,1,1,1,0,1,70,2,0.4,0.9127437974,0.3962322551,3.4641016151,0.9,0.3,0.0,1,1,8,3,8,6,1,2,0,6,4,0,0,1,1,0,0 +3294,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6873863542,11,1,-1,0,-1,10,1,1,1,1,89,2,0.3872983346,0.9930335858,0.4086563348,3.6055512755,0.9,0.9,0.6,3,2,9,1,9,2,6,5,1,3,14,0,0,1,0,0,0 +3298,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7322415489,0.3974921383,3.0,0.0,0.5,0.6,2,3,9,3,5,3,8,3,1,3,5,1,1,0,0,0,0 +3303,1,1,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.7,0.3,0.6051859218,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7094841567,0.3887158345,3.1622776602,0.9,0.2,0.4,4,3,8,4,9,4,3,4,0,3,4,0,1,0,0,0,0 +3305,0,1,2,0,1,-1,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,1.0,1.262933094,11,0,1,0,1,14,-1,1,2,1,68,3,0.4472135955,0.8540012774,0.3605551275,3.0,0.0,0.4,0.8,1,3,7,4,12,1,7,4,0,4,6,0,1,1,0,0,0 +3306,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,1.0,1.0871407453,11,1,1,0,1,0,1,1,2,1,95,2,0.4,0.9311527558,0.3315116891,3.4641016151,0.9,0.4,0.3,3,1,9,3,10,3,9,7,2,2,11,0,1,0,1,0,1 +3307,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.4,0.7858116823000001,7,1,-1,0,-1,0,1,0,2,1,87,1,0.316227766,0.7712418879,0.3615245497,3.6055512755,0.7,0.9,0.4,3,3,8,2,9,5,7,4,2,1,11,0,1,1,1,1,0 +3309,0,2,1,5,0,6,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.6740734381,7,1,1,0,0,1,1,0,2,1,70,3,0.3741657387,0.9148680075,0.3301514804,3.7416573868,0.5,0.0,0.3,1,1,8,2,11,2,3,3,1,0,7,0,1,0,0,0,1 +3311,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.4541475531000001,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6923131666,0.3974921383,2.6457513111,0.6,0.2,0.7,3,2,10,3,9,3,6,9,0,2,11,0,0,1,1,1,0 +3312,0,5,2,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6244997997999999,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6449421782,0.3583294573,3.1622776602,0.2,0.1,0.4,0,1,7,4,10,3,9,7,4,0,2,0,1,0,1,0,0 +3314,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.1,0.5332682252000001,7,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.8799300309999999,0.4017461885,3.6055512755,0.4,0.1,0.6,2,1,8,3,12,4,16,5,0,3,10,0,1,1,0,1,0 +3315,0,6,1,6,1,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7685213073999999,6,1,-1,0,1,1,1,1,0,1,51,2,0.3741657387,0.8383868809,0.4017461885,3.6055512755,0.0,0.8,0.8,2,2,10,0,9,2,7,4,2,3,9,0,0,0,0,0,0 +3317,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.0,0.6791538854000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6681663573,0.3701351105,2.8284271247,0.8,0.5,0.5,2,4,8,5,11,2,11,6,2,4,8,0,0,0,0,0,1 +3318,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.3,-1.0,7,1,1,0,0,0,1,1,2,1,43,3,0.3998749805,0.5981376053999999,0.3146426545,2.2360679775,0.4,0.2,0.6,2,1,7,1,9,1,14,9,0,3,7,0,1,0,0,0,0 +3320,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.8,1.0431323023,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7338481162999999,0.3788139385,2.8284271247,0.6,0.0,0.4,2,1,10,3,9,3,5,6,0,2,9,0,0,0,0,0,0 +3321,0,2,2,3,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,6,0,-1,8,0,13,0,1,0,1,20,3,0.4472135955,1.0903881331999998,0.4295346319,3.3166247904,0.6,0.0,0.3,2,3,8,3,10,0,8,5,0,4,12,0,1,0,0,1,0 +3322,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.0,-1.0,11,1,-1,0,-1,10,1,1,0,1,28,3,0.3741657387,0.7166986987999999,0.3788139385,2.6457513111,0.1,0.8,0.7,3,1,6,2,8,4,12,6,0,5,9,0,1,1,0,0,1 +3323,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.6864765109000001,6,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.6677797182,0.4129164564,2.4494897428,0.3,0.0,0.9,3,0,8,4,8,3,7,3,1,3,5,0,0,0,1,0,0 +3333,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.1,0.3,-1.0,4,1,-1,0,1,14,1,0,0,1,8,2,0.3872983346,0.916312228,-1.0,3.7416573868,0.9,0.0,0.3,2,2,10,3,8,1,7,2,1,2,5,0,1,0,1,0,0 +3334,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.3,0.6571719714,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5509758435000001,0.3651027253,1.7320508076,0.1,0.6,0.8,2,1,7,5,9,3,4,5,1,3,12,0,1,1,0,1,0 +3338,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.6,1.1238883396,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.704032071,0.3926830783,3.0,0.2,0.8,0.9,2,2,8,3,7,2,9,8,2,2,5,0,1,1,1,0,0 +3341,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.5905505906,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.623291052,0.3887158345,2.8284271247,0.8,0.2,0.1,2,1,8,0,9,2,15,6,0,1,10,1,1,1,0,0,0 +3343,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.6519202405,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6752410038,0.3861346915,2.8284271247,0.0,0.3,0.0,1,2,8,1,9,2,8,9,0,5,8,0,0,0,0,0,0 +3345,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.4422205102,11,1,1,0,0,11,-1,0,1,1,76,3,0.316227766,0.8432400126999999,0.3181194744,3.6055512755,0.4,0.5,0.2,3,1,6,4,8,3,6,10,2,5,8,0,1,1,0,1,0 +3346,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,0.8796306043000001,11,1,1,2,1,1,1,1,2,1,90,0,0.3741657387,0.6271409611,0.3210918872,2.6457513111,0.4,0.7,0.3,4,1,5,2,9,3,7,8,2,1,7,0,0,1,0,0,0 +3348,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.6991065727,7,1,-1,0,-1,14,1,1,2,1,82,1,0.3160696126,0.4518328148,0.3774917218,1.4142135624,0.0,0.8,0.6,2,3,8,3,11,3,9,2,2,4,6,0,1,1,0,0,0 +3349,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.5766281297,11,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.7161074761,0.3943348831,3.4641016151,0.0,0.4,0.9,3,3,4,3,10,2,13,7,1,4,2,0,1,0,0,0,0 +3352,0,0,1,4,1,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0.4,0.8,0.8895223437,11,0,1,1,1,17,-1,0,0,1,104,1,0.4,1.5592035475,0.33241540280000004,3.6055512755,0.2,0.4,0.3,5,1,8,2,11,1,9,10,2,0,10,0,1,1,1,1,0 +3353,0,3,1,11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0.8,0.2,0.7301540933,10,1,-1,0,0,1,1,1,0,1,85,2,0.3741657387,0.9284150718,0.3996248241,3.6055512755,0.5,0.1,0.9,2,4,6,6,8,2,11,1,0,6,8,0,1,1,0,0,0 +3355,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.9,0.7685213073999999,10,1,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.1241709526,0.4185689907,3.7416573868,0.0,0.1,0.1,3,1,6,0,9,2,8,6,2,4,9,0,1,1,1,0,0 +3358,0,5,2,2,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,1.759438831,11,0,1,0,0,7,1,1,2,1,104,3,0.4472135955,0.9142467432,0.3588871689,3.3166247904,0.5,0.8,0.9,2,2,6,2,10,4,5,9,0,1,7,0,1,1,1,1,0 +3359,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.5,0.7232738070999999,10,1,-1,0,0,4,1,1,0,1,12,2,0.4,0.9369922868,0.3708099244,3.6055512755,0.1,0.9,0.9,3,1,8,2,7,2,11,2,2,2,12,0,1,0,0,0,0 +3360,0,1,1,9,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6456585785,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.9922530502,0.3820994635,3.3166247904,0.0,0.4,0.2,3,1,9,4,9,3,8,4,0,2,2,0,1,0,1,0,0 +3362,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.8058380731,7,1,-1,0,-1,11,1,1,2,1,57,2,0.4242640687,0.6288353396,0.3924283374,2.2360679775,0.2,0.9,0.7,4,2,10,3,9,0,4,6,4,8,5,0,1,0,0,0,0 +3363,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6133922073,11,1,0,0,0,4,1,1,3,1,48,3,0.316227766,0.5836264513,0.3201562119,2.6457513111,0.5,0.4,0.9,2,3,7,4,11,1,10,6,3,6,10,0,1,1,0,0,0 +3368,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.6,0.709313048,11,1,-1,1,-1,12,1,1,2,1,104,3,0.4472135955,0.9206649591,0.4701063709,3.4641016151,0.7,0.8,0.4,2,2,7,6,9,3,3,4,0,3,10,1,0,1,1,0,0 +3369,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.9,1.2265296572,10,1,-1,0,0,11,1,0,0,1,101,3,0.3741657387,0.9050706561,0.3850973903,3.6055512755,0.8,0.7,0.7,2,1,7,1,11,3,7,3,4,1,9,1,0,0,0,0,0 +3370,0,0,1,6,1,4,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.667949867,0.3521363372,3.4641016151,0.7,0.0,0.8,2,2,7,0,10,3,7,5,3,3,7,0,0,0,0,0,0 +3374,0,0,2,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.3,0.5522680509000001,11,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8100096928,-1.0,3.6055512755,0.0,0.5,0.2,3,2,9,2,11,3,8,8,3,3,7,1,1,1,0,0,0 +3375,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,0.8,0.8580501151000001,11,0,1,0,1,10,1,1,2,1,83,2,0.4242640687,0.8944156409999999,0.3420526275,2.8284271247,0.9,0.0,0.4,2,1,8,2,11,1,6,7,1,1,9,0,1,0,1,0,0 +3376,0,0,1,9,0,1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.6264982043,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8147922211,0.3780211634,3.1622776602,0.2,0.2,0.2,3,4,8,2,10,2,9,6,2,2,6,0,1,1,0,1,0 +3381,0,5,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,0.9724325169,6,1,-1,1,0,0,1,0,0,1,75,2,0.4472135955,1.415249737,0.4440720662,3.6055512755,0.9,0.3,0.0,1,2,9,4,9,1,7,7,0,1,7,0,0,1,0,1,0 +3383,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.775403121,6,1,-1,0,-1,14,1,0,2,1,60,1,0.316227766,0.7113600058,0.34727510710000004,3.6055512755,0.8,0.4,0.3,2,2,8,3,9,4,8,10,0,2,12,0,1,1,0,1,0 +3386,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.5900211861,7,1,-1,0,-1,1,1,1,0,1,85,3,0.3741657387,0.6896819245,0.3974921383,2.6457513111,0.0,0.0,0.6,3,1,8,5,11,5,13,4,2,3,8,0,0,1,0,0,0 +3387,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.4,0.7008922884000001,10,1,-1,0,0,11,1,0,0,1,103,2,0.316227766,0.7692300540000001,0.3583294573,3.7416573868,0.3,0.5,0.7,4,3,9,2,10,4,9,7,1,2,7,1,1,1,0,0,0 +3388,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.514781507,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6121530895,0.34727510710000004,3.0,0.1,0.5,0.3,2,2,8,3,9,3,7,9,2,6,8,0,0,1,0,1,0 +3390,0,3,1,6,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.2,0.2,-1.0,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2229046847,0.359722115,3.7416573868,0.7,0.1,0.2,2,1,7,4,8,2,9,2,1,2,7,0,1,1,0,0,0 +3393,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.9,1.5781714102000002,1,1,0,0,1,11,1,1,2,1,44,3,0.4472135955,0.801921762,0.33911649920000003,3.3166247904,0.4,0.2,0.7,1,2,7,4,8,3,9,6,0,3,7,0,0,0,0,1,0 +3395,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.3,0.7762087348000001,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7768739009000001,0.3681032464,3.4641016151,0.0,0.0,0.6,3,2,7,2,10,2,8,7,1,4,6,0,1,1,1,0,1 +3396,0,7,1,7,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.4,0.4,0.6417748825999999,7,1,1,0,1,11,1,1,2,1,44,3,0.4472135955,0.7344672551000001,0.33911649920000003,3.0,0.0,0.0,0.2,3,2,9,0,7,3,10,1,2,4,9,0,1,0,0,1,0 +3397,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.1,0.4924428901,7,1,-1,0,-1,11,0,1,2,1,7,3,0.4242640687,0.7120857502,0.4129164564,2.6457513111,0.6,0.4,0.3,3,0,8,5,9,2,3,5,4,2,4,0,1,1,0,0,0 +3400,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.8,0.1,0.4380353867,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.7091491818000001,0.30331501780000003,3.6055512755,0.3,0.2,0.5,1,2,7,4,11,3,7,4,2,2,3,0,1,0,1,0,0 +3403,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.7416198487000001,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5525485656,0.366469644,2.2360679775,0.5,0.6,0.3,3,3,6,2,9,1,7,7,2,1,7,0,0,1,1,1,1 +3408,0,6,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,0.2,0.6015604708,6,1,-1,8,0,9,1,1,0,1,13,2,0.4472135955,1.0887378962,0.4679743583,3.4641016151,0.3,0.6,0.9,1,2,9,3,9,2,8,6,3,4,7,0,1,1,0,0,0 +3412,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6118619125,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6425832422,0.3615245497,3.0,0.6,0.4,0.4,3,2,5,3,9,0,8,5,2,4,9,0,0,1,0,0,0 +3413,0,1,1,8,0,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.5,0.7176350047,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6464461014,0.3619392214,3.1622776602,0.4,0.0,0.2,1,3,6,1,10,3,7,7,1,5,9,0,0,0,1,0,0 +3416,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,11,0,0,0,0.8,1.2,1.3007209539,10,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7042374693000001,0.3754996671,3.0,0.2,0.0,0.3,4,0,5,2,10,6,9,8,4,1,7,0,1,0,0,0,0 +3420,0,5,1,5,0,6,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5172040216,7,0,1,3,1,17,1,1,2,1,104,3,0.4472135955,1.1343163376,0.3748332963,3.3166247904,0.4,0.4,0.0,2,2,7,3,11,1,13,3,2,4,8,0,1,0,0,0,1 +3425,0,5,1,11,0,0,0,0,1,0,0,0,0,0,0,12,0,0,1,0.7,0.3,0.4444097209,9,0,1,0,1,7,1,1,2,1,96,3,0.4472135955,0.7847987581999999,0.36138622,2.8284271247,0.9,0.9,0.3,3,0,9,6,10,2,11,5,2,2,13,0,0,1,1,0,0 +3431,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6846305632999999,0.36,3.4641016151,0.9,0.8,0.4,4,1,4,3,11,3,6,6,0,3,7,0,0,0,1,1,0 +3432,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,0.5994789403999999,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7557219743000001,-1.0,3.6055512755,0.7,0.2,0.3,2,4,8,5,10,3,7,7,3,3,9,0,1,0,0,1,0 +3435,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,4,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8291561976,0.3848376281000001,3.4641016151,0.1,0.7,0.3,1,2,8,2,11,2,8,1,2,4,7,0,0,0,1,0,0 +3440,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.2,0.4911720676,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.6571444613,0.3814446225,2.6457513111,0.0,0.6,0.5,4,2,9,2,10,3,11,4,0,1,5,0,0,0,0,0,0 +3441,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.4,0.9460443964,7,1,1,0,0,9,1,0,0,1,93,3,0.4,0.9010553959,0.316227766,3.6055512755,0.4,0.5,0.1,3,1,6,1,10,1,10,10,2,3,8,0,0,1,1,0,0 +3447,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.9632562237,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7741964643000001,0.3926830783,3.3166247904,0.9,0.3,0.7,4,2,10,4,8,1,4,4,1,2,8,0,0,0,0,0,0 +3448,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,10,1,-1,3,0,17,1,1,0,1,104,3,0.4472135955,1.277935771,0.4878524367,3.6055512755,0.0,0.2,0.4,2,4,9,3,11,3,7,4,0,3,8,0,1,0,1,1,0 +3450,0,3,1,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,10,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.8827197828,0.3826225294,3.3166247904,0.1,0.3,0.5,3,3,7,2,11,4,6,5,0,5,5,0,0,1,1,0,0 +3451,0,3,2,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,7,0,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.9080334759,0.3286335345,3.1622776602,0.8,0.2,0.4,4,2,7,2,11,3,10,4,0,5,2,0,1,1,0,0,0 +3452,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5320949163,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6853544658,0.4302324953,3.0,0.3,0.0,0.8,3,2,9,3,8,2,8,4,5,2,14,0,1,0,0,0,1 +3453,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6123724357,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.6891274876000001,0.378153408,2.2360679775,0.7,0.4,0.0,4,3,9,4,8,4,8,5,2,4,7,0,0,1,0,0,0 +3455,0,1,1,8,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,3,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7803633398,0.3849675311,3.3166247904,0.9,0.9,0.9,2,1,7,2,9,1,9,4,2,3,15,0,0,0,1,0,0 +3457,0,3,3,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.9659839543,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6102092853,0.3619392214,2.8284271247,0.9,0.7,0.0,4,1,9,3,11,0,8,5,1,4,7,0,1,0,1,0,0 +3460,0,1,4,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.3,0.0,0.4924428901,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7279299587000001,0.3598610843,3.4641016151,0.2,0.5,0.2,3,1,7,6,9,3,10,3,0,4,2,0,1,0,0,0,0 +3463,0,5,2,5,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.6571719714,4,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8749173515,0.3850973903,3.6055512755,0.7,0.6,0.8,4,2,6,5,11,2,7,4,0,6,12,0,0,0,0,0,0 +3465,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.5,0.3905124838,4,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7151258342,0.3583294573,3.6055512755,0.1,0.1,0.0,1,3,8,2,9,4,5,9,2,5,9,0,1,0,1,1,0 +3466,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.4430011287,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.816083167,0.4074309757,2.8284271247,0.8,0.4,0.0,2,2,9,3,8,3,5,6,1,2,8,0,1,0,1,0,0 +3467,1,1,1,5,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.9,1.5781714102000002,10,1,-1,0,0,7,1,1,0,1,79,2,0.3872983346,0.8720878339,0.3883297568,3.6055512755,0.9,0.4,0.2,3,1,8,5,11,2,13,2,2,3,10,0,1,0,1,0,0 +3469,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0.4,0.0,-1.0,5,1,-1,2,-1,11,0,1,0,0,94,0,0.3741657387,0.7972836114,0.4301162634,3.6055512755,0.7,0.5,0.5,4,3,9,6,7,1,10,8,2,2,12,1,1,0,0,0,0 +3471,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8208227579999999,10,0,-1,0,1,15,1,1,0,1,5,2,0.4,0.6897568143,0.4,1.7320508076,0.0,0.3,0.5,2,2,7,1,11,3,9,4,0,3,7,1,0,0,1,0,0 +3476,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.9,1.2,1.40312152,11,0,0,0,1,10,1,1,2,1,83,2,0.4242640687,0.8803995148999999,0.3420526275,2.6457513111,0.8,0.0,0.5,2,0,8,1,10,3,5,5,0,2,10,0,1,1,0,0,0 +3480,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6298694604,0.3507135583,3.3166247904,0.4,0.6,0.0,2,2,9,3,7,2,7,7,0,6,2,0,1,1,0,0,0 +3481,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,-1.0,6,1,-1,0,1,0,1,0,0,1,22,3,0.316227766,0.8384484884000001,0.374566416,3.6055512755,0.6,0.6,0.7,0,1,8,5,8,3,5,8,0,2,5,0,1,1,1,1,0 +3484,0,4,4,11,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,1.0532687216,10,1,-1,0,1,6,1,1,0,1,77,2,0.3741657387,0.7444005853,-1.0,3.3166247904,0.0,0.3,0.4,2,3,7,2,9,1,11,11,2,5,5,0,1,1,0,1,0 +3494,0,6,1,8,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.7,1.1357816692,0,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7836856659999999,0.3926830783,3.4641016151,0.4,0.6,0.0,3,1,10,4,9,4,5,2,0,2,10,0,1,1,0,0,0 +3495,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.5511351921000001,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6702811794,0.3666060556,3.1622776602,0.1,0.3,0.6,2,2,9,4,10,3,13,7,0,5,7,1,0,0,1,0,0 +3496,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.5522680509000001,11,1,-1,0,-1,11,1,0,2,1,104,2,0.316227766,0.8794837892,0.3817066937,3.6055512755,0.1,0.2,0.5,1,3,8,4,8,2,1,3,0,2,10,1,0,0,0,1,0 +3497,1,5,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.4,0.7996092796,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9547077784,0.5204805472,3.1622776602,0.4,0.5,0.5,5,3,5,2,7,1,9,5,0,4,3,0,1,1,0,0,0 +3500,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.0,0.825378701,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,1.0159573916,0.3972404813,3.3166247904,0.1,0.2,0.5,3,2,9,3,8,2,7,1,3,5,12,0,1,1,0,1,0 +3501,0,7,1,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.6,1.0277402396,4,1,-1,0,0,6,1,1,0,1,104,2,0.4,0.9653072992,-1.0,3.6055512755,0.7,0.1,0.0,3,4,6,1,8,1,8,6,0,2,9,0,1,1,1,0,1 +3502,0,0,3,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.6,1.0787724505,7,0,1,0,0,9,1,0,2,1,93,3,0.4,0.9037328465,0.3241913015,3.7416573868,0.6,0.7,0.0,2,0,8,5,9,4,7,6,2,2,7,0,1,0,0,1,0 +3503,0,1,3,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,1.1087718431,11,1,1,0,0,1,1,1,2,1,85,3,0.3741657387,0.8656077977,0.3459768778,3.4641016151,0.4,0.5,0.7,3,3,5,4,8,1,7,6,2,4,10,0,0,0,1,0,1 +3505,0,2,1,7,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.3,0.6684870978999999,11,0,1,0,1,0,1,0,2,1,78,3,0.4,0.8526969853,0.3287856445,3.6055512755,0.7,0.9,0.1,1,1,9,3,12,3,6,2,2,2,7,0,1,1,1,0,0 +3508,0,1,2,6,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.2961481397,10,0,-1,0,0,10,1,1,0,1,83,2,0.4084115571,0.6987592309,0.3974921383,2.2360679775,0.2,0.6,0.2,2,4,8,2,10,3,10,3,1,6,8,0,1,1,0,0,0 +3511,0,2,1,10,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.5584576976,7,1,-1,0,-1,0,1,1,2,1,104,3,0.4,0.6689080778000001,0.3848376281000001,2.4494897428,0.9,0.5,0.1,2,1,7,4,8,2,12,5,1,1,8,0,1,0,0,1,0 +3513,1,4,1,9,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.1,0.9978101022,7,0,1,0,1,15,1,0,2,1,5,2,0.4472135955,1.2776540194,0.32557641190000003,3.7416573868,0.9,0.2,0.4,1,4,4,2,9,1,6,3,4,1,6,0,1,0,1,0,0 +3516,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.3,0.0,-1.0,6,1,-1,0,0,11,1,1,0,1,3,2,0.4242640687,1.0887976726000002,0.4349712634,3.4641016151,0.3,0.9,0.6,3,0,9,2,9,4,8,4,2,0,3,0,1,0,0,0,0 +3519,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.5984354602,7,1,1,0,0,11,1,0,0,1,103,1,0.316227766,0.7129991365,0.2887905816,3.7416573868,0.4,0.8,0.9,1,3,9,2,9,2,7,3,3,5,6,0,0,0,0,0,0 +3522,0,4,1,11,0,0,0,0,1,0,0,0,0,0,0,13,0,0,1,0.1,0.3,-1.0,7,1,1,2,1,1,1,1,2,1,90,0,0.4242640687,0.8399380142,0.33615472630000004,3.1622776602,0.6,0.5,0.5,1,3,9,4,9,3,15,1,2,3,7,0,1,1,0,1,0 +3523,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.5,1.0225580668,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7656359103,0.3907684737,3.4641016151,0.7,0.0,0.6,2,2,8,4,7,4,6,7,1,0,7,0,1,0,0,1,0 +3525,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7553972465000001,7,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8766562837,0.374566416,3.7416573868,0.6,0.2,0.1,3,1,6,1,10,2,8,13,5,4,6,0,1,0,1,1,0 +3526,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.1,0.5465802777000001,11,1,-1,0,-1,1,1,1,2,1,85,3,0.4,0.8370427085,0.4074309757,3.3166247904,0.1,0.2,0.0,1,3,6,5,11,3,5,8,2,1,6,0,1,0,1,0,0 +3528,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6964194139,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6495230290999999,0.3666060556,2.8284271247,0.5,0.5,0.4,0,1,6,2,9,1,5,3,1,1,7,0,1,1,0,0,0 +3531,0,4,1,6,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.4,-1.0,0,1,-1,0,0,0,0,1,0,1,32,1,0.316227766,0.6049554317,0.3615245497,2.8284271247,0.7,0.2,0.1,2,2,8,4,10,4,9,5,1,5,9,0,1,1,0,0,0 +3534,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.3561951712,7,1,0,0,0,14,1,1,1,1,29,3,0.4,0.8894468520000001,0.3411744422,3.3166247904,0.8,0.1,0.0,2,2,9,4,10,1,8,5,0,4,4,0,0,0,0,0,0 +3536,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.6,0.9962429423,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.0741419793,0.4,3.3166247904,0.7,0.8,0.6,2,1,9,5,9,3,13,14,2,2,14,0,1,1,0,0,0 +3543,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,1.4,1.68597153,9,1,0,2,1,1,0,1,2,1,90,0,0.4242640687,0.7372889809000001,0.2617250466,2.8284271247,0.3,0.8,0.5,4,1,9,1,11,1,10,11,0,4,11,0,1,1,0,0,0 +3544,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.7,0.4,0.2561737691,9,0,1,1,1,16,1,1,2,1,104,3,0.316227766,0.7820295697,0.3016620626,3.1622776602,0.1,0.1,0.4,2,2,8,1,7,2,16,6,3,1,5,0,1,1,0,1,1 +3550,0,7,1,6,0,6,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.4,0.7770135134,6,1,-1,0,1,1,0,1,0,1,70,2,0.3741657387,0.8319547826000001,0.3860051813,3.4641016151,0.0,0.8,0.9,1,1,6,3,10,1,14,5,1,4,9,0,0,1,1,1,0 +3552,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,1.7,1.6509466981,11,0,0,0,1,10,1,1,2,1,55,2,0.4242640687,1.0901512519,0.3586084215,3.4641016151,0.3,0.6,0.7,1,1,10,2,9,2,12,3,3,3,3,0,0,0,0,0,0 +3553,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.0,0.54886246,11,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8398642156999999,0.3794733192,3.6055512755,0.5,0.3,0.9,4,2,6,1,11,3,7,2,0,5,6,0,1,1,0,0,1 +3557,0,5,2,2,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,6,1,1,2,1,26,3,0.3972404813,0.5224307459,0.3204684072,1.0,0.1,0.3,0.9,2,2,7,3,7,3,13,5,1,5,10,0,0,0,0,1,0 +3565,1,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.5,0.2,0.5172040216,5,1,0,0,1,1,0,1,2,1,31,3,0.4242640687,0.8265356356999999,0.3417601498,3.0,0.0,0.7,0.9,4,0,10,1,11,3,11,13,4,3,8,0,1,1,1,0,1 +3569,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.5,0.7607562027,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.4408153602,0.3619392214,0.0,0.6,0.4,0.6,3,3,6,1,9,4,11,3,1,1,5,0,1,0,0,0,1 +3571,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.5,0.6,-1.0,11,1,-1,0,-1,7,1,0,1,1,104,3,0.4472135955,1.0992578263,0.4208325083,3.4641016151,0.5,0.8,0.2,3,1,9,4,9,1,14,6,0,4,10,0,1,1,0,1,0 +3572,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.1,-1.0,8,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.8084305272,0.374566416,3.6055512755,0.7,0.9,0.4,3,1,10,3,10,3,10,8,0,2,11,0,0,1,0,0,0 +3574,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,15,1,1,2,1,104,2,0.4472135955,1.1757888156,0.4,3.7416573868,0.0,0.3,0.5,2,2,6,6,9,0,10,6,2,3,8,1,0,1,1,1,0 +3575,0,5,3,4,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.7237057413,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7838372449,0.3780211634,3.1622776602,0.7,0.2,0.3,3,2,7,3,9,2,4,5,1,1,10,1,1,0,0,1,0 +3577,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,1.5,1.4441693113999998,11,1,0,2,1,6,1,1,2,1,104,0,0.4,0.8041601543000001,0.3487119155,3.3166247904,0.4,0.8,0.8,2,2,9,3,9,1,7,4,1,2,10,0,1,0,1,1,0 +3581,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,44,1,0.4472135955,0.6524271278,0.4062019202,2.2360679775,0.9,0.3,0.6,2,1,9,4,10,3,13,8,3,2,3,0,0,1,0,1,1 +3583,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,0.7,1.2786711853,11,0,1,9,0,16,1,1,2,1,104,3,0.4898979486,1.3279263646,0.4415880433,3.4641016151,0.3,0.4,0.1,5,3,6,5,8,2,10,4,1,1,14,0,0,1,0,0,0 +3585,0,0,1,4,0,3,1,0,0,0,0,0,1,0,1,1,0,0,1,0.9,0.3,0.6698880503,7,1,0,0,1,4,1,1,2,1,84,3,0.316227766,0.7061565157999999,0.3201562119,3.3166247904,0.6,0.2,0.2,2,3,7,2,9,2,11,8,0,3,6,0,1,0,1,1,0 +3591,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0.9,0.4,1.0191908555,7,1,1,0,1,1,1,0,2,1,52,3,0.3741657387,0.842688535,0.2973213749,3.6055512755,0.4,0.5,0.8,1,2,9,3,8,1,6,6,2,5,6,1,1,0,0,1,0 +3592,0,2,2,1,0,2,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.9124143795,4,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6534397225999999,0.3685105155,3.0,0.6,0.5,0.0,1,0,8,1,9,5,9,6,2,3,6,0,1,1,1,0,1 +3594,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.5,0.8496322734,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.6766623240999999,0.3854867053,2.6457513111,0.2,0.3,0.2,2,1,8,4,10,4,10,7,3,3,11,0,0,1,0,1,0 +3599,0,5,2,2,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.4,0.93641604,10,1,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9855987818,0.3820994635,3.7416573868,0.2,0.7,0.0,3,3,6,3,7,3,13,6,1,4,8,1,1,1,0,0,1 +3601,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,1.389694211,8,1,-1,0,1,6,1,0,0,1,27,2,0.3741657387,0.8036332785,0.3907684737,3.7416573868,0.2,0.4,0.8,2,2,9,1,8,0,8,2,1,5,6,0,1,1,0,1,0 +3602,0,2,1,1,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.8,0.7495832175,9,0,1,0,1,10,1,0,2,1,89,2,0.3872983346,1.0989288549,0.33615472630000004,3.7416573868,0.0,0.7,0.3,0,2,9,3,10,2,10,6,2,3,11,0,0,1,0,0,0 +3606,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.3786315679,10,0,-1,1,1,16,1,1,0,1,104,3,0.4,0.964225806,0.3730951621,3.3166247904,0.8,0.5,0.8,4,4,8,3,11,4,9,7,1,4,8,0,1,0,0,0,0 +3610,1,6,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.8,0.3,0.6446898479,1,1,1,0,0,1,1,0,2,1,64,3,0.316227766,0.7525576225,0.3016620626,3.6055512755,0.8,0.7,0.2,2,2,9,5,10,3,10,6,2,4,6,0,0,1,0,1,0 +3614,0,1,2,4,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.9,1.0185774394,9,0,1,1,1,9,1,1,0,1,104,2,0.5477225575,1.4357881471,-1.0,3.4641016151,0.1,0.7,0.4,3,1,5,2,5,3,11,5,1,1,5,0,0,0,0,1,1 +3615,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.4,0.6,0.9216154296,7,0,1,0,0,11,1,0,1,1,69,3,0.4242640687,1.1855709647,0.3535533906,3.6055512755,0.4,0.2,0.2,3,2,7,4,7,3,11,3,2,1,8,0,0,0,1,0,0 +3618,1,0,2,0,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5836308765,11,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6736786884,0.34727510710000004,3.6055512755,0.6,0.8,0.1,4,2,7,4,9,2,5,5,0,1,7,0,1,1,0,1,0 +3619,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.7,0.7846177413,7,1,-1,0,-1,4,1,0,2,1,48,3,0.316227766,0.7646908304000001,0.3710795063,3.7416573868,0.1,0.4,0.6,1,2,8,2,9,3,9,4,2,2,7,0,0,1,0,0,0 +3620,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0.4,0.0,0.6359048671,11,1,-1,0,-1,0,1,1,0,1,95,2,0.4,0.9277516588,0.4013726448,3.6055512755,0.3,0.5,0.4,3,2,7,2,8,3,5,4,1,2,12,0,0,1,1,1,1 +3621,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.7929375764,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6712052808,0.3507135583,3.6055512755,0.8,0.8,0.9,4,1,9,3,10,4,9,1,5,2,9,0,1,1,1,0,0 +3622,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.8,1.1211043662,7,1,1,0,1,0,1,1,2,1,46,3,0.4,0.7492834042000001,0.3003331484,3.1622776602,0.8,0.3,0.3,3,2,7,3,9,4,7,7,2,1,8,0,1,1,1,0,0 +3624,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5868347297,7,1,0,0,0,1,1,1,1,1,91,3,0.4242640687,0.9229103468,0.3657868232,3.3166247904,0.2,0.3,0.1,3,3,10,4,10,2,7,6,2,4,8,0,1,0,0,0,0 +3625,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,4,1,-1,0,0,4,1,1,0,1,48,1,0.316227766,0.6308200093999999,0.3748332963,3.3166247904,0.4,0.0,0.7,3,2,7,6,11,2,8,5,1,4,8,0,0,0,0,0,0 +3626,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.9,0.3,0.4541475531000001,4,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.6432741662,0.3685105155,2.6457513111,0.6,0.9,0.8,2,1,7,3,10,2,9,6,0,1,8,1,1,1,0,1,0 +3628,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.1,0.49560569,7,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8406019095,0.3201562119,3.6055512755,0.9,0.1,0.1,0,3,7,3,10,2,4,6,4,3,5,0,0,1,0,1,0 +3630,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7277555216,0.3663331817,3.1622776602,0.6,0.5,0.9,1,1,6,2,8,4,14,7,1,4,12,0,1,1,1,0,1 +3632,1,0,3,9,1,0,0,1,0,0,0,0,0,0,0,9,0,0,0,0.8,0.1,0.527967802,10,1,-1,0,1,14,1,1,0,1,104,2,0.316227766,0.6729268745999999,0.3937003937,3.0,0.6,0.6,0.8,1,2,7,4,11,1,6,6,2,3,6,0,0,1,0,0,0 +3634,0,4,2,6,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,1.3,1.6334396224,6,1,-1,0,1,7,1,1,0,1,104,2,0.4,1.0232650101,0.43,3.4641016151,0.4,0.1,0.0,4,4,8,1,9,3,6,2,3,2,10,0,1,1,1,0,0 +3635,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.3221667822,11,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,1.0624993923,0.4679743583,3.4641016151,0.9,0.0,0.7,0,2,7,5,11,3,12,10,2,3,8,1,0,1,1,0,0 +3636,0,2,3,6,1,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6832825184,7,1,-1,0,-1,0,1,1,2,1,43,1,0.399374511,0.3914372753,0.3605551275,0.0,0.5,0.4,0.9,4,2,10,1,11,4,7,4,1,4,10,1,1,1,1,0,0 +3638,0,3,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6523994175,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6093961243,0.3615245497,2.8284271247,0.6,0.0,0.8,0,1,9,5,9,4,9,7,1,2,6,0,0,0,1,1,0 +3639,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.6,0.4,0.8276472679000001,7,1,0,0,1,0,1,1,2,1,43,1,0.3994996871,0.472027454,-1.0,0.0,0.1,0.3,0.8,4,1,7,3,9,4,11,5,2,3,8,0,0,0,0,0,0 +3643,0,0,2,0,0,6,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.4,0.9327379053,10,1,-1,2,0,11,1,1,0,1,14,0,0.3741657387,0.6821211448000001,0.4302324953,3.0,0.7,0.0,0.7,3,2,7,2,9,2,4,2,1,5,8,0,1,0,0,0,0 +3644,0,6,1,8,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.8,1.5610493266,10,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.905549922,0.3974921383,3.4641016151,0.4,0.0,0.7,2,5,8,4,8,2,8,5,1,6,3,0,1,0,1,0,0 +3646,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.8,1.0148891565,11,1,0,0,0,0,1,1,2,1,104,3,0.4,0.9764901729,0.3309078422,3.4641016151,0.2,0.6,0.1,4,1,10,6,10,1,7,3,1,3,6,0,1,1,1,0,0 +3659,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.5,0.8280247581,7,1,1,1,0,3,1,0,2,1,102,2,0.4,0.9572688423,0.3269556545,3.7416573868,0.3,0.3,0.1,3,4,9,3,12,4,9,3,1,5,6,0,0,1,0,0,0 +3661,0,4,2,7,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.5777110004,4,1,-1,0,0,1,1,0,0,1,70,2,0.3741657387,0.9738513047,0.3860051813,3.6055512755,0.0,0.5,0.2,4,2,8,2,9,1,10,5,1,4,6,0,1,0,0,0,0 +3662,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.4,1.1926860442,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.703386143,0.3615245497,3.3166247904,0.5,0.0,0.8,4,1,8,5,10,3,13,2,0,3,4,0,1,0,0,0,0 +3667,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.8,0.6,1.0591860082,11,1,-1,0,-1,4,0,1,3,1,9,2,0.316227766,0.7169148779000001,0.3943348831,3.3166247904,0.1,0.2,0.2,2,1,7,3,11,1,10,5,0,2,5,0,0,0,0,0,1 +3668,0,4,1,4,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.1,0.3,-1.0,11,1,1,9,0,17,-1,0,2,1,104,2,0.8185352772,1.9547832836,-1.0,3.4641016151,0.7,0.1,0.2,1,3,8,2,9,2,10,9,1,4,9,0,1,1,0,0,0 +3669,0,4,1,5,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.0,0.0,1.4866068747,9,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.7225750268000001,0.3248076354,3.1622776602,0.1,0.9,0.2,2,4,9,1,9,2,13,4,1,1,8,0,0,0,0,1,0 +3671,0,3,1,5,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.7,0.9,1.1937336386,11,0,0,8,0,13,1,1,2,1,20,3,0.4472135955,1.0968493572,0.3714835124,3.4641016151,0.8,0.5,0.8,5,2,8,4,11,2,6,6,2,0,5,0,1,0,0,0,0 +3675,0,6,2,4,0,4,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.7,1.1863810518,11,1,0,0,1,1,1,1,2,1,10,2,0.316227766,0.7039880493,0.3248076354,3.1622776602,0.1,0.1,0.7,1,2,5,3,8,2,11,2,1,5,6,0,1,0,1,1,0 +3678,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.6684870978999999,11,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6622962809,0.3701351105,2.8284271247,0.1,0.2,0.1,3,2,8,4,9,3,8,5,2,4,7,0,1,0,0,0,0 +3681,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6120349474,0.3521363372,3.1622776602,0.2,0.8,0.5,1,4,6,3,8,2,11,9,2,5,6,0,1,1,0,0,1 +3692,0,3,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,0.7636262175,10,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8224761043000001,0.3850973903,3.4641016151,0.6,0.4,0.1,4,2,7,5,10,3,5,2,0,1,6,0,0,1,1,0,0 +3693,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,5,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.5875780237,0.30331501780000003,2.6457513111,0.0,0.2,0.1,2,2,4,2,9,2,6,6,3,4,5,1,0,1,0,1,1 +3695,0,0,2,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,0.5,0.678693598,4,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.5810364066,0.3619392214,2.6457513111,0.0,0.2,0.7,0,3,8,6,11,2,5,3,1,5,8,0,0,1,1,0,1 +3702,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.5408326913,7,1,-1,0,-1,0,1,1,2,1,104,2,0.4220189569,0.5291502621999999,0.3898717738,0.0,0.3,0.5,0.9,4,2,6,5,11,1,6,7,2,2,8,0,0,0,0,0,0 +3704,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.7335700376000001,11,1,0,0,0,4,1,1,2,1,12,3,0.4,0.7213680758,0.3248076354,3.0,0.2,0.4,0.6,3,1,8,2,10,1,12,5,0,2,5,0,1,0,1,0,1 +3707,0,3,1,6,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.0,0.0,0.5889609495,7,1,1,0,1,0,1,1,2,1,78,3,0.4,0.8839477565999999,0.3287856445,3.6055512755,0.4,0.6,0.3,2,2,7,4,10,4,10,6,5,5,11,0,0,0,1,1,1 +3710,0,1,1,6,1,2,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7106335201999999,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5473640818,0.3507135583,2.4494897428,0.5,0.3,0.8,2,5,8,1,8,4,4,4,2,3,4,0,0,0,0,0,0 +3711,0,3,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.4,0.9624188277,9,1,-1,0,-1,1,0,1,0,1,64,1,0.316227766,0.5535385792,0.3619392214,2.4494897428,0.2,0.4,0.8,4,1,7,2,9,1,6,4,1,2,4,0,1,0,0,0,0 +3712,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.6509608283,11,1,1,0,1,9,1,1,2,1,93,3,0.4,0.8640788340000001,0.3241913015,3.6055512755,0.8,0.8,0.0,0,1,7,2,12,4,6,3,0,3,7,0,0,1,1,0,0 +3713,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.3,0.0,0.6234981957,10,0,-1,0,0,11,1,1,0,1,53,2,0.4472135955,0.8329475691,0.4306971093,3.0,0.6,0.4,0.1,4,3,6,0,11,4,9,6,2,1,14,0,0,1,0,1,0 +3715,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.5,0.810863737,4,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9392937385,0.4185689907,3.0,0.8,0.1,0.5,3,2,7,2,11,3,6,3,1,1,5,0,1,1,0,0,0 +3716,0,2,3,9,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.7,0.810863737,9,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.5868567342000001,0.2887905816,2.6457513111,0.4,0.1,0.4,3,2,9,2,8,4,8,6,3,2,7,1,1,1,0,1,0 +3717,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.4465142775,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6082253008,0.3583294573,3.1622776602,0.0,0.8,0.1,2,2,6,4,10,5,8,6,0,2,9,0,1,1,0,1,0 +3720,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.3,0.5111262075,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7198484689,0.3667424164,3.4641016151,0.4,0.9,0.3,4,1,7,4,9,1,8,5,0,3,4,1,1,1,0,1,0 +3721,0,1,1,4,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.6,0.0,-1.0,6,1,-1,0,0,4,1,1,0,1,9,2,0.316227766,0.7484860753,0.3943348831,3.4641016151,0.9,0.4,0.3,4,3,10,3,10,2,8,7,2,1,10,0,0,1,1,1,0 +3724,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.6199798384,7,1,0,0,0,1,1,0,2,1,25,3,0.3741657387,0.8503766788,-1.0,3.7416573868,0.6,0.4,0.9,3,3,8,2,9,2,9,6,2,2,5,0,0,1,0,1,0 +3726,0,5,4,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.4,0.5,1.1926860442,7,0,-1,0,-1,11,1,1,2,1,2,3,0.4242640687,0.9774946894,0.3466987165,3.6055512755,0.9,0.4,0.4,5,2,8,2,8,1,6,5,2,0,11,0,0,0,1,0,1 +3727,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,1.3704470074,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6071543161999999,0.3619392214,2.6457513111,0.4,0.6,0.3,2,1,8,1,11,3,13,6,1,0,8,0,0,1,1,1,0 +3728,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.7,0.5,0.9410765112,6,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.7244262478,0.4013726448,2.6457513111,0.1,0.1,0.5,1,1,10,1,10,2,11,10,0,4,7,0,0,0,1,1,1 +3732,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.5,0.0,0.6234981957,11,1,1,0,0,10,1,1,2,1,89,2,0.3872983346,1.0142680461,0.33615472630000004,3.6055512755,0.6,0.3,0.5,2,1,8,1,9,3,11,5,0,1,10,0,1,1,0,0,1 +3735,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.7,0.4,1.0096410253,10,1,-1,0,1,0,1,0,0,1,86,2,0.445421149,1.1184774184,0.4252058325,3.7416573868,0.8,0.9,0.1,0,2,7,2,10,3,4,3,2,3,7,0,0,0,0,0,0 +3737,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.9,1.6,1.8781639971,11,0,1,9,1,3,1,1,2,1,104,2,0.5,1.2492063596,0.4395452195,2.8284271247,0.9,0.5,0.8,3,3,9,0,10,4,9,7,2,2,5,0,1,1,0,0,1 +3740,0,2,1,7,0,4,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.3,0.6666145813000001,7,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.6396829018,0.30331501780000003,3.1622776602,0.2,0.0,0.3,2,2,10,4,7,4,7,7,1,1,14,0,1,1,1,1,0 +3741,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.4589389938,9,1,-1,0,-1,6,0,1,2,1,104,3,0.3741657387,0.6003442539,0.393192065,2.4494897428,0.6,0.6,0.3,1,4,4,1,9,2,11,4,4,1,4,0,1,0,1,0,0 +3743,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.4,0.8261355820999999,7,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.6235727504999999,0.3070830507,3.1622776602,0.9,0.4,0.8,2,2,7,3,8,4,8,6,4,5,6,0,0,0,1,0,0 +3747,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.2,0.4366062299,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.7842588753,-1.0,3.6055512755,0.0,0.5,0.7,2,2,6,4,10,1,10,5,0,2,4,0,0,1,1,1,1 +3748,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,0.7462405778,11,1,-1,0,-1,1,1,1,2,0,40,2,0.3741657387,0.7635010703,0.3814446225,3.1622776602,0.1,0.0,0.5,2,3,10,1,10,1,12,4,1,3,7,0,0,0,0,0,0 +3749,0,0,2,3,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.2,0.475,7,1,0,0,1,11,1,1,2,1,53,2,0.4469899328,0.5300865359,-1.0,0.0,0.1,0.6,0.1,2,2,7,2,8,2,6,3,6,2,6,0,0,1,0,1,0 +3754,1,1,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.6,0.9981232389,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6463981579,0.3926830783,2.6457513111,0.4,0.4,0.7,4,3,8,3,9,2,7,7,2,2,5,0,1,1,0,0,0 +3759,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.7180703307999999,10,1,-1,0,0,9,1,1,0,1,21,2,0.316227766,0.8212499292000001,0.3768288736,3.6055512755,0.9,0.7,0.7,2,3,8,1,8,2,7,4,2,3,6,0,0,0,0,0,0 +3762,1,2,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.5,0.6254998002000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5278601743,0.3640054945,2.0,0.7,0.1,0.5,4,1,8,0,8,3,9,5,2,4,12,0,1,0,1,0,0 +3766,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.8,0.4,0.9433981132,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4458699362,0.8376842340999999,0.3488552709,3.0,0.7,0.7,0.9,1,1,9,1,7,3,9,8,2,6,11,0,1,0,0,0,0 +3767,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.4,0.0,-1.0,7,1,1,0,0,0,1,0,2,1,23,3,0.4,1.0379772128,0.3309078422,3.6055512755,0.0,0.0,0.7,2,1,6,2,11,3,10,3,1,3,7,0,1,1,0,0,0 +3768,0,0,3,7,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.0,1.3988834834,11,1,0,0,0,4,1,1,2,1,48,1,0.316227766,0.5848111937,0.3201562119,3.0,0.4,0.3,0.7,3,3,7,2,9,5,7,3,1,2,9,0,1,1,1,1,0 +3769,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,1.2051970793,6,1,-1,9,0,15,1,1,0,1,58,2,0.5477225575,1.8764250783,0.500999002,3.6055512755,0.6,0.0,0.3,2,1,8,5,10,2,9,3,0,6,2,1,0,1,0,1,0 +3776,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.6354132514,7,1,-1,0,-1,1,1,1,2,1,91,2,0.3741657387,0.9259237068,0.4045985665,3.4641016151,0.7,0.8,0.6,2,1,9,1,6,1,7,4,3,1,6,0,0,0,0,0,0 +3780,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.6652067347999999,11,1,1,0,0,1,1,1,2,1,70,3,0.4,0.8923457804,0.3420526275,3.6055512755,0.0,0.9,0.0,0,1,8,3,9,3,9,7,1,0,3,0,1,1,0,0,0 +3784,0,5,1,1,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.0155048006,4,1,-1,0,1,0,0,1,0,1,87,3,0.316227766,0.6373304343999999,0.3615245497,3.0,0.7,0.3,0.1,2,4,4,5,10,2,9,2,0,1,6,0,1,0,0,1,0 +3787,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,12,0,0,1,0.9,0.8,1.1470069747,10,0,-1,8,1,13,1,1,0,1,104,3,0.5,1.1656676163,0.500999002,2.8284271247,0.2,0.1,0.9,2,3,9,4,7,2,9,4,2,3,4,0,1,1,0,0,0 +3789,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.7017834423999999,7,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.8447797894,0.4679743583,3.0,0.3,0.4,0.8,2,4,6,3,7,1,3,8,3,2,9,0,0,1,0,0,0 +3792,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.5117372373,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7172318228,0.3887158345,3.3166247904,0.8,0.7,0.4,1,1,6,5,11,2,7,8,0,5,15,0,1,0,0,1,0 +3796,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,1.0,0.5320949163,7,1,1,0,1,6,1,1,1,1,73,3,0.4,0.7847329387,0.35608987630000005,3.0,0.8,0.2,0.8,3,2,6,3,10,2,5,1,0,3,8,0,1,0,0,0,0 +3799,0,0,1,6,1,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.4,1.5120350525,11,0,-1,9,-1,0,1,1,2,1,104,2,0.4472135955,1.5188213133,0.5567764363000001,3.4641016151,0.3,0.6,0.1,3,0,6,3,9,2,9,4,1,2,7,0,0,1,1,1,0 +3800,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.6,1.2062338082,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5516878684000001,0.3507135583,2.8284271247,0.7,0.8,0.1,4,2,7,3,10,1,5,4,1,3,11,1,1,0,0,1,0 +3803,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.3,0.704006392,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6630601484,0.3666060556,3.1622776602,0.9,0.8,0.8,4,2,7,5,8,2,8,7,3,0,7,0,1,1,0,1,1 +3807,0,4,1,7,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,11,0,-1,0,-1,0,1,1,2,1,23,3,0.4,0.8975362281999999,0.3974921383,3.3166247904,0.0,0.6,0.3,3,1,7,2,11,2,10,4,2,3,10,1,0,1,1,1,0 +3810,0,3,1,4,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.6,1.1,1.3216939888,10,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,1.1819580337,0.5399073995,3.1622776602,0.8,0.4,0.1,3,4,8,5,9,2,6,6,0,3,4,0,0,1,0,0,0 +3812,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,40,2,0.423792402,0.6772879803,0.3853569774,2.6457513111,0.7,0.8,0.0,3,1,7,3,9,4,9,7,2,3,9,1,0,1,0,0,1 +3815,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.9,1.1205467416,11,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.5866982836,0.3907684737,2.6457513111,0.9,0.8,0.5,5,2,8,3,8,3,8,6,1,2,5,0,1,0,0,0,0 +3816,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4879805324,6,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.7112873906,0.3744329045000001,3.1622776602,0.5,0.2,0.8,3,1,6,4,9,4,8,3,0,4,6,0,0,1,0,0,0 +3818,0,7,1,8,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.5,0.0,0.4415880433,6,1,-1,0,1,1,1,1,0,1,85,3,0.3741657387,0.7604234357999999,0.3974921383,3.1622776602,0.5,0.7,0.5,4,2,10,2,12,0,11,8,0,3,10,0,1,0,1,1,0 +3824,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.6754628043,7,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,1.0649351045,0.4009987531000001,3.3166247904,0.2,0.6,0.2,2,2,10,4,6,4,8,4,1,3,5,0,1,1,0,1,0 +3827,0,1,2,0,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.2,0.8042853970999999,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6754398628,0.3583294573,3.3166247904,0.7,0.3,0.6,4,3,6,2,11,5,7,6,0,4,8,0,0,1,0,1,1 +3828,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0.4,0.0,0.6189709202,8,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7381012047,0.3666060556,3.4641016151,0.0,0.5,0.5,2,2,8,5,11,5,15,1,2,3,5,0,0,0,0,0,0 +3830,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,0.9,1.1238883396,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7647988985999999,0.3926830783,3.4641016151,0.5,0.7,0.6,3,2,7,2,8,4,5,2,1,3,9,0,0,0,1,1,0 +3831,0,3,1,9,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.2,0.7628073151000001,9,1,0,8,0,3,1,1,2,1,104,3,0.5289612462,1.1367999163,0.439886349,2.6457513111,0.0,0.8,0.8,0,5,7,4,10,2,15,8,2,3,8,0,1,1,1,0,0 +3832,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,3,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6234899112,0.3615245497,2.8284271247,0.3,0.5,0.6,3,2,7,1,10,2,12,4,1,1,7,1,1,1,0,0,0 +3834,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.7,0.6,0.8058380731,7,1,-1,0,-1,4,1,1,2,1,104,3,0.3997499218,0.6652222645,0.3633180425,2.2360679775,0.6,0.7,0.0,3,3,9,3,5,4,9,6,0,1,11,0,1,1,0,0,0 +3835,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.6144102864000001,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7180379603,0.3663331817,3.0,0.2,0.8,0.2,2,3,7,2,12,1,5,7,3,6,8,0,0,1,1,0,0 +3836,0,1,3,7,1,3,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,0.8789197916,10,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7483176723999999,0.3667424164,3.4641016151,0.0,0.2,0.4,2,0,8,6,10,3,13,6,2,2,7,0,1,1,0,0,0 +3840,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.8796306043000001,7,1,-1,0,-1,0,1,1,1,1,34,2,0.4,0.7671456164,-1.0,3.1622776602,0.8,0.7,0.8,2,2,8,2,10,2,11,5,1,2,7,0,0,1,0,0,0 +3841,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.0,1.2818443743,11,0,1,0,0,10,1,1,2,1,28,3,0.3741657387,0.8951083779000001,0.32984845,3.1622776602,0.0,0.3,0.6,2,1,6,0,9,4,7,7,1,2,6,0,0,1,0,1,0 +3844,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.1,0.4930770731,7,1,1,0,0,11,1,0,1,1,2,3,0.4242640687,1.091563724,-1.0,3.7416573868,0.5,0.5,0.5,1,3,7,0,9,2,3,9,1,5,11,0,1,0,0,0,0 +3853,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.6284902545000001,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8071734173,0.3615245497,3.7416573868,0.3,0.9,0.0,2,0,7,5,10,2,10,5,1,0,6,0,0,1,0,0,0 +3854,0,2,1,7,0,6,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,6,1,-1,8,0,13,1,0,0,1,4,2,0.5656854249000001,1.6656421093,0.5186520992,3.7416573868,0.0,0.2,0.0,3,2,6,3,10,2,6,8,2,3,6,0,0,1,0,0,0 +3855,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.810863737,9,1,1,0,0,11,1,1,2,1,36,3,0.3741657387,0.8414003479000001,0.3190611227,3.6055512755,0.5,0.0,0.2,4,2,7,1,8,1,11,3,1,2,7,1,1,1,1,0,0 +3859,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.4,0.0,0.5798706752,9,1,1,0,1,1,1,1,2,1,74,3,0.3741657387,0.6753939775,0.3303028913,2.8284271247,0.8,0.8,0.3,2,3,8,2,10,3,7,5,3,3,11,0,0,1,1,0,0 +3861,0,0,1,2,1,1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.4,0.6304760106,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5728715547,0.3583294573,2.4494897428,0.4,0.1,0.9,0,1,10,3,9,3,8,9,0,2,7,0,1,1,0,0,0 +3862,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,1.8,2.1230873746000003,10,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5297356272,0.3687817783,1.4142135624,0.7,0.7,0.4,3,3,5,2,8,2,11,10,0,4,7,0,1,1,0,0,1 +3864,0,4,1,3,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.0,0.6,0.9377499667,11,0,0,0,1,15,1,1,2,1,104,3,0.4242640687,0.8512387667,0.3442382896,2.8284271247,0.5,0.9,0.2,0,0,9,6,6,3,10,5,3,3,6,0,1,1,1,1,0 +3865,0,3,2,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.8,1.5650479225999998,10,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5794518640999999,0.3583294573,2.8284271247,0.3,0.3,0.3,0,3,8,5,9,2,7,5,1,1,10,0,1,0,0,1,0 +3868,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.5,1.1274972284,7,1,-1,0,-1,1,1,1,2,1,38,1,0.316227766,0.6884675761,0.3598610843,3.6055512755,0.0,0.6,0.7,2,2,9,4,10,1,9,7,0,4,8,0,1,0,0,1,0 +3869,0,1,1,7,1,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7681145748,7,0,-1,0,-1,0,1,1,1,1,54,3,0.4,0.985640707,0.3826225294,3.6055512755,0.0,0.9,0.1,2,4,9,3,10,2,11,6,2,3,7,0,1,0,0,0,0 +3871,0,2,1,11,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.3,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,86,3,0.4,0.9482585169,-1.0,3.3166247904,0.2,0.5,0.3,5,3,9,4,10,2,6,4,1,7,15,0,1,1,0,0,0 +3872,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7877975628,7,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.6984339034,0.4074309757,2.0,0.7,0.8,0.2,3,2,7,5,8,1,9,4,2,5,6,0,1,0,1,1,0 +3874,0,0,2,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.6,1.2152674603,7,1,-1,0,-1,1,1,0,2,1,65,1,0.316227766,0.6864238384,0.3507135583,3.6055512755,0.5,0.5,0.3,4,1,7,5,9,2,5,11,3,3,5,0,0,0,1,0,0 +3876,0,5,1,2,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.3,0.8433563897,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4688283268,0.5331374468,0.4318564576,0.0,0.6,0.8,0.5,2,0,4,4,10,2,11,7,1,5,11,0,1,1,1,0,0 +3877,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.5,0.7335700376000001,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8719930624,0.3820994635,3.0,0.5,0.2,0.6,3,3,9,5,9,2,8,6,1,1,10,0,1,0,0,0,0 +3878,0,4,3,11,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.5592466130000002,11,1,1,0,1,10,1,1,2,1,83,2,0.4242640687,0.9194747872,0.3420526275,3.0,0.2,0.5,0.3,3,1,6,2,10,1,7,5,2,3,6,0,1,0,1,1,0 +3880,0,3,1,8,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.4,0.5,0.9858372077,4,1,-1,8,1,4,0,0,0,1,6,2,0.4,1.0909090909,0.4121892769,3.6055512755,0.6,0.9,0.0,3,1,9,1,9,4,10,7,1,3,13,0,1,1,0,0,1 +3884,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.7491662031999999,11,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8456396425,0.4017461885,3.6055512755,0.3,0.6,0.6,4,3,8,2,11,4,10,5,1,1,8,0,1,0,0,0,0 +3887,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.0,0.6571719714,7,1,0,0,0,1,1,1,3,1,64,3,0.3160696126,0.5277231618,0.3041381265,1.4142135624,0.0,0.4,0.8,2,0,9,5,10,2,7,4,0,2,8,0,1,1,0,1,1 +3890,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.6,0.4,0.8147085368000001,7,1,0,0,1,1,1,1,3,1,74,3,0.3974921383,0.4251883394,-1.0,0.0,0.5,0.3,0.1,1,0,10,1,7,2,11,8,0,4,6,0,1,0,1,0,0 +3892,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,0.8902246906999999,11,0,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,0.9025217197,0.4185689907,2.8284271247,0.4,0.2,0.9,2,1,8,3,7,3,6,10,1,2,8,0,0,1,1,1,0 +3893,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0.9,0.2,0.4873397172,6,0,-1,0,1,11,1,1,0,1,53,2,0.4472135955,0.7990438501,0.4254409477,3.0,0.0,0.4,0.6,2,2,9,3,10,2,9,10,0,2,4,0,1,0,0,0,0 +3894,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.6504805915999999,6,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5928290487,0.3619392214,2.6457513111,0.0,0.1,0.5,4,1,8,2,9,3,8,8,2,1,9,0,1,1,0,0,0 +3898,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.9,1.0908712115,11,1,-1,0,-1,0,1,1,0,1,39,3,0.3160696126,0.6394567684,0.3744329045000001,2.4494897428,0.6,0.3,0.2,1,1,7,4,9,5,12,4,1,0,12,0,1,0,0,0,0 +3900,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.1,-1.0,7,1,-1,2,-1,1,1,1,2,1,1,0,0.3741657387,0.8624393618999999,0.4189272013000001,3.4641016151,0.4,0.9,0.3,1,1,9,2,5,2,7,7,0,0,9,0,1,0,0,1,0 +3906,0,4,2,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.2,0.7428828979000001,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6040496942,0.3615245497,2.6457513111,0.8,0.1,0.6,3,0,8,1,10,1,7,7,4,4,4,1,1,0,0,0,0 +3908,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7119515433,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8730349836,0.3793415348,3.6055512755,0.5,0.2,0.5,1,1,10,3,8,4,10,3,2,5,11,0,1,0,1,0,0 +3911,0,7,2,0,0,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,0,1,-1,8,1,11,1,1,0,1,71,2,0.5291502621999999,1.4105637463999998,-1.0,3.6055512755,0.9,0.6,0.1,1,2,7,3,7,2,12,5,3,2,10,0,1,1,0,0,0 +3913,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.5963430221,6,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.7874663839,0.3826225294,2.8284271247,0.1,0.9,0.6,3,2,8,1,11,1,5,9,0,5,5,0,1,1,0,0,1 +3917,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.709313048,8,1,1,0,1,1,1,1,2,1,52,3,0.3741657387,0.7940376992,0.30903074280000004,3.4641016151,0.7,0.7,0.7,3,1,10,4,9,1,10,3,0,0,8,0,0,0,0,1,0 +3920,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.6722356926,0.3768288736,3.1622776602,0.5,0.9,0.7,3,2,7,3,10,4,4,4,1,4,5,0,1,0,0,0,0 +3921,0,0,1,5,0,2,1,0,0,0,0,0,0,0,0,3,0,0,1,0.5,0.6,0.9753204602,11,1,0,0,0,11,1,1,2,1,104,2,0.4,1.000333622,0.3421987726,3.4641016151,0.5,0.1,0.5,3,2,9,2,8,5,12,4,0,4,8,0,0,1,0,0,0 +3925,0,1,1,6,1,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.6,0.9,1.0356157589,11,0,-1,1,-1,6,1,1,2,1,104,3,0.4472135955,0.8005679802,0.3681032464,2.8284271247,0.2,0.2,0.6,2,2,9,2,10,3,12,8,1,4,7,0,1,0,0,0,0 +3929,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7395099729000001,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8214612308,0.374566416,3.6055512755,0.9,0.9,0.8,2,3,6,1,9,2,9,4,2,4,8,0,0,1,1,1,0 +3931,0,4,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,74,3,0.3605551275,0.6117141611,0.3667424164,2.2360679775,0.5,0.2,0.9,3,3,8,4,10,1,6,3,1,2,7,0,0,1,0,0,0 +3935,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.3,0.3,-1.0,0,1,-1,8,1,11,1,1,0,1,24,2,0.4898979486,1.0304055207,0.4949747468,3.3166247904,0.8,0.7,0.2,1,2,9,4,8,3,6,3,1,6,8,0,0,1,0,0,1 +3939,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.5782516753,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7957862945,0.374566416,3.4641016151,0.2,0.8,0.2,3,1,7,3,8,2,6,6,1,4,5,0,1,1,0,0,0 +3941,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.7,0.9845684334,11,0,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,1.0340284696,0.3466987165,3.6055512755,0.5,0.4,0.6,2,3,9,3,10,3,3,4,2,3,4,0,0,0,0,1,0 +3943,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.3,0.9637167634,4,1,-1,8,0,11,1,0,0,1,104,2,0.5291502621999999,1.888253161,-1.0,3.6055512755,0.4,0.5,0.8,3,1,5,2,11,2,9,8,0,3,7,0,0,0,0,0,0 +3949,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6747818748000001,0.3861346915,2.8284271247,0.7,0.1,0.4,4,1,8,0,10,2,13,5,1,7,5,0,1,1,1,0,1 +3953,0,5,2,1,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.5,0.5,0.8223442101999999,2,0,0,0,1,10,1,1,1,1,28,3,0.3741657387,0.7023720142000001,0.3271085447,2.2360679775,0.9,0.7,0.9,4,2,9,1,10,4,5,5,0,3,6,0,0,1,1,1,0 +3956,0,7,1,4,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,1.4,1.9039432765,6,1,-1,0,0,10,0,1,0,1,83,2,0.4242640687,1.1682857223,0.4009987531000001,3.6055512755,0.6,0.3,0.5,5,1,8,2,9,4,7,4,0,3,9,0,1,1,0,1,0 +3958,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.8,-1.0,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0270916976,0.388458492,3.7416573868,0.5,0.3,0.4,3,2,10,4,9,1,3,10,1,4,6,0,1,0,0,0,1 +3960,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.6,-1.0,11,0,1,0,1,10,0,1,2,1,28,3,0.3872983346,1.0584859763,0.3386738844,3.7416573868,0.8,0.7,0.0,2,3,5,3,10,4,6,3,2,0,8,0,1,0,0,1,0 +3965,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5153882032,11,1,-1,0,-1,1,1,1,2,1,74,3,0.4242640687,0.7503965894,0.3774917218,3.1622776602,0.7,0.7,0.6,2,1,7,5,9,3,7,11,2,3,8,0,1,1,0,1,0 +3967,0,1,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.7660776723,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6921340815000001,0.3685105155,3.3166247904,0.7,0.7,0.2,2,1,5,2,7,3,5,6,0,3,7,0,1,1,0,0,0 +3971,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,1.074709263,7,1,1,0,0,7,1,0,2,1,79,3,0.3872983346,0.9480515033,0.3287856445,3.6055512755,0.1,0.0,0.1,2,2,10,3,10,1,6,8,1,4,12,0,1,1,0,1,1 +3972,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.2971121771,10,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.8124992053,0.3681032464,3.6055512755,0.7,0.2,0.2,2,2,9,5,8,1,5,3,1,2,7,0,1,1,1,0,1 +3973,0,5,1,4,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.8257572282,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7058053251999999,0.3814446225,3.1622776602,0.1,0.5,0.0,1,1,8,4,11,1,9,5,3,3,7,0,1,1,0,1,1 +3976,0,3,1,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.9,1.4615915981999998,4,1,-1,0,1,11,1,1,0,1,19,3,0.3155946768,0.5148417072,0.3660601044,1.0,0.4,0.1,0.2,3,4,8,2,9,0,11,3,0,1,9,0,0,0,0,1,0 +3977,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6745368782,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7052928587,0.3685105155,3.4641016151,0.0,0.8,0.0,2,3,6,5,10,6,5,8,0,1,5,0,1,1,1,0,1 +3979,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.0,0.5105144464,3,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6220633488,0.34727510710000004,3.1622776602,0.0,0.5,0.5,2,3,8,4,9,4,6,3,2,2,10,0,0,1,0,0,0 +3980,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.7,1.1346805718,11,1,-1,0,-1,11,1,1,0,1,36,3,0.3741657387,0.9206088535,0.3794733192,3.7416573868,0.8,0.2,0.0,3,1,8,3,9,3,12,11,2,3,2,0,1,0,1,0,0 +3984,0,1,1,4,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,7,1,1,0,0,11,1,1,2,1,104,2,0.316227766,0.6547505992,0.3008321791,3.1622776602,0.7,0.2,0.4,1,1,8,3,9,4,8,3,7,2,5,0,1,1,1,1,1 +3985,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.7,0.5,0.9826622004,10,0,-1,0,1,11,1,1,0,1,104,2,0.4472135955,0.7822673129000001,0.4110960958,3.1622776602,0.8,0.6,0.8,3,0,8,4,10,4,10,4,0,2,9,0,1,0,0,1,1 +3987,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.5,1.2397076268,10,1,-1,0,0,6,1,1,0,1,26,1,0.3687817783,0.5767177003,0.3456877203,2.2360679775,0.3,0.3,0.0,4,2,8,3,10,2,7,2,4,3,3,0,0,0,1,1,0 +3994,0,5,2,8,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.0813979321,0.416533312,3.6055512755,0.1,0.1,0.6,3,3,8,3,11,3,9,4,2,2,5,1,1,1,0,0,0 +3995,0,5,1,7,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.0,-1.0,9,0,1,8,0,3,-1,0,2,1,104,2,0.5,1.6170578323,0.4427188724,3.7416573868,0.8,0.6,0.0,2,2,7,2,11,4,10,7,0,2,7,0,0,1,1,1,0 +3999,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.577169819,7,1,-1,1,-1,3,1,1,0,1,59,3,0.316227766,0.6955436663,0.3498571137,3.4641016151,0.3,0.6,0.6,2,2,8,1,11,2,9,5,1,2,4,1,1,1,0,0,0 +4001,0,1,1,5,0,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.9562295749,7,1,0,0,0,11,1,1,2,1,101,3,0.3741657387,0.8426198814,0.3214031736,3.4641016151,0.1,0.7,0.8,3,2,7,3,9,3,5,8,2,2,5,1,1,1,0,0,0 +4002,0,2,4,7,1,0,0,0,0,1,0,0,0,0,0,9,0,0,0,0.9,0.6,0.7437237390000001,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.766579825,0.3278719262,3.4641016151,0.9,0.2,0.9,1,3,8,2,7,2,11,8,2,0,6,0,1,0,0,0,0 +4003,0,3,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.4,0.651440711,7,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.5777020594,0.2887905816,2.8284271247,0.1,0.4,0.7,2,1,4,2,11,2,7,3,4,3,11,0,1,1,0,0,0 +4004,0,3,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.8724964183,4,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.1345895242,0.4,3.6055512755,0.3,0.7,0.1,1,1,7,5,6,1,5,3,3,4,6,0,1,1,0,0,0 +4009,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.7,0.9,0.9568829605,8,1,-1,0,0,11,1,0,0,1,103,2,0.316227766,0.7760623218000001,0.3583294573,3.7416573868,0.8,0.5,0.6,2,2,8,5,9,4,7,8,1,2,4,0,0,0,0,1,0 +4011,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,0,1,0,0,0.1,0.2,-1.0,3,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6142084875,0.3615245497,2.8284271247,0.2,0.9,0.9,3,1,8,3,10,3,14,3,2,2,12,0,1,1,1,0,1 +4013,0,6,1,11,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.7449832212999999,7,1,1,0,1,0,1,1,1,1,104,2,0.445421149,0.6087006891,-1.0,1.7320508076,0.3,0.5,0.7,1,3,9,5,10,3,11,4,1,4,11,0,0,0,0,1,1 +4015,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6590713163,7,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.6304760106,0.30331501780000003,3.0,0.0,0.4,0.4,1,1,10,4,8,3,6,4,0,2,10,0,0,1,1,0,0 +4016,0,4,2,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.6562202374,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6587930361,0.3768288736,3.0,0.7,0.0,0.7,2,3,7,2,10,2,11,4,2,2,6,0,0,1,0,1,1 +4017,0,2,2,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.2,0.8200609732999999,6,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.8213323182,0.3849675311,3.6055512755,0.3,0.7,0.8,1,2,7,4,9,3,5,5,0,6,12,0,1,0,1,1,0 +4019,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.6642665128,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6310115845000001,0.3687817783,3.0,0.8,0.6,0.9,2,3,9,2,9,1,6,8,1,2,9,0,0,1,1,1,0 +4020,1,1,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.8,0.3,0.6642665128,7,1,-1,0,-1,14,1,1,1,1,29,3,0.4,0.929594353,0.3984971769,3.3166247904,0.3,0.4,0.5,5,2,10,0,7,3,8,4,1,2,4,0,1,1,0,0,0 +4027,0,3,2,1,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,1.3,1.4813422966999998,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7570058462,0.3907684737,3.4641016151,0.9,0.1,0.3,4,0,10,1,9,3,7,4,0,3,3,0,1,0,0,0,1 +4028,0,6,1,5,1,6,0,1,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.7929375764,4,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.7920968093,0.3826225294,2.8284271247,0.8,0.0,0.9,1,4,9,5,9,3,8,5,2,0,11,0,0,0,0,0,0 +4030,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.3,0.595294045,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7678051793,0.30331501780000003,3.7416573868,0.0,0.7,0.9,2,3,7,5,10,3,7,4,3,2,5,1,1,0,0,0,0 +4032,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.5,0.9297176991,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6395859973,0.3744329045000001,2.8284271247,0.5,0.3,0.1,3,1,6,1,9,2,8,4,2,2,6,0,0,1,0,0,1 +4035,0,0,1,9,1,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.8,0.5,0.9775607398,11,1,0,0,1,14,1,1,2,1,42,2,0.4,0.6682281988000001,0.3376388603,2.6457513111,0.2,0.5,0.5,3,2,9,4,12,1,17,5,2,5,7,0,1,1,0,0,1 +4036,0,2,1,5,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.0,1.002808556,11,1,-1,8,-1,3,1,1,0,1,104,2,0.5,1.2592221789,0.474341649,3.6055512755,0.6,0.4,0.7,5,2,9,3,9,3,7,8,1,3,3,0,0,1,1,1,0 +4041,0,5,1,2,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.6329494451,4,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6017364679,0.3887158345,2.4494897428,0.6,0.7,0.4,3,2,7,6,10,1,7,6,1,4,7,0,1,0,1,0,0 +4042,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5214163404,7,1,0,0,1,11,1,1,3,1,104,3,0.3155946768,0.4620069407,0.3138470965,0.0,0.1,0.7,0.8,1,3,9,2,10,2,8,4,2,3,4,0,1,1,0,0,0 +4044,0,1,2,0,1,4,0,0,1,0,0,0,0,0,0,11,0,0,1,0.3,0.0,0.8488963423,4,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.81162779,0.4074309757,2.8284271247,0.8,0.5,0.1,3,4,5,5,7,2,12,6,2,2,12,0,1,0,0,1,0 +4054,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.5,0.7897784498999999,7,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.8086822256999999,0.2944486373,3.7416573868,0.4,0.1,0.9,1,1,6,4,11,2,10,3,1,1,5,0,1,1,0,0,0 +4057,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.9086390923,6,1,-1,0,0,1,1,1,0,1,65,1,0.3152776554,0.5001859157999999,0.3521363372,1.7320508076,0.8,0.3,0.5,4,2,8,3,7,2,5,6,0,1,6,0,0,0,0,0,0 +4059,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.5889609495,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6044600076,0.3860051813,2.2360679775,0.1,0.5,0.9,0,2,6,3,7,2,11,7,1,4,15,0,0,1,1,1,0 +4061,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.5921359640999999,6,1,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.6795872593000001,0.4129164564,2.2360679775,0.6,0.0,0.7,3,1,9,1,10,3,4,3,0,5,8,0,1,0,0,1,0 +4065,0,6,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.6393355926,6,1,-1,2,1,0,1,1,0,1,104,0,0.3994996871,0.6117310488000001,0.4102438299,2.0,0.8,0.0,0.9,1,2,8,4,8,3,8,2,4,1,12,0,0,0,0,0,0 +4066,0,6,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.8035079340000001,0,1,-1,0,0,11,0,0,0,1,17,2,0.3741657387,0.9839045593,0.3903844259000001,3.6055512755,0.5,0.2,0.7,1,3,7,3,9,0,4,2,2,1,3,0,0,0,1,0,0 +4068,0,7,1,5,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.8710625695,6,0,-1,0,1,1,1,1,0,1,104,3,0.4242640687,0.926604037,0.4129164564,3.1622776602,0.4,0.7,0.3,2,4,7,2,10,2,14,6,1,5,9,1,0,0,1,1,0 +4070,1,0,1,6,0,3,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.3,0.6614378278,11,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.808669451,0.2944486373,3.6055512755,0.5,0.1,0.8,4,4,8,2,9,3,14,4,2,3,5,0,1,0,0,0,0 +4071,0,6,2,5,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.5,0.3,0.8208227579999999,6,1,-1,0,0,11,1,0,0,1,47,2,0.3741657387,1.0712566962,0.3817066937,3.7416573868,0.1,0.8,0.1,2,1,7,6,10,3,6,5,0,3,5,0,1,1,1,1,0 +4075,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0102266336,0.4,3.0,0.3,0.9,0.8,3,0,8,5,11,1,6,4,5,2,13,1,0,0,0,0,0 +4077,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.1,0.5706356105,7,0,1,0,0,10,1,0,1,1,55,2,0.4472135955,1.239465944,0.359722115,3.7416573868,0.9,0.0,0.4,2,3,7,4,9,0,5,7,0,6,8,0,0,0,0,0,0 +4081,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.2764697411,11,1,1,0,1,1,1,1,0,1,65,1,0.316227766,0.5545640831,0.2880972058,2.8284271247,0.0,0.7,0.0,4,5,7,6,10,1,13,7,2,1,1,0,1,1,0,0,0 +4082,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6164414003,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8095759526999999,-1.0,3.7416573868,0.7,0.6,0.0,2,0,6,4,8,1,5,8,1,4,5,0,1,1,1,1,0 +4084,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.6,-1.0,7,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.6852037159000001,0.3943348831,3.0,0.4,0.9,0.6,2,3,9,4,11,0,7,6,2,5,7,0,0,1,1,0,0 +4085,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,1.1,1.4437364718,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6166592211999999,0.34727510710000004,3.1622776602,0.2,0.0,0.7,4,1,9,5,9,2,12,8,1,3,7,0,1,1,1,0,0 +4087,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0.9,0.3,0.6294839156,2,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.6962265472,0.4129164564,2.4494897428,0.3,0.1,0.1,2,0,8,1,9,4,8,6,4,4,6,0,1,1,1,1,0 +4096,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,9,0,0,0,0.1,0.2,-1.0,11,1,1,0,1,1,1,1,2,1,85,3,0.4242640687,0.7752232416,0.3507135583,2.8284271247,0.9,0.0,0.2,2,0,7,3,9,0,9,5,1,4,10,0,0,1,1,0,0 +4100,0,3,3,6,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.0650704202,7,1,-1,0,-1,7,1,1,2,1,79,3,0.3872983346,0.9547727002,0.39,3.6055512755,0.8,0.1,0.0,1,2,10,2,9,2,9,9,3,3,11,0,0,0,1,1,0 +4101,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,1,0.2,0.3,-1.0,8,0,-1,0,1,11,1,1,0,1,104,3,0.4472135955,0.7809191448,0.4248529157,2.8284271247,0.6,0.7,0.6,3,2,6,3,11,5,9,10,2,2,13,0,1,1,0,0,1 +4105,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.6,0.9978101022,7,1,-1,0,-1,10,1,1,2,1,83,2,0.399374511,0.5264492001,0.3974921383,0.0,0.8,0.9,0.1,2,3,7,3,9,1,6,4,1,2,12,0,0,1,1,0,0 +4107,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.527967802,7,1,0,0,0,1,1,1,2,1,38,3,0.316227766,0.6992469385,0.299165506,3.3166247904,0.7,0.1,0.9,4,0,9,1,10,1,9,4,0,2,7,0,1,0,0,0,0 +4109,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.7541551564,11,0,-1,0,-1,15,0,1,1,1,5,2,0.4472135955,1.1411781646,0.4,3.4641016151,0.6,0.5,0.6,2,2,7,2,6,0,8,4,2,2,8,0,1,0,0,1,0 +4112,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6913829117,0.34727510710000004,3.6055512755,0.8,0.4,0.6,3,2,10,2,10,1,9,6,2,5,9,1,1,0,0,0,0 +4113,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.6712860790999999,10,0,-1,0,1,10,1,1,0,1,83,2,0.4084115571,0.6133837864,0.3974921383,1.4142135624,0.9,0.1,0.9,1,1,8,4,11,2,10,4,3,1,6,0,1,1,0,0,1 +4114,0,3,1,8,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.3,0.1,-1.0,7,1,1,0,0,0,1,0,2,1,37,2,0.316227766,0.8403462490000001,0.31144823,3.6055512755,0.4,0.5,0.5,3,2,5,3,10,2,9,8,3,2,5,0,0,0,0,0,0 +4115,0,3,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,1.4376630342,8,1,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.5053767272,0.5329165038,3.4641016151,0.6,0.3,0.4,2,1,6,3,10,3,7,4,3,0,12,0,1,0,0,0,0 +4118,0,0,2,1,0,3,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.8,0.7992183681999999,2,1,-1,0,-1,0,0,0,4,1,32,1,0.316227766,0.7383530925,0.36,3.7416573868,0.6,0.6,0.8,4,2,6,3,8,3,13,5,2,2,4,0,0,1,0,0,0 +4122,0,0,3,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.8,1.0040542814,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5936649025999999,0.3619392214,2.6457513111,0.7,0.4,0.0,3,4,7,3,10,0,3,5,0,0,8,0,1,0,0,0,0 +4123,1,1,2,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,1.6,1.7707696066999998,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6969235820999999,0.3887158345,3.1622776602,0.7,0.2,0.8,4,5,7,2,7,5,5,7,1,4,7,0,1,1,0,1,0 +4127,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,1.5190457531,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7054100267,0.3937003937,3.0,0.9,0.1,0.0,3,3,4,3,8,3,7,5,2,3,6,0,0,1,0,0,0 +4129,0,1,2,1,0,1,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.7,0.957862203,11,1,1,0,0,7,1,1,2,1,92,3,0.3741657387,0.7750766424,0.3278719262,3.4641016151,0.0,0.1,0.2,1,3,7,2,10,2,10,2,1,7,2,0,0,1,1,1,0 +4130,0,0,1,6,1,6,0,1,0,0,0,0,0,0,0,4,0,0,1,0.5,0.4,-1.0,6,1,-1,0,0,4,1,0,0,1,50,2,0.4,0.8921663206999999,0.3943348831,3.6055512755,0.2,0.2,0.4,3,1,9,2,10,2,7,6,0,1,7,0,1,0,0,0,0 +4135,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.6,0.9604686356,10,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6272891961,0.3619392214,3.0,0.1,0.8,0.2,1,1,8,5,9,4,6,3,4,4,8,0,1,1,0,0,0 +4136,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,1.5,1.3777245733,11,1,0,0,0,10,1,1,2,1,28,3,0.3741657387,0.8818533264,0.3286335345,3.3166247904,0.0,0.8,0.9,3,2,6,5,9,2,9,6,2,3,10,0,0,1,1,0,0 +4138,0,5,1,9,1,3,0,0,1,0,0,0,0,0,0,3,0,1,0,0.9,0.6,0.9536115561,5,0,1,9,0,11,1,1,2,1,56,3,0.4898979486,1.2518581231,0.4283689998,3.4641016151,0.1,0.5,0.2,3,2,9,2,11,4,7,3,0,2,2,0,1,0,1,1,0 +4141,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.0,0.6403124237,9,1,1,0,0,0,1,1,2,1,39,3,0.3160696126,0.7061565157999999,-1.0,3.1622776602,0.1,0.2,0.9,4,1,6,5,9,2,2,4,4,4,9,0,1,1,0,0,0 +4144,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6562202374,6,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.7127672762,0.3685105155,3.1622776602,0.7,0.5,0.0,3,3,8,3,7,2,6,6,4,5,11,1,0,1,0,0,0 +4147,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,1.1,1.5542281042,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6241026615999999,0.4129164564,1.7320508076,0.2,0.0,0.1,3,2,7,3,10,4,10,7,1,1,3,0,0,1,0,0,0 +4149,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,8,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.9174389434,0.3826225294,3.4641016151,0.9,0.1,0.3,3,2,9,4,10,3,13,6,1,4,7,0,1,0,0,0,0 +4151,0,3,1,6,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.9,1.2005207204,6,1,-1,0,0,10,1,1,0,1,55,2,0.4472135955,1.1803399846,0.4174925149,3.7416573868,0.8,0.9,0.3,1,2,9,3,11,3,16,8,1,1,6,1,0,1,0,0,0 +4153,0,1,2,6,0,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.5995004808,0.3744329045000001,2.0,0.6,0.0,0.3,4,5,6,4,10,3,7,4,4,5,3,1,0,1,1,1,0 +4154,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,44,1,0.4472135955,0.6479784202000001,0.4062019202,2.2360679775,0.9,0.0,0.9,2,2,8,2,11,2,12,1,1,1,11,0,0,0,1,0,1 +4155,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,1.0994316714,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6916861659,0.3685105155,3.0,0.5,0.4,0.2,2,2,7,2,10,4,14,5,3,1,8,0,0,1,0,0,0 +4158,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.4023369235,11,1,-1,0,-1,1,1,1,0,1,85,3,0.4242640687,0.9465465721,0.4098780306,3.4641016151,0.3,0.7,0.9,2,1,7,5,11,1,11,10,3,4,7,0,1,1,0,0,0 +4159,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.3,0.0,0.6600189391,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7482486439,0.3754996671,3.3166247904,0.5,0.4,0.2,2,3,7,1,8,3,11,6,0,6,8,0,1,1,0,1,0 +4161,0,4,1,3,0,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.1,0.2,-1.0,5,0,1,1,0,0,1,1,2,1,75,2,0.4472135955,1.2705338242,0.3823610859,3.6055512755,0.8,0.7,0.4,4,4,9,3,7,1,13,4,1,3,9,0,1,0,0,1,0 +4163,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.7,1.3160072188,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6384058141,0.34727510710000004,3.3166247904,0.4,0.8,0.8,1,3,7,1,9,2,7,8,1,2,8,0,1,0,1,1,0 +4165,0,2,1,6,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.9601432185,10,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.4380176984,0.3016620626,0.0,0.2,0.9,0.8,3,3,8,2,10,3,7,7,2,4,10,0,0,0,0,0,0 +4167,0,6,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.7893826702,6,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6635740942,0.3926830783,2.8284271247,0.7,0.5,0.1,2,0,7,2,10,1,7,3,2,2,4,0,0,0,0,1,0 +4178,0,2,1,1,0,0,0,1,0,0,0,0,1,0,1,2,0,0,1,0.0,0.0,0.5129571132,7,1,0,0,0,11,1,1,2,1,103,1,0.316227766,0.5693079749000001,0.2887905816,2.6457513111,0.5,0.9,0.4,0,3,8,2,11,3,13,8,0,6,5,0,0,0,0,1,0 +4182,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.7673004627,11,1,0,0,1,1,1,1,2,2,40,2,0.3741657387,0.7080411809999999,0.3248076354,2.8284271247,0.9,0.3,0.8,2,1,8,6,11,1,6,10,1,4,9,0,1,1,0,1,1 +4184,1,4,1,2,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.7,0.2,0.6179603547,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.68203027,0.3615245497,3.1622776602,0.6,0.1,0.8,2,1,9,1,11,3,11,4,1,3,11,0,1,0,0,0,1 +4186,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.3481468763,2,1,-1,0,1,14,1,1,0,1,104,1,0.4240283009,0.4196614141,0.3949683532,0.0,0.1,0.4,0.5,2,3,9,3,11,0,8,2,3,3,13,0,1,0,0,0,0 +4190,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.6,1.1863810518,9,0,-1,1,-1,16,0,1,2,1,104,3,0.316227766,0.7352544958,0.3674234614,3.1622776602,0.3,0.7,0.6,4,1,5,4,10,2,11,6,1,2,7,0,1,1,1,0,0 +4193,0,1,2,3,1,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.7,0.4,0.701338007,11,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.5889127115,0.3687817783,2.6457513111,0.3,0.9,0.6,2,2,6,1,10,2,4,6,1,5,8,0,0,1,1,0,0 +4194,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4220485754,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7833494518,0.4013726448,3.1622776602,0.5,0.6,0.5,2,2,10,4,9,1,5,3,1,0,5,0,1,0,0,1,0 +4196,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.5,1.069170239,11,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.5610645136,0.30331501780000003,2.2360679775,0.4,0.2,0.1,2,1,8,5,10,2,9,6,1,4,9,0,0,0,0,0,0 +4199,0,3,1,1,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.8703447593000001,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.794572238,0.3937003937,3.1622776602,0.0,0.9,0.1,2,3,8,2,10,3,7,7,2,2,4,0,1,1,0,0,0 +4202,0,5,2,1,1,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,1.2,1.5978501181,11,0,1,1,1,7,1,1,2,1,104,3,0.4472135955,1.1954199788,0.3641428291,3.4641016151,0.9,0.4,0.1,2,1,8,3,11,4,3,5,0,6,11,1,1,1,0,0,0 +4205,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.3,0.3,-1.0,8,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7224413384999999,0.3615245497,3.4641016151,0.2,0.4,0.7,3,1,6,2,9,1,6,2,2,0,10,0,1,1,0,0,0 +4206,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,5,1,1,0,0,1,1,0,0,1,65,3,0.316227766,0.8003098573,0.2898275349,3.6055512755,0.6,0.1,0.9,1,1,7,5,10,2,12,6,0,2,16,0,0,0,0,0,0 +4210,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.7,1.2033806547,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8771726273999999,0.3848376281000001,3.6055512755,0.8,0.8,0.3,2,0,6,2,10,3,7,7,0,5,4,1,1,1,1,1,0 +4211,0,1,1,7,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.4,0.7,1.2054563451,8,0,-1,9,0,15,1,1,0,1,41,2,0.5477225575,1.5228426008000002,0.5329165038,3.3166247904,0.9,0.5,0.2,1,1,7,3,10,3,3,8,1,5,12,0,0,1,0,0,0 +4219,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.9,1.3772708521,11,1,-1,0,-1,1,1,1,0,1,104,2,0.4242640687,0.9865416681,0.4141255848,3.6055512755,0.0,0.2,0.1,2,2,7,3,11,3,16,5,2,0,7,0,1,0,0,0,0 +4220,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,1.4,1.4474114826,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6909240429000001,0.3744329045000001,3.0,0.9,0.7,0.9,4,0,8,2,10,2,7,2,1,5,9,0,1,1,1,0,0 +4223,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.6,0.7628073151000001,7,1,1,0,0,11,1,1,2,1,16,3,0.3741657387,0.7438869327,0.3185906464,3.4641016151,0.0,0.2,0.4,1,2,7,3,8,2,10,5,3,2,7,0,1,1,0,1,1 +4224,0,0,1,5,0,4,0,0,1,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,0,1,0,2,1,100,0,0.4,0.8611807194,0.423083916,3.7416573868,0.0,0.4,0.8,1,3,8,1,9,4,6,2,1,4,8,0,1,0,0,0,0 +4227,0,0,1,4,0,2,1,0,0,0,0,0,0,0,0,6,0,1,0,0.1,0.2,-1.0,11,1,0,0,1,14,1,1,2,1,104,2,0.3997499218,0.6793439956999999,0.2109502311,2.6457513111,0.3,0.8,0.4,1,3,8,3,9,3,13,2,2,1,10,0,0,1,0,1,0 +4228,0,2,3,1,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.4,0.0,0.7097534783,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7542715823,0.4074309757,2.6457513111,0.7,0.3,0.4,3,2,7,3,11,1,10,8,0,1,11,0,0,0,0,0,1 +4231,1,0,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.3,0.8062257748,11,1,0,0,0,15,1,1,2,1,63,2,0.3872983346,0.8784495169,0.3193743885,3.6055512755,0.7,0.4,0.6,3,4,5,2,9,2,15,9,1,4,6,0,1,1,0,0,0 +4232,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,1.5247950682,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6896070267000001,0.3701351105,3.1622776602,0.9,0.0,0.6,3,1,7,3,8,2,11,10,1,2,1,0,1,0,1,1,0 +4237,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.5,0.2,0.6219927652,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7380872084000001,0.3666060556,3.4641016151,0.4,0.4,0.0,2,1,6,1,11,1,7,7,4,4,6,0,0,0,1,0,0 +4239,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,5,1,0,0,0,0,1,1,2,1,32,3,0.316227766,0.612254336,0.2944486373,2.8284271247,0.3,0.0,0.9,2,2,7,8,11,2,9,5,2,4,5,0,1,0,0,0,0 +4240,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.9013878189,7,1,0,0,1,1,1,1,2,1,64,1,0.316227766,0.6197173443,0.3016620626,3.1622776602,0.3,0.8,0.4,4,0,7,1,11,0,10,6,1,3,7,0,1,1,0,0,0 +4241,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.5,0.842985765,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7524477962,0.3907684737,3.4641016151,0.4,0.4,0.8,3,5,9,4,11,1,6,5,3,4,9,1,1,1,0,0,0 +4242,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,-1.0,4,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.9311527558,0.3307567082,3.7416573868,0.7,0.2,0.0,5,2,8,5,8,2,13,9,2,3,8,0,1,0,1,1,1 +4243,0,1,3,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6179603547,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7056150239,0.3887158345,3.3166247904,0.0,0.0,0.4,4,0,5,3,12,2,9,4,1,7,7,0,1,1,0,1,0 +4245,0,1,1,7,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.4,0.7611668674,6,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.8379339261,-1.0,3.6055512755,0.1,0.2,0.4,3,3,6,3,7,1,10,7,3,2,10,0,1,0,0,0,0 +4246,0,1,2,0,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.6717514420999999,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7652681429000001,0.3887158345,3.4641016151,0.4,0.5,0.4,2,0,8,3,9,1,8,5,1,2,9,0,1,1,0,0,1 +4248,0,3,1,8,0,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,0.2,0.4213074887,7,1,0,2,1,1,1,1,2,1,1,0,0.4242640687,0.9380391012,0.3468429039,3.4641016151,0.7,0.6,0.2,5,2,10,2,7,3,12,8,4,3,12,0,0,0,1,0,0 +4250,0,5,2,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,1.2,1.5668439616,11,1,1,2,0,0,1,1,1,1,100,0,0.4,0.9557946372,0.3217141588,3.6055512755,0.0,0.3,0.0,1,2,8,3,11,1,6,1,3,5,5,0,0,0,1,0,0 +4254,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.4486089611,11,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.7114471342,0.4074309757,2.2360679775,0.3,0.0,0.2,4,2,8,4,10,1,8,4,0,5,9,0,0,0,0,1,0 +4257,1,1,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,1.1,1.4069026263,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7622281388,0.3907684737,3.1622776602,0.5,0.8,0.0,1,1,6,2,8,2,8,10,1,2,7,0,0,0,0,0,0 +4259,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.2,1.2740192306,11,0,-1,0,-1,10,1,1,2,1,83,2,0.399374511,0.5714632516,0.3974921383,0.0,0.3,0.8,0.6,2,2,8,2,10,1,5,3,1,2,5,0,0,0,0,0,1 +4267,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.4,0.7048936090000001,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.4869367906,0.3626292873,0.0,0.4,0.6,0.0,1,2,6,3,7,2,11,3,1,2,4,0,1,0,0,1,0 +4268,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.6264982043,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5432341169,0.3507135583,2.4494897428,0.8,0.2,0.8,2,2,9,3,11,2,11,4,2,3,7,0,1,1,1,1,1 +4273,0,0,1,11,1,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.2,0.2,-1.0,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6831955784,0.4302324953,3.0,0.2,0.8,0.0,1,2,7,4,9,0,4,1,1,1,6,0,1,1,0,0,0 +4274,0,2,2,2,0,5,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.4,1.5120350525,11,0,1,0,1,10,1,1,2,1,55,2,0.4242640687,1.0905776012,0.3586084215,3.4641016151,0.1,0.0,0.7,2,0,9,3,9,0,5,5,0,3,8,0,1,1,1,0,0 +4276,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.9,0.4,0.5567764363000001,6,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.7676881146,0.374566416,3.3166247904,0.6,0.7,0.0,2,2,8,5,7,1,5,2,1,5,11,0,1,0,0,0,0 +4281,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.6,0.8831760865999999,11,1,-1,0,-1,4,1,1,0,1,84,3,0.316227766,0.7024014298000001,0.3667424164,3.4641016151,0.0,0.1,0.7,4,4,8,2,11,2,14,3,0,1,4,0,1,0,0,1,1 +4282,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,6,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.6751492029999999,0.3887158345,2.8284271247,0.5,0.4,0.4,1,1,6,1,10,3,12,4,0,7,7,0,1,1,0,0,0 +4284,0,2,1,8,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.7,0.2,0.455521679,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7321568951,0.3598610843,3.6055512755,0.5,0.9,0.5,2,2,5,4,10,2,8,11,2,1,6,0,1,0,1,0,0 +4290,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5442885264,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6815605574,0.3744329045000001,3.0,0.9,0.7,0.8,3,2,9,4,10,3,13,6,1,2,12,0,0,1,0,1,0 +4293,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.7048936090000001,11,0,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.8629662472,0.32984845,3.0,0.1,0.8,0.4,2,0,7,3,7,2,10,11,1,4,8,0,1,1,1,0,0 +4297,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.8066132901999999,10,1,0,0,0,0,1,1,2,1,78,3,0.4,0.7862453931000001,0.3287856445,3.3166247904,0.5,0.6,0.8,0,2,9,3,9,2,7,4,1,3,11,0,0,1,0,0,0 +4298,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.7,0.8299096336,11,0,0,0,0,11,1,1,2,1,69,3,0.4242640687,1.1457611422,0.3535533906,3.7416573868,0.4,0.5,0.9,2,0,8,3,9,1,11,7,0,3,9,1,0,1,0,1,0 +4301,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,11,0,0,1,0.9,1.1,1.2978347352,9,1,0,0,1,4,1,1,2,1,84,3,0.316227766,0.7059955751000001,0.3201562119,3.3166247904,0.4,0.4,0.7,3,1,4,0,10,3,9,4,1,1,4,0,0,1,1,0,0 +4302,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.8,1.7558829688,11,0,1,9,1,8,-1,0,1,1,104,3,0.5477225575,2.3489931024,0.5213444159,3.4641016151,0.4,0.3,0.7,3,3,9,3,10,5,4,5,3,4,9,0,1,1,0,0,1 +4307,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,1.2303454799,11,0,0,1,1,0,1,1,2,1,104,2,0.5,0.9254215033,0.3832753579,2.8284271247,0.9,0.9,0.9,5,2,10,3,9,3,10,13,1,0,7,0,1,0,0,0,0 +4309,0,0,3,8,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,0.5,0.6471089553,11,0,0,0,0,11,1,1,2,1,2,3,0.4242640687,0.9641936639,-1.0,3.6055512755,0.6,0.6,0.2,3,4,7,2,7,1,5,3,0,5,2,0,0,0,0,1,0 +4314,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.8,0.2,0.5830951895,10,1,-1,0,-1,11,1,1,2,1,103,1,0.3160696126,0.520826584,0.3307567082,1.7320508076,0.7,0.1,0.0,2,2,7,2,9,4,10,7,0,7,11,0,0,0,0,0,0 +4315,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7495832175,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6173289571,0.3583294573,3.0,0.0,0.8,0.4,0,2,7,4,9,2,11,3,1,5,8,0,1,0,1,1,0 +4317,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,0.8842369592,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.0741419793,0.4,3.3166247904,0.8,0.2,0.3,4,3,8,3,11,0,7,6,2,2,5,0,1,1,0,1,0 +4319,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6950719387000001,7,1,1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4463117911,0.3049590136,1.0,0.6,0.0,0.5,3,5,7,3,8,3,11,4,1,4,8,0,0,1,1,0,0 +4320,0,6,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,1.5,1.3872184399,11,1,1,9,1,8,1,1,1,1,104,3,0.4898979486,1.3981983685,-1.0,2.8284271247,0.6,0.2,0.7,3,3,7,3,10,2,6,7,1,2,6,0,0,1,0,1,0 +4321,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,1.0,1.4669270602000002,8,1,-1,0,0,15,0,1,0,1,63,2,0.3872983346,0.8646764073000001,-1.0,3.6055512755,0.3,0.9,0.8,2,1,8,2,8,5,9,9,1,2,8,1,0,1,1,1,0 +4322,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.6,0.3,0.9195787079,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6844343747,0.3744329045000001,3.0,0.5,0.8,0.5,2,0,7,3,9,3,4,6,2,2,6,0,1,0,1,1,1 +4324,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.8,1.3899190624000002,11,1,1,0,1,3,1,1,2,1,15,3,0.4,0.9176269701,0.3420526275,3.6055512755,0.5,0.3,0.2,4,4,9,3,10,2,9,3,2,4,9,0,1,0,0,0,1 +4325,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.5728219619,7,1,0,0,1,1,1,1,2,1,64,1,0.3160696126,0.5580737236,0.3041381265,2.4494897428,0.2,0.4,0.4,2,0,6,4,10,2,11,6,0,5,8,1,0,1,1,0,0 +4326,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.7048936090000001,11,1,-1,0,-1,1,1,0,2,1,70,3,0.4242640687,1.0007538481,0.3992492956,3.6055512755,0.9,0.4,0.9,3,2,7,4,11,2,8,8,0,2,7,0,1,0,0,0,0 +4327,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.8742854225,10,1,1,0,0,14,1,1,2,1,42,2,0.4,0.8205143519,0.3313608305,3.7416573868,0.3,0.9,0.8,4,2,8,5,9,4,8,8,5,6,10,0,1,0,0,0,0 +4328,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.6,0.775403121,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,1.0497919904000002,0.5204805472,3.4641016151,0.0,0.9,0.3,2,3,7,2,9,1,7,3,0,3,13,0,1,1,0,1,0 +4329,0,0,1,0,1,-1,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.5,1.0511898021,11,1,0,0,0,0,-1,1,2,1,32,1,0.316227766,0.6754704512999999,0.2944486373,3.6055512755,0.4,0.8,0.3,3,1,8,4,6,3,8,3,1,0,9,0,0,1,1,0,0 +4331,0,1,3,7,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.8,0.3,0.8208227579999999,11,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6718975226999999,0.3292415527,3.1622776602,0.2,0.6,0.3,2,2,9,4,9,2,8,7,1,1,6,0,0,0,0,1,0 +4336,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.5,0.9,1.0283481901,4,1,-1,0,1,11,1,1,0,1,19,3,0.3160696126,0.5795053461999999,0.3734969879,2.0,0.7,0.9,0.9,1,0,8,2,7,3,8,12,1,1,6,0,0,0,1,0,0 +4338,1,0,2,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.8,1.1096170511,11,1,1,0,0,11,1,0,0,1,103,1,0.316227766,0.7154868885,0.2887905816,3.7416573868,0.7,0.8,0.4,3,1,7,3,9,2,1,5,0,5,5,0,0,1,0,1,1 +4340,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.8,0.5,0.9810708435,11,1,-1,0,-1,1,1,1,2,1,104,2,0.4242640687,0.9267662387,0.4141255848,3.4641016151,0.3,0.3,0.8,1,0,6,5,8,4,7,4,1,2,4,0,0,1,0,1,0 +4341,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.4968651729,7,1,-1,0,-1,14,1,1,3,1,82,3,0.3160696126,0.5790773511,0.3651027253,2.2360679775,0.7,0.4,0.3,2,1,8,3,8,3,9,9,2,1,6,0,1,1,0,0,0 +4342,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,8,0,0,0,0.2,0.3,-1.0,10,1,-1,9,1,15,1,0,0,1,41,2,0.5477225575,1.685701904,0.5329165038,3.6055512755,0.9,0.2,0.7,1,0,8,5,10,1,7,4,1,4,4,0,0,1,0,1,0 +4345,0,3,2,5,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7806247498000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5591463387,0.3640054945,2.4494897428,0.2,0.6,0.3,2,0,9,3,8,2,8,3,3,2,9,0,1,0,0,1,0 +4347,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,1.2,1.4091220671,11,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.6737860218999999,0.3292415527,3.1622776602,0.6,0.7,0.4,1,3,7,3,9,2,16,7,2,4,3,0,0,0,0,0,0 +4350,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.5,1.0105691466,11,1,-1,0,-1,0,1,1,3,1,34,2,0.4,0.7599613953000001,-1.0,3.1622776602,0.5,0.6,0.5,4,0,8,3,6,3,10,8,1,2,7,0,1,0,0,0,0 +4353,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.3,0.6294839156,10,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7089306345999999,0.3754996671,3.1622776602,0.7,0.7,0.0,1,0,7,3,9,3,7,4,3,5,11,0,1,0,0,0,0 +4356,0,1,1,9,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6745828218000001,0.3615245497,3.1622776602,0.5,0.5,0.6,3,0,9,5,8,1,7,3,2,3,10,0,1,1,0,0,0 +4360,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.4,0.6619101146999999,3,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6033823398,0.34727510710000004,3.0,0.6,0.1,0.4,2,2,8,4,11,0,8,8,1,3,6,0,1,1,0,0,0 +4363,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.608276253,7,1,-1,0,-1,14,1,1,3,1,42,2,0.4,0.7054246713,0.3937003937,3.0,0.5,0.1,0.1,5,3,8,5,6,3,5,9,1,4,4,0,0,1,0,1,0 +4369,0,6,1,7,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.6,0.772576857,10,1,-1,0,1,1,1,0,0,1,10,2,0.316227766,0.8443559578000001,0.3814446225,3.7416573868,0.8,0.5,0.5,2,1,9,1,8,3,7,10,3,6,8,0,1,0,0,0,0 +4370,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.68556546,7,1,-1,0,-1,0,1,1,2,1,95,2,0.3989987469,0.6152168199,0.3322649545,1.7320508076,0.9,0.2,0.9,1,1,7,4,7,4,13,4,1,2,8,0,0,1,0,0,0 +4372,0,0,1,3,1,6,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,0,6,1,11,1,1,2,1,104,0,0.6479197481,0.8743947139,-1.0,0.0,0.4,0.3,0.5,3,3,6,2,10,2,13,6,1,1,8,1,1,1,0,1,0 +4373,0,3,1,4,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.909326674,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7064490413,0.4062019202,2.6457513111,0.4,0.9,0.9,2,2,8,5,8,3,9,4,1,4,11,0,1,1,0,0,0 +4375,0,4,1,7,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.697316284,6,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.8015094231000001,0.3974921383,3.1622776602,0.7,0.6,0.0,3,4,9,4,10,3,12,4,4,3,8,0,1,1,0,1,0 +4376,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.5,0.7889866918999999,9,1,0,0,1,4,0,1,2,1,104,3,0.4,0.674720634,0.3535533906,2.4494897428,0.7,0.9,0.3,2,3,8,2,10,1,11,5,1,4,7,0,1,1,1,1,0 +4377,0,2,2,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,1.0,1.2088217404,8,1,1,0,1,9,1,0,2,1,93,3,0.4,1.0071336465,0.316227766,3.6055512755,0.0,0.6,0.8,3,1,6,1,9,2,9,8,2,6,10,0,1,0,0,0,0 +4378,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.4,0.0,-1.0,6,1,-1,0,-1,11,1,0,2,1,101,3,0.3741657387,0.9269272975,0.3850973903,3.6055512755,0.2,0.8,0.6,3,4,9,1,9,4,6,5,2,3,2,0,0,0,0,1,0 +4381,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,5,1,1,0,0,1,1,1,2,1,85,3,0.3741657387,0.9008776712,0.3459768778,3.6055512755,0.9,0.9,0.5,1,1,8,1,9,3,11,7,1,4,5,0,1,1,0,0,1 +4384,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.0,0.5,0.907606743,11,1,0,0,0,10,1,1,2,1,89,2,0.3872983346,0.8816775895000001,0.33615472630000004,3.1622776602,0.4,0.4,0.1,2,2,7,1,10,2,6,8,1,4,3,0,1,1,0,1,0 +4385,0,4,1,7,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.8310385069,6,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7380872084000001,0.3666060556,3.4641016151,0.6,0.2,0.0,0,1,9,3,8,4,9,0,2,4,5,0,0,0,0,0,0 +4388,0,7,4,10,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.3,1.6372614330000002,6,1,-1,0,1,0,1,1,0,1,66,1,0.3998749805,0.6768607655,0.3817066937,2.2360679775,0.8,0.5,0.1,1,1,7,5,9,3,7,7,2,1,9,0,0,0,0,1,0 +4395,0,7,1,2,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,1.0,1.4688430822,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8936183296,0.3820994635,3.0,0.7,0.0,0.7,2,5,7,4,9,2,7,7,2,2,9,1,1,0,0,0,0 +4399,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5291502621999999,11,1,0,0,1,1,1,1,2,1,64,1,0.3152776554,0.4473059855,-1.0,0.0,0.9,0.9,0.5,4,1,7,1,10,2,3,9,2,5,7,0,1,0,0,1,0 +4403,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.575,11,1,1,0,0,1,1,0,2,1,51,2,0.4,0.9873057922,0.4363484846,3.7416573868,0.3,0.6,0.0,3,1,8,2,10,3,3,3,2,3,10,0,1,0,0,1,1 +4405,0,0,1,9,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.8,0.9852030248,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7532025289000001,-1.0,3.6055512755,0.1,0.4,0.7,2,1,9,3,7,3,7,6,0,3,8,0,0,1,0,0,0 +4408,0,1,2,7,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5511351921000001,7,1,0,0,1,1,1,1,2,1,64,3,0.3160696126,0.5192373619,0.3041381265,1.7320508076,0.7,0.9,0.9,2,2,9,1,7,4,9,8,1,1,3,0,1,0,0,0,0 +4409,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.4,1.5736104982,11,0,0,0,1,15,1,1,2,1,5,2,0.4472135955,1.1049662498,0.32557641190000003,3.4641016151,0.0,0.9,0.3,0,2,7,3,10,1,9,8,1,2,6,0,0,0,0,0,0 +4410,0,0,2,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.6600189391,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5094763152,0.3640054945,1.0,0.8,0.9,0.3,1,3,8,1,5,4,4,8,1,4,6,0,1,1,0,1,1 +4415,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.8962386968000001,0.3984971769,3.3166247904,0.6,0.5,0.8,4,2,8,2,6,3,8,9,3,3,8,0,1,1,0,0,0 +4417,0,7,2,1,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.9562295749,4,1,-1,0,0,1,1,1,0,1,80,2,0.316227766,0.7847230653,-1.0,3.6055512755,0.6,0.6,0.2,2,2,7,1,8,2,8,5,4,0,10,0,1,0,0,0,0 +4418,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.0,0.4401704215,2,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6693866688,0.3615245497,3.0,0.8,0.7,0.7,3,2,8,3,9,1,7,4,3,0,7,0,1,1,0,1,0 +4421,0,3,1,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.6219927652,7,1,-1,0,-1,1,1,1,1,1,10,2,0.316227766,0.660698666,0.3768288736,2.8284271247,0.4,0.7,0.3,4,1,7,3,6,4,6,4,1,2,6,1,1,0,0,0,0 +4423,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,4,0,-1,0,0,11,1,1,0,1,53,2,0.4472135955,0.8329475691,0.4306971093,3.0,0.6,0.4,0.3,0,3,10,4,7,2,9,5,2,2,5,0,1,1,0,0,0 +4425,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.4,0.0,0.6015604708,5,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8359064956000001,-1.0,3.6055512755,0.8,0.9,0.3,2,1,8,5,10,2,6,3,4,2,5,0,1,1,0,0,0 +4430,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.5,0.2,0.6461423992,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4838080693,0.3640054945,0.0,0.1,0.8,0.3,3,4,5,6,10,4,12,7,1,5,7,0,1,0,0,0,0 +4433,0,0,3,10,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.2,0.3,-1.0,10,1,-1,0,0,14,1,1,0,1,104,1,0.3160696126,0.5256243827,0.3556683849,2.2360679775,0.2,0.2,0.7,2,2,7,5,10,2,14,2,3,4,6,0,1,0,0,1,0 +4435,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.4589389938,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5306708681,0.3307567082,2.0,0.7,0.3,0.4,1,0,7,2,9,4,11,4,0,4,12,0,0,0,0,0,0 +4439,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.4,1.8867962264,11,1,0,9,1,9,1,1,1,1,104,3,0.4472135955,1.1887384799,0.3872983346,3.3166247904,0.4,0.1,0.3,3,2,7,1,10,1,8,7,2,4,7,0,0,1,0,1,0 +4440,0,0,3,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,1.0,1.5674421839,11,0,-1,0,-1,14,1,0,2,1,8,3,0.4,1.0168518099,0.3952214569,3.7416573868,0.0,0.0,0.7,3,0,7,3,9,2,13,6,1,3,7,0,0,1,0,0,0 +4442,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.3,0.7603453162999999,9,1,-1,2,-1,1,0,0,2,1,104,2,0.3741657387,0.9745511787,0.4289522118,3.6055512755,0.6,0.5,0.6,2,3,7,3,7,3,9,3,0,2,10,0,1,1,0,1,1 +4445,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.3,0.7424621201999999,7,1,-1,0,-1,1,1,1,3,1,40,2,0.3741657387,0.7519533790999999,0.3814446225,3.3166247904,0.2,0.0,0.5,3,3,9,0,9,3,11,7,0,3,11,0,1,1,0,0,0 +4446,0,6,2,2,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.7,0.2,0.6103277807999999,4,1,-1,0,0,7,1,0,0,1,104,2,0.4472135955,1.1392826146,0.423792402,3.7416573868,0.8,0.9,0.8,4,1,9,4,10,1,13,6,0,4,13,0,1,1,1,0,0 +4448,0,6,1,4,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,11,0,1,0,1,0,1,1,2,1,78,3,0.4,0.8795660087,0.3287856445,3.3166247904,0.9,0.4,0.4,4,1,9,4,10,2,9,2,1,2,15,1,0,1,0,0,0 +4451,0,2,3,9,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,11,0,1,9,1,15,-1,0,2,1,41,2,0.5477225575,1.7108005835,0.4289522118,3.6055512755,0.2,0.4,0.9,3,1,7,2,10,2,9,4,1,4,4,0,1,0,0,1,0 +4453,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,1.6,1.4547336526,11,0,1,9,1,9,1,1,2,1,104,3,0.4898979486,1.3281286156999998,0.4144876355,3.4641016151,0.6,0.5,0.8,4,4,6,1,11,3,11,8,1,5,6,0,1,1,0,1,0 +4454,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.6595452978999999,11,1,-1,0,-1,1,1,0,1,1,51,2,0.3741657387,0.8878193175,0.4017461885,3.7416573868,0.5,0.6,0.5,4,3,8,3,7,3,6,8,1,2,8,0,0,1,0,0,0 +4458,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.7008922884000001,10,1,-1,0,0,9,1,0,0,1,21,2,0.316227766,0.8448311485,0.3768288736,3.6055512755,0.9,0.8,0.8,4,3,6,5,9,2,10,6,2,1,7,0,1,1,0,0,0 +4464,0,4,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.4,0.6968679931999999,4,1,-1,0,0,3,1,1,0,1,15,3,0.4,0.8265856287000001,0.4023679908,3.3166247904,0.7,0.0,0.5,3,2,9,5,9,1,7,9,0,2,7,0,1,0,0,0,0 +4466,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,0,1,0,0,1,78,3,0.4,0.9736720136,-1.0,3.7416573868,0.4,0.5,0.6,2,1,9,2,9,3,5,3,0,1,14,0,0,0,0,0,0 +4467,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.9,1.0155048006,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6430010989,0.3788139385,2.0,0.3,0.5,0.9,3,2,9,3,10,3,6,3,3,2,10,0,1,0,1,0,0 +4468,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.2,0.616948134,7,0,1,0,0,11,1,0,2,1,17,2,0.4242640687,1.0176946887,-1.0,3.7416573868,0.8,0.4,0.9,0,1,7,2,11,4,13,3,2,4,12,0,0,1,1,1,0 +4470,0,4,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,1.2,1.3355710389,10,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7382831323000001,0.3708099244,3.3166247904,0.7,0.6,0.8,2,0,10,2,10,3,11,8,0,3,4,1,1,0,0,1,0 +4473,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.9,1.1344051305,7,1,1,0,1,11,1,1,0,1,99,2,0.316227766,0.628539564,0.30331501780000003,3.0,0.2,0.5,0.0,2,3,5,3,9,4,7,3,3,2,6,1,1,0,1,0,0 +4480,0,2,2,1,0,6,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.6,0.9666307465,8,1,-1,0,1,4,0,1,0,1,104,2,0.3997499218,0.5905593371,0.3788139385,2.0,0.3,0.7,0.8,2,1,8,4,6,3,8,9,2,3,8,0,1,0,0,0,1 +4482,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.2,0.3230711996,5,1,1,0,1,9,1,0,2,1,104,2,0.4,1.0141356292,0.316227766,3.7416573868,0.2,0.0,0.9,1,3,7,5,9,3,7,5,0,1,14,0,1,1,0,0,0 +4483,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5105144464,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.6491889409,0.3814446225,2.6457513111,0.7,0.6,0.8,3,0,5,1,8,4,8,7,1,3,6,1,1,1,0,1,0 +4484,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.5,0.7512489601000001,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5108937235000001,0.3640054945,1.0,0.4,0.8,0.1,4,4,7,2,11,3,9,4,0,4,6,0,1,1,1,0,1 +4485,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.8,0.3,0.7267220927,11,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7174766387999999,0.3598610843,3.4641016151,0.4,0.4,0.3,2,3,8,3,7,1,10,8,0,5,11,0,0,1,1,0,0 +4486,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.2,1.4562365879,11,1,-1,0,-1,11,1,1,2,1,103,3,0.3160696126,0.54562308,0.3307567082,1.7320508076,0.3,0.5,0.2,2,2,7,2,9,1,6,6,0,1,5,0,1,1,1,0,0 +4490,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.7004278504000001,0.3619392214,3.6055512755,0.2,0.5,0.6,2,2,7,3,9,1,5,6,1,4,3,0,0,1,0,0,0 +4492,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.469041576,11,1,1,0,0,7,1,1,2,1,92,3,0.3741657387,0.7142874852,0.3278719262,3.1622776602,0.0,0.6,0.8,1,1,8,2,8,5,9,3,2,3,4,0,1,1,0,1,0 +4493,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.7,0.2,-1.0,7,1,1,0,0,1,1,0,1,1,40,2,0.3741657387,0.8632056342000001,0.3248076354,3.7416573868,0.0,0.2,0.2,3,3,5,2,10,4,7,8,0,3,10,1,0,1,0,1,0 +4495,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,0,8,1,11,1,1,2,1,24,2,0.4898979486,1.0287399016,0.4125530269,3.3166247904,0.1,0.3,0.3,4,1,8,4,11,1,9,5,3,1,10,0,1,0,0,0,0 +4496,0,5,1,10,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.1,-1.0,7,0,-1,0,-1,10,1,0,2,1,28,3,0.3872983346,1.1053308095,0.3911521443,3.7416573868,0.8,0.3,0.4,3,0,10,3,9,4,13,6,2,3,9,0,1,0,1,0,0 +4499,1,2,4,10,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.6,0.8154753215,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6656569489,0.3807886553,2.0,0.9,0.6,0.7,2,0,8,2,9,2,9,3,2,3,14,1,1,1,0,1,1 +4500,0,0,1,1,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.7628073151000001,5,1,1,0,0,1,-1,0,1,1,25,3,0.4,0.8896791138,-1.0,3.7416573868,0.4,0.0,0.2,2,1,8,4,9,3,8,3,2,1,5,0,0,0,0,1,0 +4501,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.8287792226999999,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.5899992996,0.3667424164,2.0,0.0,0.4,0.0,4,3,8,5,12,1,8,3,2,2,5,0,1,0,0,1,0 +4503,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.3,0.7941190087000001,6,1,-1,0,-1,6,1,1,3,1,26,3,0.3741657387,0.6062007414,0.3907684737,2.8284271247,0.8,0.6,0.6,2,2,7,2,8,2,7,7,0,1,4,0,1,0,1,0,0 +4505,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.725861557,11,0,-1,1,-1,16,1,1,2,1,104,2,0.4,0.9469830302,0.4147288271,3.3166247904,0.5,0.7,0.1,1,3,8,3,9,2,7,5,3,1,8,0,1,1,1,0,0 +4514,0,3,1,8,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,1,1,2,1,0,1,0,2,1,100,0,0.4,0.99962803,0.3193743885,3.7416573868,0.3,0.9,0.4,1,2,8,4,11,1,4,7,2,5,9,1,0,1,0,0,0 +4518,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.5777110004,7,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.6177973403,0.3907684737,2.8284271247,0.6,0.4,0.8,2,3,8,2,10,2,9,5,1,1,7,0,0,1,0,1,0 +4519,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.2062338082,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7231702473,0.3907684737,3.3166247904,0.7,0.7,0.4,0,1,10,3,8,2,11,7,0,4,9,0,0,0,0,0,0 +4522,1,1,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,1.0,1.4159802259,11,1,1,0,0,9,-1,0,2,1,21,3,0.316227766,0.8417808749,0.3130495168,3.6055512755,0.2,0.7,0.5,2,3,8,4,11,1,13,2,0,2,7,0,1,0,0,0,0 +4523,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.2,0.3,-1.0,9,1,1,0,1,1,1,1,0,1,31,3,0.3741657387,0.6629666608,0.31400636940000004,2.4494897428,0.1,0.8,0.6,3,2,9,5,10,1,6,8,2,4,11,0,0,0,0,1,0 +4527,0,6,1,3,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.6,0.6,0.9532837982,9,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.6848417806,0.3008321791,3.1622776602,0.8,0.8,0.1,5,4,7,3,8,1,6,8,3,4,6,0,0,0,0,1,0 +4528,1,5,1,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.8,1.0770329614,10,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5662695092,0.3583294573,2.6457513111,0.6,0.6,0.9,2,3,8,3,7,2,11,11,1,2,6,0,1,0,0,0,1 +4529,0,0,3,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6475916923,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7176062135,0.3615245497,3.3166247904,0.7,0.0,0.8,3,2,6,3,9,1,7,4,1,4,8,0,1,0,0,0,0 +4530,0,4,1,2,0,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0.9,0.3,0.6955213872,0,1,-1,0,1,11,0,1,0,1,103,1,0.316227766,0.6328800756,0.3583294573,3.0,0.3,0.5,0.1,2,2,7,2,11,3,10,8,0,5,1,0,1,0,0,0,0 +4533,0,4,2,1,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.8,1.2,1.7011025836000002,10,1,-1,0,0,14,0,1,0,1,82,3,0.316227766,0.6933122083,0.3685105155,3.3166247904,0.2,0.0,0.2,1,1,9,4,9,3,10,4,2,4,5,0,0,0,0,1,0 +4534,0,3,1,7,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6736096793,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.783692257,0.3907684737,3.6055512755,0.8,0.1,0.1,1,0,8,3,10,4,9,2,4,3,7,0,0,0,0,0,0 +4536,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.8093207028,11,0,1,0,1,15,1,1,2,1,104,3,0.4240283009,0.7415362655,0.3471310992,2.2360679775,0.2,0.0,0.9,2,2,7,6,10,3,14,7,1,3,11,0,1,0,0,0,0 +4537,1,1,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,1.1586630226,11,1,-1,0,-1,0,1,1,2,1,104,3,0.4,0.9213940211,0.3910242959,3.6055512755,0.8,0.0,0.9,2,4,9,0,9,3,5,3,1,4,6,0,0,1,0,0,0 +4538,0,6,4,4,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.5,1.0729631867,4,1,-1,0,1,1,0,1,0,1,85,3,0.3741657387,0.8485890088,0.3996248241,3.3166247904,0.9,0.2,0.5,2,1,10,3,7,3,6,6,0,2,9,0,1,1,1,0,0 +4539,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,0.611350963,11,1,1,0,1,0,1,1,2,1,22,3,0.316227766,0.7589139695999999,0.310322413,3.3166247904,0.5,0.4,0.9,2,1,7,6,8,2,9,4,2,1,5,1,1,1,0,0,0 +4544,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.6046693311,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.6757609729,0.3591656999,3.1622776602,0.3,0.7,0.0,2,0,8,5,10,4,6,8,0,5,8,0,0,1,1,0,1 +4545,1,7,1,9,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,1.3,1.5562374497,11,0,1,0,1,10,1,1,0,1,55,2,0.4242640687,1.1013890553,0.3586084215,3.6055512755,0.4,0.2,0.9,2,1,10,3,9,1,11,6,0,5,9,0,0,1,0,0,0 +4546,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.7,0.5,0.8366600265,6,1,-1,0,0,11,1,0,0,1,47,2,0.3741657387,0.9496084448,0.3817066937,3.6055512755,0.3,0.5,0.2,2,2,9,4,8,4,8,8,1,3,8,0,0,0,0,0,0 +4550,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8151915051999999,0.3848376281000001,3.3166247904,0.3,0.2,0.4,1,3,8,4,11,1,9,10,1,3,9,0,1,0,0,0,1 +4551,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.7101936356,8,1,1,1,0,3,1,0,2,1,102,2,0.4,0.9572688423,0.3269556545,3.7416573868,0.4,0.6,0.7,2,3,6,4,6,1,7,4,1,4,2,0,1,0,1,0,0 +4554,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,0.4769696007,7,1,-1,0,-1,0,0,1,2,1,87,3,0.316227766,0.7176098125,0.3615245497,3.4641016151,0.9,0.7,0.4,4,1,8,2,6,1,10,5,1,7,9,0,1,1,1,0,1 +4555,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.3,0.6269968102000001,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6729729281,0.3685105155,2.8284271247,0.4,0.0,0.6,0,2,9,3,10,2,5,12,3,5,5,0,1,0,0,0,0 +4556,0,1,1,2,0,3,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6832825184,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.7029307009,0.4110960958,2.2360679775,0.3,0.0,0.0,2,2,9,6,9,3,14,8,0,4,6,0,1,0,1,0,0 +4558,0,2,1,9,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.9601432185,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6393759871,0.3788139385,2.0,0.5,0.5,0.7,4,1,8,5,11,2,7,7,1,3,9,0,1,0,0,1,0 +4559,0,2,3,9,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,1.0,0.6819090848,11,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.6593103083,0.3666060556,3.0,0.5,0.6,0.2,3,4,8,1,10,2,13,7,0,1,8,0,1,1,0,0,0 +4560,0,0,1,6,1,1,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.6,1.5033296378,11,1,0,0,1,4,1,0,2,1,12,3,0.4,0.8867714679,0.3248076354,3.7416573868,0.2,0.3,0.3,3,2,9,5,10,2,5,6,2,3,7,0,1,0,0,1,1 +4561,0,1,1,1,0,4,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.5989832984000001,0.3687817783,2.8284271247,0.3,0.4,0.5,3,3,9,1,12,2,6,9,1,3,8,1,1,1,0,0,0 +4565,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7586995453000001,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7848514098,0.3937003937,3.4641016151,0.6,0.1,0.5,3,0,9,2,7,0,6,5,4,2,6,0,1,1,0,0,0 +4570,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,1.4,1.1953033088,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7084933379,0.3788139385,2.6457513111,0.5,0.4,0.8,4,3,7,3,8,2,6,6,1,4,9,1,1,1,1,0,0 +4572,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.6378675411,2,1,-1,0,1,14,1,1,0,1,29,3,0.3994996871,0.594482204,0.3984971769,2.0,0.7,0.2,0.0,2,1,7,3,8,2,9,10,0,0,10,0,1,0,0,1,0 +4576,0,4,1,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.6828250142,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4235563717,0.6759902440000001,0.3542597917,2.0,0.3,0.7,0.5,1,3,7,1,11,1,13,7,4,2,8,0,0,1,0,1,0 +4580,0,3,1,5,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.8,0.8785641695,7,1,-1,0,-1,0,1,1,2,1,104,3,0.3160696126,0.5456060396,0.3840572874,1.0,0.5,0.4,0.4,1,3,8,2,10,3,14,3,3,2,11,0,0,1,0,0,0 +4583,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.1,0.4198213906,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.8058669168000001,0.3814446225,3.6055512755,0.6,0.2,0.3,2,3,9,6,10,2,3,3,2,3,7,0,0,1,0,1,0 +4584,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.7,0.8803408431,7,0,1,0,1,10,1,1,0,1,83,2,0.4084115571,0.6729882786,0.33,2.0,0.1,0.1,0.1,4,2,6,3,10,3,5,6,1,5,4,0,0,1,0,1,0 +4585,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.5425633604,6,1,-1,0,0,1,1,0,0,1,80,2,0.316227766,0.8176316331999999,-1.0,3.6055512755,0.1,0.7,0.6,4,2,9,3,11,3,6,1,0,2,5,0,1,1,1,0,0 +4587,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.6354132514,11,0,-1,8,-1,13,1,1,0,1,104,3,0.4472135955,1.3266577031,0.4444097209,3.4641016151,0.2,0.9,0.8,2,4,7,2,9,3,9,4,2,4,10,0,0,1,0,1,0 +4591,0,1,2,0,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.6,1.0228636273,3,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7358864895999999,0.3598610843,3.6055512755,0.9,0.4,0.5,2,1,10,1,10,1,6,2,4,1,6,1,1,0,0,0,0 +4593,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,1.0077822185,10,0,-1,1,-1,14,1,1,1,1,104,2,0.5,1.1816171158,0.438520239,3.4641016151,0.8,0.9,0.5,2,2,7,0,9,3,10,12,2,5,6,1,0,1,0,0,0 +4601,0,2,1,9,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,1.1,1.4330910648,9,0,1,0,1,10,1,1,2,1,28,3,0.3872983346,0.9129803162,0.3286335345,3.0,0.8,0.2,0.9,2,1,9,4,9,5,5,7,1,2,6,0,1,0,1,1,0 +4604,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.6427480066,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1049662498,0.4,3.4641016151,0.6,0.0,0.4,1,1,9,4,9,0,6,5,1,0,10,0,1,1,0,0,0 +4608,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.3,0.0,0.7071067812,7,1,-1,7,-1,15,0,1,2,1,104,0,0.5,1.1547065027,0.5300943311999999,3.4641016151,0.0,0.8,0.6,2,1,9,0,9,5,8,6,0,3,5,1,1,1,0,1,0 +4618,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,-1.0,9,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.7158621918000001,0.2887905816,3.6055512755,0.6,0.2,0.4,3,3,6,2,5,2,7,2,1,2,9,0,1,1,0,0,0 +4622,0,1,1,10,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.6,0.7,1.1434596626,10,1,-1,0,1,4,1,1,0,1,48,2,0.316227766,0.7004079390000001,0.3748332963,3.4641016151,0.3,0.5,0.9,2,1,7,3,8,3,8,2,2,2,4,0,0,1,0,1,0 +4623,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7185053932,11,1,1,0,1,4,1,1,0,1,84,3,0.316227766,0.7483176723999999,0.3201562119,3.4641016151,0.3,0.9,0.2,2,1,6,3,9,4,11,6,0,4,5,0,1,1,1,0,0 +4624,0,1,1,8,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.8,1.0,1.0568230694,10,1,-1,8,0,0,1,1,0,1,104,2,0.4472135955,1.5374323878,0.5567764363000001,3.4641016151,0.8,0.8,0.0,1,1,6,5,10,5,6,3,2,6,4,0,1,1,1,0,0 +4625,0,0,1,1,0,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.0,-1.0,6,1,-1,0,0,11,1,1,0,1,57,2,0.423792402,0.6222792018,0.3734969879,2.0,0.8,0.0,0.7,1,1,8,3,9,1,8,6,2,1,7,0,1,0,0,0,0 +4627,0,0,3,4,1,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.4,0.9624188277,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7058638691,0.3583294573,3.4641016151,0.9,0.5,0.3,3,0,9,1,10,1,14,4,0,5,10,0,1,0,0,1,0 +4632,0,3,3,2,1,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.3,0.0,0.6759252917,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6384058141,0.34727510710000004,3.3166247904,0.5,0.9,0.3,3,0,8,3,9,3,5,6,1,2,6,0,1,1,0,1,0 +4637,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,0.4,1.8270536391,11,0,1,1,1,14,-1,0,2,1,104,2,0.4472135955,1.5499000234,0.390256326,3.6055512755,0.0,0.0,0.5,1,3,6,4,9,1,7,10,3,2,3,0,1,1,0,0,0 +4638,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.2,0.2,-1.0,11,1,0,6,0,11,1,1,0,1,104,0,0.6479197481,0.8701429540000001,-1.0,0.0,0.2,0.2,0.0,1,0,7,0,9,2,6,5,4,1,13,0,1,0,1,0,0 +4639,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.4,1.5419143944999998,11,0,-1,0,-1,10,1,0,2,1,28,3,0.3741657387,1.078461178,0.3820994635,3.6055512755,0.5,0.2,0.3,2,3,7,6,9,1,11,5,1,2,13,1,0,0,0,0,0 +4650,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.9522998477,11,1,-1,0,-1,0,1,0,2,0,78,3,0.4,0.911924561,0.3848376281000001,3.6055512755,0.3,0.4,0.1,5,3,9,4,8,0,5,9,1,1,10,0,1,0,0,0,1 +4652,0,1,1,9,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.8,0.8,1.175,10,1,-1,1,1,12,1,1,0,1,104,2,0.3741657387,0.7560499787,0.3987480407,3.4641016151,0.0,0.6,0.2,5,1,10,4,11,1,6,5,3,2,8,0,0,0,0,1,0 +4654,0,2,3,6,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6383572667,7,0,-1,0,-1,10,1,0,2,1,55,2,0.4472135955,1.3085699721,0.4189272013000001,3.7416573868,0.6,0.4,0.1,3,3,8,3,11,0,7,7,2,0,8,0,0,1,0,0,0 +4656,0,0,1,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,1.5506047207,10,1,-1,0,1,4,1,1,0,1,48,1,0.316227766,0.6018566315999999,0.3943348831,2.8284271247,0.1,0.6,0.0,4,2,9,2,8,1,11,4,1,2,8,0,1,1,0,0,1 +4662,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.3,-1.0,7,1,-1,0,-1,1,1,0,2,1,64,3,0.316227766,0.7395972770999999,0.3619392214,3.7416573868,0.6,0.6,0.5,2,0,8,2,10,2,8,10,1,1,3,0,0,1,0,1,0 +4663,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,6,1,-1,0,0,11,1,1,0,1,57,2,0.423792402,0.618399026,0.3734969879,2.0,0.0,0.1,0.8,4,0,7,1,10,0,9,2,0,3,10,0,1,1,1,0,0 +4664,0,0,1,6,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.3,0.9845684334,7,1,0,0,1,10,1,1,3,1,28,3,0.3741657387,0.8882962614,0.3248076354,3.3166247904,0.3,0.2,0.1,3,2,8,6,8,3,16,5,1,3,14,0,1,0,0,0,0 +4667,1,1,1,9,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,1.1,1.513274595,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8607007524,0.4,2.6457513111,0.0,0.9,0.9,2,1,7,3,9,4,10,8,0,4,5,0,1,0,0,1,0 +4669,0,2,1,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.5,0.938083152,11,0,-1,0,-1,3,1,0,2,1,15,3,0.4242640687,1.0463829869,0.4052159918,3.6055512755,0.7,0.6,0.1,1,3,6,1,8,3,10,4,1,0,8,0,0,1,0,1,0 +4670,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.4,0.0,0.5755432217,7,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.9655726687,0.3848376281000001,3.7416573868,0.0,0.0,0.2,2,3,6,3,6,3,10,6,0,1,6,1,0,1,0,0,0 +4676,0,2,3,5,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.6581223291,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.63605512,0.34727510710000004,3.3166247904,0.8,0.8,0.7,3,2,7,4,8,1,7,6,2,3,11,1,1,0,1,0,0 +4677,0,1,1,7,0,6,0,1,0,0,0,0,0,0,0,0,0,0,1,0.1,0.1,-1.0,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7972836114,0.4301162634,3.6055512755,0.9,0.5,0.6,2,1,10,3,9,1,10,7,1,5,5,0,1,1,1,1,0 +4678,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,6,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.6869203040999999,0.3937003937,2.8284271247,0.6,0.3,0.2,4,0,8,4,10,5,9,4,2,5,4,1,0,0,0,0,0 +4680,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.3,0.8234834545999999,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6586362068,0.3583294573,3.6055512755,0.7,0.5,0.9,4,1,9,2,11,1,5,2,0,3,2,0,1,1,1,1,0 +4681,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.9229707471,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4123105626,0.7231559620999999,0.3964845520000001,2.2360679775,0.4,0.6,0.6,2,1,6,3,12,1,11,6,0,2,7,0,1,0,0,0,0 +4688,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.9280355597,9,1,0,0,0,11,1,0,2,1,103,3,0.316227766,0.7720585342,0.2887905816,3.6055512755,0.1,0.6,0.5,3,4,8,2,9,1,7,6,0,3,12,0,0,0,0,1,0 +4691,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,1.3788582233000002,5,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.5962520683,0.30331501780000003,2.8284271247,0.1,0.3,0.1,2,3,8,4,11,2,9,8,3,0,11,0,0,1,0,0,0 +4693,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.9,1.7231874535,11,1,-1,1,-1,1,1,0,2,1,35,1,0.3741657387,0.9344088156,0.3535533906,3.6055512755,0.6,0.1,0.2,4,1,7,3,7,1,7,5,2,4,10,1,1,1,1,0,0 +4694,0,3,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.6,0.7850159234,11,0,0,9,1,15,1,1,2,1,104,3,0.4898979486,1.0920448633,0.3619392214,2.8284271247,0.9,0.3,0.2,4,3,6,5,9,3,14,8,1,3,6,0,0,1,0,1,0 +4697,0,6,1,4,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.5,1.0301698889,8,1,-1,1,0,3,1,1,0,1,104,2,0.4472135955,0.9516188903,0.4268489194,3.4641016151,0.5,0.0,0.9,4,2,9,3,8,2,9,7,1,3,7,0,1,0,1,0,0 +4701,0,1,1,6,0,2,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,6,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7092220159,0.3615245497,3.3166247904,0.4,0.6,0.8,5,1,7,5,9,0,12,5,2,4,10,0,1,1,1,1,0 +4702,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,11,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.7195816334999999,0.4302324953,3.1622776602,0.1,0.7,0.7,2,2,5,3,10,1,6,5,3,3,5,0,1,0,0,0,0 +4703,0,3,1,4,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5873670061999999,4,1,-1,0,0,11,0,1,0,1,103,1,0.316227766,0.6226940933,0.3583294573,3.0,0.5,0.8,0.9,2,2,7,2,11,3,10,2,1,2,5,0,1,0,0,0,0 +4707,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.5,0.9855201672,6,1,-1,0,1,4,1,1,0,1,84,3,0.316227766,0.6903406753,0.3667424164,3.1622776602,0.6,0.8,0.0,2,3,7,2,9,1,7,13,1,0,7,0,1,1,0,0,0 +4709,1,3,1,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,11,1,1,9,0,13,1,1,2,1,104,3,0.5656854249000001,1.1015484968,0.4370354677,2.0,0.5,0.0,0.8,3,1,8,4,9,2,9,2,1,2,7,0,0,1,0,1,0 +4714,0,1,1,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,14,1,1,0,1,68,3,0.4472135955,0.994146089,0.4086563348,3.4641016151,0.4,0.7,0.7,2,4,10,4,8,3,8,4,0,0,3,0,1,1,0,0,1 +4721,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.7,1.0316855141,10,1,-1,1,1,0,1,0,0,1,104,2,0.4472135955,1.5800800273,0.4549725266,3.6055512755,0.8,0.1,0.1,1,1,7,4,11,1,10,4,2,1,4,0,1,0,0,0,0 +4722,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.9,-1.0,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8029516828000001,-1.0,3.7416573868,0.0,0.3,0.7,4,4,9,2,10,1,5,4,0,2,4,0,1,1,0,0,0 +4730,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.9,1.3259430606,10,1,-1,0,0,0,1,0,0,1,22,3,0.316227766,0.8750785089,0.374566416,3.6055512755,0.0,0.0,0.5,3,0,6,2,9,5,7,3,0,2,11,0,1,1,1,0,0 +4731,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,1.0508924778,11,1,1,0,0,6,1,0,2,1,27,3,0.3741657387,0.8036332785,0.3204684072,3.7416573868,0.2,0.6,0.5,4,3,9,3,11,4,9,6,0,1,9,0,1,1,0,0,1 +4732,0,6,1,7,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.6,0.9229707471,6,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8583709104,0.3848376281000001,3.3166247904,0.9,0.0,0.5,1,1,8,5,12,3,6,3,1,3,4,0,1,1,0,0,0 +4734,1,5,2,0,0,6,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.4,0.7529110173000001,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6953654131999999,0.3887158345,3.1622776602,0.6,0.3,0.2,3,1,6,1,12,4,8,5,1,4,6,0,1,0,0,1,0 +4735,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5755432217,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6981972062999999,0.3615245497,3.3166247904,0.5,0.2,0.8,4,1,9,2,7,3,11,4,2,2,6,1,0,1,0,0,1 +4737,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.0,-1.0,6,1,-1,0,1,1,1,1,0,1,74,3,0.3741657387,0.6752410038,0.3861346915,2.8284271247,0.9,0.3,0.3,2,5,9,7,8,2,8,3,3,1,8,0,1,1,1,1,0 +4738,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.1,0.1,-1.0,6,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.5889653345,0.3521363372,3.0,0.6,0.8,0.3,2,1,7,3,9,3,9,4,2,0,6,1,1,1,0,0,0 +4739,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.4,0.0,-1.0,7,1,1,0,1,1,1,1,2,1,52,3,0.3741657387,0.7517472759999999,0.2973213749,3.3166247904,0.0,0.9,0.8,5,3,9,5,11,2,9,7,1,2,8,1,1,1,1,1,0 +4742,0,4,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,1,0,1,0,1,1,0,1,87,3,0.316227766,0.6905651058,0.2944486373,3.1622776602,0.6,0.2,0.5,1,2,8,1,8,1,4,1,2,1,3,0,0,0,0,0,0 +4747,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.6782329983,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.8053411576,0.4062019202,3.3166247904,0.1,0.6,0.4,4,2,8,3,11,1,16,4,0,2,6,0,1,1,0,1,0 +4751,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,0.2,0.5651327278,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6830594761,0.3687817783,3.3166247904,0.3,0.2,0.2,3,1,9,1,9,1,9,6,2,2,7,0,0,1,1,1,0 +4752,0,3,1,11,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.2,0.1,-1.0,4,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.6836339458,0.4166533331,3.1622776602,0.6,0.3,0.6,3,2,8,3,9,2,4,6,1,4,9,0,0,1,0,0,0 +4755,0,3,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7361215931999999,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5851467288000001,0.3583294573,2.6457513111,0.1,0.3,0.9,3,1,7,2,7,4,8,3,4,3,5,0,1,0,1,1,0 +4759,0,6,1,6,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,1.6359248149,6,0,-1,9,1,10,1,1,0,1,81,3,0.4472135955,1.1612012874,0.4975942122,3.1622776602,0.8,0.2,0.6,1,1,10,3,9,1,10,8,1,3,11,0,1,1,0,0,0 +4761,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.5,0.8396427812,6,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.8661804633,0.3848376281000001,3.6055512755,0.3,0.2,0.7,4,2,7,4,9,2,7,12,2,3,11,1,0,0,0,0,0 +4763,0,4,1,4,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.0,1.2132085559,11,1,-1,0,-1,3,1,1,0,1,15,3,0.4,0.8285704107999999,0.4009987531000001,3.4641016151,0.0,0.7,0.7,2,3,10,5,10,4,8,3,3,3,8,0,1,1,0,1,0 +4770,0,4,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.4,0.7416198487000001,4,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.6891874483,0.3937003937,2.8284271247,0.1,0.1,0.8,1,4,9,3,9,1,9,5,2,2,13,0,0,1,1,1,1 +4771,0,5,1,6,0,4,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.8015609771,6,1,-1,2,1,1,1,1,4,1,90,0,0.3741657387,0.7375411461,0.4196427052,3.3166247904,0.9,0.1,0.9,0,0,8,3,9,0,11,5,1,3,4,0,0,1,1,1,0 +4774,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.8,1.4,1.4947825928999998,11,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7391920986,-1.0,3.3166247904,0.2,0.1,0.9,2,1,9,3,10,2,5,5,4,6,7,0,1,1,1,1,0 +4775,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.6339361167,10,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.7158044656999999,0.3685105155,3.1622776602,0.3,0.5,0.4,3,2,9,4,9,1,3,4,3,4,10,1,0,0,0,0,0 +4780,0,0,2,1,0,6,0,0,0,1,0,0,0,0,0,7,0,1,0,0.7,0.6,0.9127568132,10,1,-1,0,0,0,1,1,0,1,88,3,0.4,0.7044340088,0.3974921383,2.8284271247,0.1,0.8,0.9,0,0,7,4,9,4,7,5,1,3,7,0,1,0,0,0,0 +4782,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.4,0.4,0.8728545125,11,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6761522151999999,0.3583294573,3.4641016151,0.5,0.2,0.5,3,3,8,3,7,3,7,5,0,4,7,0,0,0,1,0,1 +4784,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.6,1.7146428199,11,0,0,1,1,7,1,1,2,1,104,3,0.4472135955,1.0465310663,0.3641428291,3.0,0.9,0.4,0.5,3,1,6,1,8,2,1,7,1,5,12,0,0,1,1,1,1 +4794,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.5,0.3,0.6344288770000001,4,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.7567328644,0.3820994635,2.8284271247,0.4,0.8,0.9,1,1,8,2,6,4,10,6,4,2,6,0,0,1,0,0,0 +4795,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.2,0.6046693311,7,0,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,1.040114822,0.3466987165,3.7416573868,0.9,0.7,0.1,4,2,10,4,8,1,16,6,1,2,13,0,1,1,1,1,0 +4796,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.5,0.9896337706,7,1,-1,0,-1,7,1,1,2,1,104,2,0.4472135955,0.8242828087,0.4254409477,2.8284271247,0.3,0.8,0.9,4,1,8,1,8,4,14,10,1,2,7,1,1,1,0,1,0 +4800,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.5,0.3,0.6456585785,6,1,-1,0,-1,0,1,1,2,1,43,1,0.3994996871,0.4409325205,0.3667424164,0.0,0.1,0.2,0.8,2,1,10,4,7,1,9,4,4,4,10,0,1,1,0,0,0 +4803,0,0,2,9,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.7491662031999999,7,1,-1,0,-1,0,1,0,2,1,34,2,0.4,0.9997954336,0.3780211634,3.7416573868,0.1,0.8,0.0,3,3,10,1,8,1,13,6,1,4,10,0,1,1,0,0,1 +4804,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.6,0.9968701019,11,1,1,0,1,6,1,1,0,1,27,3,0.3741657387,0.7637310547,0.3204684072,3.4641016151,0.8,0.5,0.4,4,1,8,4,11,2,7,2,1,5,8,0,1,1,0,1,0 +4805,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.9,1.1177544453,11,0,0,0,0,11,1,1,0,1,69,3,0.4242640687,1.1319756188,0.3535533906,3.6055512755,0.5,0.7,0.3,1,3,6,3,10,1,11,6,2,1,6,0,0,1,1,1,0 +4808,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.7,0.0,0.5793315113,10,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7485799228,0.3937003937,3.0,0.2,0.2,0.8,3,3,7,4,11,3,15,6,2,2,2,0,0,1,0,0,0 +4809,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.9,-1.0,11,1,-1,8,-1,11,1,1,2,1,71,2,0.4898979486,1.13340524,0.4949747468,3.6055512755,0.3,0.8,0.6,2,1,7,4,10,3,10,4,1,3,9,0,0,1,1,0,0 +4811,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,-1.0,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7526125297,0.3887158345,3.4641016151,0.1,0.1,0.5,1,3,9,4,10,3,14,4,1,0,4,0,1,1,0,1,1 +4812,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,0.2,0.704006392,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6115790428,0.3687817783,2.8284271247,0.1,0.2,0.1,3,1,5,2,9,3,7,4,2,3,3,0,1,1,1,0,0 +4814,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.8,0.2,0.6031169041,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8233423115,0.4017461885,3.6055512755,0.0,0.6,0.0,3,4,9,3,10,1,13,8,0,3,12,0,1,1,0,1,0 +4823,0,7,1,10,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.9,1.1409973706999998,11,0,0,0,1,10,1,1,2,1,89,2,0.3872983346,0.9504240028,0.33615472630000004,3.3166247904,0.7,0.6,0.3,3,1,6,3,7,2,7,6,0,2,8,0,0,1,0,1,0 +4825,0,4,1,11,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.8,1.1747340124,3,1,-1,2,-1,1,1,1,2,0,90,0,0.4242640687,0.7117229705,0.4295346319,2.6457513111,0.8,0.3,0.1,5,3,8,7,11,4,6,3,0,0,8,0,1,0,1,1,0 +4827,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.4153311931000001,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.8278968675,0.4062019202,3.3166247904,0.4,0.3,0.0,2,1,7,6,9,0,6,7,1,2,3,0,0,1,0,0,1 +4829,1,5,1,6,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.5760859311,6,1,-1,9,0,9,1,1,0,1,104,3,0.6164414003,1.5359870437,0.4841487375,3.4641016151,0.4,0.4,0.6,2,1,5,2,6,2,7,6,4,3,6,0,1,1,0,0,0 +4830,0,0,1,0,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.6368017972,0.3685105155,2.4494897428,0.5,0.5,0.8,0,0,10,5,11,3,7,5,4,1,11,1,1,1,0,0,0 +4832,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.9653367288,3,1,0,0,0,14,1,1,0,1,42,2,0.4,0.7538194755,0.3376388603,3.3166247904,0.0,0.2,0.0,1,1,7,2,11,1,9,3,2,5,5,0,0,1,1,0,0 +4834,0,2,2,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.6763874629000001,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6769065514,0.4302324953,2.8284271247,0.8,0.8,0.7,3,2,7,7,8,2,6,1,1,1,6,0,0,1,1,0,0 +4836,1,1,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.5878988008,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9911311261,0.3984971769,3.4641016151,0.9,0.5,0.3,2,4,10,5,10,1,9,5,2,4,11,0,1,1,0,1,0 +4838,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.5520148195,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7630254591,0.3667424164,3.4641016151,0.9,0.7,0.3,2,1,6,3,9,1,4,5,4,2,6,0,0,1,0,0,0 +4842,0,1,2,6,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7017834423999999,7,0,-1,0,-1,7,1,1,2,1,92,3,0.4,0.7505232334999999,0.4045985665,3.0,0.1,0.3,0.2,3,0,9,4,9,4,9,5,1,4,8,0,1,1,0,1,0 +4843,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,8,0,0,0,0.9,1.2,1.2668859459,11,1,-1,0,-1,0,1,0,0,1,104,3,0.4,1.0464323491,-1.0,3.4641016151,0.4,0.3,0.0,3,3,10,6,10,1,11,5,0,1,7,0,0,1,0,1,0 +4844,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,-1.0,6,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.8143851303,0.4074309757,2.8284271247,0.8,0.2,0.2,3,0,7,2,8,3,6,5,3,1,4,0,1,0,1,0,0 +4847,0,2,2,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.4,0.7369701486,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7596622781999999,0.423083916,3.1622776602,0.0,0.8,0.5,4,2,7,4,10,3,10,3,0,4,8,0,1,1,0,0,0 +4849,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5986727745,0.3860051813,2.2360679775,0.7,0.2,0.3,1,3,7,2,7,1,10,7,1,2,7,0,1,0,0,0,0 +4851,0,2,3,2,1,0,0,1,0,0,0,0,0,0,0,5,0,0,0,0.9,0.9,1.1346805718,9,0,1,9,0,9,0,1,1,1,104,3,0.4472135955,1.3091382567,0.3969886648,3.4641016151,0.4,0.7,0.7,3,0,8,3,10,3,7,4,2,5,13,0,1,0,1,1,1 +4858,0,6,1,7,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.1,0.2,-1.0,9,0,1,9,0,15,-1,1,2,1,41,2,0.5477225575,1.5824518715,0.4289522118,3.4641016151,0.6,0.1,0.2,2,1,6,2,10,0,7,3,2,2,4,0,1,0,1,0,0 +4861,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,32,0,0.316227766,0.6495389336999999,0.36,3.4641016151,0.8,0.9,0.5,1,2,8,2,10,0,11,5,1,0,12,0,0,1,0,0,0 +4864,0,0,2,1,1,6,0,1,0,0,0,0,1,0,1,2,0,0,1,0.9,0.6,0.8721381771,11,1,0,0,0,14,0,1,1,1,49,3,0.4,0.7477652656999999,-1.0,3.3166247904,0.3,0.9,0.3,1,3,7,3,8,0,9,5,2,3,13,0,1,1,0,0,0 +4867,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.8824681297,11,1,0,0,1,14,1,1,2,1,82,3,0.3160696126,0.5455871051,-1.0,1.7320508076,0.6,0.7,0.2,2,2,7,3,9,1,3,8,4,4,6,1,1,0,0,0,0 +4868,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6354132514,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6633405318,0.3619392214,3.1622776602,0.2,0.7,0.3,4,2,8,5,11,4,5,2,3,4,8,1,1,1,0,1,0 +4875,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,32,1,0.316227766,0.7033273928,0.2944486373,3.7416573868,0.0,0.4,0.8,4,1,9,3,10,6,8,8,4,2,6,0,0,1,0,1,0 +4876,0,0,1,7,1,1,0,0,1,0,0,0,0,0,0,11,0,0,1,0.3,0.0,0.7516648189,11,0,0,0,1,10,1,1,2,1,89,2,0.3872983346,1.0722279269,0.33615472630000004,3.7416573868,0.1,0.5,0.0,1,3,8,2,10,4,6,5,0,4,9,0,1,1,0,0,0 +4878,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.3,0.7206767653,11,1,1,8,0,4,1,0,2,1,6,3,0.4,1.108934881,0.3466987165,3.6055512755,0.6,0.5,0.9,3,2,7,3,8,3,12,7,1,2,6,0,1,1,1,0,0 +4879,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,1.2244896896,11,1,-1,0,-1,1,1,1,0,1,65,1,0.316227766,0.5235369224,0.3507135583,2.4494897428,0.6,0.2,0.3,3,1,10,4,7,2,11,3,2,3,9,0,1,0,0,0,0 +4880,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,1.0,1.2789155562,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.8163616117,0.4110960958,3.3166247904,0.9,0.6,0.6,1,0,7,3,8,2,7,7,2,2,5,0,1,0,1,0,1 +4881,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.692820323,7,1,1,0,1,1,1,0,2,1,85,3,0.4242640687,1.0655460712,0.3577708764,3.7416573868,0.0,0.2,0.2,2,3,6,4,9,4,13,9,1,4,12,0,1,1,0,1,1 +4884,0,2,1,5,0,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.3,1.0015612812,11,1,1,0,0,0,1,1,0,1,87,3,0.316227766,0.7117229705,0.2944486373,3.3166247904,0.6,0.2,0.8,2,2,8,2,10,3,3,3,2,4,4,0,1,1,0,0,1 +4885,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.9089829481,7,1,-1,0,-1,1,1,1,2,1,91,3,0.3741657387,0.9259237068,0.4045985665,3.4641016151,0.0,0.0,0.3,2,1,8,5,11,2,10,8,1,5,9,1,0,0,0,1,0 +4888,0,2,1,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.6,7,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0783366438,0.4086563348,3.6055512755,0.4,0.7,0.7,1,4,9,2,11,4,7,12,0,1,5,0,0,0,0,1,0 +4889,0,2,2,0,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.7483314774,10,0,-1,8,0,9,1,1,0,1,13,3,0.4472135955,0.9376535687,0.4679743583,3.0,0.6,0.9,0.2,4,1,8,4,10,3,8,4,1,8,3,0,1,1,0,1,0 +4893,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6241523177,0.3583294573,3.3166247904,0.9,0.6,0.3,1,1,6,4,8,1,7,4,1,5,6,0,1,1,0,0,0 +4900,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,1.7,1.5033296378,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9816498172,0.4185689907,3.1622776602,0.2,0.3,0.3,2,1,6,2,8,2,7,5,0,3,8,0,0,0,0,0,0 +4901,0,1,2,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.5739120142,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8084305272,0.374566416,3.6055512755,0.0,0.9,0.2,3,2,7,2,11,2,8,10,0,1,8,0,1,0,1,0,0 +4906,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.9,1.5781714102000002,11,0,-1,0,-1,10,1,1,1,1,55,2,0.4242640687,1.1185882484,0.416533312,3.4641016151,0.0,0.1,0.6,2,1,8,3,7,4,7,6,2,3,13,0,1,1,0,0,0 +4908,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6828250142,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8472488292,0.4074309757,3.0,0.7,0.1,0.0,3,5,7,1,10,1,11,7,1,4,7,0,1,1,1,0,0 +4909,0,2,2,1,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.4,1.5455581516,10,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6289667508,0.3619392214,3.1622776602,0.3,0.7,0.6,4,0,8,4,9,4,10,4,1,1,11,1,1,1,0,1,0 +4910,0,7,2,7,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.6,0.8093207028,10,1,-1,0,0,1,1,1,0,1,74,3,0.3741657387,0.7060248398000001,0.3861346915,3.0,0.5,0.9,0.0,3,2,8,2,9,3,11,4,1,2,11,0,0,0,1,0,0 +4912,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.2,0.2,-1.0,7,1,0,0,1,0,-1,1,2,1,87,3,0.316227766,0.6911781773000001,0.2944486373,3.1622776602,0.2,0.8,0.5,5,3,6,4,10,2,5,2,1,3,8,0,0,0,1,1,0 +4913,0,1,4,6,1,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.5,0.8280247581,11,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.8021793662000001,-1.0,3.6055512755,0.9,0.5,0.0,2,1,7,1,9,2,9,5,1,0,9,0,1,1,0,0,0 +4918,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,1.7,1.4622328816,11,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.6073754675999999,0.3456877203,2.2360679775,0.5,0.4,0.6,2,0,8,2,9,2,10,5,3,1,8,1,1,1,0,1,0 +4919,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.4,0.2,0.6819090848,6,1,-1,0,0,0,1,1,0,1,46,3,0.4,0.7178940734999999,0.3663331817,3.0,0.5,0.3,0.4,4,0,8,1,8,2,13,4,0,2,11,0,0,0,0,0,0 +4920,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,1.4,1.1183134623,8,1,-1,1,0,12,1,1,0,1,104,2,0.3741657387,0.7436924851000001,0.3754996671,3.4641016151,0.5,0.2,0.8,2,1,8,3,10,4,10,7,1,3,6,0,0,1,1,1,0 +4921,0,0,1,9,0,6,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,0,0,1,32,1,0.316227766,0.7451881453,0.36,3.7416573868,0.3,0.8,0.3,2,2,9,5,8,1,3,1,0,3,13,0,1,1,0,0,0 +4924,0,7,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,0.5031152949000001,6,1,-1,0,1,7,1,1,0,1,104,2,0.4472135955,1.1027552833,0.4254409477,3.4641016151,0.0,0.7,0.9,1,1,6,2,10,2,7,3,0,3,6,0,0,0,0,0,0 +4926,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.0,1.1707369474,11,0,0,9,0,16,1,1,0,1,104,3,0.4472135955,0.9235218254,-1.0,3.0,0.7,0.6,0.2,1,1,7,3,10,3,10,3,0,2,6,0,1,0,0,0,0 +4927,0,5,1,7,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.8,1.1632390124,7,1,1,0,0,1,1,1,2,1,80,3,0.316227766,0.7537509508,-1.0,3.6055512755,0.2,0.0,0.7,3,1,8,3,8,4,11,4,1,3,6,0,1,1,0,0,0 +4930,0,0,1,4,0,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.5539629952,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5607329914,0.3619392214,2.4494897428,0.3,0.2,0.2,2,2,8,2,10,5,11,7,2,6,5,0,0,0,0,0,1 +4932,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.7,0.3,0.66473679,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6127097381000001,0.3768288736,2.6457513111,0.1,0.4,0.5,2,2,8,6,9,1,7,8,2,2,7,0,0,1,1,0,1 +4938,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.6,1.7980892636,9,0,1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9052418516,0.33615472630000004,3.1622776602,0.6,0.4,0.2,2,2,9,2,11,4,7,4,1,0,7,0,1,1,0,0,0 +4939,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.7352720585,11,1,1,0,1,7,1,1,2,1,96,3,0.4,0.851838071,0.3616628264,3.3166247904,0.4,0.8,0.1,5,0,9,4,10,3,6,6,1,1,10,0,1,1,1,1,0 +4940,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7529110173000001,11,1,-1,0,-1,0,1,1,3,1,39,3,0.3160696126,0.7205900359999999,0.3744329045000001,3.0,0.3,0.2,0.1,3,2,8,4,9,4,8,9,2,7,10,0,0,0,0,1,0 +4941,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.8,0.8767838957999999,10,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9230295072,0.4086563348,3.1622776602,0.1,0.8,0.9,3,1,10,5,8,2,11,7,2,1,9,0,0,1,1,0,0 +4944,0,3,1,5,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6991065727,6,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6986705203,0.3885871846,3.0,0.8,0.1,0.8,3,2,9,2,9,3,6,3,3,1,9,0,1,1,1,0,0 +4947,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,5,1,0,0,1,11,1,1,2,1,99,2,0.3155946768,0.5154633637,0.305777697,1.0,0.0,0.2,0.9,3,2,9,3,9,2,11,6,1,1,7,0,1,1,1,0,0 +4951,0,3,2,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,1.1313708499,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5256243827,0.3556683849,2.2360679775,0.0,0.9,0.8,0,0,3,2,9,2,4,8,2,4,7,0,0,1,1,0,0 +4953,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.5,0.9826622004,11,1,-1,0,-1,14,1,1,0,1,49,3,0.4,0.7802309470000001,0.3685105155,3.6055512755,0.6,0.8,0.6,3,1,8,2,9,2,9,2,0,1,9,0,1,1,1,0,0 +4954,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0.5,0.1,0.5562148865,10,1,-1,8,1,11,1,1,0,1,24,2,0.4898979486,1.0031458782,0.4949747468,3.1622776602,0.0,0.5,0.4,4,1,9,4,9,2,4,3,0,2,7,0,1,1,0,0,0 +4957,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.7683835131,0.3780211634,3.0,0.0,0.1,0.6,2,1,5,4,9,1,7,2,2,4,10,0,1,1,0,1,0 +4958,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6383087157,0.34727510710000004,3.3166247904,0.1,0.9,0.0,4,1,9,5,6,0,8,9,1,1,11,0,1,1,1,0,0 +4964,0,6,1,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,10,1,-1,8,1,11,1,1,0,1,71,2,0.5291502621999999,1.3734871466999998,0.4949747468,3.6055512755,0.0,0.5,0.4,2,0,9,5,10,0,5,5,3,4,10,1,1,1,1,1,0 +4965,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.6619101146999999,10,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.7021954944,0.3937003937,3.0,0.1,0.0,0.0,2,3,9,2,10,3,9,3,0,4,10,0,0,0,1,0,0 +4970,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.5,0.8746427842,11,1,1,6,0,14,1,1,2,1,104,0,0.475394573,0.8736855534,0.3872983346,3.1622776602,0.2,0.7,0.5,2,3,9,2,9,2,5,4,2,2,4,0,1,0,0,0,0 +4973,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.2,0.4905354218,11,1,1,0,0,1,1,0,2,1,38,1,0.316227766,0.7372189197,0.299165506,3.7416573868,0.0,0.9,0.8,3,2,9,2,8,2,8,6,0,3,9,1,1,0,0,0,0 +4974,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,14,1,1,2,1,104,2,0.4,0.6949047143000001,0.3984971769,2.8284271247,0.8,0.7,0.0,0,1,8,2,10,2,7,3,0,6,8,0,1,1,0,1,0 +4980,0,2,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.8,1.3957524852,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.8774611197,0.4176122604,3.3166247904,0.4,0.8,0.8,2,1,5,1,11,3,6,3,0,1,6,0,0,1,1,0,0 +4981,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,1.2,1.3002403623999998,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7600198453,0.3667424164,3.4641016151,0.0,0.2,0.1,2,2,9,3,11,4,14,5,1,3,8,1,1,0,0,0,0 +4991,0,3,1,7,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.3,0.7656696416,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.5832014806,0.3687817783,2.6457513111,0.7,0.1,0.5,3,2,9,5,9,3,12,8,1,2,12,0,0,0,1,1,0 +4993,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.2,0.4670385423,7,1,-1,0,-1,4,1,1,0,1,48,3,0.316227766,0.6969532277,0.3748332963,3.4641016151,0.9,0.6,0.6,2,0,9,3,11,4,14,4,4,1,5,0,1,0,1,0,0 +4995,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.1,0.2,-1.0,3,1,1,0,0,0,1,1,3,1,104,2,0.4220189569,0.5397811003999999,-1.0,0.0,0.3,0.5,0.8,3,1,8,3,10,4,7,2,2,3,8,1,0,1,1,0,0 +4999,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5900211861,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7200350083,0.3817066937,3.0,0.0,0.2,0.1,1,3,6,1,11,1,5,5,4,4,6,0,0,0,0,1,0 +5000,0,0,1,7,0,6,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,7,0,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,1.0480205663,0.4009987531000001,3.3166247904,0.8,0.7,0.6,2,1,9,1,9,1,3,5,3,0,7,0,1,1,0,0,1 +5003,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.679613861,11,1,-1,0,-1,1,1,0,1,1,85,3,0.4242640687,1.0340384602,0.4098780306,3.6055512755,0.0,0.5,0.7,3,3,10,5,8,1,7,7,1,2,7,0,1,1,0,0,1 +5004,0,2,3,7,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.768927825,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6096164625,0.3583294573,3.1622776602,0.9,0.5,0.3,1,0,9,3,12,3,8,11,3,0,8,0,0,0,0,1,0 +5005,0,1,2,0,0,6,0,0,1,0,0,0,0,0,0,2,1,0,0,0.8,1.3,1.5130680751,10,0,-1,0,1,0,1,1,0,1,86,3,0.445421149,0.8547509423999999,0.4117037770000001,2.8284271247,0.4,0.7,0.7,2,1,8,0,9,0,9,4,3,6,6,0,0,0,0,0,0 +5006,0,0,1,3,1,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.4,0.0,1.2742644937,11,0,0,0,0,6,1,1,2,1,33,3,0.4,1.0064974864,0.3286335345,3.7416573868,0.6,0.1,0.5,2,1,8,1,10,4,7,7,2,6,3,1,0,1,1,0,0 +5007,0,7,3,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.6,0.9134412953,11,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.7483038672,0.3248076354,3.6055512755,0.8,0.0,0.2,3,2,8,1,11,5,6,6,2,4,11,0,1,1,1,1,0 +5014,0,4,3,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.5,0.8455767262999999,6,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6483450005,0.3887158345,3.0,0.6,0.2,0.7,2,1,8,4,8,2,6,5,0,1,7,0,0,0,0,0,0 +5016,0,5,1,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.5,1.6592543506,11,0,-1,0,-1,6,1,1,2,1,73,3,0.4472135955,0.8387195081000001,0.4177319715,3.1622776602,0.1,0.7,0.5,2,3,10,2,10,1,4,6,0,2,9,0,1,1,0,0,0 +5018,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6189709202,7,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.7374150743000001,0.4141255848,2.8284271247,0.2,0.5,0.3,4,3,9,3,11,5,10,4,1,3,13,1,1,1,0,0,0 +5023,1,0,3,6,0,0,1,0,0,0,0,0,1,0,1,3,0,0,1,0.9,0.4,1.1258330249,7,1,0,0,1,14,1,1,2,1,104,2,0.316227766,0.6518726996,-1.0,2.8284271247,0.5,0.5,0.1,4,3,6,2,8,4,10,2,2,0,8,0,0,0,0,0,0 +5024,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.8,1.0644834428,11,0,0,9,1,8,-1,1,1,1,104,3,0.4472135955,2.1017849557,0.399374511,3.4641016151,0.1,0.5,0.7,2,3,8,2,7,3,8,4,1,4,5,1,0,0,1,0,0 +5026,0,2,1,8,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,1.2366790206,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7644611347,0.374566416,3.3166247904,0.0,0.9,0.8,1,1,7,4,10,5,5,3,0,0,2,0,1,0,0,0,0 +5027,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.6684870978999999,11,1,1,0,0,11,1,1,2,1,19,3,0.316227766,0.6087685714,0.3185906464,2.6457513111,0.9,0.4,0.0,2,5,8,3,11,2,9,5,1,2,13,0,1,1,1,0,0 +5031,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6717514420999999,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6557911127,0.34727510710000004,3.4641016151,0.0,0.7,0.6,2,2,8,3,10,1,10,3,1,4,9,0,1,0,0,0,0 +5034,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.7810249676000001,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,1.0371209354000002,0.4009987531000001,3.3166247904,0.0,0.6,0.2,1,3,7,2,8,3,5,5,2,3,6,0,1,0,0,1,0 +5035,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,3,0,1,0,0.9,0.6,0.7656696416,6,1,-1,0,1,1,1,1,4,1,64,1,0.316227766,0.5960961152,0.3619392214,2.8284271247,0.3,0.8,0.5,3,3,8,4,7,6,8,9,3,3,5,0,1,1,0,1,0 +5036,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.3,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.8553067209,0.3860051813,3.4641016151,0.1,0.6,0.0,3,1,8,3,8,5,8,6,2,3,6,0,1,1,1,0,0 +5037,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.5584576976,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4,0.7635551905,0.3926830783,2.6457513111,0.9,0.8,0.4,3,2,8,3,7,4,8,6,2,1,5,0,1,0,1,1,0 +5043,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.6,0.8649421945999999,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9814708982,0.4,3.0,0.6,0.5,0.9,3,0,9,1,10,3,9,5,0,4,6,0,1,0,1,0,1 +5050,0,2,2,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.0,0.5798706752,7,1,1,0,0,11,1,1,2,1,104,2,0.316227766,0.6839361045,0.3008321791,3.1622776602,0.7,0.7,0.2,2,0,8,5,9,1,5,10,2,1,6,0,0,1,0,0,0 +5051,0,2,1,7,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.427925034,0.3612478374,0.0,0.6,0.5,0.8,3,1,9,3,11,0,9,5,1,3,8,0,1,1,0,0,0 +5054,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.3,0.893028555,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.5932471228,0.3840572874,2.2360679775,0.2,0.4,0.7,3,3,8,4,11,1,8,4,1,2,7,0,1,0,0,1,0 +5055,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,0.4430011287,11,0,-1,1,-1,7,1,1,1,1,104,3,0.4472135955,1.1146563047,0.4286023798,3.3166247904,0.6,0.9,0.4,2,3,8,4,11,2,11,5,1,6,9,0,1,0,1,0,0 +5059,0,5,2,3,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,1.3,1.2178361959,11,0,1,0,1,3,1,1,2,1,15,3,0.4242640687,0.9907631252,0.3453983208,3.6055512755,0.4,0.4,0.5,2,1,6,3,10,4,9,3,1,1,9,0,0,1,0,0,0 +5061,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.5,0.4,0.7874007874,6,1,-1,2,1,11,1,1,0,1,14,0,0.3741657387,0.7730346981999999,0.4286023798,3.1622776602,0.0,0.6,0.3,2,2,9,2,10,2,11,10,2,7,8,0,0,1,0,0,0 +5065,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,1.2,1.410895106,7,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.7045747794,0.3292415527,3.3166247904,0.9,0.5,0.7,1,3,8,4,8,2,6,4,2,1,8,0,1,1,1,0,0 +5070,0,0,2,1,1,4,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.4,0.7495832175,10,1,-1,0,0,1,1,0,0,1,64,3,0.316227766,0.721683065,0.3619392214,3.6055512755,0.6,0.2,0.1,3,2,7,4,8,2,17,7,0,8,7,0,0,0,0,1,0 +5075,0,5,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.6,0.945714016,6,1,-1,0,1,7,1,1,0,1,104,3,0.4,0.9226265059,0.4176122604,3.3166247904,0.7,0.3,0.0,3,2,6,1,10,3,3,5,3,3,10,0,0,0,1,0,0 +5079,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,0.9536115561,11,1,1,8,0,14,1,1,2,1,18,2,0.5,1.136572708,0.4311612227,3.6055512755,0.5,0.9,0.0,3,1,7,2,8,2,7,6,1,2,7,0,1,0,0,0,1 +5080,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.575,7,1,-1,0,-1,6,1,1,2,1,26,1,0.3741657387,0.5740604973,0.3907684737,2.8284271247,0.0,0.0,0.0,3,2,9,4,10,4,7,7,2,1,6,0,1,0,1,0,0 +5082,0,6,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.9,0.5,0.8605957239,7,1,1,0,0,7,1,1,3,1,92,3,0.3741657387,0.8135474812000001,0.3278719262,3.4641016151,0.3,0.9,0.3,3,0,7,2,9,2,7,5,0,4,4,0,1,0,0,0,0 +5085,1,0,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.0,0.7562241731,6,1,-1,8,0,11,1,0,0,1,71,2,0.4898979486,1.2944573514,0.4949747468,3.6055512755,0.7,0.4,0.0,2,0,9,2,11,2,12,6,1,2,6,0,1,1,0,1,0 +5091,0,1,1,9,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.4,0.0,-1.0,7,1,-1,8,-1,3,1,1,0,1,104,2,0.5,1.3188007951,0.474341649,3.4641016151,0.7,0.7,0.0,3,0,4,4,8,4,9,3,1,1,7,0,1,0,0,0,0 +5095,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.6,0.2,0.5528336097,9,1,1,0,1,1,1,1,2,1,104,2,0.4358898944,0.8976553481,0.3626292873,3.3166247904,0.6,0.4,0.1,3,2,7,3,10,3,13,6,1,3,9,0,0,1,0,1,0 +5097,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.3,0.8007808689,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.790569415,0.3708099244,3.4641016151,0.4,0.0,0.4,3,0,6,2,10,2,2,3,0,5,5,1,1,1,0,0,1 +5099,0,2,3,4,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.4,0.7,0.9219544457,6,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7194178087,0.3598610843,3.4641016151,0.1,0.7,0.9,5,1,5,0,8,2,8,2,0,5,9,0,1,1,1,0,0 +5101,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.2,0.3,-1.0,4,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7256088922,0.3814446225,3.3166247904,0.5,0.4,0.3,2,4,7,2,10,2,7,5,1,4,14,0,0,1,1,0,0 +5102,0,1,3,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.7193747285,7,1,1,0,0,0,1,1,2,1,66,3,0.3998749805,0.6559643710999999,-1.0,2.2360679775,0.0,0.8,0.6,2,3,8,2,8,1,8,9,0,5,3,0,0,0,0,1,0 +5103,0,2,1,8,0,6,0,0,1,0,0,0,0,0,0,6,0,1,0,0.8,1.3,1.5043686383,11,1,-1,0,-1,11,1,1,2,1,104,1,0.3741657387,0.5571844806,0.3612478374,2.2360679775,0.5,0.8,0.6,2,1,7,3,6,2,5,3,6,2,5,0,1,1,1,1,0 +5104,0,7,1,7,1,4,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,1.5,1.360376786,9,1,1,1,1,1,1,1,2,1,35,1,0.3741657387,0.9229287733,0.3049590136,3.4641016151,0.1,0.6,0.6,3,1,8,4,8,3,7,6,1,0,8,0,1,1,0,1,0 +5109,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.9,1.2,0.3816084381,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7575106033,0.374566416,3.3166247904,0.8,0.2,0.2,3,0,6,3,8,2,9,4,2,5,11,0,1,1,0,0,0 +5110,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.9327379053,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.790569415,0.3708099244,3.4641016151,0.1,0.0,0.3,4,3,6,2,9,2,12,9,3,3,3,0,1,1,0,0,0 +5112,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.7,0.9695359715,10,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.674720634,0.34727510710000004,3.6055512755,0.0,0.9,0.1,2,1,5,3,7,3,5,5,4,6,6,1,0,0,1,0,0 +5116,0,2,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,0.6373774392,6,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.6862281624,0.3937003937,2.8284271247,0.0,0.7,0.0,4,0,7,3,10,1,9,3,2,4,7,0,0,0,1,1,0 +5119,0,0,4,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.2,1.2557368355,10,1,-1,9,1,15,1,0,0,1,58,2,0.5477225575,1.9150178559,0.500999002,3.6055512755,0.6,0.5,0.0,3,1,9,3,9,2,11,5,0,4,4,0,1,0,0,0,0 +5122,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.9,1.4611639196,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7393038942,0.3907684737,3.3166247904,0.4,0.4,0.7,2,2,10,5,7,2,7,6,0,5,8,0,0,0,0,0,0 +5123,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.7,0.6,1.0449282272,11,1,1,0,1,1,1,1,1,1,64,3,0.316227766,0.6452304348,0.3016620626,3.0,0.8,0.5,0.8,3,5,9,1,10,1,10,6,4,3,6,0,0,0,0,0,0 +5124,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7115124734999999,10,1,-1,0,1,0,1,0,0,1,34,2,0.4,0.9685232006,0.3780211634,3.7416573868,0.3,0.5,0.5,2,1,6,2,8,3,8,2,3,1,7,0,0,1,1,0,0 +5125,0,5,1,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,11,0,-1,1,-1,0,1,1,2,1,75,2,0.4472135955,1.1319003256,0.4440720662,3.4641016151,0.5,0.3,0.9,3,0,8,2,9,2,9,6,3,6,11,0,1,0,0,1,0 +5126,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.8415016340000001,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.656263528,0.3619392214,3.4641016151,0.8,0.5,0.6,2,1,7,1,12,2,6,10,1,2,6,0,1,0,0,1,1 +5128,0,1,1,5,1,6,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.810863737,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8133061798000001,0.3663331817,3.6055512755,0.9,0.8,0.5,3,0,8,3,10,4,6,3,1,3,7,0,1,0,1,0,0 +5133,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,13,0,0,1,0.6,0.6,1.287682026,10,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.5438043218999999,0.2887905816,2.4494897428,0.9,0.2,0.5,3,2,10,3,11,5,4,9,0,5,2,1,0,0,1,0,0 +5135,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7395099729000001,11,0,1,0,1,7,1,1,2,1,104,2,0.4472135955,0.924438628,0.3695943723,3.1622776602,0.4,0.3,0.6,4,2,7,3,9,2,6,4,3,2,12,0,0,1,1,0,0 +5138,0,0,3,5,0,5,0,1,0,0,0,0,0,0,0,1,0,0,0,0.9,0.3,0.7331439149,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7917837379000001,0.3780211634,3.3166247904,0.1,0.1,0.5,1,1,7,5,12,3,11,9,3,2,12,0,1,1,0,1,0 +5140,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.0,0.8605957239,6,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6740159647,0.3666060556,3.0,0.4,0.9,0.1,3,1,9,6,10,2,3,4,2,1,9,0,0,1,1,0,0 +5149,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.7,1.4120021246,6,0,-1,0,0,11,1,1,0,1,30,3,0.4469899328,0.8981155662,0.4511097427,3.0,0.8,0.0,0.7,2,3,9,1,9,1,8,5,4,5,6,0,1,1,1,1,0 +5151,1,0,1,5,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5361902647,11,1,-1,0,-1,11,1,0,2,1,104,2,0.316227766,0.8762947917,0.3817066937,3.6055512755,0.7,0.9,0.6,4,3,8,3,9,3,10,3,1,5,5,0,0,1,0,0,0 +5153,0,4,2,1,0,4,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,1.0,1.0945889639,6,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9252875363,0.4185689907,3.0,0.6,0.3,0.0,3,1,8,4,10,1,9,5,1,3,6,0,1,0,0,0,0 +5156,0,3,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.3,0.3,-1.0,10,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8854540787999999,0.3869108424,3.3166247904,0.0,0.7,0.4,1,2,7,0,11,5,9,6,1,4,4,0,1,0,1,1,1 +5163,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5190134873,11,1,-1,0,-1,11,1,1,2,1,57,2,0.4242640687,0.6309346339999999,0.3924283374,2.2360679775,0.1,0.5,0.4,3,1,8,3,12,1,12,8,1,3,13,0,0,1,0,1,0 +5164,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.0,0.3,0.6937218463,3,1,-1,0,-1,14,1,1,-1,1,82,3,0.3160696126,0.5642591867,0.3651027253,2.0,0.1,0.4,0.9,2,3,7,4,11,2,11,2,4,3,9,0,1,1,0,0,0 +5165,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.8692669325,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8426272373999999,0.374566416,3.7416573868,0.7,0.8,0.4,3,1,9,5,10,2,7,2,2,5,6,0,1,0,1,0,0 +5168,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.8,1.8456028825,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8819001836,0.3708099244,3.4641016151,0.7,0.4,0.1,1,1,8,2,10,5,12,3,2,3,3,0,0,1,1,0,1 +5169,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.4,0.8359126749,11,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.7385349581,0.3708099244,3.1622776602,0.2,0.4,0.8,1,3,9,2,7,3,15,4,2,4,9,0,0,0,1,1,0 +5173,0,5,1,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.5760859311,10,0,-1,9,1,8,1,1,0,1,104,3,0.5477225575,2.0756707569,0.5683308895,3.1622776602,0.8,0.2,0.3,4,3,9,1,8,3,5,3,1,3,9,0,0,1,1,1,0 +5175,0,4,1,8,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.6,0.9437293044,11,1,1,8,0,4,1,0,2,1,6,3,0.4472135955,1.1323109552,0.359722115,3.7416573868,0.8,0.8,0.1,1,2,10,5,8,4,5,7,1,7,6,0,0,1,0,1,0 +5176,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.1,0.5385164807,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.708668289,0.3521363372,3.6055512755,0.9,0.6,0.5,3,2,8,3,9,1,8,5,1,4,9,0,1,0,0,1,1 +5182,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.4,0.7595228765,10,1,-1,0,0,1,0,0,0,1,80,2,0.316227766,0.8100096928,-1.0,3.7416573868,0.0,0.3,0.1,2,0,7,2,10,3,7,4,0,4,6,0,1,1,0,1,0 +5184,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.7681145748,11,1,1,0,1,14,1,1,0,1,82,3,0.316227766,0.6199173499,0.3292415527,2.8284271247,0.7,0.0,0.7,3,0,8,3,8,3,7,3,5,4,9,1,1,1,0,0,0 +5188,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.9370832407,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6934664095,0.3615245497,3.1622776602,0.3,0.1,0.0,1,2,9,2,11,2,8,6,0,1,3,0,0,1,0,1,0 +5194,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.1,1.4197270865,11,1,1,9,1,17,1,1,2,1,104,1,0.3605551275,0.9408102715,0.32557641190000003,3.3166247904,0.1,0.0,0.2,2,1,6,4,8,3,11,11,3,3,6,0,1,1,1,0,0 +5195,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.1,0.2,-1.0,6,1,-1,0,0,0,1,0,0,1,78,3,0.4,0.9183146844,0.3848376281000001,3.6055512755,0.3,0.9,0.1,4,0,9,2,10,1,11,5,2,1,10,0,1,1,0,1,0 +5196,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,0.4,0.7365459931,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6462223346,0.3666060556,2.8284271247,0.9,0.4,0.7,2,1,8,6,8,3,14,8,2,5,10,0,0,1,0,0,1 +5200,0,0,3,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5086747487,7,1,0,0,1,0,1,1,1,1,43,3,0.4,0.6698340734,0.3003331484,2.8284271247,0.2,0.1,0.4,2,1,8,2,10,2,12,7,1,2,10,0,0,0,1,0,1 +5202,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.6149186938,4,1,-1,8,0,13,1,1,0,1,4,2,0.4976946855,0.8626788951000001,0.5186520992,1.7320508076,0.6,0.9,0.2,2,3,8,1,9,1,9,7,3,3,17,0,0,1,0,0,0 +5205,0,0,3,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.4730221982,6,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.7316628857999999,0.4129164564,2.8284271247,0.4,0.5,0.8,4,3,5,3,9,2,4,5,1,2,11,0,1,1,0,0,0 +5209,1,2,1,2,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.7,0.2,0.6128825336,7,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0854027702,0.4086563348,3.6055512755,0.9,0.9,0.3,3,1,8,2,9,2,7,2,4,3,8,0,1,1,0,1,0 +5211,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.3,0.6604922407,6,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6110889887,0.3619392214,2.8284271247,0.2,0.0,0.3,5,2,9,5,11,0,8,4,1,4,7,0,1,1,0,1,0 +5213,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.9,1.2157816416,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6190835669,0.3583294573,3.3166247904,0.2,0.7,0.0,3,1,9,7,11,1,12,4,2,0,8,0,1,1,0,0,0 +5214,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6159342497,7,1,0,0,1,1,1,1,3,1,10,2,0.316227766,0.4963711288,0.3185906464,1.7320508076,0.1,0.3,0.7,3,1,7,1,6,1,5,5,0,7,6,0,0,1,0,0,0 +5215,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.2,0.3,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.8738392537,0.423083916,3.3166247904,0.0,0.2,0.1,3,2,6,5,11,2,12,6,3,1,6,0,1,0,1,0,0 +5216,0,2,1,8,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.5528336097,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8029516828000001,-1.0,3.7416573868,0.6,0.3,0.1,4,3,8,5,10,2,9,4,0,1,8,0,1,1,1,1,0 +5217,1,4,1,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5755432217,6,1,-1,0,0,0,1,0,0,1,22,3,0.316227766,0.8956714089,0.374566416,3.6055512755,0.6,0.7,0.7,3,3,7,6,9,2,9,7,1,4,5,0,1,0,0,0,0 +5223,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,8,1,-1,0,0,11,1,1,0,1,17,2,0.4242640687,0.9478171965,-1.0,3.6055512755,0.0,0.9,0.3,2,2,9,1,8,2,10,5,3,4,9,0,1,0,1,0,0 +5226,0,5,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7154544011,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6913829117,0.34727510710000004,3.6055512755,0.5,0.4,0.5,3,0,6,5,8,0,12,8,1,1,9,0,1,1,0,0,0 +5230,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.6,0.6339361167,6,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.9324498967,0.4074309757,3.4641016151,0.7,0.4,0.1,1,1,8,1,10,1,4,5,2,9,8,0,1,0,0,0,0 +5232,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.5390964663000001,11,1,1,0,1,0,1,0,0,1,22,3,0.316227766,0.8499270751000001,0.310322413,3.7416573868,0.3,0.1,0.2,4,1,6,2,9,4,7,4,0,4,7,1,1,0,0,0,0 +5235,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.6878408246,7,1,-1,0,-1,1,1,1,2,1,38,1,0.316227766,0.6853092443000001,0.3598610843,3.4641016151,0.4,0.9,0.6,4,1,5,5,8,1,5,2,1,4,4,0,1,1,0,1,0 +5240,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.7432214334999999,0.4110960958,2.6457513111,0.3,0.2,0.7,1,2,7,4,10,4,6,6,0,2,9,0,0,1,0,1,0 +5243,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.4,0.6841966092,7,1,-1,0,-1,11,0,0,2,1,103,3,0.316227766,0.7558313248999999,0.3583294573,3.6055512755,0.0,0.6,0.2,5,2,7,2,8,1,13,6,2,4,7,0,1,0,0,1,0 +5245,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.6,0.7202430145000001,4,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.778839463,0.3826225294,2.8284271247,0.2,0.0,0.0,4,1,9,0,9,3,6,3,2,2,6,0,1,0,0,0,0 +5246,0,4,1,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.0,0.0,1.0685855137,6,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7839347671,0.3754996671,3.6055512755,0.8,0.8,0.3,3,3,8,3,9,0,6,1,3,3,8,0,1,0,1,0,0 +5247,0,2,3,6,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,1.0,1.126942767,10,1,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.137653359,0.4185689907,3.6055512755,0.7,0.0,0.6,5,4,8,1,10,2,11,4,3,1,7,0,0,1,0,0,0 +5248,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.5123475383,11,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.6544665356,0.3943348831,3.0,0.1,0.1,0.2,3,1,8,3,8,2,8,5,1,4,10,0,1,0,0,1,1 +5249,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.6,0.8227241336,11,0,-1,0,-1,0,1,1,2,1,23,3,0.4,0.9498042426,0.3974921383,3.4641016151,0.1,0.2,0.5,3,2,10,0,7,2,8,5,0,3,12,0,0,1,0,0,0 +5256,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.6547900427000001,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7526674328,0.3849675311,3.1622776602,0.4,0.2,0.4,2,3,8,4,9,2,8,8,0,4,11,0,1,0,0,1,1 +5258,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,0,1,1,2,1,32,1,0.3160696126,0.4373568243,0.3049590136,0.0,0.2,0.8,0.5,3,2,8,1,10,4,5,4,3,1,5,0,0,1,1,0,0 +5260,0,3,3,3,1,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.9,0.4,0.6740734381,5,1,1,0,0,15,1,0,2,1,97,3,0.3872983346,0.9401731861,0.2983286778,3.6055512755,0.6,0.6,0.3,4,2,8,3,8,4,11,9,1,5,13,0,1,0,0,0,0 +5261,0,0,3,4,1,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.4458138625,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6325045324,0.3583294573,3.1622776602,0.6,0.4,0.1,1,2,9,2,11,4,13,9,0,3,8,0,1,1,1,0,0 +5263,0,1,2,3,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.2,0.5477225575,7,1,-1,0,-1,11,1,1,1,1,67,2,0.3741657387,0.7328620449,0.3666060556,3.4641016151,0.7,0.8,0.3,2,2,8,1,12,3,7,3,2,2,11,0,1,1,1,0,1 +5265,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.4,0.6417748825999999,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6383410835,0.3974921383,1.4142135624,0.2,0.1,0.7,3,1,5,3,7,1,14,5,2,2,5,0,0,0,1,1,1 +5267,0,5,2,6,1,6,0,1,0,0,0,0,0,0,0,7,0,1,0,0.8,0.5,0.9532837982,11,1,0,0,1,0,0,1,2,1,78,3,0.4,0.8564461454000001,0.3287856445,3.3166247904,0.5,0.8,0.8,2,2,9,3,10,3,9,3,4,6,3,0,1,0,1,1,0 +5268,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.7,0.3,0.7660776723,7,1,1,1,0,12,1,0,0,1,104,2,0.3872983346,1.0262263375,0.3721558813000001,3.6055512755,0.5,0.8,0.7,1,3,7,3,12,3,7,6,4,2,3,0,1,0,1,0,0 +5271,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,0.6740734381,6,1,-1,0,1,11,1,1,0,1,57,2,0.423792402,0.6207000846,0.3734969879,2.0,0.5,0.2,0.8,4,1,8,0,11,1,9,2,3,2,10,1,1,0,0,0,0 +5278,0,3,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,32,1,0.316227766,0.6009806035999999,0.3615245497,2.8284271247,0.5,0.2,0.7,5,3,6,2,7,4,12,8,1,2,7,0,1,0,0,0,0 +5286,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.5,0.3,0.7373940602,11,1,1,1,0,3,1,0,2,1,45,3,0.4,0.8874701718000001,0.3096772513,3.7416573868,0.1,0.5,0.6,2,1,6,3,8,0,9,4,0,6,8,0,0,1,0,1,0 +5288,0,3,1,2,0,4,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,-1.0,11,1,-1,0,-1,1,1,1,2,1,52,1,0.3741657387,0.7721388134,0.3681032464,3.4641016151,0.4,0.4,0.3,3,1,6,5,9,1,5,5,1,0,12,0,1,0,0,1,0 +5295,0,3,2,3,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.7,0.9974968672,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8813025672,0.3964845520000001,2.8284271247,0.8,0.8,0.8,3,0,8,3,10,2,12,6,1,3,9,0,0,0,0,0,0 +5296,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.91070028,7,0,1,0,1,15,1,0,2,1,5,2,0.4242640687,1.0525699561,0.32557641190000003,3.7416573868,0.3,0.6,0.4,2,2,8,2,11,2,15,7,1,7,4,0,0,1,1,0,0 +5301,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.5172040216,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,1.000351178,0.5204805472,3.3166247904,0.4,0.8,0.3,4,3,7,3,11,0,12,10,1,2,9,1,0,1,1,0,0 +5302,0,4,1,7,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.9151502609,7,1,0,0,1,0,1,1,2,1,46,3,0.4,0.7801806318000001,0.3003331484,3.3166247904,0.6,0.3,0.2,2,1,9,3,10,3,11,4,0,2,4,0,1,1,0,0,0 +5303,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.9222933373,11,1,0,0,1,14,1,1,2,1,82,3,0.316227766,0.6094469787,0.3292415527,2.6457513111,0.9,0.9,0.3,2,3,7,2,10,4,10,5,0,5,11,0,1,0,0,1,0 +5304,0,2,2,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.8,1.894234674,11,0,-1,1,-1,0,1,1,2,1,104,3,0.5,1.0274336157,0.4467661581,3.0,0.1,0.5,0.9,3,1,9,3,8,3,12,9,1,3,8,0,1,0,0,0,0 +5307,0,1,2,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.7,1.1152354012,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7533808098,0.3907684737,3.4641016151,0.2,0.5,0.1,3,1,7,4,9,3,6,9,1,1,9,0,1,0,0,0,0 +5309,0,5,1,4,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6914658343000001,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.674307113,0.3016620626,3.3166247904,0.9,0.9,0.9,4,2,10,2,11,5,6,6,1,6,4,0,1,0,0,1,0 +5312,0,0,2,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,1.0,1.1683321446,7,1,0,0,0,10,-1,1,2,1,89,2,0.3872983346,0.922055286,0.33615472630000004,3.1622776602,0.4,0.6,0.0,2,1,7,1,7,2,2,4,5,5,3,0,1,1,0,0,1 +5314,0,2,2,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7558586601,0.3814446225,3.1622776602,0.2,0.7,0.3,3,2,9,2,9,4,10,7,1,4,8,0,1,1,0,0,0 +5318,0,1,1,5,0,1,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.7433034373999999,11,1,-1,0,-1,1,0,1,2,1,31,3,0.4242640687,0.8662043162,0.40348482,3.1622776602,0.0,0.4,0.2,2,3,9,5,8,2,11,5,2,4,8,0,1,1,1,1,0 +5319,0,6,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,1.528070679,6,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.3203821761,0.5329165038,2.6457513111,0.6,0.0,0.9,2,2,6,4,7,2,9,5,0,3,7,0,0,1,0,0,0 +5320,0,4,1,10,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.6911183893999999,0.3663331817,3.0,0.3,0.0,0.2,2,2,7,2,6,1,12,6,1,1,6,0,1,1,0,1,0 +5325,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.9,0.1,0.5220153254,7,1,0,2,1,11,1,1,2,1,94,0,0.3741657387,0.7717908765000001,0.3304542328,3.4641016151,0.2,0.1,0.2,2,1,9,4,11,0,10,6,3,7,9,0,1,0,0,1,0 +5327,0,6,1,2,1,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.7984359711,4,1,-1,0,1,11,1,1,0,1,7,3,0.3741657387,0.763771633,0.4129164564,3.0,0.6,0.5,0.7,3,1,9,1,9,1,6,2,0,4,2,0,1,1,0,0,0 +5329,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5379358698,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6683673212,0.3615245497,3.0,0.4,0.2,0.0,4,3,7,3,7,2,9,6,0,4,5,0,1,1,0,0,0 +5332,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.8329165623999999,6,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,1.0610165872,0.4086563348,3.6055512755,0.7,0.1,0.1,5,1,10,8,10,4,6,6,0,2,6,0,0,1,0,0,0 +5333,0,2,1,1,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.6,0.2,0.631961233,7,1,1,0,0,11,1,1,0,1,103,3,0.316227766,0.7146352303,0.2887905816,3.4641016151,0.8,0.3,0.0,3,2,8,1,10,3,6,4,0,3,6,1,0,0,1,0,0 +5335,0,0,2,6,0,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,0,0,1,87,1,0.316227766,0.7540524128,0.3615245497,3.6055512755,0.7,0.2,0.0,2,1,8,1,8,4,10,4,3,2,10,0,1,0,0,0,1 +5339,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,0.6339361167,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8707600934999999,0.374566416,3.7416573868,0.3,0.5,0.6,2,1,10,4,10,1,10,3,3,4,12,0,1,0,1,0,0 +5340,0,3,4,8,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.8,0.6,0.8888194417,6,1,-1,0,0,7,1,1,0,1,104,2,0.4,0.9157145067,0.4154515616,3.4641016151,0.6,0.1,0.6,3,3,8,3,8,2,6,10,0,7,8,1,1,1,0,0,0 +5345,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,7,1,0,0,1,0,1,1,2,1,32,3,0.316227766,0.6316710097,0.2944486373,3.0,0.2,0.9,0.6,1,1,4,3,9,3,9,5,2,6,10,0,1,1,1,0,0 +5346,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.6,1.0923026137,7,1,-1,8,-1,14,1,1,2,1,104,2,0.5,0.6980492298000001,0.5128352561999999,0.0,0.2,0.1,0.6,1,3,9,3,11,5,6,7,1,1,13,0,1,0,0,0,0 +5349,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.6072478901,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7074719279999999,0.3598610843,3.4641016151,0.9,0.8,0.8,5,0,8,2,9,4,12,7,2,2,11,0,0,1,0,0,0 +5351,0,5,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.6,1.0440306509,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6590909091,0.3924283374,2.6457513111,0.2,0.9,0.8,1,2,6,3,9,4,3,6,1,2,5,0,0,0,0,1,0 +5355,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,8,1,-1,0,0,0,1,1,0,1,43,3,0.3998749805,0.5867511052000001,0.3807886553,2.0,0.9,0.0,0.7,3,1,6,2,9,1,11,3,1,2,7,0,1,0,1,0,0 +5356,0,1,3,7,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.9,1.5921683328,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7724076879,0.3598610843,3.6055512755,0.7,0.2,0.7,1,4,5,5,10,1,7,5,3,3,6,0,0,1,0,0,0 +5361,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6745828218000001,0.3615245497,3.1622776602,0.1,0.5,0.4,3,1,9,1,12,1,7,7,3,3,8,0,1,0,0,0,0 +5366,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.6,1.5134810868000002,11,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.6308200093999999,0.3748332963,3.3166247904,0.3,0.3,0.8,4,1,5,3,10,2,5,4,1,5,7,0,0,0,0,0,0 +5367,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.5,0.9978101022,11,1,-1,0,-1,6,1,1,2,1,26,1,0.3741657387,0.6423500886,0.3907684737,2.8284271247,0.1,0.9,0.3,4,1,7,2,10,4,15,11,0,3,6,0,1,1,0,1,0 +5368,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.8,0.9350802105,11,1,-1,0,-1,6,1,1,2,1,104,3,0.4,0.7455376894,0.4024922359000001,3.1622776602,0.2,0.4,0.7,5,1,6,3,6,4,5,7,1,3,5,0,1,0,0,0,1 +5372,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.6,0.6,1.2532457859,10,1,-1,0,0,1,1,0,0,1,10,2,0.316227766,0.8294676178,0.3814446225,3.7416573868,0.0,0.8,0.5,4,1,8,6,10,4,9,8,1,1,8,0,0,1,0,0,0 +5378,0,4,1,7,0,4,1,0,0,0,0,0,0,0,0,3,0,1,0,0.0,0.0,0.9199184746,11,1,-1,0,-1,11,0,1,2,1,44,3,0.4472135955,0.8006454008,0.4062019202,3.3166247904,0.6,0.1,0.8,4,3,9,5,9,3,13,4,2,6,5,1,1,0,1,1,0 +5381,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.3,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.6761583266,0.3807886553,2.8284271247,0.0,0.1,0.1,3,2,10,2,9,3,8,4,0,5,5,0,1,0,0,0,0 +5383,1,0,4,6,0,6,0,1,0,0,0,0,0,0,0,7,0,0,1,0.8,0.6,0.8580501151000001,4,0,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.9484437013,0.5204805472,3.1622776602,0.8,0.9,0.6,1,2,6,3,8,0,8,5,0,4,7,0,0,1,0,0,0 +5386,0,7,1,11,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.5,1.4424371737,11,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.6769675945,0.3435112807,2.4494897428,0.9,0.5,0.3,3,2,8,1,8,1,14,7,3,3,7,0,0,1,0,0,0 +5387,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6720666289,0.3666060556,3.0,0.7,0.6,0.0,1,0,6,4,10,0,7,4,2,3,12,0,0,0,1,1,0 +5391,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.2,0.522613624,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.498219972,0.3774917218,1.7320508076,0.9,0.8,0.1,1,4,9,3,12,3,10,2,1,5,7,0,1,0,1,0,0 +5394,0,3,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.9327379053,7,0,-1,0,-1,10,1,0,2,1,89,2,0.3872983346,1.1009575096,0.4086563348,3.6055512755,0.0,0.2,0.4,2,3,6,4,7,1,14,9,1,3,3,0,1,1,1,0,0 +5396,0,0,2,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.3,0.8814051281999999,7,1,-1,0,-1,1,1,1,2,1,91,3,0.4242640687,0.8171710929000001,0.4347413024,2.6457513111,0.5,0.6,0.1,2,0,8,4,8,2,7,10,2,0,4,0,1,0,0,0,0 +5398,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.0,-1.0,11,1,-1,1,-1,3,1,0,2,1,102,2,0.4,0.9642365198,-1.0,3.6055512755,0.4,0.9,0.8,2,2,9,3,9,2,11,4,1,2,7,0,1,0,1,1,0 +5403,0,2,1,6,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6619101146999999,7,1,1,0,1,0,1,1,2,1,43,3,0.4,0.6617188986,0.3003331484,2.8284271247,0.0,0.4,0.1,3,2,7,3,6,5,7,9,2,2,16,0,1,1,0,1,0 +5404,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0.8,0.5,0.7254309064,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7498484695000001,0.3807886553,2.6457513111,0.2,0.9,0.3,2,3,8,1,9,1,10,5,2,4,8,0,1,1,1,1,0 +5405,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6955213872,11,1,1,0,1,11,1,0,2,1,47,2,0.3741657387,0.9292759111,0.3284813541,3.7416573868,0.5,0.7,0.6,2,2,10,2,8,4,8,6,0,8,12,0,1,0,0,0,0 +5407,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.5578978401,8,1,-1,0,0,11,1,1,0,1,17,2,0.3741657387,0.87975391,0.3903844259000001,3.4641016151,0.9,0.0,0.2,1,3,9,1,9,1,9,6,1,1,8,0,1,1,1,0,0 +5410,0,5,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.6437196595,11,1,1,0,0,1,1,1,2,1,80,3,0.316227766,0.7382565456999999,-1.0,3.4641016151,0.8,0.6,0.6,1,5,8,2,9,3,5,4,2,2,7,0,1,0,1,0,0 +5411,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.6,0.9410765112,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.5822796465,0.3583294573,2.6457513111,0.2,0.6,0.0,3,1,10,1,8,0,10,9,1,0,12,0,1,1,0,0,0 +5414,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.2,0.611350963,6,1,-1,0,0,11,1,0,0,1,3,2,0.4242640687,1.1954199788,0.4349712634,3.6055512755,0.6,0.7,0.9,3,1,7,3,11,2,8,6,4,4,8,0,1,1,0,0,1 +5415,0,5,4,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.0,1.5341935993,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7777643315,0.3708099244,3.4641016151,0.4,0.6,0.0,1,3,8,5,7,5,10,3,0,1,3,0,1,0,0,1,0 +5416,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.5,0.7245688373,11,0,-1,0,-1,0,1,1,2,1,88,3,0.4,0.8579357313,0.3974921383,3.3166247904,0.1,0.5,0.8,3,3,6,5,7,4,6,5,2,6,2,0,1,0,1,0,0 +5421,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.6,0.3,0.9974968672,0,1,-1,6,0,14,1,1,0,1,104,0,0.4795831523,0.9983664343,0.4604345773,3.4641016151,0.0,0.2,0.8,3,2,9,2,10,3,7,5,1,4,6,0,1,0,1,0,0 +5425,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,11,0,0,0,0,11,1,0,2,1,3,2,0.4242640687,1.1950742568,0.3789459064,3.6055512755,0.2,0.9,0.0,2,2,10,0,12,1,6,5,0,3,5,0,0,1,1,0,0 +5427,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.5,0.8370334520999999,11,1,0,0,0,14,1,1,2,1,82,3,0.3160696126,0.601083732,-1.0,2.2360679775,0.9,0.1,0.2,1,4,5,2,8,2,11,6,3,4,10,1,0,1,0,0,0 +5428,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.8,0.9,1.2090802289,11,1,1,0,1,11,1,1,2,1,7,3,0.4242640687,0.6950830856,0.3542597917,2.6457513111,0.0,0.3,0.5,1,2,10,0,6,3,12,3,2,5,7,0,1,0,1,1,0 +5432,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.4,1.369078157,7,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.7229988055,0.393192065,3.1622776602,0.4,0.0,0.6,3,4,8,1,7,5,12,4,2,2,8,1,0,1,0,0,0 +5434,0,2,3,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,11,1,-1,2,-1,0,1,0,2,1,100,0,0.4,1.0049875621,0.423083916,3.7416573868,0.4,0.3,0.6,2,0,10,3,7,3,4,1,1,1,4,0,1,1,0,0,0 +5435,0,2,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,1.3777245733,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7550108094,0.3667424164,3.4641016151,0.2,0.1,0.1,4,5,7,4,7,3,6,4,0,2,9,0,1,1,1,0,0 +5437,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.9,1.3045593126,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7218261964,0.378153408,2.6457513111,0.4,0.0,0.6,2,2,8,2,8,2,8,5,3,1,5,0,0,1,0,1,0 +5439,0,1,4,5,1,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,37,2,0.316227766,0.7263772897,0.3754996671,3.3166247904,0.2,0.3,0.3,2,4,7,6,7,2,6,4,2,3,9,0,1,0,0,0,0 +5441,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5528336097,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6619686392,0.36,3.3166247904,0.0,0.1,0.4,2,2,9,2,11,3,6,4,1,1,5,0,1,1,0,1,0 +5442,0,7,4,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.7,1.0084022015,0,1,-1,0,0,0,1,1,0,1,98,3,0.4,0.7417173505,0.3974921383,2.8284271247,0.5,0.3,0.2,2,1,7,2,8,1,14,4,1,3,8,0,1,0,0,0,0 +5443,0,0,1,3,0,0,1,0,0,0,0,0,1,0,1,5,0,0,1,0.4,0.0,0.8724964183,7,1,1,0,0,1,1,1,2,1,31,3,0.3605551275,0.6361200833,0.2,2.2360679775,0.3,0.0,0.3,1,0,9,2,8,3,13,4,2,2,11,0,0,1,0,0,0 +5445,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.3,0.7933315826,6,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.5879471219,0.3840572874,2.2360679775,0.4,0.8,0.5,5,2,10,4,7,3,11,5,2,2,7,0,0,0,0,1,0 +5446,0,1,3,6,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,5,1,-1,8,-1,3,0,1,0,1,104,2,0.5,1.2655805841,0.474341649,3.4641016151,0.5,0.1,0.6,4,1,7,2,8,1,10,7,0,1,6,0,1,1,0,0,0 +5448,0,2,3,6,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,0.9,1.4137715516,11,1,1,1,0,12,1,1,2,1,104,2,0.3741657387,0.7613602442,0.331662479,3.4641016151,0.2,0.7,0.8,2,2,8,4,10,2,4,8,2,6,8,0,1,0,0,0,0 +5449,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.0,0.5606915373,9,1,1,0,0,1,1,1,2,1,40,2,0.3741657387,0.78423253,0.3248076354,3.4641016151,0.7,0.7,0.2,1,3,9,3,10,4,11,4,1,1,4,0,0,0,0,0,1 +5450,0,4,1,8,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6274950199,4,1,-1,0,0,1,0,1,0,1,51,2,0.3741657387,0.8568151676000001,0.4017461885,3.6055512755,0.4,0.5,0.9,1,2,8,3,12,2,8,6,0,4,10,0,0,1,0,0,0 +5452,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.1,0.1,-1.0,6,1,-1,0,0,0,1,1,0,1,104,3,0.4,0.6634962492,0.3848376281000001,2.4494897428,0.3,0.5,0.6,1,4,8,4,10,3,7,6,0,5,12,0,1,1,0,1,0 +5455,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,14,1,0,2,1,8,3,0.3872983346,0.9340660249,-1.0,3.7416573868,0.7,0.9,0.3,2,1,5,3,12,1,7,6,2,1,8,0,1,0,0,1,0 +5457,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.4802343178,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6853996843000001,0.3887158345,2.8284271247,0.9,0.0,0.9,2,0,6,5,11,2,7,8,1,2,9,0,1,1,0,0,0 +5459,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.3,-1.0,9,1,0,0,0,11,1,1,0,1,44,3,0.4472135955,0.7344672551000001,0.33911649920000003,3.0,0.3,0.7,0.6,3,3,6,5,8,3,9,4,1,4,8,0,1,0,1,0,0 +5460,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.8355387484000001,2,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6148976936,0.34727510710000004,3.0,0.4,0.4,0.0,2,1,9,3,11,4,11,8,2,1,10,1,1,1,0,1,0 +5461,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.5,1.2303454799,10,1,-1,0,1,4,1,1,0,1,104,3,0.4,0.8942539251,0.4236744033,3.3166247904,0.1,0.6,0.3,2,3,9,6,8,3,9,2,2,5,6,0,0,0,0,0,0 +5463,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.701338007,7,1,-1,0,-1,0,1,1,3,1,43,3,0.4,0.5896139653,0.416533312,1.7320508076,0.6,0.4,0.7,3,3,9,0,8,4,7,7,0,5,6,1,1,0,0,1,0 +5464,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0.1,0.3,-1.0,4,1,-1,0,1,6,1,0,0,1,33,2,0.3872983346,0.9687855565,-1.0,3.7416573868,0.8,0.2,0.2,0,1,7,3,11,0,12,6,1,3,8,1,1,1,0,0,1 +5466,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.9,0.3,0.6359048671,10,1,-1,0,-1,9,1,0,2,1,21,3,0.316227766,0.8417808749,0.3768288736,3.6055512755,0.6,0.8,0.9,3,3,8,4,10,2,5,6,1,3,10,0,1,1,1,0,0 +5468,0,5,3,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.7,1.2366790206,11,1,1,0,1,0,1,1,2,1,32,3,0.316227766,0.5935430804999999,0.2944486373,2.6457513111,0.3,0.5,0.9,2,2,10,3,10,2,7,4,1,4,9,1,1,1,1,0,0 +5470,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.6910137481,11,1,-1,2,-1,4,0,1,2,1,104,2,0.4,0.7171165863,0.5291502621999999,3.1622776602,0.1,0.4,0.7,0,3,7,1,9,0,10,2,0,6,2,0,0,1,0,0,0 +5473,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.5,0.4,0.7786205751,7,1,1,0,1,9,1,0,2,1,104,2,0.4,0.9760563254,0.3173326331,3.7416573868,0.8,0.0,0.6,1,2,8,5,11,2,13,2,1,3,14,0,1,1,0,1,0 +5474,0,0,1,4,1,4,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.5947688627000001,7,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.5710111374,0.2887905816,2.4494897428,0.0,0.5,0.6,3,2,7,4,9,4,13,9,2,5,8,0,1,1,0,0,0 +5477,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.0,0.5804093383,11,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.9232723424,0.3307567082,3.6055512755,0.8,0.9,0.4,1,1,8,3,12,3,11,5,0,2,9,0,1,0,0,0,0 +5478,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.1,1.1241663578,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.6121193369,0.393192065,2.6457513111,0.2,0.6,0.9,1,5,9,3,9,1,11,5,2,6,10,0,1,1,0,1,0 +5479,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,1.3,1.7014699527,11,0,0,1,0,5,-1,1,2,1,104,2,0.5477225575,1.8383989621,0.3998749805,3.3166247904,0.4,0.8,0.9,2,0,9,5,11,5,9,9,2,4,9,0,0,1,0,1,0 +5481,1,1,2,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.2,0.6412877669,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.645550569,0.3583294573,3.1622776602,0.5,0.4,0.6,2,3,8,3,10,1,15,3,1,2,8,1,1,1,0,1,0 +5482,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.6,0.9721111048,7,1,0,0,0,11,1,1,2,1,103,1,0.316227766,0.5786847440999999,0.2887905816,2.6457513111,0.9,0.1,0.2,4,0,9,3,9,5,10,8,1,0,6,0,1,1,1,1,1 +5483,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.595294045,11,1,0,2,1,1,1,1,2,1,90,0,0.3741657387,0.6293936475999999,0.3210918872,2.6457513111,0.8,0.8,0.1,3,1,8,5,10,3,11,12,2,0,7,0,1,0,0,0,0 +5487,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.0,1.3259430606,11,0,1,9,1,9,1,1,2,1,104,3,0.4898979486,1.333221414,0.4144876355,3.4641016151,0.8,0.1,0.6,1,2,7,3,11,5,9,2,0,3,1,0,0,1,0,0,1 +5489,0,3,2,2,1,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.3,0.0,0.675,6,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5435782122,0.3640054945,1.7320508076,0.6,0.0,0.4,2,4,9,4,8,4,6,4,0,1,8,0,1,0,0,0,0 +5490,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,6,0,-1,0,1,1,1,1,0,1,104,3,0.4242640687,0.7819106711,0.4129164564,3.0,0.9,0.8,0.4,3,1,9,3,9,3,14,8,1,4,11,0,0,1,0,0,0 +5493,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.2,0.6025985397,11,1,-1,0,-1,1,1,1,1,1,25,3,0.3741657387,0.8054950739,-1.0,3.6055512755,0.1,0.2,0.3,3,1,9,4,10,1,7,4,4,3,3,0,1,1,0,1,0 +5495,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.5852349955,7,1,-1,0,-1,1,1,0,2,1,65,3,0.316227766,0.7138245264,0.3507135583,3.6055512755,0.4,0.4,0.7,3,0,5,4,7,3,3,7,0,3,14,0,1,0,1,0,1 +5500,0,5,2,5,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.3,1.8897751189,11,0,1,0,1,1,1,1,2,1,25,3,0.4,0.8432277616,-1.0,3.6055512755,0.1,0.6,0.2,0,2,6,4,11,2,7,6,2,3,10,0,0,0,1,1,0 +5501,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.2,0.5460082417000001,7,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.7031217286,0.3008321791,3.3166247904,0.2,0.4,0.6,4,1,9,1,9,3,8,5,1,3,7,0,1,0,0,1,0 +5502,0,7,2,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.8,1.0077822185,6,1,-1,0,1,14,1,1,0,1,82,1,0.3160696126,0.4006451409,0.3774917218,0.0,0.8,0.9,0.4,4,2,8,4,5,1,9,9,3,3,9,0,1,1,1,0,0 +5503,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.6698880503,6,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.5807340752,0.3507135583,2.8284271247,0.0,0.5,0.0,2,4,5,4,9,2,7,2,0,4,6,0,1,0,0,0,0 +5509,0,6,1,7,1,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.9,1.3,1.3252358281,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8662281684,0.3820994635,3.1622776602,0.1,0.9,0.0,2,1,7,3,10,3,7,4,3,8,9,0,0,1,0,1,0 +5510,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.6619101146999999,7,1,1,0,1,11,1,1,3,1,99,2,0.316227766,0.6141412065,0.30331501780000003,3.0,0.4,0.8,0.7,2,3,9,0,10,2,9,7,1,2,7,0,1,1,0,0,0 +5511,0,5,3,7,1,6,0,0,0,1,0,0,0,0,0,13,0,0,1,0.9,0.6,0.810863737,7,1,1,8,1,4,1,0,2,1,6,3,0.4472135955,1.1561459915,0.3678314832,3.6055512755,0.4,0.4,0.3,1,1,5,1,8,4,21,5,1,3,6,0,1,1,1,1,0 +5512,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.8,0.3,0.8771402396,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.7056443043999999,0.4302324953,3.1622776602,0.5,0.6,0.6,3,1,10,4,6,2,8,10,2,5,6,0,1,1,1,0,0 +5513,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.68556546,10,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.7730747882,0.374566416,3.4641016151,0.1,0.6,0.9,3,2,6,5,9,1,12,5,1,4,7,0,1,0,0,0,1 +5515,0,2,3,6,1,3,0,1,0,0,0,0,0,0,0,4,0,1,0,0.7,0.6,0.768927825,11,1,1,0,1,11,1,0,2,1,47,2,0.3741657387,0.9905024186,0.3284813541,3.7416573868,0.5,0.1,0.8,4,4,7,2,9,3,6,6,1,4,8,0,0,0,0,1,0 +5517,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.2,0.692820323,5,1,0,0,0,14,1,1,2,1,104,2,0.316227766,0.6506036612,-1.0,2.8284271247,0.7,0.0,0.7,4,1,9,2,10,4,5,3,3,2,4,0,1,1,1,0,1 +5519,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,0,2,1,37,2,0.316227766,0.8425536744,0.3754996671,3.6055512755,0.7,0.8,0.8,2,2,7,2,10,2,7,4,0,2,2,0,1,0,1,1,0 +5520,0,2,2,2,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.8,0.6,0.8536685539,6,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.8987020025,0.4101219331,3.3166247904,0.0,0.1,0.9,2,0,8,5,11,3,3,8,2,2,6,1,1,0,0,0,0 +5522,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.6373774392,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6992173901000001,0.3583294573,3.4641016151,0.5,0.5,0.5,3,1,8,3,11,1,12,3,0,5,10,0,0,1,0,0,0 +5523,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.1,0.3,-1.0,6,0,-1,0,1,14,1,1,0,1,68,3,0.4472135955,0.8475048453,0.4269660408,3.0,0.5,0.3,0.9,5,1,9,3,8,1,12,7,3,1,7,0,0,0,0,0,0 +5524,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.2,1.430253474,11,1,1,2,1,1,1,0,2,1,1,1,0.4242640687,1.050963745,0.3468429039,3.7416573868,0.2,0.8,0.1,2,2,7,3,9,3,10,5,0,3,5,0,1,0,1,0,0 +5526,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.3,0.6,-1.0,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7680412728,0.3887158345,3.4641016151,0.5,0.2,0.3,3,1,7,2,9,3,9,5,2,3,5,1,1,0,0,1,0 +5528,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.3,1.1739356881999998,3,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7637310547,0.3974921383,3.0,0.8,0.8,0.7,2,1,10,4,11,1,10,4,0,3,7,0,0,0,0,0,0 +5529,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.9055385138,11,1,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.8872955473999999,0.4679743583,2.8284271247,0.1,0.2,0.9,1,2,6,2,10,1,3,5,1,3,9,0,1,1,0,0,0 +5531,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.4051245496,11,0,1,9,1,11,1,0,0,1,56,3,0.4898979486,1.3787795538,0.4283689998,3.6055512755,0.4,0.1,0.3,3,2,10,7,8,6,7,6,1,0,8,0,0,0,0,0,0 +5540,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.3,0.0,-1.0,6,1,-1,0,-1,1,1,0,2,1,25,3,0.4,0.9175740563,-1.0,3.7416573868,0.9,0.8,0.6,4,3,7,3,10,4,8,11,2,3,6,0,1,0,0,0,1 +5543,1,1,2,0,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.6,1.6477257053,10,1,-1,0,-1,11,1,1,3,1,19,1,0.3155946768,0.4640372598,0.3626292873,0.0,0.6,0.0,0.1,2,2,9,3,7,1,8,10,2,5,8,1,1,1,0,0,0 +5544,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.5,0.4,0.6837397166,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5827939261,0.3615245497,2.6457513111,0.2,0.8,0.6,2,2,10,4,8,2,10,4,2,1,7,1,1,0,1,1,0 +5547,0,1,3,5,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.4,1.0908712115,11,1,-1,0,-1,6,0,1,2,1,73,3,0.4,0.6947857747,0.4180908992,2.2360679775,0.1,0.6,0.0,3,2,9,2,8,3,7,5,1,1,9,0,0,1,0,0,0 +5549,0,3,1,8,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.8,0.5,0.9536115561,11,0,1,0,1,10,1,1,2,1,89,2,0.3872983346,1.0528885887,0.33615472630000004,3.6055512755,0.3,0.3,0.2,2,2,10,0,12,2,15,5,1,1,11,0,1,0,0,0,0 +5550,0,1,2,0,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.9,1.2265296572,10,1,-1,0,-1,9,1,0,2,1,93,3,0.4,0.9010553959,0.3834057903,3.6055512755,0.1,0.1,0.2,2,2,8,2,9,5,11,6,0,3,8,0,1,0,0,1,0 +5552,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,14,1,0,2,1,29,3,0.4,1.0289909203,0.3984971769,3.6055512755,0.7,0.2,0.9,4,4,7,4,9,1,9,8,0,4,5,0,1,1,0,0,0 +5553,0,0,1,6,0,5,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.0,0.5728219619,7,1,-1,0,-1,14,1,0,1,1,72,3,0.4,1.1353995911,0.4093897898,3.7416573868,0.3,0.9,0.8,3,1,7,1,9,1,13,8,3,5,7,0,1,1,1,1,1 +5556,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7092220159,0.3615245497,3.3166247904,0.1,0.3,0.2,3,1,6,3,10,1,11,3,2,0,8,0,0,1,0,0,1 +5557,0,0,1,6,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.8,1.0,1.1135528726,6,1,-1,0,0,1,1,1,0,1,85,3,0.3741657387,0.6994685113,0.3974921383,2.6457513111,0.1,0.0,0.2,4,2,7,3,9,4,3,7,0,3,8,0,0,0,0,0,0 +5558,0,2,1,9,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.4743642698,11,1,1,0,0,0,1,0,2,1,46,3,0.4,0.8632176018000001,0.3003331484,3.7416573868,0.5,0.1,0.0,1,3,6,5,10,2,6,8,2,8,12,0,1,1,0,1,0 +5560,0,1,1,0,1,4,1,0,0,0,0,0,0,0,0,8,0,1,0,0.7,0.5,0.7361215931999999,4,1,-1,0,1,1,1,1,0,1,65,1,0.3152776554,0.3920701573,0.3471310992,0.0,0.2,0.6,0.9,1,2,4,2,10,2,8,7,3,1,10,0,1,1,1,0,1 +5565,0,4,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7613466755,0.4,2.0,0.1,0.7,0.1,2,1,8,0,9,2,8,5,2,0,7,0,1,0,0,1,1 +5569,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0.9,0.3,0.6159342497,11,0,1,8,0,13,1,1,1,1,4,2,0.5916079783,1.2985688244,0.4410215414,3.4641016151,0.7,0.3,0.1,4,2,3,4,10,1,10,6,2,3,6,0,0,0,0,0,0 +5571,0,1,1,6,1,6,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.8,0.8291561976,10,1,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9653822092,0.3820994635,3.6055512755,0.0,0.0,0.7,2,6,8,4,8,2,9,5,1,1,6,0,0,0,0,0,0 +5572,0,5,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.9987492178,11,0,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,0.9484437013,0.5204805472,3.1622776602,0.1,0.1,0.9,1,3,7,4,7,2,9,3,1,2,8,0,0,1,0,1,0 +5577,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.9,1.2915591353,10,1,-1,8,0,4,1,1,0,1,6,2,0.4,0.987483654,0.4121892769,3.6055512755,0.6,0.4,0.7,3,1,8,1,8,2,8,7,2,3,3,0,1,1,1,0,0 +5578,0,1,1,6,1,4,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,-1.0,6,1,1,0,0,1,1,1,2,1,85,3,0.3741657387,0.8588503752,0.3459768778,3.4641016151,0.6,0.6,0.1,1,2,7,3,10,0,11,4,1,2,7,0,0,1,0,1,0 +5583,0,3,3,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.616948134,10,1,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.8045069328,0.4110960958,2.6457513111,0.8,0.4,0.2,2,3,7,3,11,3,6,6,2,4,13,0,0,0,1,1,0 +5586,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.4,1.0161200716,11,0,-1,0,-1,11,1,1,0,1,69,3,0.4242640687,1.2052058224,-1.0,3.4641016151,0.3,0.7,0.7,0,4,9,2,9,1,5,6,2,1,6,0,0,0,1,0,0 +5593,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,0.6,0.8689073598,11,0,0,0,0,10,1,1,1,1,28,3,0.3741657387,0.7337073301,0.3271085447,2.2360679775,0.1,0.5,0.9,1,1,9,2,7,2,12,9,1,2,7,0,1,1,0,1,0 +5597,0,1,1,2,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0.6,0.4,0.6670832032,7,1,1,0,0,1,1,1,2,1,52,3,0.3741657387,0.7929180337999999,0.30903074280000004,3.6055512755,0.3,0.8,0.0,2,1,4,2,10,2,6,7,1,2,9,0,1,0,0,0,0 +5603,0,7,2,6,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,1.3176683953,9,0,1,0,1,1,1,1,2,1,31,3,0.4242640687,0.8683721828000001,0.3417601498,3.1622776602,0.1,0.0,0.9,2,2,8,3,11,3,5,3,2,1,4,0,0,0,0,0,0 +5606,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.2,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.5965811688,0.3615245497,2.8284271247,0.7,0.3,0.0,1,1,7,3,10,2,6,6,1,4,9,0,0,1,1,1,0 +5607,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.5,0.631961233,6,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6184992501,0.3887158345,2.6457513111,0.5,0.2,0.1,3,1,8,2,8,1,6,3,0,6,9,0,1,0,1,0,0 +5609,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,1.3,1.6994484399,11,0,1,0,1,10,1,0,2,1,55,2,0.4472135955,1.2903087593,0.36138622,3.7416573868,0.9,0.9,0.4,4,2,8,2,12,0,7,7,3,2,7,0,1,0,1,1,0 +5610,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.3,0.7310095759,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6923728514,0.3667424164,3.1622776602,0.3,0.2,0.9,3,3,9,1,8,4,8,8,0,4,10,0,0,1,0,1,0 +5616,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,11,0,0,1,1,1,1,1,0,1,35,1,0.3741657387,0.9721217317,0.3049590136,3.4641016151,0.0,0.0,0.1,3,4,7,5,10,3,8,2,1,2,3,0,0,0,0,0,0 +5620,0,0,2,0,0,-1,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,1.0111874208,11,1,0,0,0,4,-1,1,2,1,50,2,0.4,0.6870105320000001,0.3201562119,3.1622776602,0.0,0.1,0.2,2,2,8,4,11,4,9,4,0,1,6,0,1,1,0,0,0 +5623,0,5,2,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.8,1.025,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7046231629,0.3887158345,3.0,0.3,0.3,0.2,1,2,6,4,10,0,7,2,1,0,7,0,1,0,0,1,0 +5625,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.4,0.8689073598,6,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.69123796,0.3938273734,3.1622776602,0.2,0.8,0.5,4,2,8,1,10,3,7,4,0,3,7,0,1,1,1,0,0 +5628,0,3,1,5,1,2,0,0,1,0,0,0,0,0,0,13,0,1,0,0.6,0.5,0.8227241336,9,1,1,0,1,14,1,1,0,1,68,3,0.4,0.9087158317,0.3443835072,3.3166247904,0.4,0.7,0.3,2,4,7,2,9,1,6,1,0,1,5,0,1,0,0,1,0 +5631,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.0,1.6,1.559647396,9,1,0,0,1,0,1,1,3,1,87,3,0.316227766,0.6593886475,0.2944486373,3.0,0.8,0.6,0.5,1,1,9,0,7,1,12,4,1,4,9,1,0,1,0,0,1 +5635,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.7271519786,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.6011009184,0.3651027253,2.6457513111,0.8,0.4,0.2,2,1,10,2,10,1,6,4,0,3,12,1,1,1,0,0,0 +5636,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.0,0.5804093383,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7935431581,0.3780211634,3.4641016151,0.4,0.2,0.7,3,1,6,4,9,2,15,3,0,1,10,1,1,1,1,0,0 +5637,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.7,0.3,0.6471089553,7,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.6010493579,0.2887905816,3.0,0.8,0.7,0.2,2,1,9,5,10,2,7,7,1,3,12,0,1,1,0,0,0 +5639,1,1,1,11,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.3,0.8385254916,7,1,1,0,0,4,1,1,2,1,84,3,0.316227766,0.6928799641,0.3201562119,3.3166247904,0.9,0.3,0.2,1,0,8,3,10,2,4,5,2,4,3,0,0,0,1,0,0 +5640,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.6543126164,7,0,1,0,1,11,1,0,0,1,2,3,0.4242640687,1.0802892175,-1.0,3.7416573868,0.9,0.7,0.4,4,3,9,3,9,2,9,7,1,2,4,0,1,1,0,0,0 +5641,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.7645151869,0.3984971769,3.0,0.7,0.9,0.4,0,1,7,3,11,2,9,9,1,3,8,0,0,0,1,0,0 +5645,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,1.5,1.5732132723,11,0,1,1,1,9,1,1,2,1,104,2,0.4898979486,1.3282763951,-1.0,3.4641016151,0.2,0.9,0.7,2,3,8,1,10,2,4,8,1,4,10,0,1,1,0,0,0 +5650,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.6566962768,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6493639609,0.3619392214,3.1622776602,0.8,0.8,0.3,4,2,7,3,8,2,9,3,2,5,6,0,1,0,0,1,0 +5653,0,7,1,2,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.3,0.0,1.1157956802,4,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7620864954000001,0.2944486373,3.6055512755,0.4,0.0,0.1,3,1,7,2,7,3,8,6,2,1,6,0,1,1,0,0,0 +5655,0,6,2,4,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.7267220927,4,0,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.8963078537000001,0.4086563348,3.1622776602,0.4,0.0,0.4,1,2,7,3,8,6,9,7,3,2,4,0,1,1,0,1,0 +5658,0,4,1,6,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.6,0.6,1.287682026,11,1,0,1,0,0,1,1,2,1,104,0,0.445421149,0.9950082021,0.3507135583,3.1622776602,0.9,0.6,0.4,2,4,5,3,9,3,11,7,3,2,9,1,1,1,1,0,0 +5672,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.3,0.5878988008,6,1,-1,0,1,4,1,1,0,1,12,2,0.4,0.7746500143,0.3708099244,3.4641016151,0.3,0.3,0.2,2,2,9,1,9,1,6,4,0,0,7,0,0,0,1,0,0 +5680,0,3,1,9,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.7075485848999999,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7442340341,0.3685105155,3.3166247904,0.3,0.5,0.4,1,2,8,6,9,1,9,9,2,1,11,0,1,1,0,0,0 +5681,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.548292805,11,1,-1,2,-1,1,0,1,2,1,90,0,0.3741657387,0.7117374853,0.4166533331,3.3166247904,0.0,0.5,0.1,1,2,9,3,10,4,10,6,1,3,7,0,1,1,1,0,0 +5683,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.0,1.4924811557,8,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.6971755296,0.3583294573,3.4641016151,0.6,0.8,0.1,3,2,5,3,8,2,5,7,2,2,11,1,0,1,0,0,0 +5685,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,0.9027735043,11,1,0,1,0,17,1,1,2,1,104,3,0.3605551275,0.6911034415999999,0.3224903099,3.4641016151,0.6,0.0,0.1,2,4,5,2,10,1,6,6,2,3,11,0,1,0,0,1,0 +5687,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.0,0.8909264841,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8587060225,0.3850973903,3.6055512755,0.2,0.3,0.1,3,2,7,3,9,1,14,2,2,4,9,0,0,1,0,0,0 +5688,0,6,2,3,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.5706356105,6,1,-1,0,0,4,1,0,0,1,9,2,0.316227766,0.8765541098,0.3943348831,3.7416573868,0.5,0.0,0.9,3,0,8,2,9,2,12,4,0,1,17,0,1,1,0,1,1 +5689,0,0,1,5,0,0,1,0,0,0,0,0,1,0,1,11,0,0,1,0.9,0.2,0.4769696007,5,1,0,0,0,4,1,1,2,1,12,3,0.4,0.7114761747,0.3248076354,3.1622776602,0.3,0.9,0.1,3,2,8,2,12,1,10,2,0,3,5,0,1,1,1,0,0 +5690,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,-1.0,10,1,-1,0,0,10,1,1,0,1,89,2,0.3872983346,1.0153878061,0.4086563348,3.4641016151,0.9,0.1,0.2,2,1,6,3,8,0,12,5,2,1,6,0,1,0,0,1,0 +5693,0,5,3,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,1.5,1.7262676502,11,1,-1,1,-1,3,1,1,2,1,104,2,0.4242640687,0.8264231402,0.405339364,3.3166247904,0.6,0.0,0.8,1,2,9,3,9,2,7,10,5,5,3,0,0,1,0,0,0 +5694,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.2,0.3,-1.0,10,0,-1,0,1,6,1,1,0,1,73,3,0.4472135955,0.6372234451,0.4211887938,2.0,0.1,0.0,0.2,4,3,7,3,10,1,8,8,3,0,6,0,1,0,0,1,0 +5696,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.2,-1.0,6,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,1.1014640895,0.5361902647,3.0,0.9,0.5,0.6,4,1,8,3,10,2,6,6,2,5,9,1,0,0,0,0,0 +5698,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.4,1.4872373718,11,1,1,0,1,6,1,0,2,1,104,3,0.4,1.049718577,-1.0,3.6055512755,0.0,0.2,0.8,4,2,8,3,9,2,4,4,2,1,5,0,1,1,0,1,0 +5699,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,9,0,1,0,0,0,1,1,0,1,54,3,0.4,0.9638400299,0.32,3.6055512755,0.8,0.9,0.7,2,3,9,3,10,4,5,4,1,3,9,0,0,1,0,0,0 +5702,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.6,0.4493050189,11,1,1,0,0,4,1,0,2,1,104,2,0.4,0.9254215033,0.3271085447,3.7416573868,0.6,0.2,0.6,0,1,9,4,9,2,8,2,2,2,8,0,1,1,0,0,0 +5703,0,2,4,8,1,0,0,1,0,0,0,0,0,0,0,8,0,0,0,0.2,0.2,-1.0,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6906847722,0.3615245497,3.3166247904,0.8,0.8,0.3,2,1,8,4,9,1,7,4,2,3,9,0,1,1,1,0,0 +5705,0,7,1,7,0,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0.6,0.3,0.9791578014,6,0,-1,8,0,13,1,1,0,1,4,2,0.5916079783,1.2112506343,0.5186520992,3.1622776602,0.7,0.9,0.8,2,2,7,2,11,2,6,5,3,3,3,1,0,0,1,1,0 +5706,0,5,1,7,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.6,1.2397076268,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.8040580187999999,0.4236744033,3.0,0.3,0.6,0.0,1,1,10,4,8,4,12,6,0,0,6,0,1,1,0,0,0 +5708,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5590169944,7,1,-1,0,-1,1,1,0,2,1,65,3,0.316227766,0.7150536014,0.3521363372,3.6055512755,0.4,0.7,0.1,1,2,9,4,8,1,13,7,1,1,11,0,1,0,1,1,0 +5709,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.5,0.7818247886,11,0,1,9,1,2,-1,0,1,1,104,3,0.4472135955,1.6885614201,0.4669047012,3.7416573868,0.1,0.9,0.2,1,1,9,1,11,4,8,5,2,1,5,0,1,1,0,1,0 +5710,1,0,2,2,0,3,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.9778803608,11,0,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.9950497309,0.3190611227,3.7416573868,0.6,0.6,0.0,3,1,10,3,10,2,8,3,2,2,3,0,0,1,1,0,1 +5713,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6698880503,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.857738835,0.4074309757,3.0,0.3,0.0,0.1,3,1,6,4,8,2,10,8,2,3,9,0,0,1,0,0,0 +5714,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.5,0.2,0.5178078794,2,1,-1,0,-1,1,1,1,1,1,25,3,0.4,0.8501944357,-1.0,3.6055512755,0.3,0.5,0.4,4,2,6,5,10,4,12,8,1,2,6,0,1,0,0,0,0 +5716,1,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.1,0.4782781617,7,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8381897061,-1.0,3.6055512755,0.4,0.7,0.1,3,4,7,2,10,4,12,6,1,3,6,0,0,1,0,0,1 +5718,0,0,4,6,1,0,0,1,0,0,0,0,0,0,0,11,0,0,0,0.9,0.4,0.7403546447,11,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8585712714,0.310322413,3.7416573868,0.9,0.3,0.4,3,0,9,3,10,2,8,6,1,5,8,0,1,1,0,0,0 +5719,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.0,0.5,0.9417404101,11,1,1,0,1,11,1,1,2,1,53,2,0.4472135955,0.8940575166,0.3774917218,3.3166247904,0.1,0.2,0.8,4,3,8,2,10,2,10,7,2,0,7,0,1,0,0,1,0 +5720,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.0,0.0,0.7762087348000001,10,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.7142440956,0.3687817783,3.6055512755,0.3,0.5,0.2,3,1,7,1,9,5,6,5,1,1,10,0,0,1,0,1,0 +5721,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.6,1.1470069747,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7038999976000001,-1.0,3.4641016151,0.3,0.9,0.1,2,1,9,3,9,6,12,7,2,3,8,0,1,0,0,0,0 +5723,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.6368869601,11,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.6315238032,0.3619392214,3.0,0.9,0.7,0.8,4,1,8,1,12,1,11,5,2,3,8,0,0,1,0,0,0 +5724,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5728219619,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7500688673999999,0.4062019202,3.0,0.4,0.0,0.4,3,3,6,2,6,3,4,9,2,3,7,0,1,0,0,0,0 +5726,0,0,1,6,0,1,1,0,0,0,0,0,0,0,0,5,0,0,1,0.7,0.1,0.4609772229,7,1,1,0,1,11,1,0,2,1,17,2,0.3741657387,0.9633146976,0.32756678710000003,3.7416573868,0.0,0.5,0.9,3,0,8,0,9,1,13,2,3,2,7,0,0,0,0,1,0 +5727,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.8,1.0,1.1656543227,7,1,-1,0,-1,4,1,1,0,1,84,3,0.316227766,0.6703274148,0.3667424164,3.0,0.4,0.4,0.4,1,2,8,3,8,4,6,5,0,5,8,0,1,1,0,1,0 +5730,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,1.1,1.3455946641,11,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7032539482,0.3615245497,3.3166247904,0.7,0.3,0.5,3,0,6,4,9,4,6,6,2,2,6,0,0,0,1,0,0 +5731,1,1,1,6,1,1,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.9,1.0671222985,11,1,1,0,1,14,1,1,2,1,60,1,0.316227766,0.6300498472,0.3070830507,3.1622776602,0.0,0.3,0.4,2,4,8,1,10,4,7,7,2,2,4,1,1,0,0,1,1 +5732,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.3,0.7737893770000001,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7506608659,0.3814446225,3.3166247904,0.4,0.5,0.4,2,0,3,1,8,2,8,3,1,1,9,0,1,1,0,0,0 +5735,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0.9,0.7,0.9646890691,11,1,1,0,1,11,1,0,2,1,76,3,0.316227766,0.8458088212,0.3181194744,3.7416573868,0.3,0.7,0.6,3,1,7,3,9,2,7,8,0,4,10,0,1,0,0,0,0 +5736,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7321004537000001,0.4062019202,2.8284271247,0.7,0.4,0.9,3,2,9,4,10,3,4,3,0,3,6,0,1,0,0,0,0 +5740,1,1,1,7,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.2,0.9908960591,11,0,0,9,1,15,1,1,1,1,58,3,0.5477225575,1.376177182,0.4358898944,2.6457513111,0.2,0.6,0.7,2,3,8,5,9,2,8,2,0,4,6,0,1,1,1,0,0 +5744,0,7,1,5,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,1.6,1.4769055488,4,1,-1,0,0,10,0,0,0,1,28,2,0.3741657387,0.9886859967,0.3869108424,3.6055512755,0.1,0.4,0.4,2,1,9,3,8,1,7,7,0,4,7,0,1,0,1,1,0 +5745,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6123724357,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7265735275,0.3687817783,3.4641016151,0.1,0.5,0.3,3,0,8,3,8,0,6,5,0,5,8,0,1,0,0,0,1 +5746,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5590169944,7,0,0,0,0,15,1,1,3,1,5,2,0.4242640687,0.7302778820999999,0.32557641190000003,2.0,0.3,0.4,0.6,4,3,8,2,6,2,7,5,3,7,9,0,0,0,0,0,0 +5749,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.5958187643999999,11,0,-1,0,-1,6,1,1,1,1,73,3,0.4472135955,0.7610888242,0.4254409477,2.8284271247,0.2,0.3,0.7,3,1,9,5,5,1,8,5,0,1,6,1,0,1,1,0,0 +5750,0,4,1,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.2,0.8287792226999999,11,0,1,0,1,1,1,1,2,1,70,3,0.4242640687,0.8057675618000001,0.34554305090000004,3.3166247904,0.4,0.5,0.3,1,3,7,4,9,3,11,5,1,3,9,0,0,0,0,0,0 +5751,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5974636474,0.3619392214,2.6457513111,0.9,0.4,0.8,2,0,7,2,10,4,10,5,0,2,5,0,0,1,0,0,0 +5752,0,1,2,3,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.3,1.1963486114,11,0,1,9,0,17,-1,1,0,1,104,3,0.4472135955,1.6061285006,0.4460941605,3.4641016151,0.7,0.3,0.1,2,2,9,6,10,3,10,6,2,4,9,0,1,1,0,0,1 +5753,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.906228448,10,1,0,0,1,14,1,1,2,1,82,3,0.316227766,0.6491252856,0.3292415527,3.0,0.9,0.5,0.0,3,1,9,2,8,4,8,4,1,5,6,0,0,1,0,0,0 +5756,0,0,1,5,0,1,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,0.8,0.8459462158,11,1,1,0,0,15,1,0,2,1,97,3,0.3872983346,0.8058252533,0.2983286778,3.7416573868,0.5,0.3,0.3,2,4,6,2,8,1,19,5,1,6,7,0,1,1,0,0,0 +5759,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.3,0.7656696416,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6933122083,0.3685105155,3.3166247904,0.4,0.8,0.7,2,2,8,2,9,2,12,5,3,3,8,0,1,1,0,0,0 +5766,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.6036348234000001,11,1,1,0,1,11,1,1,0,1,103,1,0.316227766,0.6082253008,0.2887905816,3.1622776602,0.2,0.4,0.1,3,4,9,2,10,3,8,7,0,0,10,0,0,1,0,1,0 +5772,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.6712860790999999,8,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8679199986,0.3964845520000001,2.6457513111,0.2,0.0,0.6,3,1,10,2,9,1,7,5,1,2,7,0,1,0,0,0,0 +5775,0,1,1,6,0,6,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.4,0.7241374179000001,6,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8159496065,0.3848376281000001,3.4641016151,0.4,0.6,0.6,1,1,9,0,6,4,6,5,2,4,3,0,0,1,0,1,0 +5781,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.1,0.5099019514,10,1,-1,8,0,3,1,1,0,1,104,2,0.5,1.3376462614,0.5394441584,3.6055512755,0.7,0.3,0.6,4,2,10,2,7,2,10,6,4,3,3,0,0,1,0,0,0 +5782,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.5385164807,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.7835472423000001,0.3848376281000001,3.3166247904,0.3,0.2,0.5,3,2,9,1,8,2,14,2,0,1,4,0,1,1,0,1,0 +5787,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.4,0.3758324095,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6055016362,0.3615245497,2.8284271247,0.6,0.6,0.9,2,2,7,3,10,1,3,3,3,3,5,0,0,1,1,0,0 +5788,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,0.7403546447,11,0,-1,0,-1,6,1,1,2,1,73,3,0.4472135955,0.6991730653,0.4254409477,2.2360679775,0.6,0.7,0.5,4,1,8,3,9,2,6,4,2,7,7,0,1,1,0,1,1 +5791,0,4,1,9,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.1,-1.0,6,1,-1,0,0,11,1,1,0,1,57,2,0.3741657387,0.7175630246,0.3924283374,3.1622776602,0.7,0.3,0.6,2,1,9,4,8,2,7,7,0,2,9,0,1,0,1,0,0 +5794,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.7,1.1608186766,11,0,-1,1,-1,16,1,1,1,1,104,2,0.4,0.9642793738,0.4147288271,3.1622776602,0.5,0.5,0.2,2,3,9,3,7,1,7,5,1,3,9,0,0,1,0,0,0 +5796,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.4,0.8347903929,11,1,-1,0,-1,0,1,0,1,1,23,3,0.4,0.9899599291,0.3974921383,3.6055512755,0.0,0.7,0.5,3,0,8,6,10,1,8,7,1,4,5,0,1,0,0,1,0 +5797,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.7474958194,7,1,1,0,0,1,1,0,0,1,51,2,0.4,0.941359137,0.4363484846,3.7416573868,0.2,0.6,0.8,2,2,7,5,8,3,9,6,1,2,12,0,0,1,0,1,0 +5799,0,3,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.9607939425,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6466538154,0.3768288736,2.8284271247,0.8,0.7,0.2,3,3,7,2,6,1,6,3,1,3,10,0,1,1,1,0,0 +5800,0,3,1,10,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.1,0.5766281297,7,1,0,0,1,10,1,1,2,1,83,2,0.4084115571,0.6714822631999999,0.33,2.0,0.5,0.9,0.8,3,2,7,3,9,4,11,6,1,0,9,0,1,1,0,0,0 +5806,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.8272696054,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6709127864,0.3583294573,3.3166247904,0.8,0.6,0.2,1,2,9,2,9,3,11,3,0,1,7,0,1,1,0,1,0 +5812,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.3,0.0,0.6480740697999999,6,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.5935430804999999,0.3615245497,2.6457513111,0.2,0.7,0.3,1,0,9,5,10,2,7,7,1,3,7,0,0,0,0,0,0 +5818,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.1,1.4487063194,11,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.5444118822,0.2887905816,2.4494897428,0.8,0.7,0.3,2,1,8,3,6,5,13,12,1,3,6,1,1,0,0,0,0 +5819,0,3,2,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.3,0.0,0.6642665128,11,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.598810805,0.3583294573,2.8284271247,0.7,0.8,0.3,4,1,8,3,11,2,4,6,1,3,3,0,1,0,1,1,0 +5820,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.7224091638,4,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.7072382558,0.3685105155,3.3166247904,0.9,0.5,0.8,2,1,9,4,10,2,11,7,1,3,10,0,1,1,1,0,1 +5821,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,1.1,1.4391837965,11,1,-1,0,-1,6,1,1,0,1,27,3,0.3741657387,0.6872961756,0.3907684737,3.0,0.4,0.5,0.9,4,2,9,3,8,0,8,4,2,3,6,0,1,1,0,0,0 +5825,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.4293891009,7,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.6082592694,0.30331501780000003,2.8284271247,0.8,0.9,0.6,2,3,8,4,7,4,5,5,1,4,9,0,0,0,1,0,0 +5833,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.8,1.2144957801,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7078076967,0.3685105155,3.1622776602,0.8,0.5,0.5,0,2,8,6,9,5,10,5,0,4,8,0,0,0,0,0,0 +5837,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.9,1.0231690965,11,0,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.8220552253,0.4129164564,3.1622776602,0.7,0.4,0.8,4,2,5,2,8,3,6,7,1,2,6,0,0,1,1,1,0 +5841,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.6,1.1529852558,11,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.5975155173,0.3016620626,2.6457513111,0.7,0.0,0.2,1,3,10,4,11,2,7,8,1,1,6,0,0,1,0,1,0 +5842,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5634713835,5,1,1,0,0,10,1,0,0,1,55,2,0.4242640687,1.1790803077,0.3586084215,3.7416573868,0.0,0.9,0.7,1,2,8,3,9,3,8,3,0,3,5,0,0,1,0,1,0 +5845,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.7,0.7628073151000001,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6442209723,0.34727510710000004,3.3166247904,0.1,0.7,0.2,3,2,9,5,11,5,7,4,1,2,1,0,0,0,1,0,0 +5846,0,1,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.4,-1.0,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.5871207234,0.3687817783,2.6457513111,0.1,0.7,0.1,4,2,8,2,9,3,5,7,1,0,9,1,1,1,1,0,0 +5849,0,3,1,1,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.5,0.6,-1.0,8,1,-1,0,0,0,1,1,0,1,66,1,0.3998749805,0.6491093708,0.3817066937,2.0,0.7,0.4,0.2,2,2,7,4,10,3,7,6,3,4,7,0,0,0,1,0,0 +5851,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.0,1.070046728,10,1,-1,0,1,1,1,1,0,1,70,3,0.3741657387,0.7173182379999999,0.3937003937,2.8284271247,0.5,0.0,0.9,1,3,9,3,9,1,12,8,0,1,7,0,1,1,1,1,1 +5857,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.6628536792,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4379941129,0.3521363372,1.0,0.0,0.2,0.9,3,1,10,4,9,2,10,8,1,1,9,0,0,1,1,0,0 +5862,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.8,1.6913382276,7,1,1,0,0,1,1,0,2,1,38,3,0.316227766,0.7998966875,0.299165506,3.6055512755,0.2,0.3,0.3,1,4,9,3,9,3,10,3,1,1,9,1,1,1,0,0,0 +5866,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,11,1,-1,1,-1,3,1,0,2,1,59,3,0.316227766,0.8257603558,0.3498571137,3.7416573868,0.6,0.2,0.6,3,2,9,4,10,2,12,6,0,3,10,0,0,0,0,0,1 +5867,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.6475916923,5,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8672174558,0.3201562119,3.7416573868,0.8,0.5,0.8,2,0,8,7,10,3,9,7,2,1,6,0,1,0,0,0,0 +5868,0,0,2,3,0,0,0,1,0,0,0,0,1,0,1,2,0,0,1,0.0,0.9,-1.0,11,1,1,0,0,0,1,0,2,1,88,3,0.4,0.9978696316,0.3289376841,3.7416573868,0.7,0.4,0.1,1,3,9,2,10,4,5,8,2,2,8,0,0,1,0,0,0 +5872,0,2,1,5,1,2,0,1,0,0,0,0,0,0,0,5,0,1,0,0.2,0.3,-1.0,5,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9393082561,0.3241913015,3.7416573868,0.9,0.2,0.6,4,1,9,6,11,4,5,6,0,3,6,0,0,0,1,1,0 +5875,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5006246099,10,1,-1,0,-1,6,1,1,0,1,26,3,0.3741657387,0.6590125345000001,0.354682957,2.8284271247,0.4,0.6,0.1,2,1,9,4,11,2,10,5,0,5,4,0,1,1,0,0,0 +5879,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6645541599,0.3615245497,3.1622776602,0.3,0.5,0.9,1,1,5,5,9,0,9,7,2,3,5,0,0,0,0,0,0 +5883,0,0,3,7,1,2,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.0851267207,7,1,-1,0,-1,9,1,0,2,1,104,2,0.316227766,0.925030712,-1.0,3.7416573868,0.1,0.7,0.6,3,2,6,4,9,1,13,6,3,2,6,1,1,0,1,0,1 +5887,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.6,0.945714016,10,1,-1,0,1,14,1,0,0,1,104,2,0.4459820624000001,1.1399942004,0.4062019202,3.6055512755,0.0,0.7,0.2,3,2,7,2,10,2,9,5,1,5,7,1,0,0,0,0,0 +5895,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.8,1.2106300013,11,0,-1,0,-1,10,1,0,0,1,55,2,0.4472135955,1.3221730329,0.4189272013000001,3.7416573868,0.3,0.7,0.5,3,2,8,2,11,4,13,2,2,2,3,0,1,0,0,0,0 +5896,0,3,1,8,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.8,2.3326487091,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3605551275,0.5688904672,0.3761648575,1.7320508076,0.9,0.9,0.8,4,1,6,5,9,1,9,4,1,4,1,0,1,1,0,0,0 +5898,1,0,1,7,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.1,0.5232112384000001,7,1,1,1,0,12,1,0,2,1,104,2,0.3872983346,1.0256825988,0.3721558813000001,3.6055512755,0.1,0.9,0.7,4,5,6,4,11,2,8,5,0,3,9,0,1,0,0,0,0 +5899,0,1,1,10,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.3,0.0,0.8558621384,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5722219993,0.3507135583,3.0,0.8,0.6,0.0,3,1,9,2,9,1,11,10,0,3,9,0,1,1,1,0,0 +5901,0,4,3,6,1,6,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,6,1,1,0,1,0,1,1,0,1,87,3,0.316227766,0.6988730598,0.2944486373,3.1622776602,0.9,0.5,0.2,1,3,10,1,10,2,7,6,1,2,1,0,0,1,0,0,1 +5903,0,4,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.5900211861,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7723260990999999,0.3986226286,3.0,0.2,0.3,0.8,4,1,7,4,9,1,7,11,2,4,4,1,1,1,0,0,0 +5906,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,0,104,2,0.4472135955,0.7082308304,0.4110960958,2.6457513111,0.1,0.2,0.7,3,2,10,1,6,0,8,7,1,3,3,0,1,0,1,0,0 +5909,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.4,-1.0,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6057063359,0.3687817783,2.8284271247,0.9,0.2,0.2,3,3,7,3,7,1,6,3,1,2,5,1,1,0,1,0,0 +5918,0,1,2,0,1,-1,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.8,1.5054069217,11,1,0,0,1,4,-1,1,3,1,48,3,0.316227766,0.613249036,0.3201562119,3.0,0.5,0.5,0.1,3,2,8,2,10,3,6,2,0,2,11,0,1,0,0,0,0 +5924,0,0,2,4,1,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.9,0.4,0.87535707,7,0,-1,0,-1,7,1,1,2,1,92,3,0.4,0.750550762,0.4045985665,3.0,0.8,0.8,0.8,3,3,9,2,10,2,8,6,2,7,6,0,1,0,0,1,0 +5925,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.5208166664,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7081141290999999,0.3887158345,3.3166247904,0.7,0.5,0.1,1,1,7,2,9,3,4,8,3,0,13,0,0,0,0,1,0 +5926,1,3,1,6,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,0.3,0.678693598,11,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.665113549,0.4242640687,2.4494897428,0.5,0.9,0.1,3,1,9,3,9,2,7,6,1,3,3,1,1,1,0,0,0 +5932,0,6,2,0,0,-1,0,0,0,1,0,0,0,0,0,11,0,1,0,0.0,0.0,1.5299101281,11,1,1,0,1,4,-1,1,2,1,104,3,0.3997499218,0.5918698483,0.2941088234,2.0,0.6,0.0,0.0,2,1,8,1,8,1,13,4,3,4,10,0,1,0,1,1,0 +5934,0,0,2,5,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.5,0.8958236434,9,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6113594119,0.3070830507,3.0,0.0,0.3,0.8,1,1,6,5,10,2,7,5,2,1,9,0,0,0,0,1,0 +5937,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.9216154296,7,1,1,0,0,1,1,0,2,1,38,3,0.316227766,0.8081412967,0.299165506,3.7416573868,0.7,0.7,0.6,3,3,7,3,8,1,9,4,1,3,4,0,1,1,0,0,0 +5939,0,5,2,1,0,3,0,0,1,0,0,0,0,0,0,7,0,0,1,0.8,1.0,1.3233480268,11,1,-1,2,-1,0,0,1,2,1,100,0,0.3997499218,0.7973743068000001,0.423083916,3.6055512755,0.0,0.9,0.0,1,4,8,3,9,2,7,4,2,5,8,1,0,0,0,1,1 +5940,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,0.5196152423,11,1,-1,0,-1,6,1,0,2,1,33,3,0.3872983346,0.9212594685,-1.0,3.7416573868,0.7,0.9,0.9,2,1,8,4,9,3,9,0,2,3,5,0,1,0,1,0,0 +5941,0,6,1,3,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.9877373133,8,1,-1,0,0,11,1,1,0,1,11,2,0.316227766,0.6284409411999999,0.3687817783,3.1622776602,0.2,0.6,0.7,2,1,9,3,5,3,11,4,0,1,5,0,1,0,0,0,0 +5944,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5385164807,7,0,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.7744632906000001,0.4110960958,3.0,0.8,0.5,0.9,3,3,6,5,11,2,7,7,3,3,7,0,0,0,1,0,0 +5945,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.2,0.6800735254000001,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.62350648,0.3666060556,2.6457513111,0.6,0.4,0.8,2,1,7,3,10,3,7,10,0,4,6,0,1,1,0,0,0 +5949,0,3,1,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8139410298,7,0,-1,1,-1,7,1,1,1,1,104,3,0.4472135955,1.1274101822,0.4286023798,3.1622776602,0.4,0.6,0.0,2,3,8,1,7,1,5,7,1,3,8,0,0,0,0,0,0 +5951,0,1,3,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.6,1.4234640845,11,1,-1,9,-1,15,1,1,0,1,58,3,0.5477225575,1.3562375033,0.500999002,2.8284271247,0.6,0.2,0.3,1,1,7,2,8,2,3,7,2,3,10,1,1,1,1,1,1 +5954,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7313945696999999,0.3615245497,3.4641016151,0.3,0.7,0.6,3,4,8,3,7,1,7,7,1,5,11,0,0,0,0,0,0 +5958,0,7,1,10,1,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.3,0.6,-1.0,4,1,-1,0,1,10,1,1,0,1,28,2,0.3872983346,1.0860046002,0.3872983346,3.7416573868,0.0,0.7,0.2,3,2,6,0,11,4,8,5,1,5,6,0,1,0,0,1,0 +5959,0,2,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.5984354602,10,1,-1,0,1,1,1,1,0,1,104,2,0.4242640687,1.0065077502,0.43829214,3.4641016151,0.2,0.6,0.1,1,3,9,5,10,1,12,7,0,2,12,0,1,1,0,1,0 +5966,0,5,1,11,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,1.1,1.0274361294,11,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.7452466451,0.4295346319,2.8284271247,0.2,0.0,0.0,2,4,9,4,11,2,6,7,1,1,6,0,0,1,0,0,1 +5967,0,3,1,4,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6666145813000001,11,0,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8845202276,0.3708099244,3.4641016151,0.1,0.8,0.4,0,0,10,4,9,0,4,4,1,2,7,0,0,0,0,1,1 +5972,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.7,1.0937321427,10,1,-1,1,0,0,1,1,0,1,75,2,0.4472135955,1.114415312,0.4440720662,3.4641016151,0.9,0.0,0.5,3,2,8,2,12,1,6,2,2,4,8,0,1,1,0,0,0 +5981,0,4,2,3,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.0,1.1272200318,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9545454545,0.5204805472,3.1622776602,0.8,0.1,0.1,3,2,4,3,9,1,11,7,1,4,7,0,1,1,0,0,0 +5985,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.8231038817,7,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7490510526,0.3598610843,3.4641016151,0.5,0.6,0.0,2,2,8,3,8,2,6,3,5,5,8,0,0,0,0,1,0 +5986,0,2,1,10,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.6971755296,0.2887905816,3.4641016151,0.9,0.6,0.8,3,3,7,4,7,2,8,5,3,2,2,0,1,1,1,1,0 +5994,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,4,0,1,0,0.6,0.2,0.7479137651000001,11,0,1,0,1,4,1,0,2,1,50,2,0.4,0.801438531,0.3286335345,3.6055512755,0.0,0.7,0.7,2,2,8,5,10,3,8,6,4,1,9,0,1,1,0,0,1 +5995,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.7,0.6,0.9637167634,6,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.9254438292,0.3848376281000001,3.6055512755,0.2,0.3,0.9,2,2,8,2,8,3,10,8,4,2,7,1,1,0,0,0,0 +5997,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.775,11,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8510297603,0.3903844259000001,3.4641016151,0.6,0.2,0.4,2,3,9,2,10,3,5,3,1,4,10,0,1,1,0,1,0 +5998,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.631961233,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5115605681000001,0.3734969879,0.0,0.2,0.6,0.0,2,1,8,2,8,3,9,5,1,1,4,0,1,0,0,0,0 +6006,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.6,0.2,0.5471517157,7,1,-1,0,-1,11,0,1,2,1,11,2,0.316227766,0.7142440956,0.3687817783,3.6055512755,0.2,0.0,0.3,5,3,8,3,8,3,6,6,3,3,5,0,0,1,1,0,0 +6012,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.3,0.2,-1.0,11,0,1,1,0,14,-1,0,2,1,104,2,0.4472135955,1.5601705777,0.390256326,3.7416573868,0.9,0.0,0.5,0,2,7,1,10,3,11,2,1,1,9,0,1,1,0,1,0 +6014,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,0.6528782429,11,0,1,1,1,2,-1,0,2,1,104,2,0.4472135955,1.6222879466,0.3674234614,3.7416573868,0.8,0.7,0.4,3,1,8,2,10,4,4,5,2,1,11,0,0,0,1,0,0 +6016,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,10,1,-1,8,1,11,1,0,0,1,71,2,0.4898979486,1.3429222176,0.4949747468,3.7416573868,0.5,0.9,0.1,2,2,8,5,10,4,13,3,0,1,5,0,1,0,1,0,0 +6017,0,1,2,0,0,-1,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,0.7,1.2288205727,11,0,1,0,0,10,-1,0,2,1,89,2,0.3872983346,1.1355997432,0.33615472630000004,3.6055512755,0.5,0.5,0.1,4,1,6,1,8,2,6,5,0,2,8,0,0,0,1,0,0 +6019,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.1,0.5578978401,6,1,-1,0,0,1,1,0,0,1,64,3,0.316227766,0.7631491953,0.3619392214,3.7416573868,0.8,0.6,0.1,3,4,7,3,10,3,9,8,1,5,10,0,1,1,0,0,0 +6024,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.5202163012,7,1,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.6854147565,0.4449719092,1.4142135624,0.3,0.6,0.5,1,3,8,5,9,2,12,5,3,4,7,0,0,0,1,0,0 +6027,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.5,0.2,0.6461423992,11,1,1,0,0,9,1,1,2,1,104,2,0.4,0.9635613178,0.316227766,3.7416573868,0.6,0.1,0.4,3,1,9,5,9,1,8,4,3,4,9,0,0,1,0,1,1 +6032,0,0,2,4,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,7,1,-1,2,-1,0,1,0,2,1,100,0,0.3997499218,0.88692523,0.423083916,3.7416573868,0.5,0.0,0.6,2,2,5,3,9,3,5,6,1,1,13,0,1,1,0,0,0 +6035,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.3,-1.0,6,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.847273215,0.3826225294,3.1622776602,0.0,0.3,0.9,0,1,6,4,7,1,10,9,1,2,10,0,1,0,1,0,0 +6038,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,11,1,1,2,1,11,2,0.316227766,0.6961375137000001,0.30331501780000003,3.4641016151,0.5,0.2,0.3,2,0,7,4,10,1,7,9,1,3,6,0,0,0,0,0,0 +6045,1,1,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.7802243267,4,0,0,0,1,11,1,1,2,1,44,3,0.4472135955,0.7775916411,0.33911649920000003,3.0,0.5,0.9,0.1,2,0,10,3,12,1,6,2,0,1,7,0,1,1,0,0,0 +6047,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7361215931999999,7,1,-1,1,-1,14,1,1,2,1,104,2,0.4,0.8878891301,0.3920459157,3.3166247904,0.9,0.9,0.5,3,2,10,3,10,1,11,3,0,6,7,0,1,1,0,0,0 +6048,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.3,-1.0,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.9786565256,0.4308131846,3.6055512755,0.4,0.4,0.0,2,1,8,3,12,3,7,3,1,4,9,0,1,1,1,0,0 +6049,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.0,0.0,0.7874007874,11,1,0,0,0,6,1,1,2,1,27,3,0.3741657387,0.6889625690000001,0.3204684072,3.0,0.7,0.5,0.8,1,3,7,2,10,2,12,7,2,2,10,0,0,1,0,1,0 +6051,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,1.5,1.5915794041999998,11,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.8436564457,0.4129164564,3.4641016151,0.5,0.4,0.0,0,1,7,4,9,3,5,7,1,1,3,0,1,0,1,0,0 +6052,0,3,1,6,0,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.1,0.1,-1.0,11,0,1,0,0,11,1,1,0,1,3,2,0.4242640687,1.1124297731,0.3789459064,3.4641016151,0.4,0.6,0.0,3,2,9,5,10,1,11,6,1,0,13,0,0,1,1,0,0 +6053,0,6,1,5,0,1,1,0,0,0,0,0,0,0,0,12,0,1,0,0.4,0.0,0.7206767653,9,1,1,0,0,11,1,1,3,1,7,3,0.3741657387,0.8351893931000001,0.3542597917,3.4641016151,0.3,0.9,0.1,2,1,8,3,10,3,12,2,2,4,2,0,0,0,0,0,0 +6055,0,0,2,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0.9,0.2,0.4828301979,6,1,-1,0,0,1,1,1,0,1,74,3,0.3605551275,0.5149821468,0.3667424164,2.0,0.8,0.4,0.7,4,3,7,4,8,2,5,4,3,2,7,0,1,1,0,1,0 +6056,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.5,0.7996092796,4,1,-1,0,1,4,1,1,0,1,84,3,0.316227766,0.6703274148,0.3667424164,3.0,0.6,0.0,0.6,4,2,8,2,6,2,8,10,1,3,11,0,0,1,0,0,0 +6058,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.7017834423999999,10,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6179812509,0.3619392214,2.8284271247,0.2,0.2,0.9,3,3,5,2,9,3,10,3,0,2,7,1,1,0,0,0,0 +6059,0,2,1,9,0,0,0,0,1,0,0,0,0,0,0,9,0,0,1,0.8,0.3,0.6309714732,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6862131081,0.3817066937,2.6457513111,0.1,0.4,0.8,3,0,7,4,10,1,10,6,2,1,6,0,0,1,1,1,0 +6062,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7158766226000001,0.3887158345,3.1622776602,0.4,0.1,0.0,2,1,6,1,10,2,9,3,6,3,10,1,1,0,0,0,0 +6063,0,6,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.3,0.705336799,5,1,1,0,1,14,0,1,2,1,82,3,0.316227766,0.6201839237,0.3292415527,2.8284271247,0.1,0.5,0.0,1,2,9,5,5,5,9,5,3,1,10,0,1,0,0,1,0 +6067,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,6,1,-1,0,0,11,1,1,0,1,104,2,0.316227766,0.6663084437,0.3666060556,3.1622776602,0.9,0.4,0.8,5,3,9,1,11,3,10,3,3,1,6,0,1,0,0,1,0 +6068,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.6,0.3,0.8440971508,11,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.6300498472,0.3070830507,3.1622776602,0.0,0.8,0.7,2,3,7,5,8,1,8,9,0,0,7,0,1,1,0,1,0 +6075,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7628073151000001,10,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.8696441754,0.3820994635,3.1622776602,0.4,0.2,0.0,0,2,8,3,6,2,4,4,2,1,8,1,1,0,0,0,0 +6076,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.0,0.8595056718999999,11,1,1,0,1,6,1,1,2,1,27,1,0.3741657387,0.6636044513,0.3204684072,3.0,0.0,0.0,0.8,3,4,8,1,10,4,10,5,2,0,5,0,1,0,1,0,0 +6077,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,1.1,0.6077622891,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.5899642796,0.393192065,2.4494897428,0.2,0.8,0.0,3,1,8,2,7,2,7,6,2,4,10,0,0,1,0,1,0 +6081,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,0.2,0.5505678885999999,7,1,-1,1,-1,12,1,1,2,1,104,3,0.3741657387,0.7864424553,0.3754996671,3.6055512755,0.4,0.5,0.2,3,3,9,4,6,0,7,5,4,1,8,0,1,1,1,0,0 +6082,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6974125734000001,0.3583294573,3.4641016151,0.4,0.6,0.5,1,3,6,3,10,3,8,2,0,1,6,0,1,1,0,0,0 +6085,0,3,1,11,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6837397166,11,1,-1,0,-1,0,1,1,2,1,32,1,0.3157530681,0.3835189394,0.3605551275,0.0,0.8,0.2,0.8,4,1,9,3,8,4,8,3,1,1,10,0,0,1,0,0,1 +6086,0,5,1,5,1,6,0,0,1,0,0,0,0,0,0,0,1,0,0,0.9,0.7,1.2437342964,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3605551275,0.6157874754,0.4318564576,2.2360679775,0.8,0.2,0.1,1,1,6,3,11,2,9,8,1,1,5,1,1,1,1,0,0 +6088,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7454025758,7,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.6400542332,0.3943348831,3.1622776602,0.4,0.3,0.7,2,2,8,5,8,1,7,4,2,1,16,0,1,1,0,0,0 +6089,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.8533024083,3,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6153007731,0.3292415527,2.8284271247,0.3,0.3,0.0,3,3,7,4,9,2,6,6,1,1,11,0,1,0,0,0,0 +6092,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.5031152949000001,6,1,-1,0,1,0,1,0,0,1,37,2,0.316227766,0.8453812285,0.3754996671,3.7416573868,0.8,0.9,0.7,3,2,9,5,7,1,10,3,2,1,5,0,0,0,0,0,0 +6094,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.6694213918999999,5,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7550368061,0.2944486373,3.4641016151,0.2,0.3,0.9,3,4,6,5,10,3,8,3,1,4,5,0,1,1,0,1,0 +6095,1,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6062177826,3,0,1,0,0,1,1,0,2,1,70,3,0.4242640687,1.0131878339,0.34554305090000004,3.6055512755,0.7,0.2,0.9,3,1,10,3,10,1,10,7,3,3,10,0,1,0,0,0,0 +6097,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.4,0.0,1.0139649895,10,1,-1,9,0,15,1,1,0,1,41,2,0.5196152423,1.2385091678,0.5282045058,3.4641016151,0.1,0.9,0.0,1,2,6,5,8,2,13,3,1,4,6,0,1,1,0,1,0 +6099,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.8,1.2579745625,11,1,-1,1,-1,12,1,0,2,1,104,3,0.4472135955,1.0629951447,0.4701063709,3.4641016151,0.8,0.6,0.7,3,2,8,3,9,2,9,2,1,3,7,1,1,0,0,1,1 +6103,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,0.3,0.611350963,6,1,-1,0,1,11,1,1,0,1,103,3,0.316227766,0.5519873936,0.3583294573,2.2360679775,0.6,0.2,0.6,1,3,7,3,9,3,8,3,2,2,5,0,0,0,1,1,1 +6104,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,8,1,-1,2,0,1,0,0,0,1,90,0,0.3741657387,0.8627746898,0.4196427052,3.6055512755,0.4,0.5,0.2,4,3,5,6,10,3,9,3,0,5,6,0,0,0,1,1,0 +6107,0,0,2,1,1,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,1.0006248048,4,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6408607332,0.34727510710000004,3.3166247904,0.2,0.4,0.8,4,1,9,2,10,4,5,5,1,4,5,0,1,1,0,0,0 +6110,0,2,4,10,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.2,0.2,-1.0,4,1,-1,0,0,11,1,0,0,1,103,2,0.316227766,0.8025527454000001,0.3583294573,3.7416573868,0.1,0.6,0.0,2,3,6,2,11,4,9,6,0,1,6,0,1,0,0,1,0 +6111,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.5,0.3,0.5782516753,11,1,-1,0,-1,11,1,0,0,1,36,3,0.3741657387,0.8923689337999999,0.3793415348,3.7416573868,0.0,0.2,0.4,3,0,10,5,10,3,8,5,0,5,11,0,1,0,1,0,0 +6116,0,4,2,6,1,4,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6609222207,0.3744329045000001,2.8284271247,0.7,0.8,0.0,1,2,8,2,10,1,13,5,0,5,5,0,0,0,0,0,1 +6117,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.6,-1.0,11,1,-1,0,-1,0,1,1,2,1,95,2,0.4472135955,0.6640254152,0.4062019202,2.0,0.6,0.1,0.9,1,0,6,3,11,4,10,4,1,2,3,0,0,0,0,0,0 +6118,0,5,1,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.6383572667,4,1,-1,0,0,1,1,1,0,1,52,1,0.3741657387,0.7513761479000001,0.3598610843,3.3166247904,0.2,0.9,0.0,3,2,7,4,10,1,6,6,3,3,6,0,0,0,1,1,1 +6120,0,3,4,6,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.6,0.7,0.8877640452,4,1,-1,0,0,11,1,0,0,1,101,3,0.3741657387,0.9050706561,0.3850973903,3.7416573868,0.8,0.8,0.9,1,3,8,4,9,3,16,8,1,3,9,0,1,0,1,1,0 +6123,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.7,1.4570947121000002,9,1,0,0,1,11,1,1,2,1,16,3,0.3741657387,0.6797696499,0.3185906464,3.0,0.0,0.0,0.6,2,0,8,5,7,4,12,4,1,2,7,0,1,0,0,0,0 +6126,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,1,1,1,0,1,65,3,0.316227766,0.5882457461,0.3507135583,2.8284271247,0.0,0.3,0.8,2,2,7,2,8,2,9,7,1,2,7,0,1,1,0,1,0 +6128,0,6,1,3,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.3,0.7331439149,10,1,-1,0,0,4,1,1,0,1,104,2,0.4472135955,1.0445648388,0.4224926035,3.6055512755,0.0,0.4,0.7,2,2,7,3,9,3,7,5,1,2,4,1,1,1,0,0,0 +6130,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6619101146999999,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.710008148,0.3666060556,3.3166247904,0.3,0.6,0.0,2,1,8,2,10,0,8,3,0,3,10,0,0,0,0,0,0 +6134,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.3,0.0,0.8166241486,7,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7301505562,0.3974921383,2.8284271247,0.2,0.6,0.7,2,2,8,3,11,4,9,5,3,3,10,0,0,1,0,1,0 +6136,0,2,1,5,1,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.4,0.5,0.7636262175,8,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.551519314,0.3687817783,2.0,0.7,0.5,0.3,4,0,9,5,10,1,10,6,3,5,3,0,1,1,1,0,0 +6137,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.2,0.2,-1.0,4,0,-1,9,1,9,1,1,0,1,104,3,0.5153639490999999,1.113942444,0.5067543784,3.0,0.7,0.0,0.0,4,2,7,4,9,5,9,8,0,1,6,0,1,0,0,0,0 +6140,0,2,1,5,1,1,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.3,0.6991065727,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9406894781,0.4074309757,3.4641016151,0.3,0.2,0.0,3,3,5,4,8,3,7,6,1,2,11,0,1,1,1,0,0 +6141,0,2,2,7,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.577169819,2,1,-1,0,-1,11,1,0,0,1,11,2,0.316227766,0.7916309401999999,0.3687817783,3.7416573868,0.6,0.0,0.8,2,4,10,4,8,1,6,5,2,2,10,0,0,0,0,0,0 +6144,0,6,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.5448623679,10,1,-1,9,1,15,1,1,0,1,58,2,0.5477225575,1.8468196362,0.500999002,3.4641016151,0.6,0.0,0.7,3,1,5,2,10,4,7,7,2,5,8,0,0,0,1,1,0 +6149,0,3,2,6,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.5,1.3479150566999998,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6493480519,0.34727510710000004,3.0,0.4,0.2,0.2,1,1,9,4,7,2,11,5,1,4,7,0,1,1,0,1,0 +6152,0,4,4,11,1,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.5,0.9721111048,10,1,-1,0,1,6,1,1,0,1,104,1,0.3160696126,0.5286424216,0.3905124838,1.7320508076,0.9,0.8,0.3,2,2,7,3,11,3,8,5,4,3,6,0,1,0,0,0,0 +6153,0,6,3,7,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.7,0.2,0.7110731326999999,10,1,-1,0,1,0,1,1,0,1,39,1,0.316227766,0.7004278504000001,0.3794733192,3.0,0.2,0.4,0.9,2,4,7,3,9,1,8,5,1,4,8,0,1,1,0,0,0 +6154,0,3,1,2,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.6,0.6,0.8707037384,4,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.6962265472,0.4129164564,2.4494897428,0.7,0.9,0.6,2,3,5,5,10,0,6,7,1,4,3,0,1,0,0,1,0 +6155,0,1,1,9,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.7,1.0793516572,10,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.7174046428,0.3687817783,3.6055512755,0.6,0.0,0.6,0,1,8,3,11,2,10,6,2,5,4,0,1,1,0,0,0 +6162,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.8,1.3,1.25,10,1,-1,0,1,4,1,1,0,1,104,1,0.4,0.6415696145,0.3917907605,2.8284271247,0.6,0.1,0.8,2,2,7,2,9,2,6,5,0,3,6,0,0,1,0,0,0 +6165,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.5105144464,11,1,-1,0,-1,0,1,1,1,1,22,3,0.316227766,0.7730747882,0.374566416,3.4641016151,0.9,0.1,0.6,3,3,8,3,9,3,9,0,1,3,5,0,0,1,0,0,0 +6166,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.4,1.75,9,1,0,8,1,11,1,1,2,1,71,2,0.4898979486,1.2708040664,0.4125530269,3.6055512755,0.2,0.6,0.5,4,4,8,1,8,4,7,2,3,1,9,0,1,1,1,0,0 +6167,1,5,1,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.8,0.9620940702,11,0,1,0,0,11,1,1,2,1,17,2,0.4242640687,0.9156919436,-1.0,3.6055512755,0.3,0.3,0.7,3,0,6,3,11,5,7,2,2,3,6,0,1,0,1,0,0 +6170,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7620925954000001,0.3598610843,3.3166247904,0.7,0.2,0.5,2,1,9,2,11,1,10,5,1,5,8,0,1,1,0,1,0 +6172,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.5634713835,7,1,1,0,0,11,1,0,2,1,17,2,0.3741657387,0.963807875,0.32756678710000003,3.6055512755,0.6,0.2,0.1,4,2,9,2,10,3,9,2,2,3,6,0,1,0,1,0,0 +6173,0,3,1,10,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.7402255631,0.4295346319,2.8284271247,0.6,0.6,0.5,2,1,6,3,8,4,5,3,3,1,8,0,1,0,1,0,0 +6174,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.7,1.1592023119,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6384058141,0.34727510710000004,3.3166247904,0.5,0.5,0.1,2,3,6,4,9,1,9,8,1,5,6,0,0,1,1,0,0 +6175,0,6,1,9,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.3,1.4872373718,4,1,-1,0,1,7,0,1,0,1,96,3,0.4468780594,0.5647898754,0.4301162634,1.0,0.7,0.8,0.7,1,3,10,5,9,2,5,8,1,3,9,0,1,0,0,1,0 +6177,0,4,1,7,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5402545696,7,1,-1,0,-1,11,1,0,0,1,11,2,0.316227766,0.8012348424,0.3687817783,3.7416573868,0.7,0.4,0.5,2,3,10,3,8,4,6,5,0,1,13,0,1,1,0,0,1 +6178,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6072478901,5,1,-1,0,-1,11,0,1,3,1,99,2,0.316227766,0.5598664244,0.3687817783,2.2360679775,0.3,0.7,0.7,4,1,8,1,10,1,17,7,0,1,7,1,0,0,0,1,0 +6181,0,5,1,8,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.2206555616,11,1,-1,0,-1,5,1,1,2,1,104,3,0.3997499218,0.5367102116,0.3930648801,1.0,0.5,0.8,0.1,3,3,8,4,11,3,9,4,1,4,11,0,0,1,0,1,0 +6182,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,1.3,1.5634497114,7,1,-1,0,-1,7,1,1,0,1,96,3,0.4,0.865416825,0.4272001873,3.3166247904,0.3,0.8,0.1,2,1,6,3,10,2,10,3,1,1,7,0,1,1,0,1,1 +6186,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5734843481,0.3583294573,2.6457513111,0.0,0.6,0.3,1,2,9,2,10,5,8,8,0,2,7,0,1,1,0,0,0 +6187,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,1.2,1.3050383136,3,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.658698943,0.3619392214,3.1622776602,0.8,0.2,0.4,3,0,7,6,9,3,11,8,2,2,7,0,1,1,0,0,0 +6190,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,-1.0,8,0,-1,0,0,11,1,1,0,1,53,2,0.4472135955,0.8069430121,0.4254409477,3.1622776602,0.8,0.5,0.9,3,0,8,2,9,2,5,3,1,3,7,1,1,0,0,1,0 +6192,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.1,0.9185586535,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.7119551708,0.3924283374,3.1622776602,0.0,0.4,0.8,3,1,5,2,9,2,5,2,2,1,7,1,0,1,1,0,0 +6195,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6080894072999999,0.3619392214,2.8284271247,0.7,0.1,0.5,4,2,9,5,7,3,10,1,0,5,6,0,1,1,0,0,0 +6198,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,-1.0,5,1,1,0,1,11,1,0,2,1,69,3,0.4242640687,1.1489125293,0.3535533906,3.7416573868,0.5,0.7,0.6,2,5,8,2,10,1,9,8,4,2,9,0,1,1,0,1,0 +6200,0,0,3,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8533024083,11,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.7984489095,0.3598610843,3.7416573868,0.7,0.0,0.9,1,2,6,2,9,2,5,3,4,1,6,0,0,0,0,1,0 +6201,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5429297627,0.3507135583,2.4494897428,0.3,0.2,0.8,2,4,9,4,10,3,11,9,1,3,4,0,0,1,0,0,0 +6203,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,0.9327379053,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7851935593000001,0.3780211634,3.1622776602,0.3,0.5,0.8,1,2,9,4,7,2,7,5,1,5,6,0,1,0,0,0,1 +6205,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.6,1.1,1.1146748405,9,0,0,9,1,17,-1,1,2,1,104,3,0.5477225575,1.836279251,0.4460941605,3.4641016151,0.5,0.4,0.7,2,4,6,3,9,0,6,0,2,2,2,0,1,1,0,0,0 +6206,0,1,2,0,1,-1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,4,1,0,0,0,0,-1,1,2,1,32,1,0.3157530681,0.4520385415,0.299165506,1.4142135624,0.7,0.6,0.6,3,2,8,3,8,4,8,7,2,3,8,0,1,1,0,0,0 +6209,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.9297176991,11,1,-1,0,-1,7,1,0,2,1,79,3,0.3872983346,0.9754634415,0.39,3.7416573868,0.5,0.7,0.5,2,0,7,3,8,4,9,11,1,0,7,0,0,1,1,0,0 +6216,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.9236476601,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.837153777,0.3663331817,3.3166247904,0.2,0.3,0.2,5,3,9,4,9,1,8,3,1,3,5,0,1,0,0,0,0 +6217,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6304760106,11,0,-1,8,-1,4,1,0,2,1,6,3,0.4472135955,1.1613792029,0.4232020794,3.7416573868,0.8,0.8,0.6,1,3,9,3,8,2,12,3,1,4,7,0,1,0,0,0,1 +6218,0,5,2,6,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.8,1.2813567029,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7477652656999999,0.3685105155,3.3166247904,0.3,0.9,0.0,0,1,7,2,9,2,8,5,1,2,5,0,0,1,0,1,0 +6223,0,5,3,7,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,1.1014195386,7,1,-1,0,-1,7,1,1,2,1,79,3,0.3872983346,0.875752333,0.3883297568,3.6055512755,0.6,0.8,0.2,3,2,7,7,9,1,10,4,0,3,10,0,1,0,0,0,0 +6224,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.6,0.2,0.5590169944,7,1,-1,0,-1,1,1,1,2,1,91,2,0.4242640687,0.8081455151000001,0.4295346319,2.8284271247,0.9,0.2,0.0,2,1,6,2,8,3,10,4,2,2,12,0,1,1,0,1,0 +6225,0,0,1,1,0,3,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.5,0.5012484414,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6300006559,0.3619392214,3.0,0.1,0.6,0.6,2,4,9,2,7,1,9,9,1,2,10,0,0,1,0,0,0 +6227,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.6,0.4,0.8728545125,4,1,-1,0,0,4,1,1,0,1,104,2,0.316227766,0.5817649122999999,0.3807886553,2.4494897428,0.5,0.7,0.2,2,1,6,3,10,0,7,4,1,2,9,0,1,0,1,0,0 +6228,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.5,0.9987492178,4,1,-1,8,1,11,0,1,0,1,71,2,0.4898979486,1.151983557,0.4949747468,3.6055512755,0.7,0.4,0.8,3,5,6,2,11,1,12,3,3,1,13,0,1,1,0,0,0 +6230,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.5,1.1898004034,4,1,-1,8,0,9,1,1,0,1,13,2,0.4472135955,1.0750648645,0.4679743583,3.4641016151,0.4,0.2,0.4,3,3,9,3,10,2,9,4,1,3,10,0,1,1,1,1,0 +6234,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,1.0729631867,2,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8251971966,0.3850973903,3.4641016151,0.5,0.8,0.9,2,3,9,3,10,4,11,2,0,3,9,0,1,1,0,0,0 +6235,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.8050621094,6,1,-1,0,0,1,1,0,0,1,10,2,0.316227766,0.7291736521,0.3768288736,3.7416573868,0.9,0.3,0.8,3,2,7,2,6,2,9,2,3,2,12,0,0,0,0,0,1 +6238,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9420721841,11,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.7275141645000001,0.3666060556,3.4641016151,0.1,0.1,0.2,1,2,9,3,9,3,7,8,1,3,7,0,1,0,1,0,0 +6240,1,2,1,2,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.4,0.0,0.8972179222,11,0,1,1,0,16,1,0,2,1,104,2,0.4,1.2243230547,0.3885871846,3.7416573868,0.2,0.7,0.2,2,3,9,4,8,5,9,7,0,2,8,0,1,1,1,0,0 +6242,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6754628043,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.5935430804999999,0.3615245497,2.6457513111,0.5,0.1,0.2,3,1,5,4,11,5,8,9,3,5,5,0,0,1,1,1,0 +6245,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,1.1291589791,11,1,0,0,1,14,1,1,2,1,104,2,0.4459820624000001,0.652490461,0.3405877273,2.0,0.2,0.4,0.5,4,2,9,4,9,2,6,4,2,2,10,0,0,0,0,1,0 +6250,0,3,1,6,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6149186938,6,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.6986113734999999,0.3937003937,3.0,0.1,0.0,0.1,2,2,8,4,8,1,7,4,0,1,8,0,0,1,0,0,0 +6251,1,3,1,4,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,1.5,1.3455946641,6,0,-1,9,0,10,1,1,0,1,81,3,0.4472135955,1.2005336279,0.4975942122,3.3166247904,0.3,0.6,0.7,1,0,7,3,12,2,5,8,2,3,4,1,0,1,0,0,0 +6252,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.6,1.0,1.2196310918000002,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8017929289,0.4246174749,3.0,0.0,0.9,0.9,2,1,7,2,8,3,10,0,1,4,7,0,0,0,0,0,0 +6253,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.5973901573,7,1,1,0,0,6,1,1,2,1,73,3,0.4,0.9051962026,0.35608987630000005,3.4641016151,0.2,0.0,0.0,4,3,7,3,10,2,11,5,1,0,2,0,1,1,0,0,0 +6254,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.4,0.527967802,7,1,1,0,1,4,1,1,2,1,48,3,0.316227766,0.6370775217,0.3201562119,3.1622776602,0.6,0.3,0.4,3,3,10,3,8,0,6,4,1,1,8,0,0,1,1,0,0 +6256,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.7652613933,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8100096928,-1.0,3.7416573868,0.6,0.0,0.6,2,0,7,3,10,3,10,8,0,6,13,0,1,1,1,0,0 +6259,0,1,1,4,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.6412877669,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8180681739,0.3849675311,3.4641016151,0.8,0.3,0.5,4,2,7,3,9,2,9,6,2,3,13,0,1,1,1,1,0 +6260,0,5,1,6,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.1,-1.0,11,0,1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7595942806,0.3420526275,2.0,0.8,0.3,0.9,4,2,7,4,11,3,9,6,0,4,6,0,0,0,1,0,0 +6264,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.3,0.7673004627,11,1,0,8,0,3,1,1,2,1,104,2,0.5,1.3065078683,0.4353159772,3.6055512755,0.2,0.8,0.9,2,1,10,2,7,2,12,7,1,3,5,0,1,0,1,0,0 +6265,0,1,1,6,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7437202664,0.3615245497,3.6055512755,0.3,0.9,0.6,3,2,7,2,8,3,10,3,3,1,8,0,1,1,0,0,0 +6270,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.1,0.3,-1.0,6,1,-1,0,1,0,1,0,0,1,32,3,0.316227766,0.7750146626000001,0.3615245497,3.6055512755,0.2,0.3,0.9,2,3,10,3,10,1,9,4,2,5,4,0,1,1,0,0,0 +6273,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.3,-1.0,6,1,-1,0,1,1,1,1,0,1,104,1,0.3872983346,0.3293494715,0.3687817783,0.0,0.2,0.9,0.3,3,1,9,3,8,4,13,5,1,0,6,0,0,1,1,1,0 +6281,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,0.5,0.6475916923,11,1,1,0,0,7,1,0,2,1,104,3,0.4,1.1258054968,0.372424489,3.6055512755,0.8,0.8,0.3,3,2,8,4,10,1,5,6,0,5,5,0,1,1,0,0,1 +6282,0,2,1,5,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.3783186488000001,10,0,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.7874270267,0.4129164564,3.1622776602,0.5,0.3,0.2,2,0,7,2,9,2,9,7,4,1,9,0,1,1,0,0,0 +6283,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.7,0.9450529086,8,1,0,0,0,1,-1,1,2,1,65,3,0.316227766,0.6046138034,0.2880972058,3.0,0.9,0.9,0.0,3,3,8,2,9,1,7,9,1,1,11,0,0,1,0,0,0 +6284,0,0,2,4,1,1,0,0,0,1,0,0,0,0,0,12,0,0,1,0.6,0.4,0.8200609732999999,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7678051793,0.3687817783,3.7416573868,0.6,0.5,0.0,3,0,8,3,10,2,13,4,2,5,9,1,1,1,1,0,1 +6285,0,1,2,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.0,0.514174095,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6815605574,0.3744329045000001,3.0,0.2,0.4,0.0,2,2,10,4,10,3,14,5,2,3,13,0,0,0,0,0,1 +6286,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.2,0.5361902647,11,1,1,8,1,14,1,1,2,1,18,2,0.5,1.2239179738,-1.0,3.6055512755,0.3,0.3,0.0,4,1,8,3,8,1,6,8,2,3,5,0,1,1,0,0,0 +6292,0,4,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6005206075,11,1,0,0,1,11,1,1,2,1,67,2,0.3741657387,0.7357741748000001,0.3008321791,3.4641016151,0.0,0.3,0.1,5,1,8,4,9,1,9,7,0,4,3,0,0,1,0,0,1 +6294,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,4,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.8777554018000001,-1.0,3.1622776602,0.8,0.6,0.4,0,2,8,1,12,2,8,8,3,1,10,0,0,0,1,1,1 +6298,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.2,0.4981214711,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6282929778999999,0.3744329045000001,2.4494897428,0.9,0.7,0.4,4,2,6,3,9,0,8,8,1,3,6,0,1,1,1,0,0 +6299,0,1,1,1,0,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.5,0.8919781387000001,10,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7579468788,0.4062019202,3.0,0.1,0.3,0.9,2,3,8,3,9,2,9,13,0,2,8,0,0,0,0,0,0 +6300,0,2,2,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,5,1,1,0,0,1,1,1,2,1,52,3,0.3741657387,0.7403790631,0.2973213749,3.6055512755,0.8,0.1,0.0,3,4,10,3,11,3,8,5,0,4,5,0,0,1,0,0,0 +6301,0,1,1,5,0,5,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.5,0.9430668057,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7725935713,0.3780211634,3.1622776602,0.3,0.1,0.2,4,2,7,5,11,2,10,7,1,1,9,0,0,1,0,0,1 +6305,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.2,0.3,-1.0,11,1,1,0,0,1,1,0,0,2,51,2,0.3741657387,0.9806811598,0.3307567082,3.7416573868,0.3,0.1,0.0,2,2,9,4,10,2,7,11,1,4,10,0,1,0,0,0,0 +6308,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.516599458,7,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.6991878404999999,0.4074309757,2.0,0.8,0.7,0.0,2,0,8,0,8,3,8,5,1,3,11,1,1,1,1,0,0 +6309,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.5,1.3002403623999998,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9542098977,0.3788139385,3.4641016151,0.3,0.9,0.5,2,3,7,4,11,5,6,3,4,3,5,0,0,0,1,0,0 +6311,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.6,1.0335013304,9,1,0,0,1,4,0,1,3,1,104,3,0.4,0.750550762,0.3376388603,2.8284271247,0.1,0.9,0.0,3,2,10,4,11,3,10,4,1,5,5,1,1,0,0,1,0 +6312,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.7660776723,10,1,-1,0,1,0,1,1,0,1,104,3,0.3994996871,0.7229416492,0.3910242959,2.6457513111,0.2,0.3,0.2,1,4,9,4,9,2,5,6,2,2,5,0,1,0,0,0,0 +6315,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,5,1,-1,2,-1,1,0,0,2,1,1,0,0.3741657387,0.8924383906000001,0.4189272013000001,3.6055512755,0.4,0.6,0.2,2,0,5,2,9,1,7,6,0,2,4,1,1,0,0,1,0 +6318,0,7,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.5,0.0,0.7128288715000001,6,0,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.8082861165999999,0.4129164564,3.1622776602,0.2,0.5,0.1,3,1,7,4,9,2,8,4,2,3,7,0,0,0,1,1,0 +6323,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.8,1.5982412208,11,0,0,0,1,14,1,1,2,1,68,3,0.4472135955,0.7812497934,0.3605551275,2.6457513111,0.6,0.3,0.0,3,1,5,2,11,5,4,7,1,3,1,0,0,0,0,0,0 +6325,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,0.8154753215,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7834681320999999,0.3926830783,3.3166247904,0.6,0.8,0.8,0,1,7,4,6,4,11,4,2,4,12,0,1,1,1,1,0 +6327,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.6873863542,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.5461548535,0.3185906464,2.0,0.7,0.5,0.8,3,2,7,1,10,2,9,3,2,2,5,0,0,0,0,0,0 +6330,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.3,0.0,0.5408326913,7,1,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.7145766822,0.4449719092,2.0,0.7,0.9,0.6,2,3,5,2,11,1,10,2,2,0,7,1,0,1,0,0,0 +6335,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.7,0.0,0.4943429983,6,1,-1,0,0,0,1,1,0,1,32,3,0.316227766,0.7121263701,0.3615245497,3.6055512755,0.1,0.1,0.8,2,0,8,3,6,2,6,5,0,4,9,0,1,1,0,1,0 +6337,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.7,0.8544003745000001,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7492282531000001,0.3615245497,3.6055512755,0.7,0.3,0.7,3,1,6,1,9,3,12,9,1,5,9,0,0,0,0,1,0 +6339,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,1.2,1.6880091824,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5605358268999999,0.3583294573,2.6457513111,0.4,0.3,0.7,1,0,7,2,7,5,7,3,3,2,9,0,1,0,0,1,0 +6340,1,6,1,6,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.8,0.4,0.6745368782,6,1,-1,0,1,14,0,1,0,1,49,3,0.4,0.6680890474,0.3685105155,2.8284271247,0.4,0.3,0.6,4,2,9,3,8,2,8,6,0,3,9,0,1,1,0,0,0 +6341,0,0,1,4,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.5728219619,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8232168307,0.3615245497,3.6055512755,0.5,0.6,0.6,1,0,7,2,9,1,14,7,1,1,7,1,1,0,0,1,1 +6342,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.3,0.0,1.3589977925,11,1,0,0,1,0,1,1,2,1,95,2,0.4,0.7110695006000001,0.3348133809,2.6457513111,0.5,0.1,0.8,3,3,9,2,10,3,7,4,3,2,6,1,0,0,0,1,0 +6349,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,-1.0,5,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.6688154077,0.2887905816,3.3166247904,0.0,0.5,0.6,2,4,10,3,10,4,10,5,1,4,4,0,0,0,0,0,0 +6351,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.49560569,7,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8458088212,0.3794733192,3.7416573868,0.4,0.9,0.9,3,1,5,3,10,4,11,6,0,2,5,0,0,0,0,1,0 +6354,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.3,0.8154753215,4,0,-1,9,0,10,1,1,0,1,81,3,0.4472135955,1.1789738499,0.4975942122,3.1622776602,0.0,0.0,0.4,3,3,8,3,10,3,5,5,0,4,6,0,1,0,1,1,0 +6363,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.5,0.7403546447,7,1,-1,0,-1,15,1,0,2,1,97,3,0.3605551275,0.8733307573000001,-1.0,3.6055512755,0.9,0.4,0.7,4,2,6,0,11,2,9,4,4,4,7,0,1,1,0,0,0 +6364,0,0,3,4,1,0,0,1,0,0,0,0,0,0,0,9,0,0,0,0.8,0.8,1.5606489035,11,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7216973794,0.3598610843,3.4641016151,0.0,0.5,0.4,5,1,7,2,11,2,9,4,1,6,15,0,1,0,0,1,0 +6365,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.9503288904,7,1,1,0,0,1,1,1,2,1,52,3,0.3741657387,0.7689076720999999,0.2973213749,3.4641016151,0.4,0.8,0.0,2,1,10,3,10,2,6,9,2,5,6,0,1,0,1,0,0 +6369,1,0,2,0,0,6,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,1.3,1.5765865025,10,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6645386146,0.3687817783,3.3166247904,0.4,0.0,0.7,2,1,8,2,10,3,13,5,2,8,8,0,0,0,0,0,0 +6375,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5338539125999999,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6239536696,0.3687817783,3.1622776602,0.3,0.9,0.9,2,3,5,1,8,3,12,6,3,1,6,0,1,1,0,1,0 +6376,0,5,1,5,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,1.0488088482,11,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.6349985358,0.3008321791,2.8284271247,0.6,0.9,0.0,5,2,6,5,10,2,10,2,1,3,7,0,1,0,1,0,0 +6379,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.7984359711,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6670522301,0.3687817783,3.3166247904,0.2,0.3,0.5,2,1,8,2,7,5,12,7,4,2,7,0,1,1,0,0,0 +6384,0,7,2,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.8,1.2356678356,10,1,-1,0,0,4,1,1,0,1,104,3,0.4,0.8903175216,0.4236744033,3.3166247904,0.0,0.1,0.5,2,2,10,3,11,2,7,6,1,4,10,1,0,1,0,1,0 +6385,0,3,1,7,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7941190087000001,7,1,1,0,1,14,1,1,1,1,68,3,0.4,0.9494376326,0.3443835072,3.3166247904,0.4,0.5,0.1,4,4,8,4,8,2,9,8,4,3,10,0,0,0,0,0,0 +6387,0,0,1,8,0,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,9,1,1,0,0,0,1,0,2,1,32,1,0.316227766,0.7489800227,0.2944486373,3.7416573868,0.1,0.6,0.9,1,2,7,5,10,5,8,9,3,3,3,0,1,0,1,0,0 +6389,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.6475916923,7,0,-1,0,-1,11,1,0,1,1,3,2,0.4242640687,1.1925387878,0.4349712634,3.6055512755,0.5,0.9,0.3,2,2,6,4,8,0,15,5,1,4,10,0,0,0,0,0,0 +6396,0,2,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.9,0.8,1.060365503,10,0,-1,0,1,6,1,1,4,1,73,3,0.4472135955,0.8294053431,0.4211887938,3.0,0.9,0.0,0.4,1,1,5,2,8,3,6,4,1,4,9,0,0,0,0,1,1 +6397,0,3,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6522054131,0.3619392214,3.1622776602,0.5,0.4,0.5,3,2,8,2,10,2,3,7,1,3,7,0,1,0,0,0,0 +6400,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,1.8,1.8234582529,11,0,-1,9,-1,10,1,1,1,1,81,3,0.4472135955,1.2996741486,0.4975942122,3.3166247904,0.0,0.5,0.5,3,2,8,3,9,4,9,3,1,6,11,0,0,1,1,0,0 +6402,0,6,1,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.6,1.7606816862,6,0,1,0,1,1,1,0,2,1,104,3,0.4242640687,0.977896207,0.3660601044,3.6055512755,0.5,0.5,0.6,1,2,10,2,10,4,8,6,0,1,7,0,1,0,0,0,0 +6403,0,0,1,4,0,1,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.4,0.7838207703,9,1,0,8,1,14,1,1,2,1,18,2,0.5,1.1189760668000002,-1.0,3.6055512755,0.5,0.2,0.8,3,4,9,4,10,2,5,7,3,3,6,0,0,1,0,1,0 +6404,0,1,3,7,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,1.4,1.6298006013,11,0,1,1,0,9,-1,0,2,1,104,2,0.5477225575,1.662363522,-1.0,3.6055512755,0.1,0.2,0.1,3,2,10,4,7,1,10,5,3,3,13,0,0,0,1,0,0 +6405,0,3,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.6,1.1310946026,11,1,0,0,1,1,1,1,2,1,31,3,0.3741657387,0.6921042295000001,0.31400636940000004,2.8284271247,0.1,0.0,0.5,3,2,8,2,11,3,7,3,1,4,3,0,0,0,0,0,0 +6407,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.1,0.3682729966,7,1,1,0,0,1,1,0,0,1,80,3,0.316227766,0.7858248284999999,-1.0,3.6055512755,0.7,0.7,0.1,2,1,9,1,7,2,7,3,1,1,6,0,1,0,1,0,1 +6410,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.4,-1.0,8,1,-1,0,0,6,1,1,0,1,27,2,0.3741657387,0.7811968990000001,0.3907684737,3.6055512755,0.7,0.9,0.1,3,2,6,5,8,3,6,4,1,3,7,0,1,1,0,1,0 +6412,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.7,0.5,0.6896557112,4,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0395882847,0.4,3.3166247904,0.7,0.7,0.7,3,1,10,2,10,3,5,1,0,3,8,0,0,1,0,1,0 +6420,0,2,1,1,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.6,0.3,0.7275816104999999,9,1,-1,0,-1,11,0,1,2,1,101,3,0.3741657387,0.7862453931000001,0.3850973903,3.3166247904,0.2,0.7,0.2,1,3,9,3,11,2,8,6,0,3,7,0,0,1,0,0,0 +6421,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.5,0.5567764363000001,7,1,0,0,0,1,1,1,2,1,74,3,0.3741657387,0.7593766474,0.3132091953,3.3166247904,0.5,0.6,0.3,1,3,7,4,11,4,7,5,1,3,8,0,1,0,0,1,0 +6424,0,3,1,7,0,1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.8,1.1101801656,7,1,-1,0,-1,14,0,1,2,1,42,2,0.4,0.8030623206999999,0.3937003937,3.3166247904,0.6,0.5,0.1,0,0,5,3,9,2,11,7,2,2,10,1,0,0,0,0,0 +6433,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6675514961,9,1,1,0,1,11,1,0,2,1,47,2,0.3741657387,0.9496084448,0.3284813541,3.6055512755,0.5,0.9,0.6,1,0,9,4,10,3,8,10,1,3,7,1,0,1,0,0,0 +6437,0,1,1,6,0,4,1,0,0,0,0,0,0,0,0,12,0,1,0,0.5,0.2,0.4322904116,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.618399026,0.3687817783,2.8284271247,0.1,0.0,0.9,3,1,10,3,9,0,5,2,0,1,5,0,1,1,0,0,0 +6438,0,4,1,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,1.6818888192,7,0,1,9,1,14,-1,0,2,1,104,3,0.5916079783,1.7731526296,0.3986226286,3.6055512755,0.2,0.0,0.1,3,3,8,5,10,2,10,10,1,1,4,0,1,0,1,0,0 +6442,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.2842799539,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6881073576000001,0.3685105155,3.3166247904,0.4,0.5,0.9,2,0,7,2,12,3,9,5,0,4,9,0,1,1,0,1,0 +6443,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.9,0.9437293044,11,0,1,8,1,4,1,0,2,1,6,3,0.4472135955,1.1475179827,0.359722115,3.6055512755,0.0,0.3,0.0,4,2,8,4,10,4,11,5,1,3,4,0,1,0,0,1,0 +6444,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.5,0.7,0.5465802777000001,4,1,-1,0,0,0,1,1,0,1,95,2,0.4,0.8796247322,0.4013726448,3.4641016151,0.1,0.3,0.1,3,2,9,2,10,3,6,10,1,5,6,0,1,1,1,0,0 +6445,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.7283089209,0.3924283374,3.3166247904,0.3,0.4,0.3,3,2,8,2,8,2,10,1,1,4,4,0,0,1,0,0,0 +6447,0,2,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,0.6964194139,7,1,0,0,0,11,1,1,2,1,7,3,0.3741657387,0.7985912183,0.3542597917,3.3166247904,0.5,0.7,0.8,3,2,9,3,11,0,7,4,0,2,6,0,1,1,0,0,0 +6448,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.5733942725,0.3687817783,2.4494897428,0.7,0.3,0.8,1,2,7,1,8,2,8,4,0,0,11,0,0,1,0,0,1 +6450,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.8803408431,5,0,1,0,0,11,0,0,2,1,104,3,0.4,1.057460704,0.33911649920000003,3.6055512755,0.5,0.8,0.6,3,1,5,2,9,4,8,0,2,2,3,0,0,1,0,1,1 +6462,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6526962515,0.3583294573,3.3166247904,0.0,0.9,0.6,2,1,9,2,11,3,14,6,2,3,5,0,1,1,0,0,0 +6463,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.3,0.7167635593,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6470530782,0.4086563348,1.7320508076,0.9,0.5,0.9,0,2,8,4,9,2,9,4,2,0,5,0,1,1,0,0,0 +6469,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.2,1.3110110602,11,1,1,8,0,4,1,0,0,1,6,3,0.4,1.0883492694,0.3466987165,3.6055512755,0.8,0.7,0.6,1,3,9,5,9,4,10,6,2,1,7,0,1,0,1,1,0 +6473,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.0,0.8223442101999999,6,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6633405318,0.3619392214,3.1622776602,0.6,0.6,0.6,4,2,7,5,10,1,8,7,1,1,8,0,0,1,1,0,0 +6474,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5673402859000001,6,1,-1,0,1,0,1,1,0,1,32,1,0.3157530681,0.3925178314,0.3605551275,0.0,0.5,0.8,0.8,1,1,7,3,11,3,8,8,0,2,7,0,1,1,0,1,0 +6477,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,0.5,1.1146748405,10,1,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0780587848999998,0.4,3.4641016151,0.8,0.4,0.6,3,1,10,3,11,4,4,2,2,3,4,0,0,1,1,0,1 +6478,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.2,0.2,-1.0,9,0,-1,0,-1,4,0,1,2,1,104,2,0.4472135955,0.8367217613,-1.0,3.1622776602,0.7,0.4,0.1,2,3,7,1,10,3,6,8,2,4,11,0,1,0,0,1,0 +6482,0,7,1,8,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.9192388155,4,0,-1,9,1,15,1,1,4,1,41,2,0.5477225575,1.4280542157,0.5329165038,3.1622776602,0.3,0.4,0.7,2,3,8,3,11,1,11,4,0,3,8,0,1,1,1,0,0 +6483,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.5931905259,7,1,-1,0,-1,0,1,1,1,1,39,3,0.3160696126,0.7056589441,0.3744329045000001,3.1622776602,0.7,0.4,0.8,3,3,7,3,10,4,5,5,1,2,5,0,1,0,0,1,0 +6486,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,0.7,0.8867073925,11,1,0,2,0,11,0,1,3,1,14,0,0.3741657387,0.6750114783,0.3340658618,2.8284271247,0.2,0.9,0.5,0,3,9,3,8,4,6,8,0,3,11,0,1,0,1,1,0 +6487,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5012484414,11,1,-1,0,-1,0,1,1,2,1,104,3,0.3994996871,0.6591692743,0.3872983346,2.0,0.6,0.3,0.6,3,1,7,2,10,1,12,1,3,7,7,0,1,0,0,0,0 +6488,0,0,1,4,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.523808171,7,1,1,0,1,11,1,0,2,1,101,3,0.3741657387,0.9069406388,0.3214031736,3.6055512755,0.3,0.3,0.5,1,1,7,4,10,1,7,9,0,0,11,0,1,0,0,0,0 +6491,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,1.2621905561,6,1,0,0,0,1,1,1,2,1,31,3,0.423792402,0.7058638691,0.2236067977,2.6457513111,0.5,0.5,0.4,2,1,8,3,9,1,16,8,2,5,5,0,1,1,1,1,1 +6495,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.5,1.4489220131,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9241256757,0.3820994635,3.3166247904,0.4,0.4,0.6,2,2,10,2,7,2,9,9,1,3,7,0,0,1,0,0,0 +6496,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.6604922407,7,1,-1,0,-1,15,1,0,0,1,63,2,0.3872983346,0.9454763983,-1.0,3.7416573868,0.8,0.2,0.3,3,1,5,5,8,3,4,6,3,4,11,1,1,1,1,1,0 +6497,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,5,1,0,0,1,1,1,1,2,1,65,1,0.316227766,0.5543218625,0.2880972058,2.8284271247,0.7,0.2,0.0,2,5,9,4,10,2,8,3,1,1,6,0,1,1,0,0,0 +6498,0,1,2,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.0,0.5573374202,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.7475580079,0.3248076354,3.4641016151,0.1,0.8,0.5,4,2,6,4,8,2,7,1,1,2,7,0,0,1,1,0,1 +6499,0,2,3,9,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.1,0.2,-1.0,5,1,0,0,1,11,1,1,2,1,67,2,0.3741657387,0.7350324668000001,0.3008321791,3.3166247904,0.1,0.2,0.7,1,1,8,5,10,2,9,5,0,0,5,0,0,0,1,0,1 +6501,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6254998002000001,7,1,-1,0,-1,14,1,1,3,1,82,3,0.3160696126,0.5865574028,0.3702701716,2.2360679775,0.4,0.1,0.8,2,1,7,4,9,4,4,6,0,1,5,0,1,0,0,1,0 +6502,0,4,3,4,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.9,0.8,0.7996092796,10,1,-1,8,0,11,1,1,0,1,71,2,0.4898979486,1.2475761624,0.4949747468,3.6055512755,0.3,0.0,0.5,2,1,10,5,12,3,11,2,2,1,5,0,0,1,0,1,0 +6504,0,3,1,5,1,3,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,1.4,1.5388713397,5,0,1,9,0,2,-1,0,1,1,104,3,0.4472135955,2.0294830999,0.4219004622,3.7416573868,0.2,0.8,0.8,2,0,8,2,9,6,9,8,1,2,4,0,0,0,1,1,0 +6505,0,0,1,6,1,2,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.8,1.1979148551,11,0,0,0,0,10,1,1,2,1,83,2,0.4242640687,0.9006884419,0.3420526275,2.8284271247,0.7,0.5,0.9,2,2,9,2,8,4,11,9,2,5,5,0,1,0,0,1,0 +6510,0,2,1,8,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.810863737,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7699146673999999,0.374566416,3.4641016151,0.5,0.0,0.4,2,1,4,3,12,2,10,2,1,1,14,0,0,1,0,1,1 +6511,1,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6566962768,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4,0.6975458751000001,0.3926830783,2.0,0.8,0.8,0.8,2,1,6,4,10,2,5,3,1,8,17,0,1,1,0,0,0 +6513,0,6,1,5,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.5520148195,10,0,-1,8,1,13,1,1,0,1,104,3,0.5,1.1988294911,0.500999002,3.1622776602,0.6,0.5,0.5,1,2,8,1,8,4,8,4,0,0,7,0,1,1,0,0,0 +6520,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,11,0,1,0,0,10,1,1,2,1,55,2,0.4242640687,1.2193007073,0.3586084215,3.6055512755,0.7,0.5,0.9,3,2,9,1,7,2,8,4,2,2,8,0,0,1,1,0,0 +6527,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.5,0.0,0.6219927652,10,1,-1,8,1,11,1,1,4,1,24,2,0.4898979486,0.9393597257,0.4949747468,3.3166247904,0.9,0.2,0.2,4,2,7,2,6,4,8,4,1,1,7,0,1,0,0,1,0 +6528,0,2,1,7,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,1.4,1.0520812706,9,1,1,0,1,1,1,1,0,1,64,3,0.316227766,0.6477392343,0.3016620626,3.0,0.0,0.1,0.2,3,1,7,2,11,3,9,6,1,1,4,1,0,0,0,0,1 +6529,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,5,1,0,0,0,6,1,1,3,1,27,3,0.3741657387,0.6880773308,0.3204684072,3.0,0.6,0.7,0.7,1,1,8,5,9,1,8,4,3,3,3,0,0,1,0,0,0 +6532,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.6,0.7,0.8986100378,7,0,-1,1,-1,14,1,1,2,1,104,2,0.5,1.1339155448,0.438520239,3.3166247904,0.8,0.4,0.4,1,0,7,5,10,0,10,8,4,6,11,0,0,0,0,1,0 +6533,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.8874119675,6,1,-1,0,1,14,1,0,0,1,8,2,0.3872983346,0.9411445687,-1.0,3.7416573868,0.9,0.1,0.2,4,2,7,2,10,2,12,3,2,2,7,0,1,1,1,1,1 +6537,0,7,2,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.8,0.4,0.8728545125,7,1,1,0,1,1,1,0,2,1,80,3,0.316227766,0.8035432896,-1.0,3.7416573868,0.0,0.4,0.8,1,1,5,0,10,3,8,8,3,5,7,0,0,1,1,1,0 +6538,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.2,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.4996693121,0.3307567082,1.4142135624,0.1,0.2,0.1,3,1,10,2,7,2,5,6,4,2,6,0,1,1,0,0,0 +6539,0,6,1,5,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.8,1.1645814699,4,1,-1,8,1,11,1,1,0,1,24,2,0.4898979486,0.9954234117,0.4949747468,3.1622776602,0.2,0.0,0.9,2,2,9,1,11,4,13,7,0,4,7,0,0,1,1,0,0 +6540,0,4,1,5,0,6,0,1,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,0.7262919523,4,1,-1,0,0,1,0,1,0,1,31,3,0.4242640687,0.8323892723999999,0.40348482,3.0,0.1,0.5,0.4,3,1,9,5,9,1,8,4,2,4,6,0,1,1,1,0,0 +6541,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.7854139036,4,1,-1,0,0,11,1,1,0,1,36,2,0.3741657387,0.8903291248,0.3794733192,3.6055512755,0.4,0.7,0.1,2,1,6,4,8,2,11,6,1,1,3,0,1,0,1,1,0 +6545,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.6,1.9632562237,10,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7186850940999999,0.378153408,2.2360679775,0.1,0.7,0.9,4,2,6,2,10,3,9,5,2,4,3,0,1,0,1,0,0 +6546,0,1,4,10,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.2,0.6128825336,7,1,1,0,1,14,1,1,0,1,104,1,0.3160696126,0.452677982,0.30331501780000003,0.0,0.7,0.2,0.6,3,3,7,5,11,4,8,8,1,4,6,0,1,1,0,1,0 +6547,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.5900211861,7,1,-1,8,-1,11,1,1,2,1,71,2,0.4898979486,1.2257819228,0.4949747468,3.6055512755,0.9,0.2,0.1,1,3,8,2,6,1,14,6,1,3,10,0,0,1,0,1,0 +6548,0,5,1,7,0,4,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.6,1.1174748319,7,0,-1,1,-1,15,1,1,0,1,104,2,0.5916079783,1.3568086645,0.4527692569,3.3166247904,0.5,0.6,0.0,2,1,9,5,10,1,9,5,2,3,7,0,1,1,1,0,1 +6549,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6637959024,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.6869654195,0.3615245497,3.1622776602,0.4,0.9,0.8,4,0,6,0,10,0,10,6,0,2,5,0,1,1,0,1,0 +6554,0,1,4,9,1,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.7,1.4,1.5089317413,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.4729894378,0.3556683849,1.0,0.2,0.2,0.6,2,2,7,4,10,2,11,9,4,9,5,0,0,1,0,1,0 +6555,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.1,-1.0,7,0,0,0,0,0,1,1,2,1,95,2,0.4,0.8422507723999999,0.3348133809,3.3166247904,0.7,0.1,0.6,3,1,6,3,11,2,11,3,0,2,10,0,0,1,0,0,0 +6557,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,0.1,0.5733672471,10,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,1.0125248696,0.4086563348,3.4641016151,0.6,0.6,0.6,4,3,8,1,11,2,6,6,3,4,3,0,1,1,0,0,0 +6558,0,2,3,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.1,0.8803408431,7,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.5442220925,0.3943348831,2.4494897428,0.1,0.4,0.2,2,3,8,4,9,2,13,3,1,3,7,1,0,0,0,1,0 +6559,0,0,1,4,1,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.8,1.1185928661,7,1,1,0,1,14,1,1,2,1,60,1,0.316227766,0.6628419903,0.3070830507,3.4641016151,0.9,0.3,0.9,4,1,9,3,8,2,9,2,3,3,12,0,0,0,0,0,0 +6560,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,7,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.8841931467,0.423083916,3.3166247904,0.2,0.0,0.8,3,3,9,4,9,0,6,3,1,3,10,0,1,1,1,0,0 +6561,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.5,0.6209871174,3,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7267753981,0.3708099244,3.1622776602,0.4,0.4,0.2,2,1,7,3,12,2,10,3,2,3,16,1,1,0,0,0,0 +6562,0,3,1,7,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6123724357,6,1,-1,1,0,1,1,0,0,1,35,0,0.3741657387,0.971069105,0.3535533906,3.6055512755,0.6,0.8,0.2,5,0,8,5,9,2,9,10,4,6,14,0,1,1,0,1,0 +6564,0,2,2,3,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.9852030248,7,0,0,1,0,9,1,1,2,1,104,2,0.4898979486,1.3528447988,-1.0,3.4641016151,0.1,0.3,0.0,3,0,8,3,10,1,9,10,2,1,7,0,0,1,0,0,0 +6567,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8023210131999999,0.3615245497,3.7416573868,0.0,0.9,0.9,1,2,7,3,8,5,5,5,1,1,8,0,0,0,1,0,0 +6568,0,0,1,2,1,0,1,0,0,0,0,0,1,0,1,3,0,0,1,0.6,0.2,0.5135659646,5,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.658698943,0.3016620626,3.1622776602,0.4,0.8,0.3,3,0,8,1,9,3,14,4,4,3,8,0,1,1,0,0,0 +6575,0,4,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.810863737,4,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6239536696,0.3687817783,3.1622776602,0.7,0.5,0.9,3,2,9,3,8,1,5,7,0,8,9,0,1,0,0,0,0 +6579,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,9,0,0,1,0.3,0.1,-1.0,7,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.8068021765000001,0.3598610843,3.6055512755,0.3,0.6,0.2,2,2,10,4,10,1,6,6,0,1,4,1,0,0,0,0,0 +6582,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5117372373,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5198338896,0.3307567082,2.0,0.6,0.5,0.6,3,3,5,3,11,2,9,6,2,0,10,0,0,1,1,0,0 +6583,0,0,3,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.1,-1.0,7,1,1,0,0,1,1,0,2,1,40,2,0.3741657387,0.8581042916,0.3248076354,3.6055512755,0.5,0.8,0.6,2,2,8,2,7,3,8,8,0,2,8,0,1,1,1,0,0 +6584,0,2,2,4,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.7,1.468204686,11,1,1,0,1,0,1,1,2,1,95,2,0.4,0.7550518564,0.3348133809,3.0,0.4,0.4,0.2,3,3,8,4,9,1,5,3,3,2,15,0,0,0,0,1,0 +6586,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,1.0310795314,11,1,0,8,0,11,1,1,2,1,24,2,0.4898979486,1.0231514272,0.4125530269,3.1622776602,0.2,0.8,0.2,2,3,6,4,11,0,7,7,4,4,11,0,1,0,0,1,0 +6590,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.804673847,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7744899681,0.3937003937,3.1622776602,0.9,0.9,0.4,1,4,8,3,8,1,7,4,1,1,5,0,0,1,0,1,0 +6593,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.7,1.2077872329,11,0,-1,0,-1,3,1,0,2,1,104,3,0.4242640687,1.1178491745,0.4306971093,3.6055512755,0.1,0.9,0.4,3,0,8,4,11,3,13,3,1,5,7,1,1,1,0,0,0 +6595,0,5,2,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.2,1.0680004682,11,1,-1,0,-1,6,1,1,2,1,26,1,0.3741657387,0.5727813827,0.3907684737,2.8284271247,0.5,0.3,0.8,1,0,8,4,10,2,9,4,3,2,9,0,1,1,0,0,0 +6598,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.3,0.7193747285,10,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.6358601905,0.3521363372,3.1622776602,0.0,0.2,0.0,2,2,8,4,9,4,9,2,0,4,5,0,1,1,1,1,0 +6601,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.9,1.6,2.3287603999,11,0,1,9,1,1,1,1,2,1,104,3,0.4898979486,1.2668044002,-1.0,3.4641016151,0.2,0.4,0.2,3,0,9,0,9,2,8,8,2,2,15,1,1,1,0,1,0 +6602,0,5,3,9,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.6,1.7800983119,11,1,1,0,1,1,1,1,0,1,64,3,0.316227766,0.607239384,0.3016620626,2.8284271247,0.5,0.2,0.7,1,4,9,4,9,2,8,4,3,2,4,0,1,1,1,1,0 +6605,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.4,0.8707037384,7,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5572400999,0.3368976106,2.2360679775,0.0,0.6,0.4,0,3,7,3,9,0,11,5,4,1,12,0,0,1,0,0,0 +6607,1,0,2,5,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.1,0.4949747468,11,1,-1,0,-1,6,1,0,2,1,33,3,0.3872983346,0.9144162208,-1.0,3.7416573868,0.4,0.9,0.5,2,2,6,1,7,4,12,4,2,2,15,1,1,1,0,0,0 +6610,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.7,0.9293815148,7,1,0,0,1,1,1,1,2,1,38,3,0.316227766,0.6914770393,0.299165506,3.3166247904,0.6,0.2,0.3,4,3,7,1,11,3,6,7,2,7,4,0,1,0,0,1,0 +6611,0,7,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.9266876496,4,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,1.0487891483,0.4009987531000001,3.3166247904,0.2,0.9,0.5,1,3,8,4,10,1,5,7,1,5,8,0,1,0,1,0,0 +6613,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.9,0.8,1.0591860082,3,0,0,1,0,16,1,1,1,1,104,2,0.4,0.9723129959,0.3885871846,3.3166247904,0.6,0.8,0.7,2,1,8,1,7,3,5,4,1,2,5,0,0,1,0,0,0 +6616,1,0,3,6,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.7373940602,8,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.5699971002,0.3507135583,2.6457513111,0.3,0.3,0.6,1,1,7,6,7,1,10,6,0,4,13,0,1,0,1,0,0 +6620,1,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.7,0.0,0.6571719714,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6826358733,0.3583294573,3.4641016151,0.7,0.2,0.1,2,2,9,2,9,3,10,6,3,1,13,1,1,1,0,0,0 +6621,0,4,2,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.8605957239,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.6426620129,0.3687817783,3.0,0.4,0.8,0.2,3,0,7,2,11,5,9,4,1,4,3,0,0,1,1,1,0 +6623,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,0.9682458366,7,1,-1,1,-1,14,1,1,1,1,104,2,0.4,0.8956967831,0.3920459157,3.3166247904,0.3,0.8,0.8,1,1,7,7,9,4,9,7,1,3,5,0,1,1,0,0,0 +6624,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.9,0.6,0.675,11,0,-1,0,-1,11,1,0,2,1,17,2,0.4242640687,0.9800067465,-1.0,3.7416573868,0.9,0.9,0.5,1,2,8,3,8,3,3,5,1,5,7,0,1,0,1,1,0 +6625,0,1,4,11,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,7,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.8754455771999999,0.4047221269,3.4641016151,0.7,0.5,0.5,3,2,8,4,9,2,13,4,1,1,8,0,0,1,0,0,0 +6626,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.6,1.3840610536000002,11,0,-1,9,-1,9,1,1,1,1,104,3,0.5153639490999999,1.1812586088,0.5067543784,3.1622776602,0.4,0.0,0.9,2,2,10,2,9,2,7,4,2,1,6,0,1,1,0,0,0 +6629,0,7,1,7,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.6,0.9297176991,4,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7543400597,0.3958535083,2.2360679775,0.6,0.0,0.3,2,0,10,3,11,3,8,6,1,2,4,0,1,0,0,0,0 +6631,0,0,2,1,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5584576976,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8902595034,0.3793415348,3.7416573868,0.4,0.7,0.4,3,0,8,3,8,3,7,6,1,0,9,0,1,0,0,1,0 +6636,0,1,1,9,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.9,1.23009146,10,1,-1,0,1,1,1,1,0,1,74,2,0.4,0.8002446682,0.3784177586,3.4641016151,0.1,0.1,0.9,3,2,9,4,10,1,15,5,4,3,8,0,1,1,1,0,0 +6637,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.5,0.3,0.7044501402,7,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.7839031395999999,0.3708099244,3.3166247904,0.0,0.8,0.5,2,3,9,2,10,1,6,4,4,5,4,0,1,0,1,1,0 +6639,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.7611668674,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.67484311,0.3685105155,3.1622776602,0.4,0.6,0.3,1,1,9,2,9,1,8,9,0,4,10,0,1,1,0,0,1 +6641,0,5,1,6,1,2,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.2,0.6159342497,7,1,1,0,0,3,1,1,2,1,15,3,0.4,0.9016055468,0.3420526275,3.6055512755,0.0,0.1,0.4,3,3,8,5,7,2,7,6,1,4,12,0,0,1,1,0,0 +6642,1,3,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5706356105,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6510005015,0.3861346915,2.6457513111,0.3,0.7,0.1,4,1,7,1,11,2,5,10,1,0,13,0,1,1,0,1,0 +6645,0,3,1,7,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.3,0.7180703307999999,6,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6242350690999999,0.34727510710000004,3.1622776602,0.9,0.9,0.5,0,3,8,4,10,3,7,4,0,1,5,0,0,0,1,1,0 +6647,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,9,0,0,0,1,15,1,1,2,1,5,2,0.4472135955,1.1597769806,0.32557641190000003,3.6055512755,0.1,0.0,0.7,1,3,7,2,10,2,4,5,1,5,8,0,0,0,0,0,0 +6648,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.7,0.3,0.6284902545000001,5,1,0,0,1,0,0,1,1,1,95,2,0.4,0.9396456163,0.3315116891,3.6055512755,0.7,0.5,0.9,3,0,10,3,11,2,8,4,3,2,11,0,1,1,0,0,0 +6650,0,7,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,-1.0,4,0,-1,9,1,11,1,1,0,1,56,3,0.6,1.1168783978,0.5004997502,3.0,0.4,0.3,0.8,1,3,8,4,11,2,8,5,1,5,5,0,1,1,0,0,0 +6651,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.5,0.8,1.1056672194,10,0,1,8,1,14,-1,0,2,1,18,2,0.5656854249000001,1.6922709569,-1.0,3.6055512755,0.6,0.3,0.4,3,5,9,4,8,0,9,7,0,1,8,0,1,0,0,1,0 +6653,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6051859218,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.549436225,0.3687817783,1.7320508076,0.0,0.6,0.0,4,3,8,4,10,3,10,8,3,2,9,0,1,0,0,1,1 +6656,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.9069178574,7,1,1,0,0,0,1,1,2,1,88,3,0.3998749805,0.6304432391,0.3289376841,2.0,0.7,0.3,0.6,1,1,7,2,9,1,7,3,0,2,9,0,0,0,0,1,0 +6660,0,5,1,5,1,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.3,0.56844085,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5985864893,0.3619392214,2.8284271247,0.7,0.3,0.6,1,1,8,3,8,4,8,5,4,3,5,0,1,1,0,1,0 +6662,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7007669942,0.4062019202,2.6457513111,0.3,0.1,0.7,2,2,6,3,5,2,6,4,2,2,4,0,1,0,1,0,0 +6664,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.4,1.2121777922,11,1,1,2,0,11,1,1,2,1,94,0,0.3741657387,0.7815009927,0.3304542328,3.6055512755,0.0,0.4,0.5,2,4,8,3,11,3,9,6,1,3,7,1,1,0,1,0,1 +6665,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7178652927,0.3583294573,3.6055512755,0.7,0.2,0.7,1,2,7,3,10,2,6,6,4,3,7,0,0,0,0,0,0 +6667,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.4609772229,10,1,-1,0,0,1,1,1,0,1,40,2,0.423792402,0.6705123242000001,0.3853569774,2.6457513111,0.5,0.8,0.8,3,1,5,3,11,1,10,4,5,6,6,0,1,1,0,1,0 +6668,0,3,2,3,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.3,0.6509608283,7,1,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,1.068425214,0.3972404813,3.3166247904,0.8,0.7,0.2,4,1,7,2,9,3,3,5,3,1,6,0,1,0,1,1,0 +6673,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.6731456009000001,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6989957377,0.3974921383,2.6457513111,0.6,0.7,0.5,1,1,9,2,10,2,11,9,1,4,7,0,0,0,1,0,1 +6674,0,3,1,10,1,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.9,0.8,1.1067971811,11,1,1,0,1,15,1,1,3,1,5,2,0.4242640687,0.7004131012,-1.0,1.7320508076,0.5,0.1,0.6,3,0,6,3,7,3,15,5,1,6,5,1,1,0,0,1,0 +6677,1,4,1,2,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,1.8,1.7818529681,11,0,1,9,1,17,1,1,0,1,104,3,0.4472135955,1.4250054371,0.3974921383,3.4641016151,0.5,0.7,0.1,2,1,7,1,12,5,9,4,2,3,7,0,0,1,0,0,0 +6685,0,1,1,7,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.8,0.5921359640999999,7,1,1,0,0,0,1,1,2,1,39,3,0.316227766,0.7215971725,-1.0,3.1622776602,0.5,0.9,0.9,3,2,10,3,9,5,12,5,1,4,8,0,1,1,1,0,0 +6686,0,5,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,1.0084022015,7,1,1,0,0,1,1,1,2,1,25,3,0.4,0.8708911793999999,-1.0,3.6055512755,0.6,0.2,0.8,2,1,6,2,11,5,6,10,1,2,7,0,1,0,0,0,1 +6689,0,6,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.7,0.9148087232,11,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.7443867075,0.3248076354,2.8284271247,0.8,0.9,0.6,3,2,8,2,11,4,7,5,2,3,7,0,1,1,0,0,0 +6691,0,0,2,0,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.1,0.4968651729,6,1,-1,0,-1,11,1,1,2,1,57,2,0.3947150871,0.5865221773,0.3785498646,1.7320508076,0.4,0.9,0.8,4,1,8,3,10,1,7,5,5,6,10,0,1,0,0,0,1 +6696,0,0,3,7,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.7335700376000001,11,0,1,8,0,9,1,0,2,1,13,3,0.4472135955,1.0379174954,0.3991240409,3.6055512755,0.0,0.7,0.9,1,2,9,2,9,0,10,5,1,6,7,0,1,1,1,1,0 +6699,0,3,1,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,1.5004166088,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7802706671999999,0.3685105155,3.6055512755,0.1,0.7,0.9,3,1,9,2,11,3,11,9,1,1,6,0,1,1,1,0,1 +6701,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,1.5196627915,7,1,-1,0,-1,11,1,1,3,1,16,3,0.3741657387,0.6533922923,0.3887158345,2.8284271247,0.7,0.8,0.8,2,2,8,1,10,1,7,7,1,6,8,0,0,0,0,0,1 +6702,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.7,0.9845684334,11,1,0,0,0,11,1,1,1,1,53,2,0.4472135955,0.8626788951000001,0.3774917218,3.1622776602,0.6,0.0,0.0,1,1,9,4,11,2,5,6,0,2,8,0,0,1,0,1,0 +6707,0,4,2,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.0,1.0,0.5379358698,11,1,-1,0,-1,7,1,1,2,1,79,3,0.3872983346,0.9248966884,0.39,3.7416573868,0.4,0.8,0.3,4,3,8,1,8,3,5,5,0,0,7,0,1,0,0,1,0 +6711,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,8,0,-1,0,0,15,0,1,0,1,5,2,0.4242640687,0.8619600956999999,0.4,2.8284271247,0.0,0.9,0.7,2,0,7,4,9,3,6,5,5,3,6,0,0,1,0,0,0 +6713,0,4,1,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.9,1.0535653753,10,0,-1,0,1,5,1,1,0,1,104,3,0.4356604182,0.5409854797,0.3981205847,1.0,0.5,0.1,0.4,4,3,8,2,12,1,8,7,0,2,9,1,1,1,0,1,0 +6715,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.5,0.9260129589,8,0,-1,0,1,14,1,1,0,1,104,2,0.4459820624000001,0.6028856229999999,0.4062019202,1.4142135624,0.5,0.5,0.8,2,2,8,2,11,5,8,3,2,0,5,0,1,0,0,0,0 +6720,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.7,1.9673904036,10,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7774853509999999,0.3926830783,3.4641016151,0.6,0.2,0.6,3,1,9,1,7,2,12,7,0,2,8,0,1,1,1,0,1 +6724,0,6,1,8,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.9542667342,10,1,-1,2,0,11,1,1,0,1,104,0,0.3997499218,0.5559222847999999,0.3905124838,1.7320508076,0.0,0.7,0.6,1,2,7,4,8,6,6,2,3,3,7,0,1,0,0,0,0 +6725,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.7745966692,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5900518257,0.3583294573,2.8284271247,0.5,0.9,0.2,4,1,10,4,9,1,7,4,3,3,4,0,1,1,1,0,0 +6727,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7605185269,0.3687817783,3.7416573868,0.6,0.5,0.7,3,2,7,4,8,4,7,2,3,2,17,0,1,0,0,1,0 +6733,0,3,1,6,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5831660524,0.3507135583,2.8284271247,0.5,0.1,0.4,4,0,7,3,10,2,12,10,3,2,6,0,1,1,0,1,1 +6740,0,5,3,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.825378701,7,0,0,8,1,13,1,1,2,1,20,3,0.4472135955,0.7457593612000001,0.3714835124,1.7320508076,0.2,0.7,0.4,2,2,8,4,11,3,12,9,0,2,7,0,0,1,0,0,0 +6741,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.6,1.114955156,11,0,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.9932104219,0.3793415348,3.7416573868,0.4,0.8,0.4,2,2,8,2,11,3,11,8,2,4,13,0,1,1,0,1,0 +6742,0,0,3,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.7395099729000001,11,1,1,0,1,0,1,0,0,1,87,3,0.316227766,0.8023210131999999,0.2944486373,3.7416573868,0.5,0.5,0.8,3,2,7,3,9,2,15,4,1,1,6,0,0,0,0,1,0 +6744,0,1,2,0,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.8627716963,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6425832422,0.3615245497,3.0,0.3,0.5,0.2,2,1,6,2,9,3,7,9,1,4,2,0,1,1,0,0,0 +6748,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0.7,0.2,0.4802343178,10,1,-1,0,0,0,1,1,0,1,32,3,0.316227766,0.6801190951,0.3615245497,3.4641016151,0.0,0.5,0.8,1,4,9,6,10,4,9,6,4,2,7,0,1,0,0,1,0 +6750,0,4,1,7,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,1.0559356041,0,0,-1,9,1,15,0,1,0,1,41,2,0.5477225575,1.2430550874,0.5329165038,2.4494897428,0.0,0.0,0.1,4,3,8,1,7,4,10,9,2,2,8,0,1,0,0,0,1 +6751,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.8975661536,7,1,-1,0,-1,11,1,1,2,1,76,3,0.316227766,0.7775327848,0.3794733192,3.6055512755,0.6,0.4,0.2,1,2,9,3,10,2,10,6,1,1,7,0,1,1,0,1,1 +6755,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.4866980583,6,1,-1,8,0,4,1,0,0,1,6,2,0.4,1.099840334,0.4121892769,3.7416573868,0.6,0.8,0.9,3,3,9,4,9,2,10,4,3,3,11,0,1,1,1,0,0 +6758,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.6329494451,7,0,-1,0,-1,1,1,0,2,1,70,3,0.4,0.9914567919,0.3962322551,3.6055512755,0.5,0.2,0.8,1,1,8,3,10,2,8,8,2,2,8,1,1,1,1,0,1 +6759,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,-1.0,4,1,-1,0,0,14,1,0,0,1,49,3,0.4,0.8358694192,0.3685105155,3.6055512755,0.1,0.2,0.1,4,2,6,2,10,2,6,7,1,2,7,0,0,0,1,0,0 +6765,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6574430812,0.3619392214,3.1622776602,0.3,0.9,0.5,2,0,7,5,7,0,8,9,3,4,5,0,1,0,0,0,1 +6771,0,0,3,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.3,0.5857687257,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6807567496,0.3817066937,2.4494897428,0.8,0.4,0.5,2,2,10,3,6,5,10,4,1,2,6,0,1,0,0,0,0 +6773,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.5,0.2,0.4789311015,6,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.8880869029,0.3826225294,3.3166247904,0.3,0.6,0.7,1,2,9,3,10,3,11,5,0,2,4,1,1,1,0,0,0 +6776,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,0,1,1,0,1,46,2,0.4,0.8204041787999999,0.3663331817,3.6055512755,0.4,0.7,0.8,4,2,6,3,6,3,8,6,1,2,7,0,1,1,1,0,0 +6777,0,4,2,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.5,1.1926860442,0,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.6935505726000001,0.3887158345,3.0,0.1,0.6,0.7,1,1,8,1,6,1,12,7,2,5,8,0,0,0,0,1,0 +6778,0,0,1,5,1,2,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,1.5,1.1252777435,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7878205106999999,0.3708099244,3.4641016151,0.3,0.3,0.0,3,2,6,3,8,2,10,2,1,3,10,0,1,0,1,0,0 +6779,0,0,1,1,0,4,0,1,0,0,0,0,0,0,0,5,0,0,1,0.2,0.1,-1.0,7,1,-1,0,-1,0,1,0,0,1,34,2,0.4,0.89366457,0.3780211634,3.7416573868,0.1,0.4,0.8,0,2,7,4,11,4,6,7,3,3,12,0,1,1,0,1,0 +6781,0,3,1,11,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.6,1.1,0.90346555,11,1,1,0,1,1,1,1,2,1,70,3,0.4,0.8891564393000001,0.3420526275,3.6055512755,0.3,0.5,0.1,3,3,9,1,10,3,10,1,0,3,7,0,0,1,0,0,0 +6784,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.6,0.3,0.6759252917,11,1,0,0,0,4,1,1,3,1,104,2,0.4,0.6300498472,0.3201562119,2.6457513111,0.8,0.6,0.9,4,3,8,3,10,1,12,4,1,2,8,0,0,1,0,0,0 +6792,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.6480740697999999,11,0,-1,0,-1,7,1,1,2,1,92,3,0.4,0.8711277956999999,0.4045985665,3.4641016151,0.9,0.4,0.5,0,2,8,2,8,1,10,4,4,2,8,0,0,1,1,0,0 +6793,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.3,0.3,-1.0,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6739546543000001,0.3666060556,3.1622776602,0.5,0.3,0.4,1,3,9,2,12,0,7,4,2,1,5,0,1,1,1,1,0 +6795,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8667467912000001,11,1,-1,0,-1,3,1,1,2,1,15,3,0.4,0.8228528281999999,0.4023679908,3.3166247904,0.6,0.5,0.3,2,1,9,4,8,2,14,5,1,6,7,0,1,1,0,0,1 +6797,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.4,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.7118245675,0.3744329045000001,3.1622776602,0.0,0.0,0.6,2,2,8,3,11,3,11,5,3,2,10,0,0,1,1,0,0 +6800,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.8,1.1556924331,11,0,-1,8,-1,13,1,0,2,1,104,3,0.4472135955,1.4601879194999998,0.4444097209,3.6055512755,0.2,0.0,0.2,1,2,9,2,10,1,9,1,4,4,6,0,1,1,0,0,1 +6802,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.1,0.6977642868,6,1,-1,2,1,11,1,1,0,1,14,0,0.3741657387,0.6769065514,0.4302324953,2.8284271247,0.5,0.6,0.8,2,2,10,3,10,0,12,5,2,1,12,0,0,0,0,1,0 +6803,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6184658438,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7746766854000001,0.3807886553,2.8284271247,0.1,0.1,0.1,1,2,6,3,10,1,5,4,0,2,14,0,1,0,0,0,0 +6804,0,2,1,7,1,3,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.9677080576,11,0,0,9,1,10,1,0,2,1,104,3,0.4472135955,1.4794250056,0.3908964057,3.6055512755,0.3,0.9,0.3,1,4,8,3,8,6,11,5,1,1,6,0,1,0,0,0,0 +6806,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.2,1.2867109232,11,0,-1,0,-1,11,0,1,0,1,16,3,0.3741657387,0.7376391870000001,0.3887158345,3.4641016151,0.0,0.1,0.6,1,1,7,5,10,2,10,5,1,3,6,0,0,0,0,0,0 +6816,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,0,1,0,2,1,32,3,0.316227766,0.7907275131,0.2944486373,3.7416573868,0.6,0.9,0.9,1,2,7,2,10,3,7,2,0,6,9,0,0,1,0,0,0 +6821,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.6,0.3,0.8724964183,6,1,-1,0,0,1,1,1,0,1,31,3,0.3741657387,0.7885675893999999,0.3854867053,3.1622776602,0.9,0.8,0.4,3,3,9,1,5,1,10,8,0,3,8,1,1,0,0,1,0 +6822,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.0,1.2095970403,11,0,0,9,0,10,1,1,2,1,81,3,0.4472135955,1.1249150565,0.3908964057,3.1622776602,0.8,0.7,0.2,2,3,8,4,11,4,10,6,1,5,8,0,1,0,0,1,0 +6823,0,7,1,6,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7640353395,0,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4397595135,0.3619392214,0.0,0.6,0.7,0.0,3,2,9,2,6,4,7,5,1,2,2,0,1,0,0,0,0 +6824,0,0,2,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.3,0.0,-1.0,10,1,-1,0,0,0,1,1,0,1,32,3,0.3160696126,0.5340280427,0.3674234614,1.4142135624,0.5,0.2,0.9,0,1,8,2,10,3,12,1,4,7,5,0,1,1,1,0,1 +6825,0,2,1,6,1,4,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,1.4,1.8867962264,11,0,0,0,1,15,1,1,2,1,5,2,0.4472135955,1.1049662498,0.32557641190000003,3.4641016151,0.6,0.6,0.4,2,2,7,5,9,5,6,10,1,6,7,0,0,0,0,0,0 +6828,0,7,1,5,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.5,0.0,1.006541107,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8814666591,0.4185689907,2.8284271247,0.4,0.5,0.2,3,4,9,4,7,4,9,5,4,2,12,0,1,0,0,1,0 +6835,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.605702072,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5730338285000001,0.3687817783,2.4494897428,0.9,0.6,0.9,2,3,10,3,9,0,11,9,0,1,5,0,0,0,0,1,0 +6839,0,0,3,5,1,0,0,1,0,0,0,0,0,0,0,7,0,0,0,0.4,0.0,0.8909264841,10,1,-1,0,0,1,1,1,0,1,51,2,0.3741657387,0.8233423115,0.4017461885,3.6055512755,0.8,0.9,0.7,3,3,5,2,9,1,6,4,2,2,5,0,0,0,1,0,0 +6844,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.3,0.7992183681999999,11,1,0,0,1,10,1,1,3,1,28,3,0.3872983346,0.7349312668000001,0.3240370349,2.6457513111,0.4,0.4,0.2,2,3,4,4,9,1,10,6,2,4,11,0,1,1,0,0,0 +6846,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.3,-1.0,6,1,-1,0,0,0,1,0,0,1,34,2,0.4,0.8924268148000001,-1.0,3.7416573868,0.3,0.8,0.0,2,2,6,4,10,2,8,8,3,1,6,0,1,1,1,0,0 +6848,0,4,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5678908346,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9058236743,0.4185689907,2.8284271247,0.8,0.5,0.1,1,1,10,2,8,1,13,2,2,2,5,0,1,0,0,1,0 +6849,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,0,0,1,15,1,1,2,1,5,2,0.4242640687,0.7820295697,0.32557641190000003,2.6457513111,0.9,0.3,0.9,3,4,8,3,12,1,7,4,0,3,4,0,1,1,0,0,0 +6853,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.5,0.2,0.6139014579,6,1,-1,0,0,11,1,0,0,1,17,2,0.3741657387,0.963807875,0.3903844259000001,3.6055512755,0.0,0.6,0.0,3,2,9,3,11,4,4,6,2,2,8,0,0,0,0,0,1 +6856,0,3,2,4,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.9,0.2,1.1011357773,11,1,-1,0,-1,7,1,1,2,1,92,3,0.4,0.6380335233,0.3926830783,2.4494897428,0.9,0.9,0.5,2,1,7,3,9,4,12,10,3,4,4,0,1,0,1,0,0 +6857,0,0,2,0,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.8,1.1945187315,11,1,-1,0,-1,1,1,0,2,1,25,3,0.3741657387,0.8359064956000001,-1.0,3.6055512755,0.7,0.1,0.7,3,2,8,4,10,1,10,6,2,1,17,0,1,1,0,0,1 +6860,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.7487489566,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6165251867,0.3619392214,2.8284271247,0.7,0.0,0.2,3,0,6,6,11,4,6,2,0,4,11,0,1,0,1,0,0 +6865,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.4937104415,5,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.1403741955,0.3789459064,3.4641016151,0.6,0.7,0.4,4,1,6,3,10,1,12,7,2,0,6,0,0,0,1,0,0 +6866,0,0,2,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,1.1,1.5694346116,5,1,0,1,0,16,1,1,2,1,104,2,0.4,0.9239691598,0.3885871846,3.3166247904,0.7,0.7,0.5,2,1,7,2,9,0,8,8,0,4,10,1,1,0,0,0,0 +6867,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,1.3,1.3069525623,6,0,-1,9,0,9,1,1,0,1,104,3,0.5916079783,1.3073220373,0.5067543784,3.3166247904,0.9,0.1,0.0,3,2,9,3,10,1,9,6,0,4,12,0,1,0,1,0,0 +6868,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.5,0.7416198487000001,10,1,-1,1,1,12,1,0,0,1,104,2,0.3741657387,0.9283661112,0.3987480407,3.6055512755,0.8,0.4,0.2,1,3,7,3,7,4,6,5,1,1,8,0,0,1,0,0,0 +6871,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.6,0.2,0.7154544011,7,0,-1,0,-1,14,1,1,2,1,104,2,0.4459820624000001,0.8006970104000001,0.4062019202,2.8284271247,0.0,0.8,0.1,2,4,6,4,12,5,6,7,0,5,6,0,1,1,0,0,0 +6874,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,11,0,0,1,0.4,0.0,0.6412877669,10,1,-1,1,0,3,1,1,0,1,102,2,0.4,0.8584088201000001,-1.0,3.6055512755,0.3,0.5,0.3,1,3,7,5,9,1,8,7,1,3,9,0,0,1,1,0,0 +6877,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.692820323,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.8407493706,0.40348482,3.0,0.1,0.0,0.5,3,0,9,4,8,2,4,3,2,6,6,0,1,1,0,1,0 +6879,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.4,0.0,0.5367727638,6,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.7512798996,0.4074309757,2.6457513111,0.0,0.5,0.9,1,2,9,1,10,3,15,6,1,4,5,1,0,0,0,0,0 +6880,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.4380353867,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8098693906000001,0.3663331817,3.6055512755,0.8,0.5,0.3,1,2,8,3,8,4,9,9,3,3,10,0,0,0,1,0,0 +6883,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.9545941546,11,1,-1,0,-1,1,1,1,0,1,40,2,0.3741657387,0.7570024345999999,0.3814446225,3.0,0.0,0.5,0.1,1,1,7,3,11,1,11,7,4,2,5,0,1,0,1,1,0 +6885,0,5,1,3,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,0.5,0.8081614937999999,11,0,1,1,0,0,1,1,2,1,75,2,0.4472135955,1.2257060708,0.3823610859,3.4641016151,0.9,0.9,0.3,1,1,7,3,10,3,10,12,0,2,3,1,1,1,0,1,0 +6887,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6796936597,0.3615245497,3.1622776602,0.7,0.7,0.2,2,2,9,1,7,2,7,7,1,1,10,0,1,1,1,0,0 +6888,0,1,1,1,0,0,0,1,0,0,0,0,1,0,1,5,0,0,1,0.8,0.2,0.6339361167,9,1,1,0,0,0,1,1,0,1,39,3,0.316227766,0.6353238258,-1.0,2.4494897428,0.1,0.8,0.0,4,2,7,2,11,5,4,4,0,0,11,0,0,0,0,1,0 +6892,1,1,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.7360829993000001,0.4213074887,3.1622776602,0.4,0.7,0.9,5,2,8,6,7,3,9,3,3,4,10,0,1,1,1,0,0 +6893,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.2,0.5814851675,7,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7313945696999999,0.3615245497,3.4641016151,0.8,0.7,0.4,2,3,5,0,11,2,8,2,2,2,7,0,1,0,1,0,0 +6894,0,6,1,7,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.0,-1.0,6,1,-1,8,1,13,1,1,0,1,4,2,0.5916079783,1.3377590118,0.5186520992,3.4641016151,0.5,0.2,0.2,3,2,6,5,11,1,3,5,2,5,11,0,0,1,1,0,0 +6898,0,5,2,1,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.5,0.4,0.9513148795,10,1,-1,0,0,6,1,1,0,1,77,2,0.3741657387,0.7149669125,-1.0,3.0,0.1,0.2,0.4,1,2,9,2,7,3,6,8,3,1,10,0,1,1,0,1,0 +6900,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,1.5,0.8746427842,7,1,1,2,0,11,1,0,2,1,94,0,0.3741657387,0.8327739169,0.3304542328,3.6055512755,0.9,0.5,0.9,1,1,7,2,10,4,10,8,1,1,9,0,1,1,0,0,0 +6902,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.7373940602,11,1,-1,0,-1,6,1,1,3,1,26,3,0.3741657387,0.6358439436,0.3907684737,2.6457513111,0.9,0.0,0.5,2,1,7,1,11,1,5,6,1,1,3,0,0,0,0,0,1 +6903,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.8,0.9937303457,11,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7994445386,-1.0,3.6055512755,0.9,0.9,0.9,5,1,6,2,9,1,2,2,1,1,3,0,0,1,1,0,0 +6905,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.754458606,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6383410835,0.3974921383,1.4142135624,0.5,0.5,0.4,5,1,10,4,10,4,8,4,2,3,6,1,0,0,1,0,0 +6910,0,1,3,5,1,6,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.0,0.7057797106999999,11,0,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8479557333,0.3780211634,3.6055512755,0.2,0.6,0.7,4,3,8,2,8,0,13,3,2,2,9,0,0,0,0,0,0 +6913,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.6,1.2198872899,10,1,-1,0,0,1,1,1,0,1,85,3,0.3741657387,0.8395197368,0.3996248241,3.3166247904,0.8,0.1,0.7,2,4,8,3,7,2,14,6,2,2,4,0,0,0,0,0,0 +6915,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.3,0.6461423992,7,1,-1,0,-1,11,1,1,3,1,19,3,0.316227766,0.6223953993,0.3887158345,2.4494897428,0.5,0.8,0.9,3,3,9,3,8,1,8,7,1,3,9,0,1,0,0,1,0 +6917,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.5689903338000001,10,1,-1,0,0,11,1,1,0,1,53,2,0.4688283268,0.5953330896,0.4236744033,0.0,0.3,0.7,0.8,1,1,7,2,9,5,9,6,0,7,6,0,0,0,1,0,0 +6918,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.0,0.5,0.6656763478,11,1,0,0,0,0,1,1,2,1,22,3,0.316227766,0.7889081270999999,0.310322413,3.6055512755,0.5,0.6,0.5,4,3,9,3,5,2,7,7,2,1,9,1,0,0,0,1,1 +6919,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6252933196,0.3583294573,3.0,0.8,0.0,0.9,2,3,7,1,8,0,8,3,4,0,5,0,1,0,1,1,1 +6925,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.66473679,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.6847512669,0.3854867053,2.6457513111,0.8,0.3,0.9,2,2,10,2,7,1,4,4,0,0,6,0,0,0,0,1,0 +6926,0,0,1,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.460298816,5,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6316383001,0.3292415527,2.8284271247,0.0,0.6,0.1,3,2,10,2,8,1,8,9,2,5,6,0,1,1,0,1,0 +6931,0,4,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,14,1,1,0,1,82,3,0.3160696126,0.5598479722999999,0.3651027253,2.0,0.5,0.7,0.6,2,2,8,1,9,2,5,1,0,3,9,0,0,0,0,0,0 +6932,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.326178721,11,0,1,0,0,0,1,0,2,1,78,3,0.4,0.9250977165,0.3287856445,3.6055512755,0.0,0.4,0.5,3,2,9,3,9,4,10,5,4,4,6,0,1,1,0,1,0 +6936,0,1,2,2,1,0,0,1,0,0,0,0,1,0,1,5,0,0,1,0.9,1.2,1.022252415,11,0,0,1,1,17,1,1,1,1,104,1,0.4,1.2136363636,0.3271085447,3.6055512755,0.0,0.2,0.2,3,3,6,2,10,0,10,6,5,4,5,0,1,1,0,1,0 +6937,0,2,1,4,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.5860721926,11,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.6006539136,0.3917907605,2.2360679775,0.6,0.4,0.5,2,3,8,5,11,4,6,7,2,5,11,0,0,1,0,0,0 +6938,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.5,0.2,0.5958187643999999,6,1,-1,0,-1,0,1,1,3,1,37,2,0.316227766,0.7195039614000001,0.3754996671,3.1622776602,0.9,0.4,0.8,4,2,7,5,11,3,10,6,1,3,4,0,0,0,0,0,0 +6939,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.8,0.9839334327,9,1,1,0,0,9,1,0,2,1,104,2,0.316227766,0.9206537383,0.316227766,3.7416573868,0.8,0.8,0.8,1,4,6,3,9,3,7,6,2,3,9,0,0,1,1,1,0 +6940,0,1,1,6,0,1,0,0,0,1,0,0,0,0,0,2,0,1,0,0.9,0.8,0.775403121,9,1,1,0,0,4,0,1,2,1,104,3,0.4,0.9052646752,0.35707142140000003,3.4641016151,0.0,0.9,0.9,4,2,8,1,9,1,9,2,2,2,10,0,1,1,0,0,0 +6944,0,2,1,6,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6264982043,10,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6269597375,0.3507135583,3.1622776602,0.8,0.6,0.0,1,2,9,4,8,2,13,2,1,3,5,0,0,0,0,0,0 +6946,0,2,2,4,1,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.5,0.9229707471,6,1,-1,0,1,1,1,1,0,1,65,3,0.316227766,0.6067458247999999,0.3507135583,3.4641016151,0.2,0.5,0.4,2,2,9,1,9,1,4,8,0,3,10,0,1,0,0,0,0 +6947,0,0,2,5,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.8,1.1470069747,11,1,1,0,1,9,1,0,2,1,93,3,0.4,0.9215846037,0.3241913015,3.6055512755,0.0,0.4,0.1,1,1,9,0,8,2,8,6,1,2,6,1,1,0,0,0,0 +6950,1,1,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,10,1,-1,9,1,8,1,1,0,1,104,2,0.469041576,1.8622500387,0.5024937811,3.4641016151,0.0,0.6,0.9,3,2,8,5,8,2,11,7,0,0,7,0,0,0,0,0,0 +6953,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,1,0,1,43,3,0.4,0.7029747888,0.3663331817,3.0,0.5,0.7,0.1,2,3,8,2,10,4,6,5,3,0,7,1,1,1,1,0,1 +6955,0,0,1,8,1,2,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,1.151357894,11,1,0,0,0,1,1,1,2,1,70,3,0.3741657387,0.7512661489,0.33911649920000003,3.1622776602,0.1,0.9,0.0,3,1,7,5,7,3,7,4,0,1,10,0,1,1,1,0,0 +6956,0,0,1,5,0,5,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,0,0,0,14,1,1,0,1,82,3,0.316227766,0.6199173499,0.3292415527,2.8284271247,0.3,0.1,0.8,1,2,8,1,11,1,5,7,3,4,10,0,1,0,1,0,0 +6957,0,0,1,6,0,5,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.4,0.6604922407,11,0,-1,0,-1,10,1,0,1,1,55,2,0.4472135955,1.2425251714,0.4174925149,3.7416573868,0.8,0.4,0.4,2,1,8,3,9,0,8,6,0,3,5,0,0,0,0,0,0 +6958,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,1,0,1,14,1,0,2,1,60,1,0.316227766,0.7493027062000001,0.3070830507,3.6055512755,0.0,0.2,0.6,2,2,9,4,10,2,12,4,0,1,11,0,1,0,0,1,0 +6959,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,6,1,1,3,1,104,3,0.4,0.6162737934,0.4024922359000001,2.6457513111,0.1,0.6,0.9,4,2,9,4,7,4,10,4,2,6,10,0,0,1,1,0,0 +6960,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.7211102551,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6865291793000001,0.3817066937,2.6457513111,0.8,0.0,0.3,2,3,7,4,8,2,8,10,2,4,7,0,1,1,1,1,0 +6963,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.5055937104,7,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.806994219,-1.0,3.7416573868,0.3,0.5,0.9,2,2,9,5,7,1,8,6,1,2,2,0,0,1,1,0,0 +6964,0,3,2,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.3,1.7155538463999995,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8581404073000001,0.3964845520000001,2.6457513111,0.1,0.1,0.2,2,4,10,2,9,6,7,8,0,3,9,0,1,1,0,1,0 +6966,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.8,2.1884640733,11,1,0,6,1,4,0,1,0,1,104,2,0.5,0.9443721952,0.3901281841,2.2360679775,0.5,0.4,0.1,1,0,8,4,8,3,6,8,2,2,13,0,0,0,0,0,0 +6968,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,1.1017032268,7,1,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.5943605495000001,0.3930648801,1.0,0.6,0.2,0.1,1,0,9,6,8,3,8,4,2,7,9,0,0,0,1,0,0 +6979,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.1,0.4616546328,6,1,-1,0,0,4,1,1,0,1,12,2,0.4,0.8692639615000001,0.3708099244,3.4641016151,0.7,0.8,0.2,2,2,6,4,7,3,10,6,3,4,7,0,0,1,0,1,0 +6980,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.3,0.4,-1.0,6,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6216646540999999,0.3887158345,2.8284271247,0.6,0.8,0.3,2,1,6,5,10,1,9,9,0,6,5,0,0,1,0,0,0 +6981,0,4,1,5,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.2,0.4636809248,6,1,1,0,0,6,1,1,2,1,104,3,0.4,0.9626281175,-1.0,3.6055512755,0.2,0.3,0.9,2,1,8,4,9,2,9,9,2,1,9,0,1,0,0,1,0 +6982,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.5517019123,4,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6822271501,0.3583294573,3.3166247904,0.7,0.8,0.8,2,3,6,4,9,4,9,5,4,1,7,0,0,0,0,0,0 +6983,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.7079901129,11,1,0,0,0,10,1,1,3,1,28,3,0.3741657387,0.6998081201,0.3248076354,2.6457513111,0.8,0.6,0.3,2,2,7,1,8,3,8,5,3,2,5,1,1,0,0,1,0 +6984,0,1,3,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.0,0.8714212529,11,1,-1,0,-1,11,1,1,2,1,16,3,0.4242640687,0.6658586701,0.3905124838,2.6457513111,0.8,0.0,0.7,0,1,5,4,7,2,5,10,2,3,8,0,0,0,0,0,1 +6989,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.1,0.4257346591,7,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.8877611361,0.4185689907,2.8284271247,0.0,0.0,0.2,2,0,8,3,12,2,5,11,2,2,3,0,0,1,0,1,0 +6990,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.6174544518,4,1,-1,0,1,11,1,1,0,1,16,1,0.3997499218,0.4822896493,0.3667424164,0.0,0.4,0.7,0.5,2,2,7,3,11,4,8,6,0,5,6,0,1,1,0,1,0 +6993,0,2,1,7,1,1,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.3,1.4195069566999998,11,0,1,1,0,7,-1,0,1,1,104,3,0.4,1.6303931483,0.3815756806,3.7416573868,0.0,0.3,0.1,1,4,8,2,8,1,8,5,2,5,6,0,0,1,0,0,0 +6996,0,1,3,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,1,1,1,1,1,10,2,0.316227766,0.7082745884,0.3768288736,3.4641016151,0.8,0.1,0.1,3,2,9,3,9,3,9,4,3,5,7,0,0,0,0,1,1 +6997,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.3,0.7044501402,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6961078334,0.3687817783,3.4641016151,0.4,0.0,0.9,3,1,8,2,9,1,13,7,0,2,8,0,1,0,0,0,0 +6998,0,5,2,0,1,-1,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,1.5,0.9781998773,9,1,1,0,1,6,-1,1,2,1,73,3,0.4,0.8678009636,0.3608323711,3.3166247904,0.6,0.5,0.0,3,1,9,5,7,2,7,3,0,1,4,0,0,1,0,0,0 +6999,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.7310095759,6,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.8008389196,0.3685105155,3.6055512755,0.6,0.3,0.0,1,2,8,3,10,2,9,8,2,3,7,0,0,0,0,0,1 +7001,0,2,1,6,1,4,0,1,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,5,1,0,0,0,1,1,1,2,1,74,3,0.4242640687,0.6188665993,0.3708099244,2.0,0.4,0.3,0.1,2,1,5,2,10,3,8,3,2,1,8,0,0,0,0,1,0 +7002,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.7458216945,9,1,1,0,0,1,1,1,2,1,10,2,0.316227766,0.7051610214,0.3248076354,3.1622776602,0.6,0.5,0.6,1,1,9,1,9,2,9,6,2,2,4,0,0,0,1,1,0 +7003,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.0,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.540163734,0.3507135583,2.6457513111,0.6,0.5,0.2,0,3,6,2,9,2,11,9,2,2,9,0,0,0,0,0,1 +7004,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.1,1.564049232,11,1,1,0,1,1,1,1,2,1,38,3,0.316227766,0.7081287178,0.299165506,3.3166247904,0.6,0.6,0.3,1,2,7,4,10,4,6,5,1,6,2,0,0,1,0,0,1 +7008,0,3,1,9,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.9697715604,7,0,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,0.8491804507999999,0.4185689907,3.0,0.4,0.2,0.9,3,3,7,6,9,2,8,5,0,2,11,0,1,1,1,0,0 +7009,0,7,1,8,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.0,1.5354152533,6,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.7910971563,0.374566416,3.4641016151,0.7,0.2,0.4,1,4,7,2,11,2,12,6,4,5,7,0,0,0,1,0,0 +7011,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.8,1.607210316,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.8128869072,0.4110960958,3.3166247904,0.4,0.4,0.2,2,1,5,4,8,2,6,6,1,5,12,0,1,1,0,0,0 +7013,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.6103277807999999,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.8006454008,0.4062019202,3.3166247904,0.4,0.1,0.0,1,2,8,5,10,2,7,6,0,4,10,0,0,0,0,0,0 +7014,0,5,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.3,-1.0,5,0,0,0,1,15,1,1,2,1,104,3,0.4240283009,0.7785608678,0.3471310992,2.4494897428,0.0,0.5,0.5,2,2,8,5,11,4,7,4,1,4,8,0,1,0,0,0,0 +7019,0,1,3,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.4,1.0283481901,11,1,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.8742411112999999,0.3934463115,3.4641016151,0.6,0.1,0.9,0,2,7,4,8,1,8,9,0,3,9,0,0,1,0,0,0 +7023,0,5,1,2,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.9,1.1,1.1185928661,11,1,1,0,1,1,1,1,3,1,64,3,0.316227766,0.6361200833,0.31144823,2.6457513111,0.7,0.1,0.6,3,4,7,6,6,2,9,6,1,2,11,0,0,0,0,1,0 +7024,1,5,4,11,1,0,0,0,1,0,0,0,0,0,0,6,0,0,1,0.9,0.9,1.0656570743,3,0,1,0,1,15,1,1,0,1,5,2,0.4242640687,0.6436273754,0.32557641190000003,1.4142135624,0.8,0.2,0.1,2,1,9,2,9,2,9,7,1,1,9,0,0,1,1,0,0 +7026,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.7301540933,9,1,1,0,1,1,1,1,2,1,31,3,0.3741657387,0.7484136115000001,0.31400636940000004,3.0,0.4,0.1,0.9,1,0,10,2,10,0,11,5,1,4,11,1,1,1,0,0,0 +7027,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6051859218,7,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.6942949334,0.3943348831,3.1622776602,0.2,0.6,0.2,2,0,6,5,10,4,11,3,3,1,11,0,0,1,0,1,0 +7031,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.6,1.109898644,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8311721286,0.3849675311,3.6055512755,0.9,0.8,0.0,1,2,10,3,10,1,6,5,0,3,10,0,1,0,0,0,1 +7033,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.9746794345,6,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6195172741,0.34727510710000004,3.0,0.8,0.0,0.6,2,1,9,1,10,3,9,6,3,2,3,0,1,1,0,0,0 +7035,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,6,1,-1,0,1,14,1,1,0,1,104,3,0.4240283009,0.4741455996,0.410487515,0.0,0.9,0.8,0.9,2,3,5,2,9,2,11,5,1,9,7,0,1,1,0,0,0 +7039,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.775403121,11,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.1755238853,0.4349712634,3.4641016151,0.5,0.0,0.0,2,2,8,3,9,1,6,5,3,3,14,0,0,1,0,0,1 +7045,0,0,3,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.6,1.069170239,9,1,1,0,0,11,1,0,2,1,2,3,0.4242640687,0.9791841772,-1.0,3.7416573868,0.2,0.6,0.0,2,2,6,3,9,4,8,4,3,3,4,0,1,0,0,0,1 +7047,0,2,1,6,0,3,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.8403868157,11,1,0,8,1,9,1,1,2,1,13,3,0.4472135955,0.9318292682,0.3991240409,3.1622776602,0.3,0.6,0.9,2,0,7,4,11,2,6,4,1,0,10,0,1,0,1,1,0 +7050,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.6020797289,8,1,-1,0,1,1,0,1,0,1,31,3,0.4,0.5755701449,0.33808283009999995,1.4142135624,0.9,0.7,0.7,5,0,8,2,8,0,8,2,3,5,11,0,1,1,1,1,0 +7051,0,1,1,6,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,1.5,1.7469616481,10,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.7703170968999999,0.3685105155,3.4641016151,0.9,0.0,0.6,1,2,8,4,10,6,12,5,3,5,3,0,1,1,0,1,0 +7054,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.0,0.0,-1.0,10,1,-1,0,0,1,1,0,0,1,10,2,0.316227766,0.8044427259,0.3814446225,3.7416573868,0.6,0.0,0.2,3,3,8,2,9,3,1,4,2,2,7,0,1,1,0,1,1 +7056,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.9470348462,11,1,1,0,1,0,1,0,2,1,87,3,0.316227766,0.8023210131999999,0.2944486373,3.7416573868,0.4,0.6,0.8,3,1,6,1,9,1,9,11,1,3,7,0,0,1,1,0,0 +7057,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.8,0.2,0.5178078794,7,1,0,0,0,1,1,1,1,1,85,3,0.3741657387,0.8456622423000001,0.3459768778,3.3166247904,0.4,0.3,0.0,4,2,7,2,11,1,9,7,1,3,13,0,0,1,0,0,0 +7062,0,3,1,6,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,0.4,0.8426149773,0,0,-1,0,1,7,1,1,0,1,104,2,0.4472135955,0.8282960704000001,0.4254409477,3.0,0.1,0.9,0.8,3,2,9,1,11,3,3,2,0,2,5,0,0,1,0,0,0 +7063,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,7,1,1,0,0,11,1,1,2,1,99,2,0.3155946768,0.5575366422,0.30331501780000003,2.0,0.8,0.0,0.1,4,3,6,5,9,2,6,5,1,3,6,0,1,1,0,0,0 +7067,0,0,2,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.6,0.9788385975,2,1,-1,0,0,6,1,1,0,1,104,3,0.4,0.7590909091,0.4024922359000001,3.1622776602,0.4,0.4,0.7,1,1,5,3,8,1,12,8,1,1,5,0,1,1,1,0,0 +7071,0,1,2,3,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,101,3,0.3741657387,0.8737015159,0.3850973903,3.6055512755,0.1,0.4,0.0,4,1,9,3,9,5,7,4,0,4,4,0,0,1,1,1,0 +7075,0,4,2,2,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.0,0.8459462158,11,1,-1,0,-1,11,1,1,2,1,19,3,0.3160696126,0.5730158003,0.3734969879,2.0,0.6,0.9,0.0,2,1,8,3,9,4,6,5,1,1,7,0,1,0,0,1,1 +7076,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.8,1.4540890619,11,1,0,0,1,0,1,1,3,1,66,3,0.3998749805,0.6807567496,-1.0,2.4494897428,0.0,0.7,0.4,5,3,4,4,8,3,4,7,1,1,10,0,1,1,0,0,0 +7077,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.1,1.2539936204000002,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.6944883365000001,0.3907684737,3.0,0.3,0.6,0.0,4,2,8,5,8,3,7,8,1,2,4,0,0,1,1,0,0 +7078,0,7,1,3,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.9,1.0256095748,6,0,-1,0,1,14,1,1,0,1,68,3,0.4472135955,0.6967753352,0.4272001873,2.0,0.6,0.4,0.5,2,4,7,5,10,3,7,4,0,2,9,0,0,1,0,0,0 +7080,0,0,2,1,0,6,1,0,0,0,0,0,0,0,0,7,0,0,0,0.6,0.3,0.9565563235,6,1,-1,0,0,14,1,1,0,1,82,3,0.3160696126,0.591834939,0.3651027253,2.4494897428,0.9,0.9,0.9,2,4,6,3,7,1,9,2,2,2,10,0,1,1,0,1,0 +7083,0,6,2,4,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.4703721931,7,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8544668726000001,0.3201562119,3.6055512755,0.5,0.3,0.4,4,3,10,4,9,3,12,5,1,3,9,0,0,1,0,0,0 +7088,0,1,3,5,1,5,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.6964194139,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6418271954,0.3583294573,3.1622776602,0.1,0.0,0.3,2,2,7,3,10,2,8,6,0,4,11,0,1,1,0,1,1 +7089,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.3,0.8227241336,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6979101034,0.3666060556,3.1622776602,0.8,0.4,0.7,2,3,5,7,10,2,7,9,0,2,8,0,1,1,0,0,1 +7092,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,1.0,1.581929202,11,0,1,8,1,9,1,1,2,1,13,3,0.4472135955,1.1208822713,0.3991240409,3.4641016151,0.2,0.9,0.2,4,2,7,2,8,1,4,4,1,3,5,0,1,0,0,1,0 +7093,0,4,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7193747285,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3997499218,0.5512007929,0.3626292873,1.4142135624,0.8,0.6,0.5,2,0,8,5,9,3,7,6,4,4,7,0,1,0,1,0,0 +7094,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,1.2,1.1157956802,7,1,0,0,1,3,1,1,2,1,15,3,0.4,0.8014063053,0.34044089060000005,3.1622776602,0.3,0.1,0.8,2,2,9,1,11,3,7,9,0,2,7,0,1,0,0,0,0 +7095,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.2,0.6344288770000001,7,1,-1,0,-1,0,1,1,2,1,23,3,0.4,0.945600841,0.3974921383,3.4641016151,0.1,0.0,0.8,1,1,7,4,8,3,8,4,1,1,8,0,1,1,1,0,0 +7096,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.8,0.1,0.606733055,11,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.5712281968999999,0.3583294573,2.4494897428,0.5,0.6,0.7,2,1,8,3,9,4,5,3,2,1,11,0,1,1,0,1,0 +7100,1,0,2,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.6,0.8764274070999999,10,1,-1,0,0,1,1,0,0,1,65,3,0.316227766,0.7211532316,0.3521363372,3.6055512755,0.4,0.7,0.2,2,1,10,2,8,3,10,6,2,2,6,0,1,0,1,1,0 +7103,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.6,0.9924716621,11,1,-1,0,-1,1,1,1,2,1,65,3,0.3152776554,0.3961592467,0.3471310992,0.0,0.7,0.7,0.1,2,1,8,3,10,1,10,7,0,3,14,0,0,0,0,1,0 +7105,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.5,0.4949747468,11,1,-1,2,-1,1,1,1,1,1,1,0,0.4242640687,0.9279854658,0.4308131846,3.3166247904,0.0,0.5,0.7,3,3,9,4,5,1,7,4,0,1,8,0,0,1,0,1,0 +7106,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.4,1.0723805295,11,1,1,0,0,14,1,0,2,1,60,1,0.316227766,0.7084204289,0.3070830507,3.6055512755,0.1,0.3,0.7,2,3,9,5,10,2,13,5,0,4,8,1,0,1,0,0,0 +7107,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.8481597727,11,0,0,8,1,9,1,1,2,1,13,3,0.5196152423,0.9475392227,0.3991240409,2.6457513111,0.0,0.4,0.4,3,2,8,3,10,6,10,6,2,3,7,0,1,1,1,0,0 +7109,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.6,1.0591860082,7,0,0,0,1,15,1,1,2,1,104,3,0.4240283009,0.7659596692,0.3471310992,2.4494897428,0.3,0.4,0.8,2,2,6,4,9,3,10,5,2,6,15,0,1,0,0,0,0 +7111,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,1.3872184399,11,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.7367563487000001,0.3248076354,2.8284271247,0.8,0.4,0.7,1,2,9,3,8,3,11,6,0,6,7,0,1,1,0,0,0 +7113,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.3,0.0,0.8340413659,9,1,-1,8,-1,14,0,1,2,1,104,2,0.475394573,0.8308986472,0.4785394446,2.6457513111,0.2,0.8,0.5,2,3,6,4,11,4,6,4,2,3,8,0,0,0,0,0,0 +7115,0,4,1,3,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.8,0.8344159634,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1787950845,0.416533312,3.6055512755,0.4,0.9,0.2,3,1,9,2,9,2,10,2,2,5,5,0,1,1,0,0,0 +7117,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.49560569,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6465899104999999,0.3861346915,2.6457513111,0.6,0.8,0.6,4,0,8,4,10,2,7,2,2,3,5,0,1,0,1,1,1 +7120,0,2,1,5,0,3,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.4,0.7416198487000001,11,1,1,0,1,4,1,1,2,1,48,1,0.316227766,0.6355839379,0.2966479395,3.3166247904,0.4,0.9,0.0,1,4,5,4,5,2,13,7,1,2,12,0,1,1,0,0,0 +7121,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8551315688,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3160696126,0.4965584033,0.3640054945,1.7320508076,0.3,0.8,0.5,3,2,6,3,9,2,12,11,0,1,9,1,1,0,0,1,1 +7123,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.4,0.6,0.790569415,6,0,-1,0,1,11,1,1,0,1,104,3,0.4472135955,0.8454178878,0.4248529157,3.1622776602,0.8,0.9,0.4,3,0,6,5,10,1,13,5,1,0,5,0,1,1,0,1,0 +7124,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.8,1.2789155562,7,1,-1,0,-1,1,1,1,2,1,104,2,0.4945705208,0.5419394312,0.4219004622,1.4142135624,0.2,0.7,0.2,1,1,7,1,8,3,8,4,1,3,5,0,1,1,0,0,1 +7127,0,2,1,5,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.9,1.1734031703,6,1,-1,9,1,9,1,1,0,1,104,2,0.4472135955,1.3749699471,0.4449719092,3.6055512755,0.4,0.9,0.5,0,2,10,4,8,1,9,6,1,2,7,0,0,1,1,0,1 +7128,0,6,1,2,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.8,0.3,0.8299096336,8,1,-1,0,1,11,1,1,0,1,104,2,0.4,1.0333283902,0.4022437072,3.6055512755,0.5,0.3,0.8,2,1,10,2,10,2,8,3,2,3,6,0,1,0,0,0,0 +7129,0,7,1,9,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.3,0.7031180555,6,1,-1,0,0,4,1,1,0,1,84,2,0.316227766,0.7379339317,0.3667424164,3.6055512755,0.6,0.2,0.1,4,3,6,4,7,3,8,7,2,5,4,0,1,1,0,0,0 +7131,0,3,1,5,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.4,0.0,0.7474958194,10,1,-1,0,0,1,1,1,0,1,65,3,0.316227766,0.6465739333,0.3521363372,3.4641016151,0.1,0.1,0.1,4,2,7,5,11,2,8,8,2,3,4,0,1,1,0,0,0 +7132,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.6950719387000001,7,1,0,0,0,1,1,1,3,1,64,3,0.3152776554,0.4449904818,-1.0,0.0,0.8,0.1,0.0,3,2,9,3,9,1,8,3,1,1,6,0,1,1,1,0,0 +7134,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.5590169944,11,1,-1,1,-1,14,1,1,1,1,104,2,0.4,0.9578008342,0.3920459157,3.4641016151,0.1,0.5,0.7,4,3,7,4,7,2,7,7,0,4,9,0,1,0,0,0,0 +7135,0,5,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6609652033,6,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.8332823676000001,0.3860051813,3.4641016151,0.6,0.2,0.5,1,3,7,4,9,2,6,6,2,2,13,0,0,1,0,0,0 +7138,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.4,0.4905354218,7,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.6293608197,0.3748332963,3.3166247904,0.8,0.4,0.7,4,2,8,4,10,2,7,4,2,4,8,0,1,1,1,0,1 +7141,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.8,0.8789197916,11,0,-1,0,-1,11,1,0,1,1,104,2,0.4,1.1037501813,0.4022437072,3.7416573868,0.2,0.6,0.1,3,2,10,4,11,3,3,3,4,3,9,1,1,0,1,0,0 +7142,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.4974937186,7,1,-1,0,-1,11,1,1,0,1,104,2,0.316227766,0.6647251343,0.3666060556,3.1622776602,0.1,0.2,0.8,5,4,9,0,11,2,12,7,0,5,6,0,1,1,1,0,0 +7143,0,3,2,5,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7017834423999999,11,1,-1,2,-1,1,0,1,0,1,104,0,0.3605551275,0.7258935787,0.4024922359000001,3.3166247904,0.4,0.5,0.3,1,2,8,3,10,4,10,3,3,4,6,0,1,0,0,0,0 +7148,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.8620469825,11,1,-1,2,-1,0,1,0,2,1,100,0,0.3997499218,0.8412038795000001,0.423083916,3.6055512755,0.6,0.4,0.0,3,1,8,3,8,4,4,6,2,0,6,0,0,1,1,0,0 +7149,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.1,0.4987484336,6,1,-1,8,0,3,1,1,0,1,104,2,0.5,1.3003416589,0.474341649,3.6055512755,0.0,0.5,0.4,2,3,6,2,7,2,11,7,3,3,8,0,1,0,0,1,0 +7152,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,11,1,-1,4,-1,1,1,1,2,1,104,3,0.3741657387,0.9342319071,0.3962322551,3.1622776602,0.7,0.4,0.1,1,1,7,1,9,2,9,7,2,6,11,0,1,1,0,1,0 +7158,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.7,1.0246950766,11,0,-1,8,-1,13,0,1,1,1,20,3,0.4472135955,1.1350446891,0.4295346319,3.6055512755,0.7,0.0,0.8,3,1,8,1,6,2,7,3,2,2,5,0,0,1,1,0,0 +7159,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.5338539125999999,7,1,0,0,1,1,1,1,1,1,74,3,0.3605551275,0.5790238294,0.307408523,2.0,0.7,0.5,0.6,1,2,6,3,8,4,4,5,0,3,12,0,0,1,0,0,0 +7160,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.6,1.5099668871,10,1,-1,0,0,10,1,0,0,1,55,2,0.4472135955,1.2125804054,0.4174925149,3.7416573868,0.2,0.7,0.2,3,2,6,4,6,2,7,5,0,6,8,0,1,1,0,0,0 +7168,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.9,1.4568802284,11,0,0,0,1,10,1,1,2,1,83,2,0.4242640687,1.0402538628,0.35608987630000005,3.3166247904,0.8,0.5,0.3,1,3,8,3,9,1,7,2,0,1,8,0,0,0,0,1,1 +7172,1,0,1,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.4892596448,3,0,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.8628704737999999,0.40348482,3.1622776602,0.6,0.0,0.1,1,2,6,3,9,1,9,3,1,6,6,1,1,1,0,1,0 +7176,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.4430011287,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6574430812,0.3619392214,3.1622776602,0.0,0.8,0.0,3,6,6,4,10,1,13,8,1,2,8,1,1,1,0,1,1 +7179,0,4,1,8,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.9,0.8,1.0709224995,0,1,-1,1,0,12,0,0,0,1,104,2,0.3741657387,0.8854706176999999,0.3754996671,3.6055512755,0.8,0.9,0.9,1,2,9,4,9,1,8,5,1,2,8,0,0,0,1,1,0 +7181,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.3,1.7351152699,11,0,-1,1,-1,0,1,1,2,1,75,2,0.4472135955,1.1109150424,0.4440720662,3.4641016151,0.9,0.2,0.5,3,4,8,2,11,2,9,8,0,5,11,0,1,0,0,0,1 +7182,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.3,0.6509608283,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7526125297,0.4013726448,3.0,0.4,0.2,0.9,2,3,8,2,9,1,8,7,1,0,7,0,1,0,1,1,0 +7186,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.6072478901,7,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.7839294959,0.3435112807,3.1622776602,0.5,0.0,0.7,4,1,9,4,9,0,7,2,0,6,2,0,0,1,0,0,1 +7187,0,6,1,4,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.8,-1.0,7,0,0,0,0,15,1,1,2,1,104,3,0.4240283009,0.8076468216,0.3471310992,2.4494897428,0.0,0.9,0.0,0,3,10,3,11,4,6,5,3,5,5,1,1,0,0,0,0 +7190,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,1.0356157589,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7204079423,0.3907684737,3.3166247904,0.9,0.1,0.0,2,3,6,2,7,0,11,5,0,2,6,0,0,1,1,0,0 +7194,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.5,0.3,0.7599342077,7,1,0,0,1,7,1,1,2,1,92,3,0.3741657387,0.71656896,0.3278719262,3.1622776602,0.3,0.0,0.2,3,4,7,4,10,2,9,6,3,5,4,0,1,0,0,0,0 +7196,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.6,1.128605334,7,1,1,0,0,1,1,1,2,1,80,3,0.316227766,0.7382565456999999,-1.0,3.4641016151,0.1,0.2,0.7,4,3,6,4,11,3,6,5,1,4,7,0,1,0,1,0,0 +7198,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,0.4,0.6581223291,10,1,1,0,1,0,1,1,2,1,32,1,0.3160696126,0.4952042737,0.3049590136,2.0,0.0,0.8,0.0,1,4,10,4,9,4,5,5,1,1,9,0,1,1,0,0,0 +7201,0,0,3,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.6299801584,6,1,-1,0,0,4,1,1,0,1,48,1,0.316227766,0.6481697054,0.3748332963,3.3166247904,0.9,0.1,0.3,0,3,9,4,10,3,7,9,3,1,6,0,0,1,1,0,0 +7202,0,6,1,8,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.2,0.6254998002000001,7,1,1,0,1,11,1,0,2,1,101,3,0.3741657387,0.8695966576999999,0.3212475681,3.6055512755,0.2,0.9,0.2,3,1,6,3,9,4,11,5,1,1,10,0,0,1,0,1,0 +7203,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.6,0.3,0.6123724357,11,1,-1,0,-1,4,1,1,2,1,104,3,0.4469899328,0.625425475,0.4242640687,1.7320508076,0.7,0.1,0.0,3,3,7,3,5,2,7,4,1,4,5,0,1,0,0,0,1 +7204,1,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.742041104,11,1,-1,0,-1,1,1,0,2,1,25,3,0.3741657387,0.8385963282,-1.0,3.6055512755,0.8,0.6,0.7,4,2,6,6,6,2,6,6,0,2,15,1,1,0,0,1,1 +7206,0,2,3,4,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.7,0.5,0.9117291264,7,0,-1,0,-1,15,1,1,1,1,5,2,0.4242640687,0.9701005316,0.4,3.0,0.3,0.8,0.4,4,2,7,3,9,4,5,4,2,1,6,0,1,1,0,1,0 +7207,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,0.7968688725,10,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6272891961,0.3619392214,3.0,0.2,0.4,0.2,1,2,9,2,11,2,10,6,0,4,5,0,1,0,1,1,0 +7210,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,7,0,0,0,0.8,0.5,0.9880536423,10,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.8015094231000001,0.3974921383,3.1622776602,0.9,0.7,0.2,0,3,9,4,10,3,4,3,1,4,6,0,1,1,1,0,0 +7216,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.7,1.0,1.2487493744,11,1,-1,0,-1,1,1,1,2,1,70,3,0.4,0.8581524456,0.3962322551,3.4641016151,0.6,0.6,0.2,2,3,8,3,8,3,9,4,0,4,5,0,1,0,0,0,0 +7217,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.768927825,11,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8665739514,0.310322413,3.7416573868,0.1,0.5,0.1,2,2,9,1,8,0,5,5,0,2,5,0,1,0,0,0,0 +7219,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.4,0.7424621201999999,5,1,-1,0,-1,14,0,1,2,1,60,1,0.316227766,0.6195172741,0.34727510710000004,3.0,0.5,0.7,0.9,0,1,8,3,11,1,8,7,1,3,4,0,1,1,0,0,0 +7223,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.6968679931999999,7,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.7832043737000001,0.4246174749,2.8284271247,0.9,0.8,0.6,2,0,7,2,10,3,5,4,3,3,8,0,1,0,0,0,0 +7226,0,4,1,9,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.5,0.7407766195000001,11,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6628419903,0.34727510710000004,3.4641016151,0.2,0.5,0.0,3,2,6,1,8,4,10,5,1,4,8,0,1,1,1,1,0 +7235,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.5852349955,7,1,0,0,1,1,1,1,2,1,65,1,0.316227766,0.5477414182,0.2880972058,2.6457513111,0.8,0.4,0.6,4,2,8,4,9,5,6,3,4,1,7,0,1,0,1,0,0 +7236,0,1,2,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5656854249000001,6,1,-1,0,0,1,1,1,0,1,64,3,0.316227766,0.6910585963,0.3619392214,3.4641016151,0.4,0.8,0.4,3,2,10,4,10,3,8,7,2,2,5,0,0,1,0,1,0 +7237,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.66473679,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6709127864,0.3583294573,3.3166247904,0.5,0.4,0.0,3,0,7,4,9,0,10,5,1,4,5,1,0,1,0,1,0 +7241,0,1,2,3,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.1,1.0685855137,10,1,-1,1,1,13,1,0,0,1,104,2,0.4472135955,1.2475086743,-1.0,3.6055512755,0.6,0.3,0.1,4,1,9,3,11,0,7,6,4,3,4,0,1,0,1,0,0 +7245,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,7,1,0,0,0,14,1,1,2,1,42,2,0.4,0.7546002170999999,0.3376388603,3.3166247904,0.6,0.5,0.2,1,5,9,5,11,1,4,2,3,2,2,1,0,0,0,0,0 +7251,0,1,2,0,0,6,0,1,0,0,0,0,0,0,0,7,0,1,0,0.7,0.7,1.2175795662,10,1,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.4962901782,0.5186520992,3.6055512755,0.5,0.9,0.7,4,3,9,3,9,2,5,6,0,2,5,0,0,0,0,0,1 +7253,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.7150174823000001,6,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7182537363,0.3937003937,2.8284271247,0.6,0.6,0.6,3,4,9,3,10,2,9,6,0,5,6,0,1,1,0,0,1 +7254,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.1,0.1,-1.0,7,1,-1,2,-1,1,1,1,0,1,1,0,0.4242640687,0.9436827804,0.4308131846,3.4641016151,0.5,0.0,0.4,1,1,8,3,7,1,8,6,3,1,8,0,1,1,0,0,0 +7255,0,0,3,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,1.0292594425,6,1,-1,2,0,14,1,1,0,1,104,0,0.4,0.5689994118,0.4049691346,2.2360679775,0.9,0.5,0.8,3,2,7,2,9,2,9,5,1,2,7,1,0,1,0,1,0 +7256,0,2,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.4,0.4,0.5989574275,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6640720861,0.3666060556,3.1622776602,0.8,0.1,0.3,3,2,7,5,10,3,9,7,2,4,6,1,1,1,0,0,0 +7263,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.6823672031999999,11,1,-1,1,-1,14,1,1,2,1,8,3,0.4,0.9250865494,-1.0,3.4641016151,0.3,0.2,0.2,1,3,7,2,10,6,9,7,2,0,11,1,1,1,0,1,0 +7264,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.6745368782,11,1,1,0,1,6,1,1,2,1,26,3,0.3741657387,0.614948093,0.3204684072,2.8284271247,0.4,0.0,0.5,2,3,7,3,11,0,11,4,0,4,5,0,0,1,0,0,0 +7267,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.1,0.3,-1.0,4,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.8375609019,0.3780211634,3.4641016151,0.4,0.7,0.3,3,1,7,3,9,0,6,11,3,1,4,0,1,0,0,0,0 +7270,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,4,1,-1,2,0,14,1,1,0,1,104,0,0.4,0.75289318,0.4049691346,3.4641016151,0.1,0.7,0.8,1,1,7,3,11,0,10,5,1,2,3,0,1,0,0,1,0 +7271,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.6,0.2,0.5517019123,7,1,0,0,1,1,1,1,3,1,31,3,0.423792402,0.6090739482,0.3358571125,1.7320508076,0.2,0.1,0.8,2,1,6,2,10,3,7,8,2,3,5,0,1,1,0,1,0 +7272,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,-1.0,7,0,0,0,0,9,1,1,2,1,93,3,0.4,0.9522157718,0.3241913015,3.6055512755,0.3,0.8,0.3,3,2,7,3,9,0,8,2,0,0,5,1,0,1,0,1,0 +7277,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9839334327,10,1,-1,9,0,0,1,1,0,1,104,3,0.4472135955,1.4221898491,0.4567274899,3.4641016151,0.0,0.7,0.8,3,3,7,0,9,2,12,3,1,1,8,0,0,1,0,0,0 +7278,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.6456585785,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7686389173,0.378153408,2.8284271247,0.9,0.8,0.8,3,1,9,3,9,2,8,8,2,1,6,0,1,1,1,0,0 +7279,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.5261891295000001,7,1,1,0,1,0,1,1,2,1,46,3,0.4,0.8137379317,0.3003331484,3.6055512755,0.4,0.8,0.5,2,0,7,3,7,2,12,8,0,4,9,1,1,0,0,0,0 +7280,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.9,1.8,1.525,11,0,0,9,0,8,1,1,1,1,104,3,0.6631741853,1.2098510939,0.4939635614,2.0,0.4,0.4,0.3,3,2,7,1,9,1,8,8,1,2,5,1,0,1,0,1,0 +7282,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.7454025758,7,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.8169725913,0.4301162634,3.6055512755,0.9,0.3,0.6,3,3,7,2,11,5,7,2,1,3,3,0,0,0,0,1,0 +7285,0,1,1,9,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,0.7770135134,4,1,-1,0,0,1,1,1,0,1,51,2,0.3741657387,0.8383868809,0.4017461885,3.6055512755,0.0,0.7,0.2,3,2,4,5,10,3,6,5,2,4,4,0,1,0,1,0,0 +7287,0,7,1,10,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,1.7,1.4532291628999998,7,1,1,0,1,4,1,0,2,1,84,3,0.316227766,0.8394335948999999,0.3201562119,3.7416573868,0.8,0.9,0.9,2,0,5,3,8,2,5,2,2,4,3,0,0,1,1,1,0 +7289,0,7,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.8678277479000001,11,1,1,0,1,4,0,1,0,1,104,2,0.4,0.8280634333,0.354964787,3.1622776602,0.1,0.2,0.9,0,3,7,3,10,3,13,6,1,2,7,0,1,0,1,0,0 +7292,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.9,1.1118677979,11,1,-1,0,-1,4,1,0,2,1,50,2,0.4,0.9254215033,0.3943348831,3.7416573868,0.3,0.9,0.0,2,3,8,2,10,1,5,12,2,4,4,0,1,1,0,0,0 +7298,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.632455532,11,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.1626673878,0.4093897898,3.6055512755,0.4,0.4,0.0,2,3,9,2,10,0,10,5,0,2,5,0,0,1,0,1,0 +7301,0,5,4,10,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.9,1.4236836025,9,0,1,0,1,15,1,1,2,1,104,3,0.4240283009,0.7398626184999999,0.3471310992,2.2360679775,0.2,0.1,0.9,4,1,9,2,9,1,11,6,3,4,7,0,0,0,1,0,0 +7302,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.6837397166,5,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.6222293962,0.2887905816,3.0,0.3,0.6,0.0,3,2,6,6,11,2,10,3,2,2,4,0,1,1,0,1,0 +7304,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.8914000270999999,0.4306971093,3.1622776602,0.0,0.6,0.3,2,0,7,3,9,0,8,7,0,3,8,0,1,0,0,1,0 +7306,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5942432162,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.8393720597,0.4236744033,3.1622776602,0.8,0.3,0.8,2,1,9,6,7,3,9,6,2,2,7,0,1,0,0,0,0 +7312,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,8,1,-1,8,1,11,1,1,0,1,24,2,0.4898979486,0.9688004852,0.4949747468,3.0,0.0,0.8,0.6,1,3,9,4,10,2,13,2,2,2,10,0,1,0,0,0,1 +7313,0,0,1,6,1,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.7,1.0374246961,11,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.9186922524,0.3903844259000001,3.6055512755,0.8,0.6,0.5,3,3,5,5,10,2,9,9,3,3,8,0,0,1,0,0,0 +7317,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6841966092,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6662619295000001,0.3937003937,2.6457513111,0.2,0.5,0.8,1,1,7,4,7,2,14,11,0,2,11,0,1,0,0,0,0 +7319,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.7495832175,10,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7802309470000001,0.3685105155,3.6055512755,0.1,0.5,0.8,4,2,6,1,9,3,5,6,1,3,10,1,1,1,0,0,0 +7323,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.2,0.1,-1.0,7,1,1,0,1,1,1,1,2,1,25,3,0.3741657387,0.804815055,-1.0,3.6055512755,0.9,0.6,0.2,1,0,7,3,9,0,8,4,1,6,9,0,1,1,0,0,0 +7327,0,2,3,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,0.5,0.9701803956,4,0,-1,0,1,3,1,1,0,1,104,3,0.4242640687,0.8884241783,0.4301162634,3.1622776602,0.8,0.2,0.3,1,4,8,3,10,3,12,8,1,2,8,0,1,1,0,1,1 +7329,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.839731362,0.3849675311,3.4641016151,0.0,0.8,0.1,3,1,10,5,11,2,7,4,0,6,7,0,1,0,0,1,0 +7330,0,0,1,7,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.6745368782,7,1,0,0,0,0,1,1,2,1,78,3,0.4,0.8966766004000001,0.3287856445,3.7416573868,0.5,0.0,0.4,2,1,8,4,6,1,5,3,3,2,5,0,0,1,0,0,0 +7334,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.8,0.2,0.6504805915999999,11,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.9233540191,0.3903844259000001,3.7416573868,0.8,0.6,0.5,2,1,6,3,7,3,5,4,3,3,10,0,0,0,0,1,0 +7336,0,0,1,3,0,0,1,0,0,0,0,0,1,0,1,4,0,0,1,0.9,0.2,0.6,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.7505369978,0.3248076354,3.4641016151,0.3,0.6,0.9,2,2,8,1,11,6,10,4,0,1,9,0,0,1,1,0,0 +7337,0,3,2,1,1,3,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.3,1.4912243291999998,11,0,1,9,0,8,-1,0,2,1,104,3,0.4472135955,1.9015000603,0.399374511,3.6055512755,0.7,0.5,0.2,3,3,6,3,10,3,7,6,2,2,2,1,1,0,0,0,0 +7341,0,3,1,2,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.4,0.0,0.790964601,7,0,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,1.1000187827,0.3542597917,3.7416573868,0.0,0.5,0.2,2,3,7,1,9,3,12,5,1,3,6,0,0,1,0,0,0 +7342,0,1,1,10,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.6,1.6298006013,9,1,1,0,1,6,1,1,2,1,73,3,0.4,0.8936183296,0.35608987630000005,3.3166247904,0.3,0.9,0.0,2,1,4,3,10,4,7,6,4,2,12,0,1,1,1,1,1 +7344,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.9334077351,11,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7176062135,0.2944486373,3.3166247904,0.6,0.5,0.3,2,1,8,2,10,2,12,5,2,2,5,0,1,1,0,0,0 +7347,0,2,3,3,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.5,0.2,0.5471517157,11,1,0,0,1,0,1,1,2,1,78,3,0.4,0.7945059279000001,0.3287856445,3.3166247904,0.4,0.5,0.1,2,0,10,4,9,1,8,6,1,4,4,0,1,1,0,0,0 +7348,0,4,2,4,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.1,1.0638961415,11,1,-1,0,-1,6,1,1,2,1,73,3,0.4,0.8936183296,0.4180908992,3.3166247904,0.2,0.3,0.4,4,1,7,4,10,3,8,3,2,6,10,0,1,1,1,0,0 +7352,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.2,0.2,-1.0,11,0,-1,1,-1,7,1,1,2,1,104,3,0.4472135955,0.97807578,0.4286023798,3.0,0.7,0.2,0.6,3,1,8,3,6,2,6,3,0,3,7,0,0,0,0,0,0 +7354,0,4,2,3,1,0,0,0,0,1,0,0,0,0,0,9,0,0,0,0.9,0.3,0.7211102551,4,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.738437036,0.378153408,2.6457513111,0.3,0.5,0.6,2,3,8,4,9,2,5,3,1,1,6,0,1,1,1,0,0 +7355,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.6878408246,7,1,1,1,1,3,0,1,2,1,102,2,0.4,0.8219735372,0.3269556545,3.4641016151,0.1,0.9,0.2,2,3,7,3,10,2,8,6,0,1,3,0,0,0,0,1,0 +7360,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.739087275,6,0,-1,0,0,11,1,1,0,1,104,3,0.4472135955,0.8349914633,0.4248529157,3.1622776602,0.3,0.7,0.4,2,2,8,2,8,1,5,3,1,3,9,0,1,1,0,1,0 +7361,1,0,4,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5338539125999999,7,1,0,2,0,0,0,1,1,1,104,2,0.3741657387,0.888621832,0.3601388621,3.6055512755,0.2,0.2,0.9,2,3,8,6,10,0,12,8,0,3,6,1,0,1,0,0,0 +7362,0,4,2,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.6,1.1694015564,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7809985131999999,0.4129164564,2.8284271247,0.3,0.9,0.9,4,2,8,2,9,4,7,6,1,6,8,0,1,1,1,0,0 +7364,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5777110004,10,1,-1,0,0,14,1,0,0,1,29,3,0.4458699362,1.1317177758,0.3488552709,3.6055512755,0.0,0.7,0.9,1,2,7,3,10,1,8,5,2,5,12,0,1,0,0,1,0 +7365,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,0,1,0,0,1,37,2,0.316227766,0.8185857589,0.3754996671,3.6055512755,0.8,0.9,0.9,2,2,7,2,9,3,4,3,2,3,5,1,1,0,0,0,0 +7369,0,5,4,5,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.804673847,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8426198814,0.3850973903,3.4641016151,0.3,0.7,0.4,2,2,7,4,11,3,12,10,2,3,9,0,1,1,1,1,0 +7370,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.3,0.6604922407,11,1,1,0,0,6,1,0,2,1,33,3,0.3872983346,0.9810181926,0.3286335345,3.7416573868,0.1,0.9,0.9,4,2,8,2,8,2,7,4,2,1,8,0,1,0,0,0,0 +7374,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.4,0.0,0.8540345426,9,1,0,0,1,1,0,1,2,1,80,3,0.316227766,0.7483590865,-1.0,3.6055512755,0.5,0.5,0.1,3,3,7,2,10,2,4,9,0,6,3,0,1,1,0,1,0 +7375,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.725,11,0,0,0,0,10,1,1,2,1,83,2,0.4242640687,0.9265371414,0.3420526275,2.8284271247,0.5,0.0,0.2,3,4,10,3,9,5,6,4,1,2,7,0,1,1,0,1,0 +7378,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.4,0.0,0.5793315113,9,0,1,8,1,13,-1,0,2,1,104,3,0.5656854249000001,1.7148075332,0.4588027899,3.6055512755,0.1,0.6,0.5,3,1,6,3,10,1,6,10,1,4,6,0,1,0,0,0,1 +7381,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.7123903424,7,1,0,0,1,11,0,1,2,1,104,0,0.4242640687,0.3888954479,0.3354101966,0.0,0.2,0.7,0.2,1,1,6,4,10,1,4,8,0,7,6,0,0,1,1,1,0 +7382,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,1.1685995893,11,0,0,9,0,15,1,1,0,1,41,2,0.5477225575,1.4249836885,0.4289522118,3.1622776602,0.7,0.4,0.1,4,1,9,1,6,1,7,3,1,2,13,1,0,0,0,0,0 +7384,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.6800735254000001,11,1,1,0,0,11,1,0,2,1,17,2,0.4242640687,0.9889680739,-1.0,3.6055512755,0.5,0.1,0.7,0,2,8,3,10,2,9,6,0,2,7,0,0,1,0,0,0 +7388,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.0,0.0,0.9611191393,11,1,1,2,0,11,1,0,2,1,94,0,0.3741657387,0.8327739169,0.3304542328,3.6055512755,0.7,0.0,0.3,4,2,9,3,9,0,9,5,2,2,9,0,1,1,0,0,0 +7391,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7981124426,0.3708099244,3.1622776602,0.3,0.8,0.9,3,4,7,5,12,2,11,5,0,2,8,0,1,1,1,1,0 +7392,0,1,1,4,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.6,0.8591420139,7,0,-1,0,-1,4,1,1,2,1,104,3,0.4472135955,0.9175627976,0.4283689998,3.1622776602,0.5,0.5,0.3,3,1,7,7,10,3,9,6,3,3,4,0,1,1,0,0,0 +7399,0,5,1,11,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,4,1,-1,0,1,11,1,1,0,1,104,1,0.423792402,0.4178111005,0.3867815921,0.0,0.8,0.1,0.9,2,4,5,3,11,2,5,4,1,2,8,0,1,1,0,0,0 +7400,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.7603453162999999,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.6952614111,0.3984971769,2.8284271247,0.0,0.8,0.9,2,1,8,3,12,0,9,6,2,5,6,1,0,1,1,1,0 +7401,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.6725429723,0.3666060556,3.1622776602,0.0,0.9,0.4,4,5,8,1,10,3,7,5,0,4,10,0,1,1,1,1,0 +7402,0,0,1,7,1,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0.4,0.3,0.6244997997999999,6,1,-1,2,0,1,0,1,0,1,104,0,0.3605551275,0.7688404922,0.4024922359000001,3.4641016151,0.1,0.7,0.1,3,4,8,1,10,2,10,4,2,2,8,0,1,0,0,0,0 +7408,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.1,0.4,-1.0,10,1,-1,0,0,11,0,1,0,1,104,2,0.4,1.0498450299,0.4022437072,3.6055512755,0.6,0.4,0.7,3,1,7,3,9,0,8,7,2,2,6,0,0,1,0,0,1 +7409,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.6950719387000001,6,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7940246889,0.3958535083,2.4494897428,0.5,0.7,0.2,3,1,7,1,10,3,7,8,3,2,7,0,0,0,1,0,0 +7413,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.5606915373,11,1,1,0,1,0,1,0,2,1,78,3,0.4,0.9853471931,-1.0,3.7416573868,0.7,0.2,0.7,3,3,7,3,10,4,11,4,1,4,6,0,0,1,0,0,0 +7414,0,5,2,1,0,0,0,0,0,1,0,0,0,0,0,8,0,0,1,0.9,0.8,1.4181854604,8,1,-1,0,0,0,1,1,0,1,88,3,0.4,0.9495322903,0.3974921383,3.4641016151,0.4,0.2,0.4,2,4,10,4,8,4,9,6,1,2,8,0,0,0,1,0,0 +7416,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.6571719714,5,1,-1,0,-1,14,0,1,2,1,68,3,0.4472135955,0.9103400509,0.4086563348,3.0,0.4,0.0,0.0,2,1,6,2,11,1,7,5,2,1,10,0,1,0,0,0,0 +7419,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0.9,1.7,1.9086971997,11,0,1,9,1,17,-1,1,2,1,104,3,0.4472135955,1.6401471412000002,0.4460941605,3.4641016151,0.5,0.8,0.8,2,2,10,1,11,1,7,8,1,5,8,0,1,1,0,1,0 +7420,0,0,1,1,1,3,1,0,0,0,0,0,1,0,1,3,0,0,1,0.2,0.3,-1.0,11,1,0,0,1,1,1,1,0,1,74,3,0.3974921383,0.4573549537,-1.0,0.0,0.2,0.1,0.1,2,2,7,3,12,1,13,7,3,1,12,0,1,0,0,0,0 +7421,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.7,0.3,0.3840572874,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6645386146,0.3687817783,3.3166247904,0.0,0.3,0.3,2,4,8,1,9,1,6,10,2,4,8,0,1,1,0,0,0 +7426,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.7,0.9643650761,11,1,-1,2,-1,1,1,1,2,1,90,0,0.3869108424,0.5325364225,0.4183300133,1.4142135624,0.9,0.8,0.0,1,1,8,4,8,2,4,6,0,3,8,1,1,0,1,0,0 +7427,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,5,1,-1,0,-1,1,0,1,2,1,65,1,0.316227766,0.6138812643,0.3507135583,3.3166247904,0.7,0.6,0.3,4,2,8,6,8,3,7,6,1,2,4,0,1,0,0,0,0 +7432,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.7,0.8,1.0925886692,11,1,-1,0,-1,11,1,1,2,1,36,3,0.3741657387,0.8296917679000001,0.3793415348,3.6055512755,0.0,0.1,0.8,0,3,8,2,10,2,7,4,2,0,6,0,1,0,0,1,0 +7433,0,1,1,9,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.5,0.9,1.5051993223,8,1,-1,9,1,15,1,1,0,1,58,2,0.5477225575,1.7744106227,0.500999002,3.4641016151,0.2,0.5,0.6,3,1,6,3,9,2,11,8,0,3,9,0,0,1,1,1,0 +7434,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6722164829999999,0,1,-1,8,1,11,0,0,0,1,71,2,0.5291502621999999,1.5752777533000002,0.4949747468,3.7416573868,0.7,0.3,0.1,2,3,6,1,10,3,8,5,2,3,7,0,0,1,0,0,0 +7442,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.0,0.5408326913,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6691396968,0.3817066937,2.4494897428,0.7,0.5,0.5,2,1,6,3,9,4,11,4,0,6,3,0,1,1,0,0,0 +7445,0,3,1,4,0,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,1,1,1,2,1,65,3,0.316227766,0.679337913,0.2898275349,3.3166247904,0.0,0.1,0.5,3,3,9,5,10,2,16,2,4,1,12,0,0,1,0,0,1 +7447,0,7,2,5,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,1.3,1.6124515497,0,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7690151478,0.3615245497,3.6055512755,0.0,0.7,0.1,3,2,4,3,10,2,9,3,0,1,7,0,1,1,0,1,0 +7449,0,0,3,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.3,0.2,-1.0,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7536550058,0.3933192088,2.4494897428,0.8,0.1,0.2,3,3,5,4,8,2,9,4,1,2,14,0,1,0,0,0,0 +7452,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6229967896999999,11,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.641988131,0.3666060556,3.0,0.9,0.1,0.9,1,3,8,2,10,4,8,7,3,0,8,0,1,0,0,0,1 +7453,0,0,1,6,1,1,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.6986594306,7,1,0,0,0,11,0,1,2,1,53,2,0.4472135955,0.7883579545,0.3774917218,2.8284271247,0.3,0.2,0.9,2,1,8,3,10,0,5,8,2,2,12,0,1,1,0,1,0 +7455,0,1,3,4,1,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.6,0.2,0.5080600358,6,1,-1,0,0,0,1,1,0,1,43,3,0.3998749805,0.584563834,0.3807886553,2.0,0.8,0.3,0.4,2,1,9,1,11,3,6,8,1,3,3,0,1,1,0,0,0 +7457,0,1,1,1,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.7189401921999999,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.6196506614,0.3687817783,2.8284271247,0.4,0.6,0.6,2,3,7,2,7,3,10,10,0,2,6,0,0,0,1,0,0 +7464,0,0,3,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.8,0.5,0.8127884104,11,1,-1,0,-1,9,1,0,2,1,21,3,0.316227766,0.85929531,0.3768288736,3.7416573868,0.4,0.5,0.7,3,3,7,4,10,1,7,8,1,0,6,0,1,0,1,0,1 +7466,0,5,1,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.3,0.7838207703,10,0,1,1,0,9,-1,0,2,1,104,2,0.5477225575,1.6451782791999998,-1.0,3.6055512755,0.5,0.6,0.6,1,3,7,3,9,3,12,7,4,2,6,0,1,1,0,0,0 +7468,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,3,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.452677982,0.3556683849,0.0,0.2,0.1,0.5,2,1,9,1,9,1,6,4,0,4,13,0,1,1,0,0,1 +7470,0,3,1,10,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.8,0.8,1.1747340124,11,1,1,0,1,11,1,1,2,1,104,2,0.4469899328,0.7123468372,0.3449637662,2.2360679775,0.1,0.8,0.0,5,3,7,6,10,4,11,3,0,3,10,0,0,1,0,0,0 +7473,0,3,1,7,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.8,1.8138357147,11,0,0,1,1,0,1,1,2,1,75,2,0.4472135955,1.1109150424,0.3823610859,3.4641016151,0.9,0.9,0.9,1,1,8,3,9,2,6,6,0,4,10,0,1,0,0,0,0 +7474,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,0,1,0,2,1,100,0,0.4,0.8611807194,0.423083916,3.7416573868,0.4,0.3,0.9,1,2,8,4,11,2,8,5,2,2,9,0,1,1,0,1,1 +7477,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,0,1,0,0,1,87,3,0.316227766,0.8087844159,0.2944486373,3.7416573868,0.5,0.6,0.1,4,0,5,1,12,3,4,4,4,4,9,0,0,0,0,0,0 +7478,0,4,1,6,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.4,0.0,0.6754628043,10,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6652843796,0.3615245497,3.0,0.7,0.5,0.9,2,2,7,3,9,0,10,3,0,2,8,0,0,0,1,1,1 +7481,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.4,1.647156641,11,1,-1,1,-1,13,1,0,0,1,104,2,0.4472135955,1.1648697299,0.4301162634,3.6055512755,0.6,0.5,0.9,2,2,6,5,10,4,8,7,1,2,7,0,0,1,1,0,0 +7483,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,1.0,1.5487898502000002,11,1,1,1,1,3,1,0,2,1,102,2,0.4,0.9604040988,0.3269556545,3.7416573868,0.7,0.8,0.3,2,0,8,2,6,2,9,5,1,3,7,0,1,0,0,1,0 +7484,0,3,1,6,0,6,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.0015612812,4,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.6756539531999999,0.3666060556,3.0,0.6,0.7,0.6,2,1,10,4,10,3,6,3,1,1,6,1,1,1,0,1,0 +7485,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,1.3,1.2298373876,10,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7026955184999999,0.3814446225,2.8284271247,0.2,0.4,0.7,1,5,8,3,10,2,4,3,1,1,5,0,0,1,1,1,0 +7486,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,1.2656520059,11,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8804053818,-1.0,3.6055512755,0.9,0.4,0.0,2,3,8,1,10,2,11,9,0,3,10,0,0,1,0,1,0 +7488,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.1,0.535023364,3,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7494350489,0.3666060556,3.4641016151,0.1,0.2,0.9,2,1,9,2,8,3,7,5,2,3,8,0,1,1,1,0,0 +7489,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.1,0.4808846015,7,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.6790397936,0.3666060556,3.1622776602,0.8,0.5,0.5,2,2,8,3,10,4,9,6,1,1,8,0,1,1,0,0,0 +7494,0,7,4,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.3,0.8231038817,4,1,-1,0,0,1,1,1,0,1,40,2,0.3741657387,0.7519533790999999,0.3814446225,3.3166247904,0.5,0.0,0.0,2,1,6,3,7,2,9,5,2,0,5,0,0,0,0,0,0 +7496,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.5,1.8464492953,11,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7416894942,0.2944486373,3.6055512755,0.7,0.6,0.2,4,3,9,5,8,5,9,7,0,4,3,0,1,0,0,0,0 +7498,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.2,0.0,-1.0,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.657772977,0.3619392214,3.1622776602,0.8,0.2,0.4,2,2,9,2,8,2,9,7,2,6,8,0,1,1,1,1,0 +7499,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,1.2,1.5884347641999998,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8941961624,0.3820994635,3.1622776602,0.5,0.2,0.8,2,1,7,3,9,2,8,4,3,5,9,0,1,1,0,0,0 +7502,1,2,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,10,1,-1,9,1,15,1,0,0,1,41,2,0.5477225575,1.6871414526,0.5329165038,3.6055512755,0.7,0.8,0.0,2,1,10,4,11,2,6,11,1,3,8,0,0,0,0,0,0 +7505,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,76,3,0.316227766,0.7912616768999999,0.3794733192,3.6055512755,0.1,0.7,0.1,2,3,9,2,10,4,10,8,1,3,5,1,0,0,0,0,0 +7506,0,2,1,10,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.475,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6972568743,0.3666060556,3.1622776602,0.4,0.3,0.8,1,2,6,1,8,2,12,7,4,0,5,1,1,1,0,0,0 +7507,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.9377499667,11,0,-1,9,-1,15,1,1,2,1,104,3,0.4898979486,1.2578431625,0.4806245936,3.3166247904,0.6,0.9,0.0,1,0,6,3,10,1,4,5,4,5,5,1,1,0,1,0,0 +7516,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.4,0.8627716963,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6636052297,0.3615245497,3.0,0.0,0.5,0.1,1,3,7,2,9,1,7,2,2,8,8,0,1,0,0,0,1 +7524,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.6020797289,4,1,-1,0,0,0,1,1,0,1,87,2,0.316227766,0.7437202664,0.3615245497,3.6055512755,0.7,0.4,0.8,4,2,7,2,8,3,9,6,1,8,3,0,1,0,1,1,0 +7526,0,2,1,7,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.9,1.4236836025,0,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.6103447068,0.3958535083,1.0,0.7,0.6,0.4,1,1,10,2,9,3,5,2,0,4,7,0,1,0,0,1,1 +7528,0,0,3,10,0,0,0,0,0,1,0,0,0,0,0,11,0,0,0,0.0,0.0,0.4408798022,11,1,-1,2,-1,1,1,1,2,0,1,0,0.3741657387,0.8335054919,0.4189272013000001,3.4641016151,0.9,0.1,0.1,1,2,8,3,11,2,14,6,0,1,6,0,1,1,1,1,0 +7529,0,5,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,7,0,-1,1,-1,9,1,1,2,1,104,2,0.5744562647,0.9979938555,0.4615192304,3.1622776602,0.4,0.9,0.7,2,2,7,1,7,2,11,6,0,3,6,1,0,0,0,0,0 +7530,0,5,2,4,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.8219641111,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.6995866548,0.3754996671,3.0,0.8,0.7,0.3,5,3,8,4,11,3,12,6,3,4,13,0,0,1,1,0,0 +7531,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.6133922073,7,1,0,0,1,14,1,1,2,1,49,3,0.4,0.6761277692000001,-1.0,2.8284271247,0.5,0.5,0.0,3,2,7,6,11,2,8,5,1,2,10,0,0,1,0,1,0 +7532,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.6,0.5273755777,11,1,-1,0,-1,11,1,1,2,0,104,3,0.4472135955,0.8129250319,0.4246174749,3.0,0.0,0.6,0.4,3,4,9,3,9,3,11,5,2,4,8,1,0,0,1,0,0 +7538,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.7495832175,11,1,1,0,1,4,0,1,2,1,84,3,0.316227766,0.6842532275,0.3201562119,3.1622776602,0.3,0.8,0.1,4,1,6,2,10,1,11,9,0,3,8,0,1,1,0,0,0 +7540,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.6,0.7180703307999999,7,0,-1,0,-1,10,1,1,1,1,89,2,0.3872983346,1.0919786424,0.4086563348,3.6055512755,0.2,0.5,0.5,3,1,5,1,10,2,15,9,3,2,7,0,0,0,1,1,0 +7542,1,5,1,5,1,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.0,1.3988834834,11,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.1032446512,0.3789459064,3.4641016151,0.0,0.3,0.5,0,0,5,5,8,2,9,4,1,2,9,0,0,1,1,0,0 +7545,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.694934446,0.3708099244,2.8284271247,0.9,0.3,0.7,1,0,6,2,8,3,7,8,0,8,8,0,0,0,0,0,0 +7551,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.7693341277,10,1,-1,0,1,7,1,1,0,1,96,3,0.4,0.7175918175,0.4272001873,2.8284271247,0.6,0.0,0.5,3,2,7,4,8,5,8,6,2,3,6,0,1,1,0,0,0 +7553,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.9,1.5014576250999998,8,1,-1,0,1,4,1,1,0,1,104,3,0.3997499218,0.5907517272999999,0.3346640106,2.0,0.8,0.0,0.6,4,1,7,2,8,1,10,10,0,2,5,0,0,0,1,1,0 +7556,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.5,1.1763290356,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7548739701,0.3807886553,2.6457513111,0.9,0.9,0.0,1,1,8,3,5,4,10,8,2,1,12,0,0,1,0,0,0 +7557,1,0,1,7,1,4,0,0,0,1,0,0,0,0,0,13,0,0,1,0.9,0.8,1.0096410253,11,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.6943842031,0.3708099244,3.0,0.4,0.4,0.0,3,3,8,4,11,2,11,5,1,3,6,0,1,1,1,0,0 +7560,0,2,1,7,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.6,0.7,1.0744184473,10,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.7774056239,-1.0,3.3166247904,0.8,0.6,0.7,2,1,9,4,9,2,13,3,2,8,6,0,1,1,0,0,1 +7561,0,5,3,8,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.8,0.957209486,7,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.7631390426000001,0.3008321791,3.4641016151,0.0,0.4,0.2,2,3,9,6,8,2,7,7,4,2,2,0,1,0,0,1,0 +7568,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.4,0.0,1.2227019261,11,1,1,0,0,11,1,1,2,1,7,3,0.3741657387,0.8148188462,0.3542597917,3.1622776602,0.8,0.5,0.0,1,3,8,2,10,2,13,9,0,2,8,0,0,1,1,1,0 +7569,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.6,0.8703447593000001,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.6848719492,0.3820994635,2.2360679775,0.9,0.8,0.1,5,2,9,3,8,2,6,12,5,1,8,0,1,0,0,1,0 +7571,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.8120190884,6,1,-1,0,0,1,1,1,0,1,85,3,0.3741657387,0.7907915273,0.3974921383,3.1622776602,0.5,0.3,0.0,2,4,9,2,10,3,7,6,1,5,5,0,0,1,0,1,0 +7572,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.0,1.0945889639,11,0,0,0,1,0,1,1,2,1,88,3,0.4,0.8558742087000001,0.33241540280000004,3.3166247904,0.8,0.8,0.3,1,2,6,1,11,0,10,7,1,2,8,0,1,1,0,1,1 +7577,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6604922407,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.72164012,0.3598610843,3.4641016151,0.0,0.9,0.9,1,2,9,2,8,3,7,4,1,2,5,0,1,1,0,1,0 +7578,0,5,1,6,1,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,5,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7535727575,0.2944486373,3.6055512755,0.9,0.8,0.9,2,1,8,2,8,1,11,6,3,3,6,0,0,1,1,0,0 +7580,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.7,1.8894443628,11,1,1,9,1,17,-1,0,2,1,104,3,0.4472135955,1.9014728958,0.4460941605,3.6055512755,0.8,0.0,0.3,1,0,6,4,9,2,10,5,2,3,9,1,0,0,0,0,0 +7581,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,1.7,1.5518134553,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7524889829000001,0.3926830783,3.1622776602,0.2,0.3,0.2,4,4,8,0,10,0,11,4,0,0,8,0,1,0,0,1,0 +7593,0,1,1,7,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,0.8,0.8947765084,11,1,-1,0,-1,11,1,1,3,1,30,3,0.4472135955,0.7166554551000001,0.4449719092,1.7320508076,0.4,0.4,0.5,3,1,7,2,9,2,8,4,0,2,7,0,1,0,0,0,0 +7594,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.3,0.7445636306,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3157530681,0.434584441,0.3605551275,0.0,0.4,0.8,0.1,2,3,7,5,7,2,8,6,3,5,6,0,0,1,0,1,0 +7596,0,6,2,9,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,1.3,1.0356157589,8,1,-1,0,1,1,1,0,0,1,31,3,0.423792402,1.1132773076,0.4084115571,3.7416573868,0.9,0.8,0.6,2,1,8,4,9,2,3,7,2,2,7,0,1,0,0,1,0 +7597,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,1.3,1.1540688888,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6844449401,0.3667424164,3.0,0.4,0.6,0.6,3,0,8,1,10,2,6,6,0,3,10,0,1,1,1,0,1 +7603,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,-1.0,11,1,-1,0,-1,11,1,1,0,1,19,3,0.316227766,0.6214319641,0.3887158345,2.6457513111,0.8,0.1,0.9,3,2,7,2,11,5,4,3,1,5,4,0,1,0,1,0,0 +7606,0,0,1,3,0,6,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,1.0784827305,11,1,-1,0,-1,10,1,1,0,1,28,3,0.3741657387,0.6614222092,0.3788139385,2.0,0.9,0.9,0.4,2,3,6,3,8,2,6,9,3,1,10,1,1,1,0,1,0 +7607,0,4,1,2,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,0.6,0.8828221792000001,0,1,-1,0,0,10,1,1,4,1,89,2,0.3872983346,0.9861541462,0.4086563348,3.4641016151,0.2,0.4,0.4,4,3,9,3,9,5,11,8,1,3,7,1,1,1,0,0,0 +7608,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.3,0.2,-1.0,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7245973519,0.3814446225,3.3166247904,0.0,0.0,0.5,2,2,9,4,9,3,11,5,3,1,8,0,0,0,0,1,0 +7612,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6905651058,0.3615245497,3.1622776602,0.0,0.0,0.7,2,2,9,4,10,1,10,5,0,8,8,0,1,0,0,0,0 +7613,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6680194608,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6606877207999999,0.3619392214,3.1622776602,0.3,0.6,0.4,3,1,6,3,9,4,6,7,1,5,3,0,1,1,0,0,0 +7614,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.3,0.8042853970999999,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6074264911,0.3615245497,2.8284271247,0.4,0.0,0.0,2,3,9,7,9,1,8,11,1,2,6,0,1,1,0,0,0 +7615,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.6712860790999999,7,1,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.6877319293,0.4449719092,1.4142135624,0.6,0.5,0.8,2,1,7,4,8,1,7,4,2,4,9,0,1,1,0,0,0 +7617,0,5,1,2,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.6,0.9297176991,11,0,1,0,0,10,1,1,2,1,55,2,0.4242640687,0.9609283347,0.3586084215,3.6055512755,0.1,0.0,0.0,2,1,7,4,7,3,5,4,4,5,8,0,0,0,0,0,0 +7620,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,1.1302654555,11,1,1,0,0,0,1,1,2,1,88,3,0.4,0.8742174776999999,0.3289376841,3.4641016151,0.5,0.9,0.9,4,1,10,4,11,1,8,4,0,4,10,0,0,0,1,0,0 +7621,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,0.9100137362,11,0,-1,0,-1,11,1,1,1,1,3,2,0.4242640687,1.1032446512,0.4349712634,3.4641016151,0.9,0.3,0.4,3,1,8,2,6,5,8,9,2,1,3,0,1,1,0,1,0 +7622,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,1.0301698889,7,1,1,0,1,14,1,1,2,1,42,2,0.4,0.8020376940999999,0.3376388603,3.6055512755,0.4,0.3,0.3,3,2,9,3,9,1,3,8,3,3,10,0,0,1,1,1,0 +7623,0,4,1,5,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.7,1.4,1.4966629547,11,1,1,0,1,0,1,0,2,1,104,3,0.4,1.0741323618,0.3309078422,3.6055512755,0.6,0.6,0.4,2,4,8,3,10,5,10,6,1,4,3,0,1,1,1,0,1 +7624,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.5,0.2,0.678693598,10,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.6388102319,0.3917907605,2.6457513111,0.8,0.1,0.8,2,1,9,1,11,6,10,4,2,5,8,0,0,1,0,1,0 +7625,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.58630197,7,1,-1,0,-1,11,1,1,3,1,57,2,0.423792402,0.5952463203,0.3734969879,1.4142135624,0.4,0.4,0.8,4,1,7,2,8,2,12,5,1,4,9,0,0,0,1,0,0 +7626,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.6,0.9650129533,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9841302742,0.3964845520000001,3.0,0.3,0.5,0.0,1,2,7,3,8,3,7,8,2,0,9,0,1,1,0,0,0 +7628,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.7,0.2,0.4451123454,7,1,1,0,1,4,1,1,2,1,84,3,0.316227766,0.7852593402,0.3201562119,3.6055512755,0.4,0.4,0.6,2,1,8,3,9,3,5,6,1,3,11,0,0,1,0,0,0 +7632,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.8,1.3362728015,11,1,1,0,1,11,1,1,2,1,101,3,0.3741657387,0.7946268420999999,0.3212475681,3.1622776602,0.3,0.8,0.1,2,1,8,2,10,0,9,10,3,4,4,1,0,1,0,0,0 +7634,0,1,1,6,1,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0.5,0.1,0.5261891295000001,6,1,-1,0,0,0,1,0,0,1,95,2,0.4,1.025507937,0.4013726448,3.6055512755,0.0,0.3,0.1,3,0,8,7,10,4,11,2,3,2,5,0,1,1,1,0,0 +7636,0,5,1,5,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6062177826,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6616252215999999,0.3619392214,3.4641016151,0.8,0.2,0.1,2,2,9,2,9,1,16,5,5,5,11,0,1,1,0,1,0 +7638,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,1.2,1.2759800155,8,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.8016125276999999,0.3943348831,3.6055512755,0.1,0.8,0.2,3,2,8,3,10,4,7,7,0,6,12,0,0,1,0,1,1 +7639,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.4,0.8023403268000001,10,1,-1,0,1,7,1,1,0,1,104,3,0.4472135955,0.9712073937,0.4176122604,3.4641016151,0.1,0.2,0.3,3,2,8,4,9,5,8,8,0,2,10,0,1,0,0,0,0 +7640,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,4,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6093961243,0.3615245497,2.8284271247,0.7,0.8,0.2,3,2,9,1,10,1,11,2,1,3,9,0,0,1,0,0,0 +7643,0,0,1,11,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,1.3,1.1842719281999998,9,0,1,0,1,10,1,0,0,1,55,2,0.4242640687,1.183416751,0.3586084215,3.7416573868,0.7,0.9,0.8,0,3,6,2,10,2,5,3,0,2,8,0,1,1,0,0,1 +7645,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,1.5,1.8768324379,11,0,0,8,1,13,1,1,3,1,20,3,0.4472135955,0.8586458684,0.3714835124,2.6457513111,0.5,0.3,0.3,4,4,10,3,9,2,5,8,1,1,4,0,0,1,0,1,0 +7646,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.6046693311,10,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7029013073999999,0.3788139385,2.6457513111,0.1,0.9,0.1,1,4,8,1,9,3,5,6,2,5,4,0,1,1,0,0,0 +7648,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.9320675941,6,0,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8576707839,0.3848376281000001,3.4641016151,0.6,0.7,0.8,0,2,7,2,10,3,13,8,1,1,8,0,0,0,1,0,0 +7649,0,6,1,3,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,1.3,1.3849638984,6,0,-1,9,1,11,1,1,0,1,56,3,0.4898979486,1.1142391689,0.5004997502,3.1622776602,0.2,0.2,0.4,1,1,7,3,7,2,11,6,0,3,10,0,1,0,0,1,0 +7650,0,4,1,3,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.7,0.9450529086,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.6777149258,0.3591656999,3.1622776602,0.9,0.4,0.5,3,1,8,5,9,1,14,2,1,1,9,0,0,0,1,0,0 +7651,0,3,1,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.3,0.7066647012999999,11,1,-1,0,-1,0,1,1,2,1,32,3,0.3160696126,0.5107117056,0.3674234614,1.0,0.2,0.1,0.1,2,3,9,3,8,0,5,6,0,2,8,0,0,0,0,0,0 +7655,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,1.1,1.7343947071,11,1,1,0,0,15,1,0,2,1,97,3,0.3872983346,0.8974251504999999,0.2983286778,3.7416573868,0.4,0.5,0.7,1,2,8,3,9,2,14,3,1,2,5,1,0,0,0,1,0 +7658,0,1,2,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.4730221982,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6878520887,0.3964845520000001,2.0,0.3,0.5,0.1,4,1,8,3,9,2,6,6,2,4,6,0,1,0,0,0,0 +7659,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.6,0.7,0.5984354602,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7614416514,0.4301162634,3.3166247904,0.1,0.8,0.3,1,2,6,3,8,2,14,11,1,3,9,0,0,1,0,1,1 +7662,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.0,0.0,-1.0,6,1,-1,0,1,11,1,1,0,1,53,2,0.4469899328,0.4572194077,0.4219004622,0.0,0.8,0.9,0.1,1,0,6,2,9,2,6,7,1,2,7,0,0,0,0,0,0 +7665,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6703543839,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.776514782,0.3849675311,3.3166247904,0.0,0.6,0.2,2,1,8,4,8,2,5,6,1,3,5,0,1,0,0,0,0 +7666,0,1,1,9,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.5385164807,11,1,0,0,0,1,1,1,0,1,64,1,0.3160696126,0.5081566102,0.3041381265,1.7320508076,0.2,0.4,0.6,3,4,10,2,8,3,12,4,2,5,5,0,1,0,0,0,0 +7667,1,2,1,8,1,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.7,0.7,0.9836157786,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.5223911963,0.3860051813,1.4142135624,0.5,0.6,0.4,3,0,8,3,10,5,5,4,2,3,8,0,1,1,1,1,0 +7668,0,1,2,1,0,3,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.8,1.1979148551,11,1,1,0,0,6,1,0,2,1,33,3,0.4,1.0299743237,0.3286335345,3.7416573868,0.7,0.1,0.0,2,1,9,5,9,3,7,7,1,4,12,0,0,1,1,1,0 +7672,0,3,1,8,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,0.6,0.7219764539,11,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.6927606768000001,0.3687817783,3.4641016151,0.7,0.3,0.2,3,2,6,1,8,2,10,5,4,4,7,0,1,1,1,1,0 +7674,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,4,1,-1,0,1,1,1,1,0,1,31,3,0.3605551275,0.5498309282,0.3937003937,1.4142135624,0.4,0.6,0.7,2,1,9,2,10,1,11,4,2,2,11,0,1,0,0,0,0 +7676,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,4,0,0,0,0.9,1.2,1.5459624834,11,1,1,1,0,12,1,0,2,1,104,3,0.3741657387,0.8735436523000001,0.32557641190000003,3.6055512755,0.4,0.1,0.5,4,2,7,2,9,4,10,4,1,3,9,0,0,1,0,0,0 +7680,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,0.9698582371,9,0,-1,0,-1,0,0,1,1,1,88,3,0.4,0.8701785701000001,0.3974921383,3.1622776602,0.4,0.2,0.9,3,0,7,3,8,2,11,3,0,5,3,0,1,1,0,0,0 +7681,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.6,0.8359126749,7,0,-1,0,-1,14,1,1,0,1,104,2,0.4472135955,0.9623597891,0.4349712634,3.3166247904,0.8,0.8,0.2,2,1,8,2,11,1,13,6,0,3,9,0,1,0,1,0,0 +7686,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.5179225827,0.366469644,2.2360679775,0.4,0.9,0.5,2,0,7,4,11,2,8,8,2,2,5,0,1,1,1,1,0 +7689,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,9,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7662158814,0.30331501780000003,3.7416573868,0.3,0.9,0.0,3,3,9,1,9,4,8,4,0,5,8,0,1,0,0,1,0 +7710,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,9,1,0,8,0,11,1,1,0,1,24,2,0.5291502621999999,1.2614598653,-1.0,3.3166247904,0.5,0.8,0.2,3,1,7,2,10,6,12,7,4,2,5,0,0,1,0,1,1 +7724,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.2,0.4015594601,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.5751212592,0.3768288736,2.4494897428,0.4,0.1,0.2,4,3,8,3,10,1,12,5,1,3,8,1,0,1,0,0,0 +7731,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.8,1.1031205736,11,0,0,9,0,0,-1,1,2,1,104,2,0.4472135955,1.5092483489,0.4562893819,3.4641016151,0.2,0.6,0.7,3,1,7,2,9,1,9,5,0,4,3,0,1,1,0,1,0 +7733,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.2,1.5421170513,10,0,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8001291218000001,0.3848376281000001,3.1622776602,0.0,0.6,0.7,1,2,7,3,11,2,5,3,0,3,10,0,1,1,1,1,1 +7735,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5916079783,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.713752162,0.4129164564,2.8284271247,0.2,0.3,0.4,3,1,9,5,8,1,6,8,2,3,6,0,0,0,1,1,0 +7736,0,1,2,4,1,6,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.7956915231,11,1,1,0,0,4,1,1,2,1,84,3,0.316227766,0.7509222979000001,0.3201562119,3.4641016151,0.9,0.1,0.5,0,4,6,3,9,3,10,9,0,1,8,0,0,1,0,0,0 +7739,0,5,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.5,0.6,0.9089829481,9,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.6489661199,0.2887905816,3.1622776602,0.0,0.1,0.0,4,2,8,3,10,3,7,2,0,2,9,0,0,1,0,0,0 +7746,0,4,1,7,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.5,1.2529964086,11,1,1,0,1,0,1,1,2,0,32,3,0.3160696126,0.5320318141,-1.0,2.0,0.3,0.6,0.8,3,2,9,3,11,2,10,3,3,5,3,1,1,1,1,0,1 +7752,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5123475383,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6614690638,0.3615245497,3.0,0.6,0.0,0.9,3,1,5,4,9,3,6,9,1,4,8,0,1,0,1,1,0 +7756,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,1.2,1.3346347815,11,0,-1,0,-1,10,0,1,2,1,83,2,0.4242640687,0.9848123536,0.4185689907,3.1622776602,0.6,0.1,0.8,3,2,7,3,9,0,5,8,0,0,7,0,0,1,1,0,0 +7759,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.914484003,0.4374928571,3.1622776602,0.8,0.3,0.7,3,2,8,2,8,3,8,3,1,3,6,0,1,0,1,0,0 +7762,0,1,2,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6348163006,0.34727510710000004,3.0,0.3,0.9,0.6,4,1,6,3,12,0,9,5,5,5,5,1,1,1,1,0,0 +7765,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.5804093383,4,1,-1,0,0,15,1,0,0,1,63,2,0.3872983346,0.8999885215000001,-1.0,3.6055512755,0.5,0.4,0.0,5,4,8,2,9,2,7,1,2,2,6,0,0,0,1,0,0 +7766,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.7,0.9769211841,10,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5985519717,0.3583294573,3.0,0.7,0.8,0.5,5,2,9,0,11,2,13,8,0,5,6,0,1,1,0,0,1 +7768,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.0,0.475,7,1,1,0,0,6,1,0,2,1,27,3,0.3741657387,0.8232355887999999,0.3204684072,3.6055512755,0.2,0.0,0.3,1,4,6,1,10,3,10,1,1,1,5,0,1,0,0,0,1 +7770,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.6,0.9536115561,7,1,-1,0,-1,1,1,0,1,0,25,3,0.4,0.9131839676,-1.0,3.6055512755,0.5,0.5,0.3,2,2,9,4,10,3,6,9,0,2,7,0,0,0,0,0,0 +7774,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.4534589287,7,1,0,0,0,1,1,1,1,1,25,3,0.3741657387,0.8021793662000001,-1.0,3.6055512755,0.3,0.3,0.8,3,2,7,2,7,0,10,5,0,3,8,0,1,0,0,0,0 +7776,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.4,1.7093492914,11,0,1,9,1,8,-1,1,2,1,104,3,0.5656854249000001,1.6047836547,0.4207136794,3.3166247904,0.0,0.2,0.0,3,2,8,2,11,2,6,4,2,3,11,0,0,1,0,1,0 +7777,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.3,0.0,1.1551515052,11,0,0,0,1,10,1,1,3,1,28,3,0.3872983346,0.7636634193999999,0.3240370349,2.6457513111,0.4,0.8,0.6,2,1,5,5,9,2,10,1,1,2,10,0,1,0,1,0,0 +7780,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.1,0.3,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1520925088,0.4,3.4641016151,0.9,0.5,0.2,2,2,7,1,11,1,5,1,1,0,10,0,0,1,1,1,0 +7785,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,1.0012492197,11,1,0,0,1,11,1,1,2,1,7,3,0.3741657387,0.7920446394,0.3542597917,3.1622776602,0.5,0.1,0.8,2,0,10,3,7,2,9,7,2,2,10,0,0,1,0,1,1 +7790,0,2,1,6,1,6,0,1,0,0,0,0,0,0,0,0,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8312796319,0.3663331817,3.4641016151,0.2,0.5,0.5,3,1,5,2,12,2,5,5,1,3,9,0,0,1,0,0,0 +7796,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.4,0.8306623863,11,1,0,0,0,0,1,1,0,1,46,3,0.4,0.8211310481999999,0.3003331484,3.7416573868,0.5,0.4,0.4,2,2,8,2,10,1,10,10,0,3,10,0,1,1,0,0,0 +7803,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.9,0.6,1.5479825580000002,11,1,0,0,1,6,1,1,4,1,104,3,0.3741657387,0.6181149696,0.3388214869,2.6457513111,0.7,0.5,0.1,4,3,7,3,12,2,10,3,1,0,7,0,1,1,1,1,0 +7805,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,6,0,-1,0,1,7,1,1,0,1,104,3,0.4472135955,0.9948109169,0.4176122604,3.3166247904,0.8,0.4,0.0,4,5,7,3,8,1,6,3,0,1,8,0,1,1,1,1,0 +7806,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.9,0.8,0.7976528067,10,1,-1,1,1,9,1,1,0,1,104,0,0.4,1.1889926461,-1.0,3.4641016151,0.3,0.3,0.4,3,1,10,0,7,3,5,4,1,2,5,0,0,0,0,1,0 +7807,0,5,1,9,0,1,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.5,0.8742854225,11,0,0,1,0,9,1,1,1,1,61,3,0.4,1.2113700324,0.3819685851,3.6055512755,0.0,0.6,0.9,0,2,7,2,9,3,6,4,0,1,8,0,1,1,0,0,1 +7809,0,3,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.1,-1.0,4,1,-1,2,1,1,1,1,0,1,1,0,0.4242640687,0.9704470939,0.4189272013000001,3.4641016151,0.2,0.5,0.8,2,3,9,2,11,1,7,5,1,5,7,0,1,0,0,0,0 +7810,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.632455532,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.5247392111,0.3667424164,1.0,0.2,0.7,0.2,0,1,8,2,11,3,7,6,1,3,10,0,1,1,1,0,0 +7820,0,1,3,5,1,5,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.8,2.8635642127,7,0,0,1,0,9,1,1,2,1,104,2,0.4242640687,1.2279024479,0.35,3.4641016151,0.2,0.0,0.7,3,1,9,3,7,0,11,4,0,4,2,0,0,1,0,0,0 +7825,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,85,3,0.4242640687,0.812518277,0.4159326869,3.0,0.3,0.7,0.1,4,2,8,4,6,3,11,1,1,7,7,0,1,0,0,1,0 +7827,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.3,0.2,-1.0,7,1,1,0,0,11,1,0,2,1,101,3,0.3741657387,0.9177569899,0.3214031736,3.6055512755,0.1,0.0,0.6,2,3,6,2,11,1,9,3,1,4,6,0,1,0,0,1,0 +7831,0,3,4,6,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,0.7508328709000001,6,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.5622416762,0.3556683849,2.6457513111,0.9,0.5,0.3,3,2,6,3,12,2,9,4,1,5,9,0,1,1,0,1,0 +7839,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.8231038817,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.7192741979999999,0.3687817783,3.6055512755,0.7,0.9,0.7,3,1,8,1,12,2,7,3,1,4,11,0,1,0,0,0,0 +7848,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.3,0.605702072,4,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.8152979479000001,0.3826225294,3.0,0.1,0.1,0.7,3,2,10,2,9,1,9,6,1,5,8,0,1,1,1,1,1 +7851,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.6,1.1310946026,6,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6072053583,0.34727510710000004,3.0,0.7,0.6,0.3,1,1,8,4,6,2,7,7,1,6,5,0,1,1,0,0,1 +7853,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.6,1.3806701271,11,0,-1,0,-1,7,1,1,2,1,79,3,0.4,1.0212008812,0.4009987531000001,3.6055512755,0.3,0.2,0.5,1,2,8,2,10,2,11,5,1,4,6,0,0,1,0,0,0 +7854,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,0,1,70,3,0.3741657387,0.8402619131,0.3860051813,3.4641016151,0.8,0.1,0.0,4,2,8,1,8,5,5,5,2,4,4,0,1,0,0,1,0 +7855,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5533985905,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7241345647,0.3687817783,3.6055512755,0.1,0.0,0.0,2,1,9,2,11,2,6,4,1,3,10,0,1,0,0,0,0 +7856,0,1,1,5,0,6,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.5,0.8003905297,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8252597888,0.4017461885,3.6055512755,0.4,0.9,0.3,3,1,8,1,11,4,4,3,1,6,5,1,1,1,0,0,0 +7858,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.4322904116,7,1,0,0,0,14,1,1,2,1,42,2,0.4,0.7655684433,0.3376388603,3.3166247904,0.1,0.8,0.4,3,2,8,2,9,2,7,6,1,1,8,0,1,1,0,1,0 +7860,0,4,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.8,1.0842624221,10,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8570050435,0.3848376281000001,3.6055512755,0.1,0.6,0.7,4,3,8,4,11,3,8,5,0,6,4,0,0,1,0,0,0 +7862,0,0,2,0,0,-1,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,1.4,1.4947825928999998,7,0,0,8,0,13,-1,1,4,0,20,3,0.4472135955,0.7610073793000001,0.3714835124,2.0,0.1,0.7,0.3,2,0,8,3,9,2,10,4,2,2,5,0,0,0,0,0,0 +7864,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0.5,0.0,0.8613216588,6,1,-1,0,0,1,1,0,0,1,51,2,0.3741657387,0.8878193175,0.4017461885,3.7416573868,0.5,0.4,0.4,1,4,4,3,9,4,7,9,0,2,9,0,1,0,1,0,0 +7867,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.5733672471,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7114180926000001,0.3814446225,3.1622776602,0.0,0.6,0.2,1,2,8,5,9,3,6,8,1,3,5,1,1,1,0,1,0 +7869,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.1,0.514174095,10,0,-1,0,0,11,1,1,0,1,104,2,0.4472135955,0.6640969759,0.4110960958,2.8284271247,0.3,0.5,0.0,2,0,8,2,8,2,5,3,1,3,5,0,1,1,0,0,0 +7875,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6546874846,0.3619392214,3.1622776602,0.2,0.8,0.4,2,3,6,1,10,1,6,4,1,1,5,0,1,0,1,0,0 +7876,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,1.0988630488,11,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.6459665063000001,0.3907684737,2.8284271247,0.6,0.8,0.8,2,2,8,3,7,3,13,3,0,2,2,0,1,0,1,0,0 +7878,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.5,1.0234744745,8,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6652843796,0.3615245497,3.0,0.7,0.3,0.8,2,3,8,2,10,2,12,8,0,2,7,0,1,1,1,0,1 +7879,0,0,2,0,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.1,0.4609772229,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6678570639,0.3687817783,3.3166247904,0.6,0.8,0.3,1,0,10,4,7,1,10,7,3,4,9,0,0,0,1,1,0 +7881,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.6547900427000001,7,1,-1,0,-1,14,1,1,0,1,49,3,0.4,0.628375184,0.3685105155,2.4494897428,0.7,0.5,0.1,1,2,8,2,11,2,10,3,1,2,9,0,1,0,0,0,0 +7882,0,6,1,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9529559276,6,1,-1,0,0,1,1,1,0,1,91,3,0.4242640687,1.0227575753,0.4347413024,3.4641016151,0.5,0.8,0.9,2,1,7,3,9,1,8,3,3,1,10,0,1,1,0,1,0 +7885,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.2,0.1,-1.0,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.7191305586,0.3687817783,3.6055512755,0.0,0.5,0.9,1,4,9,2,10,2,10,4,2,6,7,0,0,1,1,0,0 +7888,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.7,1.0,1.1453711189,11,0,1,0,0,10,1,1,2,1,28,3,0.3872983346,1.0702687544,0.3286335345,3.7416573868,0.9,0.2,0.1,4,2,6,3,11,4,8,2,3,1,9,0,1,1,0,0,0 +7889,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.4,0.7603453162999999,9,1,-1,0,-1,4,0,1,2,1,50,2,0.4,0.7453346633,0.3943348831,3.3166247904,0.4,0.2,0.2,4,1,9,5,10,5,8,5,0,3,8,0,0,0,0,1,0 +7892,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7681145748,11,0,0,0,1,10,1,1,1,1,83,2,0.4242640687,0.8704871819,0.3420526275,2.6457513111,0.1,0.7,0.0,2,2,8,3,9,2,10,3,0,2,11,0,1,1,0,1,0 +7894,0,2,1,7,0,4,0,0,1,0,0,0,0,0,0,4,1,0,0,0.0,0.0,0.6837397166,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7280961248000001,0.4074309757,2.4494897428,0.0,0.9,0.5,3,0,7,4,10,2,8,5,0,3,11,0,1,1,0,0,0 +7899,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.0,1.3074306865,11,0,1,9,1,16,-1,0,2,1,104,3,0.4472135955,1.5124620069,0.4449719092,3.6055512755,0.4,0.0,0.5,4,2,6,2,10,2,5,5,3,5,12,0,1,0,0,0,1 +7900,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.5,0.4,0.7224091638,10,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.7972965685,0.374566416,3.6055512755,0.9,0.8,0.4,2,1,8,3,11,2,12,5,0,2,5,0,1,1,0,0,0 +7902,0,2,3,8,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,11,1,1,2,1,0,1,1,2,1,104,0,0.3994996871,0.6763569159,0.3218695388,2.2360679775,0.5,0.3,0.1,4,0,8,4,12,1,7,8,0,6,12,1,1,1,0,0,1 +7904,1,1,1,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.5,1.112148821,10,0,-1,9,1,15,1,1,0,1,104,3,0.5460769177,1.4462333522,0.4597825573,2.8284271247,0.0,0.9,0.1,2,3,8,1,11,0,12,3,0,3,9,0,1,1,1,1,0 +7905,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7017834423999999,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6219470892,0.34727510710000004,3.1622776602,0.7,0.6,0.6,1,2,7,3,8,1,10,1,2,0,8,0,0,0,0,0,0 +7906,0,6,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,9,1,1,2,1,11,1,0,2,1,94,0,0.3741657387,0.8296668653,0.3304542328,3.6055512755,0.9,0.2,0.0,2,2,4,4,8,5,12,7,2,2,6,1,1,0,1,1,0 +7907,0,4,3,7,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.9,0.7988272654,11,0,1,0,1,14,1,0,2,1,72,3,0.4472135955,1.2478990609,0.3601388621,3.7416573868,0.0,0.7,0.1,3,1,7,1,8,2,10,1,2,1,14,0,1,1,0,0,0 +7909,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9096702699,11,1,1,0,0,11,1,1,2,1,2,3,0.4242640687,1.014642387,-1.0,3.6055512755,0.6,0.9,0.4,3,0,8,3,11,2,6,3,1,6,5,0,1,0,1,1,0 +7910,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.3,0.6846531968999999,11,1,-1,0,-1,6,1,0,2,1,77,2,0.3741657387,0.8367834915000001,-1.0,3.6055512755,0.3,0.4,0.3,3,4,9,3,11,1,12,6,2,3,6,0,1,0,0,0,0 +7914,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,4,0,-1,9,1,13,1,1,0,1,104,1,0.5656854249000001,1.6431676725,0.5300943311999999,3.3166247904,0.3,0.3,0.5,2,2,8,2,10,4,11,6,2,3,9,0,1,1,0,1,0 +7915,0,1,3,4,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.5,0.7664854858,11,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.8575744191,0.4129164564,3.4641016151,0.7,0.0,0.6,2,1,8,2,8,2,4,5,1,4,3,0,1,0,0,1,0 +7917,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.6,1.0541584321,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8729876506,0.3708099244,3.4641016151,0.7,0.8,0.3,0,0,8,3,10,4,12,4,3,2,9,0,1,0,0,1,0 +7918,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.1,1.0350120772,7,1,1,0,1,11,1,1,2,1,16,3,0.3741657387,0.694280054,0.3185906464,3.1622776602,0.3,0.4,0.6,1,2,8,3,10,3,9,5,0,2,7,0,0,1,1,1,1 +7921,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.7677076265999999,10,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.8894933092,0.4017461885,3.7416573868,0.9,0.6,0.4,4,2,6,5,11,1,11,3,4,3,12,0,1,1,0,1,0 +7922,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7000737859999999,0.3814446225,3.1622776602,0.4,0.5,0.6,1,4,7,3,9,2,12,6,0,3,5,0,0,1,1,0,0 +7924,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.3,0.93641604,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.696641886,0.3687817783,3.4641016151,0.2,0.1,0.7,3,2,6,1,10,1,10,5,0,2,4,0,1,1,1,0,0 +7926,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,10,1,-1,0,0,1,1,0,0,1,80,2,0.316227766,0.8100096928,-1.0,3.6055512755,0.9,0.2,0.9,4,3,7,4,10,2,12,10,0,3,9,0,1,1,0,0,0 +7930,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.6703543839,5,1,1,2,0,1,0,0,2,1,104,0,0.3741657387,0.8839337321999999,0.3342154993,3.7416573868,0.7,0.0,0.4,2,1,9,2,10,0,8,8,2,5,7,0,1,1,0,0,0 +7931,0,0,3,6,1,6,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.9300537619,7,1,-1,0,-1,6,1,1,1,1,27,3,0.3741657387,0.7679800703,0.3907684737,3.4641016151,0.0,0.1,0.7,2,2,6,1,10,1,8,7,1,1,6,0,1,1,0,1,0 +7939,0,0,2,3,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.4,0.0,0.5196152423,10,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6844343747,0.3744329045000001,3.0,0.0,0.7,0.9,2,5,10,5,10,1,7,9,3,1,8,0,1,1,0,0,0 +7940,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,104,3,0.3994996871,0.6583538198,0.3910242959,2.0,0.3,0.2,0.6,3,2,7,1,7,6,13,1,2,2,8,0,1,0,0,1,0 +7943,0,4,1,9,1,6,0,1,0,0,0,0,0,0,0,12,1,0,0,0.5,0.0,-1.0,7,0,1,0,1,1,1,1,2,1,31,3,0.4242640687,1.0080877487,0.34727510710000004,3.4641016151,0.4,0.4,0.3,1,1,7,3,11,2,5,6,2,2,6,0,0,1,1,0,0 +7944,0,2,3,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.0,1.7,1.5710267343000002,6,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7357741748000001,0.3666060556,3.4641016151,0.3,0.3,0.3,0,2,6,5,11,4,10,5,4,3,8,0,1,1,0,0,1 +7948,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.1,1.3367404385,11,1,0,0,1,0,1,1,2,1,87,3,0.316227766,0.6911781773000001,0.2944486373,3.1622776602,0.4,0.6,0.1,1,2,7,3,7,2,10,5,2,1,8,0,1,0,1,0,0 +7950,0,5,2,8,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.8525696452,7,1,1,0,1,0,1,1,2,1,32,1,0.3160696126,0.4407684874,0.3049590136,0.0,0.4,0.0,0.2,2,2,6,4,10,1,12,3,1,3,12,0,1,1,1,0,0 +7952,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.2,0.6204836823,7,1,1,0,1,11,1,0,2,1,3,2,0.4242640687,1.1588591569,0.3659234893,3.6055512755,0.9,0.3,0.5,3,5,4,2,10,2,4,6,1,2,6,1,1,1,0,0,0 +7953,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5361902647,6,1,-1,0,0,11,0,1,0,1,99,2,0.316227766,0.6271739053000001,0.3687817783,3.0,0.6,0.5,0.8,0,1,8,3,10,4,9,5,1,2,9,0,1,0,1,0,0 +7954,1,1,1,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.0,1.2,11,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.6195172741,0.3070830507,3.0,0.7,0.2,0.3,2,2,8,4,10,1,5,3,3,4,4,0,0,0,1,0,0 +7960,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.9698582371,7,0,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6842532275,0.4086563348,2.0,0.0,0.9,0.2,1,0,8,2,10,0,6,4,1,2,7,0,0,0,1,0,0 +7962,0,7,1,11,1,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.7,0.5,1.129988938,6,1,-1,0,1,1,1,1,0,1,80,2,0.316227766,0.7461609735,-1.0,3.6055512755,0.4,0.4,0.7,2,3,9,3,7,2,17,7,2,2,8,0,1,0,0,0,0 +7963,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.4,0.3,0.9496709957,11,1,-1,2,-1,0,1,1,1,1,100,0,0.3997499218,0.7416894942,0.423083916,3.1622776602,0.9,0.6,0.4,3,0,8,6,7,1,8,5,0,7,10,0,1,1,0,1,0 +7965,0,2,1,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,1.0960155108,7,1,1,0,0,4,1,1,0,1,12,3,0.4,0.6858517055,0.3248076354,3.0,0.3,0.2,0.7,1,3,9,5,9,3,6,5,2,1,6,0,1,0,0,0,0 +7966,0,0,1,11,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.5,1.3105342422,7,1,0,1,1,12,1,1,2,1,104,3,0.3741657387,0.7293436423999999,0.32557641190000003,3.4641016151,0.0,0.3,0.2,3,0,8,2,10,0,15,8,1,2,7,0,1,0,0,0,1 +7967,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6670832032,6,1,0,0,1,9,1,1,2,1,21,3,0.316227766,0.7973613509,0.3087069808,3.6055512755,0.2,0.8,0.2,4,2,6,4,7,1,9,12,3,1,12,0,1,0,0,0,0 +7974,0,4,1,7,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,0.7361215931999999,6,1,-1,2,1,1,1,1,4,1,90,0,0.4242640687,0.8101244675,0.4189272013000001,3.0,0.5,0.9,0.7,3,1,8,3,9,1,9,6,1,3,5,0,0,1,0,0,1 +7975,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,0.6,1.254491929,7,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,1.0838598,0.4679743583,3.4641016151,0.3,0.6,0.0,2,2,5,5,9,4,8,4,2,2,7,0,1,1,1,0,0 +7977,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.5,0.8609587679,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.8279592556,0.4176122604,3.1622776602,0.4,0.8,0.3,2,2,8,5,11,4,9,8,3,2,9,0,1,0,1,0,0 +7978,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.3,0.6552671211,6,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.5363828964,0.3556683849,2.2360679775,0.6,0.5,0.1,3,2,7,4,9,3,6,4,1,3,5,0,0,1,0,1,0 +7984,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.6234981957,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.68556546,0.3974921383,2.6457513111,0.9,0.0,0.6,1,3,7,2,8,1,8,9,0,3,6,0,0,0,1,0,0 +7986,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.9069178574,8,1,-1,0,0,6,1,1,0,1,33,2,0.4,1.0073285183,-1.0,3.7416573868,0.0,0.1,0.0,4,3,10,5,9,2,5,5,2,8,3,0,0,1,1,1,0 +7988,0,2,1,5,1,4,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7115124734999999,11,0,-1,0,-1,11,1,1,1,1,7,3,0.4242640687,0.8186236181000001,0.4129164564,3.1622776602,0.6,0.3,0.2,1,5,5,3,10,2,7,4,2,2,7,0,1,0,1,1,0 +7991,1,1,1,6,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.9,1.5921683328,9,0,1,1,0,0,1,0,2,1,75,2,0.4472135955,1.2245171084,0.3823610859,3.6055512755,0.3,0.6,0.9,3,2,9,3,9,3,8,8,0,3,5,0,1,1,1,1,0 +7992,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6659207259000001,0.3701351105,3.0,0.5,0.2,0.2,2,2,8,4,10,1,10,3,3,3,6,0,1,0,0,0,0 +7999,0,4,2,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,0.9,1.1521718622,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7190874612,0.3667424164,3.3166247904,0.4,0.3,0.7,5,1,10,6,9,2,11,4,5,4,9,0,1,0,1,0,0 +8000,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0.8,0.6,0.7762087348000001,11,0,-1,0,-1,6,1,1,2,1,104,3,0.4,0.7351280318000001,0.4024922359000001,2.8284271247,0.1,0.3,0.7,2,2,8,2,7,3,10,2,1,1,6,0,0,1,0,0,0 +8007,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5645794895,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.6795872593000001,0.3807886553,2.2360679775,0.0,0.3,0.1,3,3,8,4,9,4,5,5,1,9,4,0,0,1,0,1,0 +8010,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,1.1847995611,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5972907151,0.3583294573,3.0,0.6,0.7,0.0,3,0,8,2,12,1,7,7,0,3,11,0,1,1,0,1,0 +8011,0,7,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.5,1.6444984038,6,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.9107371458,0.3820994635,3.0,0.7,0.1,0.3,4,2,6,3,10,2,11,6,2,3,8,0,1,1,0,0,0 +8013,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,2,1,-1,0,0,1,1,0,0,1,51,2,0.4,0.9404917827,0.4017461885,3.6055512755,0.6,0.5,0.9,2,4,5,4,10,1,8,3,2,1,4,0,1,0,0,0,1 +8014,0,6,1,5,0,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.6,0.4,0.9182183836,5,1,0,0,1,11,1,1,3,1,16,3,0.3741657387,0.6965566134000001,0.3185906464,3.0,0.2,0.1,0.7,3,3,10,5,11,3,9,7,3,3,7,1,0,1,0,1,0 +8016,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.4,0.7774155903,6,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.6913126812,0.3907684737,3.0,0.4,0.0,0.6,3,3,7,5,11,4,5,12,1,1,8,0,1,1,1,0,0 +8018,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,0.6149186938,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7466142587000001,0.3615245497,3.4641016151,0.1,0.7,0.7,2,1,8,4,10,1,6,8,3,2,8,0,1,0,1,0,0 +8019,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,1.0,1.5674421839,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7604234357999999,0.3974921383,3.0,0.9,0.3,0.9,3,2,9,5,11,3,7,7,2,4,8,0,0,1,1,1,0 +8020,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.1,0.2,-1.0,11,0,0,9,0,0,-1,1,2,1,104,2,0.4472135955,1.5092483489,0.4562893819,3.4641016151,0.7,0.4,0.9,1,2,7,5,9,2,8,3,3,4,10,0,1,0,0,0,0 +8021,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,1.1583932838,11,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.6271409611,0.3907684737,2.8284271247,0.1,0.9,0.7,2,3,9,3,9,1,9,7,1,2,8,0,0,1,0,1,0 +8027,0,6,1,6,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.5,0.6,0.595294045,8,1,-1,8,1,13,1,0,0,1,104,2,0.5656854249000001,1.800367272,0.5205766034,3.6055512755,0.1,0.9,0.2,1,2,6,1,11,3,5,2,1,0,6,0,1,0,0,0,1 +8033,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.6264982043,7,1,1,0,0,1,1,1,2,1,65,1,0.316227766,0.5646435283,0.2880972058,2.8284271247,0.1,0.8,0.7,3,3,7,4,9,3,8,7,2,0,9,0,1,0,0,0,0 +8034,0,5,2,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.7,1.2234684303,11,1,1,0,0,14,1,1,2,1,29,3,0.4,0.6974718218000001,0.3411744422,2.8284271247,0.7,0.4,0.7,0,5,7,4,8,3,5,6,0,3,8,1,1,1,0,1,0 +8038,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.8789197916,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7166842845,0.3788139385,2.6457513111,0.3,0.8,0.3,2,2,8,4,9,3,11,3,1,4,7,0,1,0,1,0,0 +8039,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.9,0.8336665999999999,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.559903327,0.3016620626,2.4494897428,0.2,0.9,0.8,3,2,9,3,10,2,9,7,0,3,9,0,1,0,0,0,0 +8041,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.7,0.3,0.4930770731,9,1,1,0,1,4,1,0,-1,1,50,2,0.4,0.8699767262,0.3201562119,3.6055512755,0.9,0.6,0.6,1,2,6,2,9,4,6,4,1,3,4,1,1,0,0,0,0 +8042,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.9,1.3451301052000002,11,1,-1,0,-1,1,1,1,2,0,40,2,0.3741657387,0.7051903206999999,0.3814446225,2.8284271247,0.8,0.4,0.2,1,0,10,1,7,3,7,4,1,1,6,0,1,1,0,1,0 +8044,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.7081287178,0.31144823,3.1622776602,0.5,0.2,0.7,2,1,8,4,11,4,8,3,2,2,5,0,1,0,0,0,0 +8045,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.4,0.7885905148000001,7,1,-1,0,-1,11,1,1,2,1,19,1,0.3155946768,0.4425928487,0.3626292873,0.0,0.8,0.9,0.2,2,2,9,3,7,1,5,7,1,0,8,0,1,0,0,0,0 +8047,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,1.2,1.5668439616,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9131387157,0.3964845520000001,3.0,0.0,0.5,0.2,0,2,8,6,9,1,12,9,3,2,11,0,0,1,0,0,1 +8050,0,5,1,10,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,1.3467553601,7,1,1,1,1,3,1,1,2,1,102,2,0.4,0.895506459,0.3269556545,3.4641016151,0.5,0.0,0.6,2,2,7,3,8,2,14,6,1,3,5,0,1,0,0,1,0 +8053,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.4,0.9410765112,11,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5131131688,0.3748332963,1.0,0.1,0.8,0.7,3,3,8,4,8,3,8,4,3,4,13,0,1,1,0,0,1 +8054,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0.4,0.0,0.5755432217,7,1,1,0,0,1,1,0,1,1,80,3,0.316227766,0.8110025934999999,-1.0,3.6055512755,0.9,0.0,0.6,2,2,9,2,10,1,7,2,0,1,7,1,1,0,0,0,1 +8055,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,0.5,0.6139014579,11,1,-1,1,-1,3,1,1,2,1,102,2,0.4,0.8787317119,-1.0,3.6055512755,0.3,0.5,0.0,1,1,7,1,9,3,4,4,1,0,8,0,1,0,1,1,1 +8057,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.7301540933,6,1,-1,0,0,11,1,1,0,1,99,2,0.3155946768,0.5130527658,0.3734969879,1.0,0.9,0.5,0.3,1,1,9,3,8,1,9,2,3,4,11,0,0,1,1,0,0 +8059,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.4,0.7141428429000001,10,1,-1,0,0,14,1,1,0,1,104,2,0.316227766,0.632128766,0.3937003937,2.6457513111,0.6,0.9,0.9,2,1,8,2,11,1,15,8,2,5,5,1,0,0,0,1,0 +8063,0,5,1,4,1,4,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,1.3,1.2624381173,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6615315313,0.3744329045000001,2.8284271247,0.5,0.0,0.4,1,0,8,4,11,3,10,7,1,2,8,0,1,1,0,1,1 +8066,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.4,0.595294045,8,0,-1,0,1,11,1,1,0,1,30,3,0.4469899328,0.7744499514000001,0.4511097427,2.2360679775,0.0,0.1,0.2,3,1,10,2,11,3,11,11,3,2,8,0,0,1,0,0,0 +8067,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,1.2,1.0671222985,7,1,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.915928829,0.3984971769,3.4641016151,0.9,0.1,0.6,4,3,5,5,10,3,4,5,2,1,6,0,0,0,1,0,0 +8068,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8204041787999999,0.3663331817,3.6055512755,0.4,0.3,0.2,4,1,9,1,8,4,10,2,1,3,6,0,0,0,1,0,0 +8069,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.5,1.1834800379,5,1,0,0,0,0,1,1,0,1,39,3,0.3160696126,0.6287696237,-1.0,2.4494897428,0.4,0.2,0.6,2,2,9,3,8,1,6,8,2,1,5,0,1,1,0,0,1 +8070,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,104,3,0.4,0.7646638109999999,0.3910242959,3.0,0.3,0.9,0.6,3,1,6,1,9,1,12,4,1,2,8,1,1,1,0,1,1 +8071,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5442885264,11,1,-1,0,-1,0,1,1,1,1,46,3,0.4,0.8427620862,0.3663331817,3.6055512755,0.9,0.6,0.1,4,4,8,3,11,3,10,5,4,1,4,1,1,1,0,0,0 +8073,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.7885905148000001,11,1,1,0,0,11,1,1,2,1,7,3,0.3741657387,0.8494650723,0.3542597917,3.4641016151,0.4,0.6,0.0,3,1,6,5,10,2,7,4,1,2,3,0,1,1,0,0,0 +8074,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.4,0.9539392014,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6605157014,0.3667424164,3.1622776602,0.6,0.1,0.3,3,2,8,1,10,1,12,3,2,1,11,1,0,1,0,0,0 +8077,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,4,1,-1,0,1,7,1,1,0,1,96,3,0.4,0.8301896626999999,0.4272001873,3.3166247904,0.6,0.8,0.8,3,3,9,4,10,2,8,6,2,4,7,0,0,1,1,0,0 +8078,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.5,1.4724554323,11,1,-1,0,-1,14,1,0,2,1,8,3,0.3872983346,0.924393927,-1.0,3.7416573868,0.6,0.6,0.3,3,1,9,4,10,4,11,9,1,7,9,0,0,0,0,0,0 +8079,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.7,0.9,0.9775607398,11,0,1,9,1,16,1,1,2,1,104,3,0.4472135955,0.9043055872,-1.0,3.0,0.5,0.4,0.1,0,3,8,5,8,4,10,4,0,4,7,0,1,1,0,0,0 +8080,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.6,0.4,0.7141428429000001,8,1,-1,0,1,0,1,1,0,1,46,2,0.4,0.8760448306999999,0.3663331817,3.6055512755,0.8,0.5,0.0,1,1,8,3,9,3,7,3,0,4,12,1,0,0,0,0,0 +8081,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.6828250142,7,1,-1,0,-1,1,1,0,2,1,52,3,0.3741657387,0.8528513188,0.3681032464,3.6055512755,0.3,0.6,0.2,2,2,6,0,11,3,12,7,2,2,5,0,1,1,0,0,1 +8082,0,7,1,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.2,1.0621322893,7,1,1,0,1,14,1,1,2,1,68,3,0.4,0.7420097792,0.3443835072,2.6457513111,0.7,0.8,0.1,2,2,9,4,9,0,5,2,1,0,9,1,0,1,1,0,0 +8085,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.0,0.0,-1.0,7,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.8868297143000001,0.4189272013000001,3.1622776602,0.6,0.4,0.8,3,3,5,5,9,4,9,5,4,4,7,0,1,1,0,0,1 +8091,0,1,1,6,0,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,11,1,1,2,1,57,2,0.423792402,0.6009806035999999,0.305777697,1.7320508076,0.3,0.1,0.1,3,1,8,4,9,0,11,4,2,5,12,0,1,1,0,0,0 +8092,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.7,1.8449254727,5,0,0,1,0,3,1,1,0,1,104,3,0.4242640687,0.9590693664,0.3474190553,3.4641016151,0.9,0.6,0.3,1,2,8,2,7,2,10,7,2,2,5,0,1,0,1,0,0 +8093,0,7,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.0,0.0,0.7504165509999999,4,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.5427394547,0.3507135583,2.4494897428,0.5,0.9,0.1,3,1,6,3,8,1,4,7,1,6,5,0,1,1,1,1,0 +8099,0,1,2,4,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.7,0.1,0.3824264635,9,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6767539197,0.2944486373,3.1622776602,0.1,0.0,0.5,1,2,9,1,8,2,9,7,0,4,9,1,0,1,1,0,0 +8100,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.4,0.0,0.325,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.8791195821,0.3860051813,3.6055512755,0.1,0.6,0.8,2,2,7,4,10,2,14,5,1,4,8,0,0,1,0,0,0 +8103,1,7,1,5,0,6,0,0,1,0,0,0,0,0,0,7,0,1,0,0.7,0.6,1.295665852,4,0,-1,0,1,15,0,1,0,1,5,2,0.4472135955,1.0764860956,0.4,3.3166247904,0.4,0.7,0.9,4,3,9,3,6,2,6,8,2,2,5,1,1,0,0,0,1 +8114,0,2,1,4,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.522613624,5,1,0,0,1,11,1,1,2,0,11,2,0.316227766,0.6678570639,0.30331501780000003,3.3166247904,0.6,0.8,0.5,3,2,8,3,11,6,11,8,1,2,10,1,1,1,0,0,0 +8115,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0.7,0.2,0.6964194139,6,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,1.0519266071,0.4009987531000001,3.3166247904,0.9,0.3,0.8,2,1,6,2,10,1,4,1,1,3,7,0,1,1,0,0,0 +8123,0,0,3,7,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.3,0.0,-1.0,4,1,-1,0,1,14,1,0,0,1,8,2,0.3872983346,0.9216854844,-1.0,3.7416573868,0.8,0.8,0.2,1,1,9,0,12,3,12,9,0,1,7,0,1,0,0,1,0 +8124,0,1,1,7,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6901086871,7,0,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8709854778,0.3848376281000001,3.6055512755,0.3,0.2,0.4,3,0,7,2,7,3,9,5,0,4,10,0,1,0,1,0,0 +8128,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,11,0,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,7,1,1,2,1,79,3,0.4,1.0129227003,0.4009987531000001,3.6055512755,0.5,0.8,0.3,2,2,7,3,11,4,9,6,2,2,8,1,1,0,1,0,0 +8130,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.1,-1.0,11,1,1,0,0,0,1,0,0,1,87,3,0.316227766,0.8255839406000001,0.2944486373,3.7416573868,0.3,0.0,0.7,2,1,8,2,11,1,6,6,1,1,6,0,1,1,0,1,0 +8132,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.8,0.6093028803,4,1,-1,0,0,1,1,1,0,1,91,3,0.4242640687,0.9848228435,0.4347413024,3.3166247904,0.9,0.2,0.9,3,0,7,5,11,4,4,6,2,2,11,0,0,0,1,1,0 +8133,0,0,1,2,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0.9,0.3,0.8208227579999999,7,1,0,0,0,6,1,1,2,1,26,3,0.4,0.6571287407,0.3204684072,2.8284271247,0.6,0.9,0.5,2,3,9,3,10,1,8,7,1,4,5,0,0,1,0,1,0 +8134,0,1,2,10,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.0,0.9724325169,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5788989264,0.3583294573,2.6457513111,0.7,0.8,0.7,3,1,8,2,10,1,4,4,0,3,9,0,0,0,0,0,0 +8135,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.7211102551,7,1,0,0,1,11,1,1,2,1,7,3,0.4242640687,0.6581341017,0.3542597917,2.2360679775,0.8,0.3,0.7,1,1,7,2,10,4,17,5,2,2,8,0,0,1,1,1,0 +8136,0,5,1,8,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.3,0.5172040216,11,1,1,0,1,4,1,1,2,1,12,3,0.4,0.8844489809999999,0.3278719262,3.4641016151,0.7,0.4,0.1,1,2,8,1,11,2,8,4,3,1,5,0,1,1,1,0,0 +8146,0,2,1,6,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,4,1,1,2,1,104,2,0.1414213562,0.8651064044,0.3660601044,3.1622776602,0.2,0.9,0.1,4,3,7,3,10,3,8,7,0,3,10,0,0,0,1,0,0 +8148,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.5,0.3,0.8746427842,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6877769915,0.3615245497,3.3166247904,0.9,0.7,0.9,1,4,9,5,8,2,8,4,0,2,9,0,1,1,0,0,0 +8149,0,5,3,9,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.6,0.8,1.4741522988,11,1,1,0,1,1,1,1,2,1,65,1,0.3152776554,0.4118342361,0.28372521920000005,0.0,0.4,0.5,0.7,4,2,7,2,7,3,5,4,1,2,5,0,0,1,0,1,0 +8150,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,5,1,0,0,1,11,1,1,2,1,36,3,0.3741657387,0.8327615118,0.3190611227,3.6055512755,0.9,0.5,0.0,3,1,7,5,9,1,5,11,0,2,8,0,0,1,1,1,0 +8151,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.5,-1.0,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5878592624,0.3583294573,2.6457513111,0.2,0.7,0.4,2,1,9,5,10,4,10,10,0,2,8,0,0,1,1,0,1 +8152,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,6,0,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8054822487000001,0.3663331817,3.1622776602,0.8,0.0,0.3,2,4,9,3,10,2,7,5,2,0,7,1,0,1,0,0,0 +8155,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,0.1,0.5873670061999999,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6979456276999999,0.3619392214,3.6055512755,0.6,0.7,0.3,1,2,8,5,10,1,10,8,1,0,6,0,0,0,0,0,0 +8156,0,3,1,4,1,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.9,0.9,1.0031201324,6,1,-1,0,0,4,1,1,0,1,9,2,0.316227766,0.7001032982,0.3943348831,3.3166247904,0.8,0.3,0.9,1,2,7,2,8,2,9,4,1,3,6,0,1,1,0,1,0 +8157,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.7,1.1,1.0787724505,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7565150908,0.3708099244,3.3166247904,0.4,0.5,0.9,2,1,8,4,11,1,9,8,0,1,3,0,0,1,1,0,0 +8158,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.804673847,7,1,1,0,1,0,1,1,2,1,32,1,0.3160696126,0.4709319054,0.3049590136,1.7320508076,0.6,0.3,0.6,2,2,7,4,8,2,13,8,0,3,6,0,0,1,0,0,0 +8163,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.7782423511,0.3854867053,3.1622776602,0.7,0.1,0.4,3,2,7,3,9,2,7,6,1,3,9,0,0,0,1,1,0 +8165,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6552671211,6,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6944437098,0.4302324953,3.0,0.8,0.9,0.1,3,1,9,3,11,1,8,5,3,3,2,0,1,1,0,0,0 +8166,0,5,1,6,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.8,0.1,0.4776243294,6,0,-1,8,0,13,1,1,0,1,4,2,0.5656854249000001,1.3253176759,0.5186520992,3.1622776602,0.4,0.9,0.5,2,4,8,2,9,2,9,5,0,3,5,0,0,0,0,0,1 +8170,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.9,1.3827056809,11,0,-1,0,-1,11,1,1,2,1,2,3,0.4242640687,1.0301954601,0.3542597917,3.6055512755,0.3,0.2,0.9,1,0,8,3,8,1,9,4,2,1,8,0,1,1,0,0,0 +8171,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.5910795209,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6645386146,0.30331501780000003,3.3166247904,0.0,0.2,0.2,3,2,7,7,12,1,8,10,2,4,0,0,0,1,0,0,0 +8172,0,0,3,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.7721722606,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6736786884,0.34727510710000004,3.6055512755,0.2,0.8,0.8,3,1,8,1,10,4,10,6,2,4,8,0,1,0,1,0,0 +8173,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,1.0,1.2681186853,6,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.7876618290999999,0.3685105155,3.4641016151,0.4,0.3,0.8,4,1,8,1,8,1,8,9,0,2,9,0,0,1,0,1,0 +8174,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,9,0,1,0,0,14,1,0,2,1,8,3,0.4,1.0800979447,-1.0,3.7416573868,0.4,0.1,0.2,3,1,7,4,10,3,9,0,3,1,9,0,0,0,0,1,0 +8175,0,0,2,0,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.6,0.6304760106,10,1,-1,0,-1,6,1,1,0,1,27,3,0.3741657387,0.6944883365000001,0.3907684737,3.0,0.3,0.6,0.7,3,3,9,4,9,1,6,9,0,0,8,1,0,1,1,0,1 +8178,0,5,2,7,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,14,1,1,0,1,82,3,0.3160696126,0.5901918724,0.3651027253,2.4494897428,0.4,0.0,0.5,1,4,9,1,11,3,9,5,1,3,9,0,0,0,0,1,0 +8180,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6600189391,8,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.6094639292,0.3583294573,3.1622776602,0.5,0.0,0.9,2,2,3,3,9,2,4,5,2,4,14,0,1,0,0,1,0 +8186,0,2,1,11,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6248305555,0.3615245497,2.8284271247,0.5,0.5,0.6,4,2,8,3,8,4,12,8,1,3,7,0,1,0,0,0,0 +8188,0,4,1,1,1,0,0,0,1,0,0,0,0,0,0,10,0,0,1,0.2,0.2,-1.0,7,0,-1,9,-1,10,1,1,2,1,81,3,0.4472135955,1.1816433437,0.4975942122,3.1622776602,0.3,0.4,0.0,3,1,8,5,10,2,6,8,0,2,5,0,1,1,1,1,0 +8197,1,6,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.471036092,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8194938973999999,0.3849675311,3.4641016151,0.1,0.1,0.4,5,4,5,2,11,3,10,3,1,4,5,0,1,0,0,1,0 +8203,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8415016340000001,11,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.9421379766,0.3848376281000001,3.7416573868,0.3,0.2,0.7,0,1,7,2,7,5,12,4,1,3,7,0,1,1,0,0,0 +8204,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.8580501151000001,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.68203027,0.3615245497,3.1622776602,0.2,0.1,0.7,2,0,8,2,10,3,7,6,1,2,7,0,0,1,0,1,0 +8209,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.452078533,4,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.6282929778999999,0.3744329045000001,2.4494897428,0.8,0.8,0.9,3,3,8,2,8,3,10,7,3,3,12,0,0,0,0,0,0 +8213,0,3,3,5,1,6,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.3,0.7407766195000001,7,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8902595034,0.3793415348,3.7416573868,0.5,0.7,0.4,1,1,9,2,8,2,8,5,2,1,8,0,1,0,1,0,1 +8214,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.0,0.0,0.7331439149,6,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.6048700427,0.2887905816,3.0,0.2,0.1,0.8,2,3,9,4,9,4,7,3,1,2,5,0,0,1,1,0,0 +8216,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,0,1,16,3,0.3741657387,0.7056150239,0.3887158345,3.3166247904,0.2,0.0,0.5,2,0,5,3,11,2,6,7,2,1,11,0,1,0,1,0,1 +8221,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.4,1.0,1.1494563933,6,1,-1,0,0,11,0,1,0,1,103,2,0.316227766,0.7313634951000001,0.3583294573,3.6055512755,0.2,0.9,0.4,1,4,6,3,7,3,10,11,0,2,6,0,1,1,1,0,0 +8228,0,3,2,5,1,0,0,0,0,1,0,0,0,0,0,3,0,1,0,0.5,0.2,0.6403124237,7,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6547348211,0.34727510710000004,3.4641016151,0.2,0.0,0.7,2,3,9,1,10,4,9,8,0,3,10,0,0,0,1,0,0 +8229,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5984354602,7,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7946268420999999,-1.0,3.4641016151,0.5,0.6,0.8,2,2,8,2,8,1,12,5,1,3,4,0,0,1,0,1,1 +8232,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.4,1.491643389,3,0,-1,0,-1,10,1,1,0,1,55,2,0.4472135955,1.1602133603,0.4174925149,3.7416573868,0.3,0.7,0.1,4,1,8,3,8,4,8,9,2,0,9,0,1,0,0,0,0 +8233,0,1,2,3,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.3,0.0,0.5825590099,9,1,0,0,0,11,1,1,2,1,44,1,0.4472135955,0.6518726996,0.33911649920000003,2.2360679775,0.8,0.9,0.1,4,4,6,5,10,3,10,5,2,6,8,0,0,0,0,1,1 +8238,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.3,1.3486103959,11,1,1,2,1,1,1,0,2,1,90,0,0.3741657387,0.8494407494,0.3249615362,3.7416573868,0.8,0.2,0.0,2,3,7,5,11,3,13,10,3,4,7,0,0,1,0,0,0 +8239,0,1,1,6,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.7004462862999999,10,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.7374851168000001,0.3974921383,2.8284271247,0.7,0.3,0.4,4,3,5,3,10,2,9,6,4,1,10,1,1,1,1,0,0 +8242,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,4,0,-1,0,1,1,1,1,0,1,104,2,0.4358898944,0.8285953463,0.4141255848,3.0,0.7,0.0,0.4,3,2,7,1,7,3,9,3,0,5,8,0,1,0,1,0,0 +8243,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5667892024,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.9248682059,0.3708099244,3.6055512755,0.4,0.9,0.0,5,1,10,3,9,4,7,6,3,3,11,0,1,1,0,1,0 +8244,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.8196703631000001,0.3814446225,3.7416573868,0.6,0.9,0.2,2,3,8,1,9,1,11,3,1,1,10,0,1,0,0,0,0 +8245,0,2,2,3,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.7,0.8,1.3592277219,11,1,1,0,0,9,1,0,2,1,93,3,0.4,1.0071336465,0.316227766,3.6055512755,0.5,0.1,0.2,1,2,10,4,10,1,6,5,0,4,5,1,0,1,1,0,0 +8246,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.8,0.2,0.5315072906,6,1,-1,0,1,0,1,1,0,1,104,3,0.4242640687,0.5958881142,0.3847076812,1.0,0.7,0.5,0.1,4,1,8,4,9,2,10,3,0,2,5,0,0,1,0,1,0 +8249,0,0,1,9,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.7,1.5644487847,8,1,1,0,1,0,1,1,1,1,32,3,0.316227766,0.6134679904,0.2944486373,2.8284271247,0.1,0.5,0.9,1,1,8,5,10,4,9,3,4,4,9,0,0,1,0,1,0 +8251,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,7,1,-1,2,-1,1,1,1,0,1,90,0,0.3741657387,0.6234899112,0.4166533331,2.6457513111,0.9,0.2,0.4,3,0,7,2,9,2,5,6,0,3,10,0,0,1,0,0,0 +8252,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5728219619,11,1,-1,0,-1,7,1,0,0,1,79,3,0.3872983346,0.9934808162,0.39,3.6055512755,0.5,0.4,0.4,1,1,8,1,9,2,5,9,0,5,12,0,1,0,0,0,0 +8254,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.7487489566,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5693079749000001,0.3583294573,2.6457513111,0.9,0.0,0.2,2,0,6,6,6,4,12,6,0,4,9,0,1,0,0,0,1 +8256,1,3,1,5,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.6,0.8,1.3198011214,10,1,-1,0,0,11,1,0,0,1,3,2,0.4242640687,1.1899631913,0.4349712634,3.6055512755,0.3,0.4,0.6,1,2,8,7,9,4,11,3,2,3,7,0,1,1,0,0,0 +8260,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.9987492178,7,1,-1,0,-1,6,1,1,3,1,104,3,0.3160696126,0.5499436485,0.3456877203,2.0,0.9,0.0,0.3,1,2,7,3,10,1,6,2,3,3,7,0,1,1,0,0,0 +8263,0,1,1,1,1,0,0,1,0,0,0,0,1,0,1,4,1,0,0,0.5,0.2,0.6062177826,5,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.7178652927,0.2887905816,3.6055512755,0.4,0.3,0.0,0,1,7,2,9,4,10,5,4,2,6,0,1,1,0,0,0 +8267,0,2,1,4,0,6,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,0.7,0.9212762886,9,0,0,1,1,9,1,1,1,1,61,3,0.4472135955,0.9890307468,0.3819685851,3.3166247904,0.6,0.6,0.6,2,4,8,3,6,0,8,11,0,3,6,0,0,1,0,1,0 +8269,0,1,1,8,0,3,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.535023364,7,0,0,9,0,16,1,1,2,1,104,3,0.4472135955,0.9817340031,0.4026164428,3.1622776602,0.5,0.1,0.2,2,3,10,4,12,2,8,2,2,1,15,0,0,1,0,1,0 +8271,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.3,0.6595452978999999,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5798617675,0.3583294573,2.8284271247,0.6,0.3,0.1,2,2,10,4,9,1,6,3,2,1,9,0,0,0,0,0,0 +8275,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.0,0.7709571973,7,1,-1,0,-1,0,1,0,2,1,32,1,0.316227766,0.7727606945000001,0.3615245497,3.7416573868,0.3,0.8,0.2,4,3,9,3,10,2,4,3,5,4,7,0,1,1,0,0,0 +8278,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.6,0.0,-1.0,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7454801825,0.3666060556,3.4641016151,0.2,0.7,0.9,2,1,9,3,10,2,5,7,0,4,3,0,0,0,0,1,0 +8282,0,1,1,5,1,6,0,0,1,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7811175508,0.423083916,3.3166247904,0.6,0.6,0.6,2,1,8,2,10,4,9,2,1,4,8,0,0,1,1,0,0 +8287,0,0,4,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,1,1,1,2,1,64,1,0.3160696126,0.5056907558,0.3041381265,1.7320508076,0.7,0.4,0.3,2,1,9,1,10,1,10,9,2,1,10,0,1,0,1,0,0 +8291,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.2,0.5556527693,11,1,-1,0,-1,11,1,0,0,1,69,3,0.4242640687,1.1409453091,-1.0,3.6055512755,0.1,0.7,0.3,3,2,8,5,10,2,7,2,2,1,10,0,1,1,1,1,0 +8294,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.2,0.3,-1.0,5,1,0,2,1,0,1,1,2,1,104,0,0.4220189569,0.4683583074,-1.0,0.0,0.6,0.2,0.1,3,1,9,5,10,3,6,7,5,2,6,0,0,1,1,0,1 +8301,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7031217286,0.3666060556,3.3166247904,0.7,0.8,0.3,4,0,6,1,11,1,6,6,4,3,5,0,1,1,1,0,0 +8304,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.2,0.634921255,7,1,0,0,1,11,1,1,2,1,99,2,0.3155946768,0.5297356272,0.305777697,1.4142135624,0.3,0.5,0.4,2,1,9,3,10,3,10,5,0,2,8,0,0,0,0,1,0 +8305,0,3,3,3,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.884943501,11,1,-1,2,-1,11,1,1,1,1,94,0,0.3741657387,0.7593902512999999,0.4301162634,3.3166247904,0.8,0.7,0.7,2,3,9,1,9,2,8,5,2,0,10,0,1,0,1,0,0 +8306,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0.3,0.0,0.7870038119,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7278406873000001,0.3907684737,3.3166247904,0.8,0.1,0.7,1,3,7,4,10,2,4,3,1,3,6,0,1,0,0,0,0 +8309,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.6408002809000001,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6859270134000001,0.3615245497,3.1622776602,0.0,0.8,0.8,2,4,8,5,11,4,5,11,1,2,14,0,0,0,0,0,0 +8310,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.9,0.9,1.086853256,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6319489727000001,0.3619392214,3.0,0.6,0.8,0.1,2,3,6,2,9,2,7,9,0,3,5,0,1,1,0,0,0 +8314,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.2,1.4306903928,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7955272694,0.3754996671,3.4641016151,0.2,0.5,0.6,3,1,9,3,9,1,8,5,1,4,5,0,1,1,0,0,0 +8316,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7176350047,7,1,-1,0,-1,0,1,1,0,1,54,3,0.4,0.9064507116,0.3826225294,3.3166247904,0.1,0.2,0.4,1,2,7,4,9,2,7,5,2,4,8,1,1,0,0,1,0 +8321,0,2,3,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.8814051281999999,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5593680023,0.3507135583,2.8284271247,0.7,0.8,0.5,3,4,9,5,9,1,8,4,0,3,9,0,1,0,0,0,0 +8323,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.6,-1.0,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7413272662999999,0.3887158345,3.4641016151,0.0,0.1,0.8,0,2,9,3,9,1,5,3,1,3,4,0,1,0,1,0,0 +8326,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.0286520306,10,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7702232155,0.374566416,3.4641016151,0.4,0.6,0.7,3,1,8,1,8,1,3,5,3,2,5,0,1,1,1,1,0 +8327,0,1,1,11,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.6,0.8,1.055343546,10,1,-1,6,1,11,0,1,0,1,104,0,0.4898979486,0.6957812661,0.4774934555,1.4142135624,0.5,0.6,0.8,1,4,6,0,10,2,8,1,2,1,9,0,1,1,1,0,0 +8329,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.8891709622,8,1,-1,0,1,7,1,1,0,1,96,3,0.4,0.6933122083,0.4272001873,2.6457513111,0.0,0.0,0.5,2,3,7,3,7,4,9,5,0,2,10,0,0,1,0,0,1 +8331,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.2,0.7628073151000001,6,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7832835105,0.3850973903,3.3166247904,0.3,0.5,0.0,3,2,8,4,6,3,11,8,2,5,7,0,1,0,0,0,0 +8332,0,2,1,7,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.8,0.7578753196,11,1,-1,0,-1,0,1,1,1,1,98,3,0.4,0.7230130939,0.3974921383,2.6457513111,0.1,0.7,0.1,2,0,10,3,7,2,6,3,3,2,8,1,1,0,0,1,0 +8333,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.6,1.1330269194,10,1,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0683848937,0.4,3.4641016151,0.0,0.3,0.3,3,2,8,3,9,4,9,5,2,1,8,0,1,0,0,1,1 +8340,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.7964766161,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6103616324000001,0.34727510710000004,3.0,0.7,0.8,0.1,3,0,10,3,8,4,5,6,1,4,10,0,0,0,1,1,0 +8341,0,1,1,4,1,3,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.2,0.4472135955,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7437202664,0.3615245497,3.6055512755,0.4,0.1,0.7,2,3,7,2,10,3,12,3,2,4,7,0,1,1,0,0,0 +8342,0,1,2,3,0,0,0,1,0,0,0,0,0,0,0,5,0,0,0,0.9,0.5,0.7549834434999999,11,1,1,0,0,14,1,1,1,1,29,3,0.4,0.9251423835,0.3411744422,3.4641016151,0.4,0.2,0.7,3,2,8,2,10,3,9,8,1,2,5,0,1,1,0,0,0 +8343,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.8,0.7,0.9585144756,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6999896693000001,0.3687817783,3.4641016151,0.0,0.1,0.8,4,1,6,3,9,3,5,8,1,7,3,1,0,0,0,1,0 +8346,0,4,1,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.8689073598,11,1,1,0,0,14,1,1,0,1,82,3,0.316227766,0.7072382558,0.3292415527,3.3166247904,0.1,0.9,0.5,2,1,7,4,7,3,9,6,2,3,9,0,0,0,0,0,0 +8347,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.8,0.3,0.7193747285,9,1,0,0,0,14,1,1,2,1,68,3,0.4,0.8947274390000001,0.3443835072,3.3166247904,0.1,0.1,0.2,3,4,10,5,11,2,8,7,1,4,11,0,1,0,0,0,0 +8348,0,6,1,3,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,0.3,0.595294045,9,1,0,1,0,6,1,1,2,1,104,3,0.4472135955,0.8207787070999999,-1.0,2.8284271247,0.1,0.8,0.7,3,1,8,0,7,1,10,3,6,2,8,0,0,0,0,1,1 +8355,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.9836157786,11,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.7804957103,0.310322413,3.4641016151,0.0,0.3,0.2,2,3,10,4,10,2,7,8,2,0,4,0,1,1,0,0,0 +8356,0,4,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.8660254037999999,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.8298411676999999,0.4013726448,3.3166247904,0.7,0.5,0.9,4,2,9,2,10,4,9,5,4,2,4,0,1,0,0,0,0 +8357,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.2,0.1,-1.0,7,1,0,0,0,1,0,1,2,1,51,2,0.3741657387,0.8383868809,0.3307567082,3.6055512755,0.5,0.2,0.1,3,0,5,1,11,3,3,5,0,2,11,0,0,0,0,0,0 +8360,0,6,4,11,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.6,0.5,0.8663861726000001,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4277560129,0.3619392214,0.0,0.8,0.8,0.4,2,2,9,2,8,3,5,3,3,2,5,0,0,1,0,1,0 +8362,0,7,1,5,0,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.4735162028,0,0,-1,0,1,10,0,1,0,1,83,2,0.4242640687,0.9025217197,0.4185689907,2.8284271247,0.6,0.0,0.3,3,0,9,2,8,2,8,10,3,5,10,0,0,1,0,1,1 +8366,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.4,1.2602083161,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6413763609,0.3583294573,3.4641016151,0.9,0.3,0.3,1,2,10,2,10,4,5,5,4,1,6,0,0,0,0,1,0 +8367,0,7,1,5,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.7271519786,8,1,-1,2,0,0,0,0,0,1,100,0,0.3997499218,0.9424219283,0.423083916,3.7416573868,0.8,0.0,0.5,2,2,8,1,9,2,15,9,1,1,9,1,1,1,0,1,0 +8368,1,3,1,7,1,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,1.0,1.3923900316,0,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6116972729,0.3619392214,2.8284271247,0.5,0.7,0.7,2,0,8,3,10,3,6,6,0,3,5,0,1,0,1,0,1 +8370,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.5892108464,0.3615245497,2.6457513111,0.4,0.1,0.0,4,2,7,2,11,2,8,3,0,0,7,0,1,1,0,0,1 +8371,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0.2,0.2,-1.0,10,1,-1,0,0,11,0,1,0,1,19,3,0.316227766,0.5987590473,0.3840572874,2.2360679775,0.7,0.3,0.7,1,2,6,4,9,1,7,7,0,3,7,0,0,1,0,1,0 +8372,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.6025985397,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0118614709,0.4,3.1622776602,0.0,0.2,0.0,1,2,9,4,9,3,8,8,1,4,8,0,1,1,1,1,0 +8377,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.3,1.0752906584,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5911363199,0.3734969879,2.0,0.4,0.1,0.0,4,1,9,2,9,3,14,3,2,3,9,0,0,1,1,0,0 +8378,0,7,1,5,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.0,0.9,-1.0,11,1,1,0,0,4,1,1,2,1,104,2,0.4,0.7212964681999999,0.3232645975,3.3166247904,0.5,0.7,0.1,3,3,8,4,9,2,5,5,3,4,5,0,0,0,0,0,0 +8380,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,1.3,1.4543039572,10,0,-1,3,1,17,1,1,0,1,104,3,0.4472135955,1.018709279,0.4878524367,3.0,0.4,0.3,0.2,2,5,7,3,9,2,1,4,3,2,8,0,1,1,0,0,0 +8381,0,0,3,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5511351921000001,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6462223346,0.3666060556,2.8284271247,0.0,0.9,0.2,2,5,7,5,9,2,4,6,2,7,9,0,0,1,0,0,0 +8384,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,11,1,0,0,0,1,1,1,2,1,91,3,0.4242640687,0.8593914818,0.1183215957,2.8284271247,0.3,0.4,0.1,2,1,8,3,5,4,8,4,3,2,8,0,1,1,0,0,0 +8386,0,1,1,8,0,3,1,0,0,0,0,0,0,0,0,13,0,1,0,0.7,0.3,0.5836308765,11,0,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.6911482840000001,0.3271085447,2.2360679775,0.3,0.9,0.9,2,2,9,2,9,1,9,6,0,5,8,0,0,0,0,0,1 +8387,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0.1,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.7540935120000001,0.3754996671,3.4641016151,0.7,0.2,0.1,0,2,8,4,8,1,6,4,1,2,6,0,0,1,0,1,0 +8388,0,7,1,2,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.7,0.4,0.7022285953,11,1,1,0,1,0,1,1,2,1,39,1,0.3160696126,0.6400703732,-1.0,2.8284271247,0.1,0.1,0.3,1,3,5,5,11,2,8,7,3,2,9,0,0,1,0,0,0 +8393,0,5,1,3,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.1,1.2326293036,11,0,-1,1,-1,16,1,1,2,1,104,2,0.4,1.1715286334,0.4147288271,3.7416573868,0.9,0.5,0.2,2,0,9,3,9,1,11,5,0,2,9,0,1,1,1,0,0 +8398,0,1,1,7,0,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,1.0040542814,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7836395275,0.3666060556,3.4641016151,0.2,0.1,0.4,3,1,9,3,10,3,5,4,1,1,6,0,1,1,1,1,0 +8402,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.0,1.8909323097,7,1,-1,0,-1,14,1,1,2,0,68,3,0.4,0.8966189937000001,0.4074309757,3.3166247904,0.4,0.2,0.1,3,2,7,1,9,1,6,8,2,2,8,0,1,1,0,0,0 +8404,0,2,2,1,1,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,1.8,2.1498546462,11,1,1,0,1,0,1,1,2,1,39,3,0.3160696126,0.6416823189,-1.0,2.6457513111,0.1,0.8,0.8,2,1,7,3,9,3,11,8,2,2,7,0,1,1,0,1,0 +8407,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5706356105,7,0,-1,9,-1,15,1,0,1,1,41,2,0.5477225575,1.6876495955000002,0.5329165038,3.6055512755,0.8,0.5,0.7,3,5,8,3,10,5,6,4,3,3,5,1,0,0,0,1,0 +8409,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.1,0.6731456009000001,11,1,1,0,0,1,1,0,1,1,51,2,0.3741657387,0.8900622134,0.3307567082,3.7416573868,0.4,0.8,0.6,0,3,9,4,10,1,9,3,1,0,7,0,1,1,1,1,0 +8413,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,1.2,1.2764697411,11,0,1,9,1,10,1,1,2,1,81,3,0.4472135955,1.117387005,0.3908964057,3.1622776602,0.1,0.5,0.4,1,3,8,3,9,4,4,3,0,2,10,0,1,1,0,0,0 +8415,0,2,1,4,1,4,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.6628536792,11,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7194178087,0.299165506,3.4641016151,0.8,0.8,0.9,2,2,6,3,9,4,10,3,3,4,7,0,1,0,0,0,0 +8417,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8176766117000001,0.4074309757,2.8284271247,0.3,0.0,0.2,3,1,7,7,10,1,15,6,1,3,11,0,1,0,0,1,0 +8419,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.7039880493,0.3814446225,3.1622776602,0.0,0.9,0.8,1,2,8,3,10,2,9,5,1,2,8,0,1,1,1,0,0 +8420,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.0,0.0,0.8522030275,10,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6138215209000001,0.3687817783,2.8284271247,0.5,0.5,0.5,2,1,9,3,9,3,11,5,5,6,5,0,1,0,0,0,0 +8422,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,1.0301698889,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6107169611,0.3619392214,2.8284271247,0.5,0.7,0.1,1,2,10,5,8,4,9,8,1,1,8,0,1,0,1,0,0 +8423,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6910137481,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7912479681999999,0.3814446225,3.6055512755,0.4,0.6,0.5,2,0,10,4,10,5,11,4,4,5,7,0,1,1,0,0,0 +8424,1,3,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,4,1,-1,8,0,11,1,1,0,1,24,2,0.5291502621999999,0.9866044951,0.5399073995,2.0,0.8,0.5,0.0,0,0,7,2,8,2,4,5,1,3,11,0,1,1,0,1,0 +8427,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.7,1.7269916039,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.8323892723999999,0.40348482,3.0,0.1,0.4,0.0,3,1,7,3,9,3,11,4,0,2,8,1,1,0,0,1,0 +8428,0,0,1,6,0,3,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,1.4,1.3100572507,7,1,0,0,1,11,1,1,1,1,53,2,0.4472135955,0.7729812417,0.35707142140000003,2.8284271247,0.5,0.7,0.5,2,1,7,2,11,4,9,9,2,2,14,1,0,1,1,0,0 +8429,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.7449832212999999,7,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8299158575,0.3903844259000001,3.4641016151,0.5,0.9,0.1,1,3,7,3,11,4,10,10,3,2,13,0,1,0,0,0,0 +8430,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.2,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,104,2,0.4469899328,0.5749236385000001,0.4086563348,0.0,0.0,0.8,0.5,3,2,7,2,9,1,4,5,2,3,4,0,1,0,1,0,0 +8431,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.2,0.5798706752,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7381012047,0.3666060556,3.4641016151,0.8,0.1,0.6,2,2,8,4,8,1,12,3,2,8,6,0,1,0,0,0,0 +8433,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,-1,8,-1,9,1,0,2,1,13,3,0.4472135955,1.17509451,0.4679743583,3.6055512755,0.2,0.9,0.5,4,2,8,3,10,2,10,6,2,3,11,0,0,0,1,0,1 +8434,0,0,3,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.4506939094,7,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8381897061,-1.0,3.6055512755,0.3,0.7,0.2,2,2,10,4,12,7,14,5,1,1,8,0,1,0,1,1,0 +8436,0,5,1,7,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,1.0982941318,6,1,-1,0,1,1,1,1,4,1,91,3,0.4242640687,0.8485768348,0.4347413024,2.8284271247,0.0,0.3,0.5,3,1,5,3,11,3,11,4,2,2,6,0,1,0,0,0,0 +8437,0,6,1,7,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.0,0.4,0.8609587679,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.8846720455,0.3820994635,3.3166247904,0.7,0.5,0.6,2,3,7,4,10,5,8,7,1,2,9,1,1,0,0,0,0 +8441,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.7,0.9430668057,7,1,1,1,1,9,1,1,1,1,61,3,0.4472135955,0.9724086139,0.3819685851,3.4641016151,0.8,0.4,0.7,3,2,7,7,10,3,6,7,2,2,2,0,0,0,1,1,0 +8444,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.8,0.8609587679,7,1,0,0,1,11,1,1,2,1,16,3,0.3741657387,0.7468252365000001,0.3185906464,3.4641016151,0.4,0.0,0.6,1,1,6,2,8,2,10,3,0,3,7,1,1,1,1,1,1 +8449,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.5,0.2,0.6982120022,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7962593331000001,0.3974921383,3.1622776602,0.5,0.7,0.5,3,2,6,2,9,4,8,3,1,3,11,0,1,1,0,0,0 +8451,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.5,0.7189401921999999,5,1,1,0,0,0,0,0,0,1,34,2,0.4,0.9118282651,0.3144837039,3.7416573868,0.9,0.5,0.3,3,1,7,3,10,1,9,6,1,4,7,0,0,1,0,1,0 +8452,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.6869315831999999,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7379612298999999,0.3814446225,3.0,0.2,0.4,0.8,1,1,8,1,10,1,5,3,1,2,13,1,1,0,0,1,1 +8453,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.8,0.3,0.6892024376000001,11,1,1,0,0,11,1,1,2,1,17,2,0.3741657387,0.8310851215999999,0.3246536616,3.6055512755,0.8,0.7,0.4,1,2,8,2,8,2,10,6,2,4,9,0,0,1,0,0,0 +8457,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.5979130372,6,1,-1,0,0,10,1,1,0,1,83,2,0.4242640687,1.1359271889,0.4009987531000001,3.6055512755,0.0,0.1,0.4,1,1,7,1,11,2,12,4,3,5,8,0,1,1,0,0,0 +8460,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.7344215411,11,0,1,0,0,1,1,1,2,1,70,3,0.4,0.8907467385,0.3420526275,3.4641016151,0.9,0.0,0.6,1,2,8,2,8,2,5,6,0,2,5,0,0,1,0,0,0 +8461,0,2,4,5,1,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7180703307999999,5,1,1,0,0,0,1,1,2,1,32,1,0.316227766,0.5982239554,0.2944486373,2.8284271247,0.3,0.5,0.8,2,3,8,1,9,2,6,5,1,7,11,1,1,1,0,0,0 +8465,1,3,1,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.6,0.6,1.0470195796,11,0,-1,9,-1,9,1,1,2,1,104,3,0.4472135955,1.2677174125,0.450555213,3.4641016151,0.1,0.7,0.9,4,5,8,2,11,4,11,7,0,5,5,0,0,1,1,0,0 +8469,0,3,2,0,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.8280247581,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.633663101,0.34727510710000004,3.3166247904,0.9,0.0,0.1,3,5,9,3,11,4,9,4,1,1,11,0,0,1,0,0,0 +8470,0,6,1,6,1,6,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.7,1.1062323445,11,0,1,9,1,10,-1,0,0,1,104,3,0.4472135955,1.5140526318,0.3908964057,3.6055512755,0.0,0.3,0.3,2,1,7,0,8,2,9,4,1,4,6,0,1,1,1,1,0 +8475,0,5,1,5,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,1.6990806338,11,1,-1,0,-1,5,1,1,2,1,104,3,0.3997499218,0.6177471734000001,0.3930648801,2.2360679775,0.1,0.6,0.5,3,2,9,3,8,2,12,4,1,1,8,0,1,0,0,0,0 +8478,0,3,2,7,1,1,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.65,11,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8421121615,0.3201562119,3.7416573868,0.3,0.4,0.4,3,4,7,2,7,4,4,9,3,1,7,0,0,1,0,0,0 +8480,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,0.0,0.6432340165,10,1,-1,0,0,1,1,0,0,1,51,2,0.3741657387,0.8840529320999999,0.4017461885,3.6055512755,0.3,0.9,0.4,1,3,6,2,8,1,15,5,0,2,7,0,1,0,0,1,0 +8482,0,6,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.6,0.9048480535,8,1,-1,0,1,14,0,1,0,1,82,3,0.3160696126,0.578756147,0.3651027253,2.2360679775,0.1,0.1,0.5,2,2,6,3,12,2,10,4,1,4,7,0,0,1,1,0,0 +8483,0,2,1,4,0,6,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,-1.0,6,1,-1,0,-1,6,1,0,2,1,33,3,0.3872983346,0.9806179533,-1.0,3.7416573868,0.2,0.9,0.3,1,1,8,4,9,0,5,4,3,2,13,0,1,0,1,0,0 +8485,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.2,0.3491060011,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7538722353,0.3666060556,3.4641016151,0.2,0.7,0.3,2,1,7,2,11,2,9,7,0,3,11,0,0,1,0,0,0 +8486,0,0,2,0,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.8,0.9542667342,11,1,-1,0,-1,1,1,1,1,1,38,3,0.316227766,0.7482407742,0.3598610843,3.6055512755,0.1,0.9,0.2,2,2,10,2,8,0,10,4,1,3,9,0,1,1,1,0,0 +8489,0,2,1,7,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.3,-1.0,7,1,-1,0,-1,1,1,1,0,1,52,3,0.3741657387,0.7879385175,0.3598610843,3.6055512755,0.0,0.8,0.0,1,1,7,3,7,0,10,3,0,2,5,1,1,0,0,0,0 +8490,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.3,0.6304760106,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6465739333,0.3583294573,3.4641016151,0.8,0.9,0.6,2,1,7,3,12,4,9,2,0,4,11,1,1,1,0,0,0 +8493,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,12,0,0,0,0.7,0.5,1.338609353,10,1,-1,0,1,6,1,1,0,1,27,2,0.3741657387,0.7520770137999999,0.3907684737,3.4641016151,0.8,0.8,0.3,4,2,8,6,9,0,5,6,0,5,10,0,1,1,0,0,0 +8494,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6968679931999999,7,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.7014742445000001,0.3016620626,3.6055512755,0.0,0.7,0.8,3,3,7,3,8,2,6,8,2,2,7,0,1,1,1,0,0 +8500,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.5,0.455521679,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5777020594,0.3583294573,2.8284271247,0.4,0.5,0.8,2,4,8,4,9,0,6,5,2,2,14,0,1,0,1,0,0 +8501,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.2,0.4795831523,11,1,0,0,0,11,1,1,2,1,30,3,0.4472135955,0.6567985213,-1.0,1.0,0.5,0.9,0.9,4,1,8,5,8,3,12,6,0,4,8,0,1,1,0,1,0 +8507,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0.5,0.0,1.1683321446,10,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.7912877881,0.3685105155,3.6055512755,0.6,0.0,0.7,3,1,6,1,8,2,7,6,0,2,5,1,1,0,1,0,0 +8510,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.9,0.8569568251,10,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7201354326,0.3598610843,3.4641016151,0.4,0.0,0.7,2,2,10,2,7,3,9,7,0,4,6,0,1,0,0,0,0 +8520,0,7,1,7,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.0,0.701338007,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6083781447,0.3619392214,2.8284271247,0.1,0.5,0.2,3,2,7,1,10,3,10,6,2,2,8,1,1,1,1,0,0 +8524,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.7,0.6932712312,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7483590865,-1.0,3.6055512755,0.4,0.9,0.9,3,4,7,4,9,3,6,8,1,1,10,0,1,0,0,1,1 +8525,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.7066647012999999,6,1,-1,0,1,1,1,1,0,1,74,3,0.3605551275,0.6189834375,0.3667424164,2.2360679775,0.7,0.6,0.7,0,1,6,5,10,1,3,6,0,0,7,1,0,0,1,1,0 +8526,0,0,1,2,0,3,0,0,0,1,0,0,0,0,0,4,0,0,1,0.7,0.2,0.6819090848,11,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6770133731999999,0.3794733192,2.8284271247,0.8,0.2,0.4,2,1,8,5,10,3,5,4,1,4,3,0,1,1,0,0,1 +8530,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.5,0.2,0.606733055,6,1,-1,0,0,0,1,1,0,1,88,3,0.4,0.8448066922,0.3974921383,3.1622776602,0.2,0.5,0.8,3,1,7,3,10,0,7,9,3,3,13,0,0,1,0,0,0 +8534,1,0,1,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.4,1.0928746497,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5198338896,0.3307567082,2.0,0.2,0.9,0.9,0,1,7,3,9,2,5,8,1,4,8,1,1,1,0,0,0 +8535,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.6,0.7254309064,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7060687345000001,0.3598610843,3.3166247904,0.5,0.0,0.1,2,1,9,1,11,4,8,3,1,4,6,0,0,1,1,0,0 +8539,0,4,1,5,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.9996874512,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6061836996,0.3685105155,2.2360679775,0.4,0.8,0.6,2,1,9,3,8,1,9,3,0,3,3,0,1,1,0,1,0 +8543,0,3,1,11,1,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.9,1.4,1.369078157,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5983275589,0.3619392214,2.8284271247,0.5,0.8,0.1,3,3,7,1,9,3,6,9,1,5,16,0,1,1,0,0,0 +8548,0,5,2,1,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,1,0,1,62,3,0.4,0.847273215,0.3826225294,3.1622776602,0.9,0.6,0.1,4,1,7,2,7,2,3,5,1,3,11,0,1,1,0,1,1 +8549,0,0,3,7,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.8,1.2534951137,7,0,-1,0,-1,10,1,1,0,1,28,3,0.3741657387,0.7834285740000001,0.3807886553,2.8284271247,0.5,0.9,0.8,4,4,7,3,10,1,9,6,2,1,8,0,0,1,0,0,0 +8552,0,6,1,6,0,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.3,0.0,-1.0,4,1,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.1959383743,0.5234500931,2.6457513111,0.3,0.6,0.4,1,3,6,1,11,4,8,5,1,2,6,0,1,0,0,1,0 +8554,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.2,0.6154266813,4,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.5852173433,0.3687817783,2.6457513111,0.4,0.8,0.7,1,0,8,4,8,2,7,9,3,6,8,0,0,0,0,0,0 +8555,0,0,2,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.0,1.576388277,11,1,1,0,1,10,1,0,2,1,28,3,0.3741657387,1.0310269293,0.3248076354,3.7416573868,0.6,0.0,0.6,2,1,8,2,11,1,10,9,0,3,10,0,1,1,0,0,0 +8562,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4506939094,7,1,-1,0,-1,1,1,0,2,1,64,1,0.316227766,0.7220122248999999,0.3619392214,3.6055512755,0.2,0.7,0.3,1,0,8,6,9,3,7,2,0,2,9,1,1,0,0,0,0 +8563,0,2,1,4,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.5,1.0392304845,11,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6846305632999999,0.3666060556,3.1622776602,0.3,0.5,0.4,1,2,5,5,11,2,11,7,3,3,9,0,0,0,1,0,0 +8565,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.5,0.7466592262,11,0,-1,0,-1,14,1,1,2,1,104,2,0.4459820624000001,0.7094695959,0.4062019202,2.2360679775,0.8,0.2,0.7,3,2,10,1,9,2,13,7,2,3,6,0,0,1,0,0,0 +8568,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.7128288715000001,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.590856641,0.3583294573,2.6457513111,0.3,0.1,0.3,1,1,10,3,10,0,11,3,4,4,4,0,0,1,1,0,0 +8569,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,0.7,1.2850097276,11,0,-1,9,-1,15,1,1,1,1,41,2,0.5196152423,1.2447327039,0.566568619,3.4641016151,0.4,0.0,0.3,4,1,5,0,7,0,4,2,0,0,14,0,0,1,0,0,0 +8574,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7546919354,0.3814446225,3.3166247904,0.8,0.5,0.6,3,0,6,4,8,4,6,5,1,1,8,1,1,0,0,1,0 +8575,1,4,1,8,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.3,0.704006392,6,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.9664036167,0.3826225294,3.4641016151,0.8,0.2,0.3,3,2,8,4,8,4,8,5,1,6,3,0,0,0,0,1,0 +8576,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.3,1.3416407865,11,0,0,9,1,9,1,1,2,1,104,3,0.6164414003,1.2091079970999998,0.4171330723,2.8284271247,0.0,0.2,0.1,1,1,8,2,10,4,3,5,0,5,9,0,1,0,0,1,0 +8581,0,5,1,6,0,4,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,0.3,0.7180703307999999,6,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7181242784999999,0.3598610843,3.4641016151,0.6,0.4,0.7,2,2,10,6,10,4,6,5,3,7,6,0,1,1,0,1,1 +8585,0,2,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.5722761571,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5482315672,0.3676955262,2.2360679775,0.2,0.1,0.5,4,1,9,1,10,2,14,6,0,3,9,0,0,1,0,0,1 +8587,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,1.2,1.9681844426,9,1,0,0,1,14,1,1,2,1,82,3,0.316227766,0.7025778978,0.3292415527,3.3166247904,0.3,0.9,0.9,4,3,9,4,11,2,9,4,1,2,6,0,1,1,1,1,0 +8594,0,1,1,6,0,2,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.633442973,11,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8599202345999999,0.3794733192,3.6055512755,0.9,0.1,0.3,3,0,7,4,10,0,11,1,1,2,9,0,1,1,0,0,0 +8597,0,0,1,4,1,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0.6,0.6,0.790964601,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8052308329000001,-1.0,3.6055512755,0.7,0.9,0.9,2,1,9,3,8,3,11,5,2,1,6,0,1,1,0,1,0 +8598,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.0,0.5973901573,7,1,0,0,0,10,1,1,3,1,28,3,0.3872983346,0.7448584091,0.3240370349,2.6457513111,0.0,0.2,0.2,3,0,9,1,9,1,3,4,2,1,11,0,0,0,0,1,0 +8599,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,6,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.815399309,0.4,2.8284271247,0.6,0.7,0.9,3,1,8,2,9,4,15,5,0,5,2,0,1,1,0,0,1 +8601,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.5,0.7271519786,9,1,-1,0,-1,1,0,1,2,1,65,1,0.316227766,0.5593680023,0.3507135583,2.8284271247,0.9,0.8,0.8,4,3,10,2,9,2,4,11,0,0,10,0,1,0,0,0,1 +8602,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6456585785,11,1,1,0,0,11,1,0,0,1,11,2,0.316227766,0.7639474475,0.30331501780000003,3.7416573868,0.9,0.4,0.9,1,3,9,2,11,2,10,7,3,3,10,1,1,0,1,1,1 +8608,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6740734381,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7444422173,0.4074309757,2.6457513111,0.0,0.5,0.0,2,2,5,4,9,4,9,4,1,3,3,0,0,1,0,0,0 +8612,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.6571719714,5,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.6866916735999999,0.3070830507,3.4641016151,0.1,0.4,0.8,3,3,9,4,9,1,8,4,1,4,7,0,1,1,1,0,0 +8614,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.840758586,11,1,0,1,0,3,1,1,2,1,102,2,0.4,0.8566945895999999,0.3268026928,3.6055512755,0.2,0.2,0.8,4,2,9,4,11,3,10,7,0,5,5,0,0,0,0,0,0 +8621,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.3,0.7721722606,11,1,1,0,1,0,1,1,0,1,32,1,0.316227766,0.6761736048,0.2944486373,3.4641016151,0.2,0.8,0.2,1,1,8,1,9,2,5,3,2,3,4,0,0,1,0,1,0 +8623,0,4,1,9,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.0,1.3885694077,11,1,-1,0,-1,15,1,0,2,1,97,3,0.3872983346,0.9278518691,-1.0,3.6055512755,0.4,0.0,0.3,2,1,7,1,8,1,10,5,0,5,9,0,1,0,1,0,0 +8626,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.1,0.5841660723,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7521319560999999,0.3974921383,3.0,0.4,0.4,0.6,2,1,7,3,10,3,6,3,1,2,9,0,1,1,0,0,0 +8630,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,0.6955213872,8,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6593886475,0.3615245497,3.0,0.1,0.3,0.1,3,3,9,1,12,5,15,2,2,3,8,0,0,1,1,0,0 +8635,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.6051859218,11,0,-1,1,-1,0,1,1,1,1,75,2,0.4472135955,1.1420593622,0.4440720662,3.4641016151,0.5,0.9,0.3,3,2,5,5,10,3,10,2,3,2,2,0,0,1,1,0,0 +8636,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6159342497,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7537783614,0.4074309757,2.6457513111,0.1,0.5,0.5,3,2,8,3,11,3,5,5,0,2,7,0,1,0,0,0,0 +8638,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,4,1,0,0,1,0,1,1,2,1,86,3,0.4,0.8568995621,0.3424908758,3.0,0.8,0.1,0.7,3,0,6,4,10,2,7,6,2,1,9,1,0,1,1,0,0 +8640,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,1.2,0.9601432185,11,1,0,0,1,7,1,1,2,1,96,3,0.4,0.6826812718999999,0.3616628264,2.6457513111,0.4,0.5,0.5,3,3,7,1,10,2,4,4,0,2,4,0,1,0,0,0,0 +8641,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.4,1.3594576124000002,11,1,-1,1,-1,16,1,1,2,1,104,3,0.316227766,0.7302354426000001,0.3674234614,3.3166247904,0.3,0.0,0.7,2,2,7,2,7,1,10,5,0,0,9,0,0,1,1,0,0 +8649,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.5,1.2033806547,6,1,-1,0,-1,6,1,1,2,1,26,1,0.3741657387,0.5974982278000001,0.3907684737,2.6457513111,0.6,0.3,0.0,0,3,7,2,10,2,6,5,0,1,7,1,0,1,0,0,0 +8651,0,6,1,7,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,1.006541107,6,1,-1,0,1,11,1,1,4,1,57,2,0.3741657387,0.7268180397,0.3924283374,3.3166247904,0.8,0.1,0.9,1,1,10,3,8,1,5,5,1,1,9,0,0,1,1,0,0 +8652,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.1,0.1,-1.0,11,1,-1,0,-1,1,1,0,2,1,25,3,0.4,0.8851973679,-1.0,3.7416573868,0.4,0.7,0.9,1,1,9,2,8,4,9,5,2,4,5,0,1,0,1,1,0 +8655,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.1,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6732798713,0.3687817783,3.3166247904,0.9,0.0,0.7,2,0,6,3,12,0,10,4,3,4,5,0,0,0,0,0,0 +8656,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,65,3,0.3152776554,0.4873185189,0.3521363372,1.4142135624,0.1,0.2,0.8,2,2,9,4,7,1,8,6,0,2,5,0,1,1,1,0,0 +8662,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.8411301921,7,1,-1,2,-1,11,1,1,0,1,94,0,0.3741657387,0.7925902978,0.4301162634,3.4641016151,0.8,0.3,0.5,0,0,7,4,10,2,8,4,4,3,7,0,0,0,0,1,1 +8663,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,1.5487898502000002,7,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,0.9238461644,0.4295346319,3.0,0.2,0.1,0.6,4,1,9,7,9,3,7,3,1,4,6,1,0,1,0,1,0 +8674,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.5678908346,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7559921782,0.3814446225,3.4641016151,0.0,0.2,0.2,2,2,9,3,11,3,10,6,0,2,10,0,0,1,0,0,1 +8676,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.5,0.9337424698,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4472135955,1.0536340105,0.4224926035,3.6055512755,0.4,0.7,0.4,2,1,8,1,11,1,12,6,0,2,5,0,1,0,1,0,0 +8677,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.739087275,9,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.6141412065,0.30331501780000003,3.0,0.2,0.5,0.3,3,2,6,4,10,1,8,4,1,1,9,0,1,0,1,0,0 +8685,0,3,1,9,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.4,0.0,0.9516433155,9,0,0,0,1,10,1,1,2,1,28,3,0.3872983346,0.9129803162,0.3286335345,3.0,0.6,0.6,0.9,2,2,8,2,8,2,7,8,0,2,4,1,0,0,1,0,0 +8689,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6459824985,0.3583294573,3.4641016151,0.7,0.5,0.1,3,2,9,4,8,3,8,7,0,2,6,0,1,1,1,0,1 +8692,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.6671451451,0.3583294573,3.3166247904,0.7,0.2,0.3,3,0,7,6,8,3,11,3,3,5,8,0,1,0,0,0,0 +8693,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,1.1333026957,11,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8568151676000001,0.4017461885,3.6055512755,0.1,0.1,0.0,3,1,8,6,7,3,13,2,4,4,11,0,0,1,1,1,1 +8695,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.0,0.0,0.7495832175,11,0,-1,9,-1,15,1,1,2,1,41,2,0.5196152423,1.2853240258,0.566568619,3.6055512755,0.8,0.6,0.5,1,0,7,5,9,1,5,7,1,5,11,0,1,0,0,0,0 +8700,0,1,1,10,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.5,0.5,0.6174544518,10,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.7266332416,0.3685105155,3.4641016151,0.3,0.1,0.8,2,2,7,3,10,3,11,2,1,5,7,0,0,0,1,0,1 +8706,0,1,1,8,1,3,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.7,1.0213349108,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8223128037,0.3850973903,3.4641016151,0.5,0.8,0.5,2,0,8,5,8,2,5,5,2,1,9,0,1,1,0,0,0 +8707,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.3,-1.0,6,1,-1,0,0,0,1,0,0,1,22,3,0.316227766,0.8676592906,0.374566416,3.7416573868,0.3,0.2,0.9,1,0,9,2,11,1,7,6,0,4,2,0,1,0,0,1,0 +8708,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.4769696007,7,1,-1,0,-1,11,1,1,3,1,19,3,0.3155946768,0.5035206628,0.3660601044,1.0,0.5,0.6,0.4,4,3,9,5,11,3,4,3,1,3,9,0,0,1,0,0,0 +8709,0,0,2,0,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.9,0.8831760865999999,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6635740942,0.3926830783,2.8284271247,0.2,0.2,0.1,4,3,7,4,6,0,8,7,1,5,13,0,0,1,0,0,0 +8710,0,1,1,6,0,5,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6828250142,11,1,-1,0,-1,1,1,1,2,0,40,2,0.3741657387,0.7075157329999999,0.3814446225,2.8284271247,0.2,0.3,0.4,2,0,6,0,11,3,11,9,0,1,4,0,1,0,0,0,0 +8711,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.8,1.9418097229,7,0,1,0,1,11,1,0,0,1,2,3,0.4242640687,1.0899617098,-1.0,3.6055512755,0.1,0.2,0.6,2,3,8,3,10,0,5,5,3,1,7,0,0,1,0,0,0 +8717,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.7,0.2,0.6139014579,11,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.7058053251999999,0.4302324953,3.1622776602,0.1,0.8,0.6,3,2,8,1,9,1,10,5,2,2,5,0,0,0,0,1,0 +8725,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.0,1.0479145958,11,0,-1,1,-1,7,1,1,2,1,104,3,0.4472135955,0.9882993156,0.4286023798,2.8284271247,0.7,0.9,0.6,2,1,9,3,8,2,9,3,2,2,5,0,0,1,0,1,0 +8727,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.5889609495,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5240299972,0.3307567082,1.7320508076,0.5,0.0,0.7,3,3,7,4,8,3,11,3,1,8,7,1,0,0,0,1,1 +8728,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.4,0.8933784193000001,7,0,-1,0,-1,5,1,1,2,1,104,3,0.4356604182,0.6663239477,0.3981205847,2.2360679775,0.3,0.9,0.0,2,2,8,3,8,2,1,8,0,3,5,0,1,0,0,0,0 +8729,0,0,2,6,1,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.5,0.2,0.3864906208,7,1,0,0,1,1,1,1,3,1,64,3,0.316227766,0.6078685156,0.31144823,2.4494897428,0.7,0.0,0.7,3,1,6,3,6,1,9,6,0,2,4,0,1,1,0,0,0 +8730,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.0,0.4465142775,7,1,1,0,1,0,1,1,2,1,39,1,0.3160696126,0.6602654111999999,-1.0,3.0,0.0,0.8,0.4,2,1,8,2,10,2,12,9,2,1,10,0,1,0,0,0,0 +8731,0,4,1,6,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8362864342,6,1,-1,0,1,1,1,1,0,1,31,3,0.3741657387,0.7016214986,0.3854867053,2.6457513111,0.9,0.5,0.4,3,3,9,3,9,2,6,3,1,3,8,0,0,0,0,1,1 +8732,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7662158814,0.3687817783,3.7416573868,0.9,0.1,0.9,4,3,7,2,11,2,7,3,2,2,7,0,0,0,1,0,0 +8733,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.3,0.7632168761,7,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6747512551,0.3666060556,3.3166247904,0.0,0.9,0.2,3,2,8,5,8,2,7,3,2,2,9,0,1,0,0,1,0 +8744,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.5,0.7458216945,11,1,1,0,0,14,1,1,1,1,104,2,0.4472135955,0.9545454545,0.3683748091,3.4641016151,0.8,0.1,0.5,2,4,9,1,11,1,8,5,1,4,5,0,1,1,0,0,0 +8745,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,11,0,1,0,0,1,1,0,2,1,70,3,0.4,0.8365921131,0.3420526275,3.6055512755,0.6,0.7,0.5,2,1,7,4,10,2,12,4,0,4,9,0,1,1,0,1,0 +8753,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.2,0.6036348234000001,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6979456276999999,0.3016620626,3.6055512755,0.0,0.7,0.9,1,2,7,5,10,2,9,10,1,3,5,0,0,1,0,1,1 +8756,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,6,1,-1,0,1,11,1,1,0,1,44,1,0.4469899328,0.5607698368,0.3963584237,0.0,0.0,0.3,0.5,3,2,9,4,10,2,10,3,0,4,11,0,1,0,1,0,0 +8757,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.54886246,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.6113763094,0.393192065,2.6457513111,0.0,0.6,0.6,3,3,8,2,8,2,9,4,1,4,12,0,1,1,0,0,0 +8759,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.6,0.9,1.0982941318,7,1,1,0,0,1,1,1,2,1,38,1,0.316227766,0.6884675761,0.299165506,3.6055512755,0.6,0.8,0.3,2,1,8,3,9,1,9,3,0,2,4,0,1,1,0,0,0 +8761,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.1,0.6046693311,7,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.5799864632,0.4166533331,2.4494897428,0.0,0.0,0.5,1,2,9,4,11,2,9,8,3,1,3,0,1,1,0,0,0 +8765,0,1,1,11,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,1.3,-1.0,10,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7051903206999999,0.3814446225,2.8284271247,0.3,0.4,0.9,1,6,7,4,11,2,10,5,2,5,4,1,0,1,0,0,0 +8766,0,3,1,5,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.7,0.3,0.697316284,4,1,-1,0,0,11,0,1,0,1,103,1,0.316227766,0.6303940785000001,0.3583294573,3.0,0.8,0.5,0.5,3,2,8,4,9,2,6,8,4,4,7,0,0,0,1,0,0 +8772,0,2,2,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,1.7109938632,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7613466755,0.4306971093,2.6457513111,0.4,0.3,0.7,1,2,9,0,10,0,17,4,1,5,8,0,1,1,1,1,1 +8776,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7595228765,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7834285740000001,0.3807886553,2.8284271247,0.7,0.4,0.2,1,1,7,2,8,2,10,7,1,3,6,0,1,0,1,0,0 +8777,1,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,8,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.7178652927,0.2887905816,3.6055512755,0.8,0.8,0.2,3,4,7,5,12,1,6,8,0,2,3,1,0,0,0,0,0 +8779,0,1,1,6,1,6,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.3,0.7449832212999999,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6939079654000001,0.3887158345,3.1622776602,0.6,0.6,0.7,3,1,6,2,12,2,9,4,0,4,12,0,1,1,0,0,0 +8782,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.2,0.6628536792,11,1,-1,0,-1,4,1,1,0,1,84,3,0.316227766,0.6755163314,0.3667424164,3.0,0.6,0.3,0.2,2,2,7,4,12,3,6,4,3,1,9,0,0,0,1,0,0 +8784,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,8,0,0,1,0.7,0.4,0.904157066,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.6904603806,0.3974921383,2.4494897428,0.5,0.1,0.5,1,2,8,5,8,3,10,7,1,1,8,0,1,1,1,1,1 +8788,0,4,1,4,1,1,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.0,0.865303415,9,1,1,0,0,11,1,1,2,1,17,2,0.3741657387,0.8884358062000001,0.32756678710000003,3.4641016151,0.2,0.0,0.4,4,1,9,2,11,5,7,4,1,1,7,0,0,1,1,0,0 +8790,0,0,1,11,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.9253377762,3,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7149524633,0.3887158345,3.3166247904,0.7,0.5,0.6,3,3,8,2,8,2,13,6,1,0,6,1,1,0,1,0,0 +8791,1,1,2,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.8,1.114955156,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7151258342,0.3583294573,3.6055512755,0.1,0.8,0.0,5,2,7,4,8,1,7,6,3,3,12,0,1,1,0,0,0 +8795,0,1,2,2,0,3,0,0,1,0,0,0,0,0,0,11,0,1,0,0.0,0.0,0.6264982043,7,1,1,0,0,0,1,1,1,1,78,3,0.4,0.8647910941,0.3287856445,3.4641016151,0.8,0.3,0.2,4,2,8,2,11,2,4,3,0,2,12,1,1,1,0,0,0 +8797,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.709313048,5,1,0,2,0,11,0,1,2,1,94,0,0.3741657387,0.7706656990999999,0.3304542328,3.4641016151,0.2,0.4,0.9,3,2,6,3,9,2,8,3,1,4,8,0,0,1,1,0,0 +8798,0,3,2,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.1,1.4813422966999998,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9941772627,0.4,3.1622776602,0.1,0.6,0.9,1,0,9,2,11,3,10,11,0,0,11,0,0,1,0,0,1 +8804,0,2,1,5,1,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.6,-1.0,4,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7050386837,0.3583294573,3.4641016151,0.8,0.9,0.2,3,3,9,2,10,2,11,5,0,3,10,0,0,0,1,0,0 +8806,0,6,4,8,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.6,0.5,1.3233480268,10,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7921880984999999,0.3850973903,3.3166247904,0.0,0.9,0.6,3,0,6,2,11,1,7,9,1,2,8,0,1,0,0,0,0 +8808,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.9,1.805720078,10,1,-1,9,1,17,1,0,0,1,104,2,0.4472135955,1.3609063581999998,0.4833218389,3.6055512755,0.2,0.9,0.3,3,2,6,3,12,0,7,6,1,4,3,0,0,1,1,0,0 +8811,0,1,1,5,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0.2,0.3,-1.0,9,1,0,0,1,1,1,1,0,1,65,1,0.316227766,0.5325364225,0.2880972058,2.4494897428,0.3,0.5,0.6,3,1,6,2,10,3,11,4,2,4,13,0,0,0,0,0,0 +8815,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.1,0.5640257086,11,1,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.980775962,0.4679743583,3.3166247904,0.1,0.1,0.2,4,4,8,3,11,1,6,11,7,1,6,0,1,0,0,1,0 +8818,0,5,3,4,1,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.7399324293,11,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.7652715176999999,0.4129164564,3.1622776602,0.8,0.5,0.1,1,1,9,5,9,3,8,4,2,4,9,0,1,0,0,0,0 +8820,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.5931905259,7,1,0,0,0,1,1,1,2,1,65,3,0.316227766,0.5814274256,0.2880972058,2.8284271247,0.6,0.9,0.6,3,1,5,4,8,1,8,7,2,3,4,0,1,1,1,1,0 +8823,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.3,0.0,0.7386643351000001,11,1,0,2,0,1,1,1,2,1,104,0,0.3605551275,0.7709203473,0.316227766,3.4641016151,0.6,0.4,0.9,2,2,7,1,9,2,11,6,4,6,6,1,0,1,0,0,0 +8825,0,5,1,8,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.68556546,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7550108094,0.3667424164,3.4641016151,0.9,0.4,0.9,3,2,8,3,9,3,7,3,2,4,7,0,0,0,0,0,0 +8826,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,1.3,1.0677078251999998,11,1,-1,0,-1,0,1,1,1,1,78,3,0.4,0.7987593686,0.3848376281000001,3.3166247904,0.4,0.0,0.1,2,2,7,2,9,3,11,5,2,1,7,0,1,1,0,0,0 +8827,0,0,1,4,1,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.6108395861,5,1,-1,0,-1,1,0,1,2,1,64,3,0.316227766,0.5899642796,0.3619392214,2.6457513111,0.8,0.8,0.2,4,0,8,4,8,3,9,6,1,3,9,0,0,0,0,0,0 +8828,1,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.5,0.8806957476999999,7,1,0,0,0,0,0,1,3,1,39,3,0.3160696126,0.6909240429000001,-1.0,3.0,0.2,0.2,0.3,3,1,7,1,7,2,2,6,0,1,6,0,1,0,0,1,0 +8829,1,0,1,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.6,0.8503675676000001,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3605551275,0.5411764045,0.3937003937,1.0,0.7,0.0,0.1,3,2,10,3,10,3,13,4,0,1,3,0,1,0,0,0,0 +8831,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.2,0.3,-1.0,10,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.6243178095,0.4129164564,1.7320508076,0.2,0.7,0.0,2,1,7,4,8,2,6,5,3,1,4,0,1,0,1,0,1 +8832,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.5,0.8280247581,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7349031531999999,0.3666060556,3.4641016151,0.3,0.0,0.1,4,2,8,3,7,3,6,6,0,3,6,0,0,0,0,0,0 +8834,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,0.3,0.611350963,6,1,-1,0,1,11,1,1,0,1,19,3,0.316227766,0.6796936597,0.3887158345,3.0,0.3,0.8,0.0,1,0,6,2,8,2,11,4,0,1,12,0,0,0,0,0,0 +8836,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.7745966692,11,1,1,0,0,1,1,1,2,1,40,2,0.3741657387,0.7512661489,0.3248076354,3.1622776602,0.6,0.5,0.6,1,0,8,4,11,5,9,7,1,3,7,0,1,0,0,0,0 +8838,0,0,3,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,1.7573061771,7,0,0,1,1,9,1,1,2,1,104,2,0.5744562647,0.955940539,0.4057092555,3.0,0.6,0.5,0.5,2,1,8,2,12,2,9,12,0,6,8,1,0,1,0,0,0 +8839,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.5,0.8166241486,7,1,1,0,1,11,1,1,0,1,67,2,0.3741657387,0.6574902193,0.3008321791,2.8284271247,0.6,0.6,0.6,3,2,6,4,10,3,7,7,0,1,5,0,0,1,1,0,0 +8840,1,0,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,-1.0,8,1,-1,8,0,11,1,1,0,1,71,2,0.5291502621999999,1.4124666309,-1.0,3.6055512755,0.8,0.1,0.4,0,2,9,1,9,1,12,5,3,6,6,0,1,0,0,1,0 +8842,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.2,0.2,-1.0,8,1,-1,0,0,0,0,1,0,1,104,3,0.4,0.7251104219,0.3910242959,2.8284271247,0.7,0.6,0.6,3,2,6,3,10,3,10,6,1,3,7,1,1,1,0,0,0 +8848,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.3,1.0313825672,8,1,-1,0,0,6,1,0,0,1,33,2,0.3872983346,1.005244512,-1.0,3.7416573868,0.1,0.0,0.0,2,1,7,2,8,1,15,8,0,6,7,0,1,0,1,1,0 +8849,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7180703307999999,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5844754659,0.3619392214,2.6457513111,0.9,0.7,0.3,5,2,9,3,9,2,11,5,2,4,6,0,1,1,1,0,1 +8850,0,1,1,5,1,3,0,0,0,1,0,0,0,0,0,10,0,0,0,0.7,0.2,0.6763874629000001,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6686918276,0.34727510710000004,3.4641016151,0.4,0.9,0.4,3,1,9,2,11,2,8,3,0,2,6,0,1,0,1,1,0 +8854,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.0,0.0,0.4337337893,7,1,0,0,0,1,1,1,0,1,64,3,0.316227766,0.6493639609,0.3016620626,3.1622776602,0.4,0.6,0.2,5,1,9,1,9,1,13,5,5,2,7,0,0,1,0,1,1 +8858,0,3,2,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.3,1.25,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.58052057,0.3943348831,2.2360679775,0.0,0.3,0.1,4,2,7,2,11,3,8,5,0,3,11,0,0,0,1,0,0 +8862,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.0,1.2971121771,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9320953025,0.4074309757,3.4641016151,0.9,0.8,0.4,1,2,6,4,11,2,7,4,1,4,4,0,1,0,1,0,0 +8864,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,11,1,1,0,1,1,1,1,2,1,65,3,0.316227766,0.6839361045,0.2898275349,3.6055512755,0.9,0.7,0.1,2,2,8,1,8,3,8,5,1,6,6,0,1,0,1,1,1 +8866,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.6,0.2,0.5760859311,7,1,-1,0,-1,11,1,0,0,1,76,3,0.316227766,0.8398642156999999,0.3794733192,3.6055512755,0.2,0.0,0.6,4,4,7,3,11,1,9,6,2,2,6,0,1,0,1,0,0 +8868,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,7,0,0,0,0.8,0.5,1.0773230713,10,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.6974125734000001,0.3583294573,3.4641016151,0.0,0.7,0.2,0,3,8,0,8,3,5,6,0,1,7,0,1,1,0,0,0 +8875,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.2,0.6417748825999999,7,1,-1,0,-1,0,1,1,0,1,34,2,0.4,0.7966225190999999,0.3780211634,3.4641016151,0.5,0.7,0.5,2,3,7,2,10,2,9,5,1,0,5,1,1,1,0,1,1 +8876,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,1,0,0,0,1,1,2,1,32,3,0.316227766,0.6316710097,0.2944486373,3.0,0.1,0.6,0.5,3,0,6,1,10,1,9,6,1,6,5,0,1,1,0,0,0 +8881,1,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6466258578,5,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.4851727136,0.2887905816,1.0,0.9,0.2,0.8,2,1,10,2,10,2,9,4,3,5,8,0,0,1,0,0,0 +8882,0,5,1,7,1,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6523994175,11,1,-1,0,-1,0,1,1,0,1,22,3,0.316227766,0.7442617951999999,0.374566416,3.3166247904,0.3,0.8,0.0,3,3,9,3,11,3,10,3,3,4,6,0,1,0,0,0,0 +8889,0,2,1,7,1,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.7,0.4,0.7721722606,7,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.6645697048,0.3943348831,3.3166247904,0.1,0.0,0.4,3,2,9,6,9,3,9,3,0,5,5,1,1,1,0,0,0 +8892,0,7,1,7,0,2,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.0,1.1608186766,6,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.1693807961,0.4,3.6055512755,0.9,0.2,0.7,4,3,8,3,9,3,13,5,2,2,9,0,1,0,0,0,0 +8893,0,1,2,6,1,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,1.0813764377,11,1,0,0,1,0,1,1,2,1,46,3,0.4,0.8517604521,0.3003331484,3.6055512755,0.9,0.9,0.0,3,1,10,2,7,3,14,8,4,0,3,0,1,1,0,0,0 +8896,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6977642868,6,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.581303039,0.3583294573,2.8284271247,0.0,0.0,0.1,2,2,6,5,8,2,12,8,1,4,5,0,0,1,0,0,0 +8898,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.6108395861,11,1,0,0,1,1,1,1,2,1,31,3,0.3741657387,0.6764943666,0.31400636940000004,2.6457513111,0.0,0.3,0.8,2,0,10,4,8,4,11,5,1,0,4,0,1,1,1,0,0 +8899,0,2,1,7,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5900211861,11,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5687815017,0.3583294573,2.6457513111,0.7,0.9,0.3,1,1,8,2,9,2,11,3,1,0,12,0,1,1,1,1,1 +8900,0,2,2,7,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.8602325267,11,1,-1,0,-1,10,1,1,0,1,89,2,0.3872983346,1.0022701505,0.4086563348,3.6055512755,0.3,0.7,0.0,3,1,6,5,10,1,6,8,1,3,9,0,1,1,1,1,0 +8901,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,1.0,1.5632498200999998,10,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9139755137,0.3820994635,3.3166247904,0.5,0.8,0.0,2,3,10,4,11,2,10,5,1,0,2,0,1,1,0,0,0 +8902,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.4183300133,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6952465524,0.3598610843,3.3166247904,0.4,0.3,0.9,1,0,5,7,8,1,9,2,1,0,7,0,1,1,0,1,0 +8904,0,5,2,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.5084411438,0.3619392214,2.0,0.9,0.6,0.7,3,3,10,2,9,1,9,7,1,2,6,0,0,1,1,0,0 +8907,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.3,0.6528782429,10,1,-1,0,1,1,1,1,0,1,64,1,0.3160696126,0.5137972395,0.3640054945,2.0,0.4,0.1,0.7,2,2,8,6,8,1,9,3,1,4,6,1,1,0,0,0,0 +8911,0,7,1,6,0,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6946221995,0,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,1.0320784614,0.4086563348,3.6055512755,0.5,0.9,0.2,1,2,7,1,11,2,5,4,3,6,11,0,1,1,0,1,0 +8917,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,1.2,1.1489125293,10,1,-1,0,1,1,1,1,0,1,70,3,0.3741657387,0.7429280912,0.3937003937,3.0,0.4,0.8,0.2,3,1,9,2,8,2,4,1,4,4,9,0,1,0,0,0,0 +8919,0,6,1,3,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.7206767653,8,1,-1,0,1,1,1,0,0,1,51,2,0.4,0.964606073,0.4017461885,3.7416573868,0.7,0.8,0.1,4,2,9,4,11,3,7,5,0,2,9,0,1,1,0,0,0 +8924,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7361215931999999,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6907595531999999,0.3926830783,3.0,0.2,0.7,0.9,3,2,7,1,10,3,8,4,0,1,8,0,1,0,0,0,0 +8930,0,4,3,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.6,1.7539241716999998,11,1,-1,8,-1,4,1,1,2,1,6,3,0.4,0.9705689735,0.4121892769,3.6055512755,0.9,0.4,0.1,1,1,6,0,8,3,8,9,5,3,7,0,0,0,0,1,0 +8934,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.725,9,1,0,0,1,11,1,1,2,1,99,2,0.3155946768,0.5154633637,0.305777697,1.0,0.7,0.3,0.7,2,3,8,4,8,2,8,4,2,2,8,0,1,0,1,0,1 +8935,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.2,0.2,-1.0,7,1,1,2,0,0,1,0,2,1,100,0,0.3997499218,0.8662162424,0.3217141588,3.6055512755,0.8,0.1,0.0,3,2,8,4,7,3,7,4,4,1,10,0,1,1,0,0,0 +8936,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,0.8,0.9158329542,9,1,1,8,1,11,1,0,2,1,71,2,0.4898979486,1.3296911342,0.4125530269,3.7416573868,0.3,0.9,0.1,3,1,6,1,9,2,8,4,2,3,2,0,0,1,0,0,0 +8938,0,2,1,8,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.9,0.5,0.8660254037999999,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6722510598999999,0.3887158345,3.0,0.0,0.2,0.7,2,1,9,3,10,2,8,2,1,3,3,0,1,0,0,1,0 +8941,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.8310385069,11,0,0,8,0,13,1,1,2,1,20,3,0.4472135955,0.9227384684,0.3714835124,3.0,0.2,0.7,0.2,1,1,9,4,10,1,6,9,1,4,8,0,1,0,0,0,0 +8948,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,4,0,-1,0,0,11,1,1,0,1,53,2,0.4472135955,0.8685268234,0.4254409477,3.3166247904,0.1,0.6,0.7,2,1,8,5,8,2,8,3,1,1,7,0,1,1,1,0,0 +8949,0,2,2,1,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.7,0.0,0.5793315113,11,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6251115603,0.4031128874,1.7320508076,0.5,0.4,0.9,2,2,8,4,9,3,11,2,1,1,5,0,1,0,0,1,0 +8950,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.7080690853,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.8941961624,0.3820994635,3.1622776602,0.0,0.2,0.7,3,3,8,4,9,4,6,3,0,2,6,1,0,0,0,1,1 +8951,0,6,1,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5402545696,0,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7605592766,0.3850973903,3.1622776602,0.4,0.6,0.5,1,2,7,3,8,3,6,9,3,4,6,0,0,1,0,0,0 +8957,0,7,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.6919176252,6,1,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.5942011394,0.5329165038,3.4641016151,0.3,0.4,0.9,1,1,8,4,8,3,5,10,2,0,8,0,1,1,1,0,0 +8960,0,6,4,6,0,0,0,0,0,1,0,0,0,0,0,2,0,1,0,0.9,0.2,0.515994186,4,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6610628807,0.3666060556,3.0,0.6,0.7,0.6,3,1,8,5,10,1,6,5,2,1,3,0,0,0,0,0,0 +8964,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.2,1.7406895186000002,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6858818297,0.3583294573,3.4641016151,0.4,0.1,0.6,4,1,7,1,10,0,8,11,3,1,4,0,1,1,0,0,0 +8966,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.6,0.7132671309,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7062735405,-1.0,3.4641016151,0.1,0.0,0.1,2,1,9,6,8,1,7,6,0,5,9,0,1,1,0,1,0 +8967,0,1,3,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,0.7603453162999999,10,1,-1,1,0,17,1,1,0,1,104,2,0.3996248241,0.8500607659,0.4183300133,3.4641016151,0.1,0.5,0.2,1,2,9,3,5,3,7,7,1,3,11,0,0,0,0,0,0 +8968,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6239991987,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.7949868755,-1.0,3.6055512755,0.6,0.7,0.7,3,3,4,2,10,0,9,6,1,6,8,0,0,1,0,0,0 +8971,0,0,1,6,0,3,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.2,0.7782191208,7,1,1,0,0,0,1,0,1,1,87,3,0.316227766,0.8056874279,0.2944486373,3.7416573868,0.7,0.7,0.8,0,2,9,3,9,3,8,5,1,3,5,0,0,0,0,0,0 +8973,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,1.3,1.4446020213,11,1,1,0,1,6,1,1,2,1,27,3,0.3741657387,0.7817124664,0.3204684072,3.6055512755,0.4,0.7,0.5,1,3,6,3,11,3,7,5,2,2,8,0,1,0,1,0,0 +8975,0,1,1,5,1,4,0,1,0,0,0,0,0,0,0,2,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6188499064,0.3685105155,2.4494897428,0.6,0.0,0.1,3,3,8,0,12,1,6,7,3,6,10,0,1,1,0,1,0 +8978,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.0,0.6892024376000001,7,1,0,0,0,11,1,1,2,1,67,2,0.3741657387,0.7031217286,0.3008321791,3.3166247904,0.8,0.4,0.0,3,3,7,1,9,2,7,4,1,2,7,0,0,1,0,1,0 +8980,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.133854047,11,0,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,1.0040517092,0.5204805472,3.4641016151,0.3,0.4,0.5,2,2,8,2,9,4,8,7,1,2,9,0,1,1,0,1,0 +8982,0,0,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.9,1.805720078,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4,0.7899680923000001,0.4,2.6457513111,0.8,0.0,0.1,2,4,9,4,10,2,13,10,3,3,1,0,1,0,1,0,0 +8989,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,0.5255949010000001,7,1,-1,6,-1,11,0,0,2,1,104,0,0.4898979486,1.1200833794,0.4785394446,3.6055512755,0.5,0.9,0.3,2,2,9,3,10,1,11,4,1,5,7,0,1,0,0,0,0 +8993,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,1.0726718976,11,1,-1,0,-1,1,1,1,2,1,38,1,0.316227766,0.6752257045000001,0.3598610843,3.4641016151,0.7,0.0,0.9,3,3,8,4,11,0,10,6,3,1,11,0,1,0,0,0,0 +8997,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8149069561,-1.0,3.7416573868,0.9,0.7,0.5,4,1,7,2,8,2,6,3,0,1,8,0,1,0,0,0,0 +9003,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.7,0.4,0.7301540933,4,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7217546343000001,0.4074309757,2.4494897428,0.1,0.3,0.2,5,3,7,5,10,2,7,4,2,3,6,1,0,1,1,0,0 +9004,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.1,0.5356071321,5,1,-1,0,-1,11,0,1,0,1,103,1,0.316227766,0.5794518640999999,0.3583294573,2.8284271247,0.6,0.2,0.9,2,2,8,2,8,4,14,2,1,3,11,0,0,1,0,0,0 +9005,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.5836308765,11,1,0,0,1,0,1,1,2,1,86,3,0.4,0.8397658076000001,0.3424908758,3.0,0.0,0.1,0.8,3,4,7,2,9,2,13,7,1,5,4,0,0,1,1,1,0 +9017,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.7,0.9089829481,10,1,-1,8,0,3,1,1,0,1,104,2,0.5,1.2763989247,0.474341649,3.3166247904,0.0,0.7,0.2,1,3,8,2,7,2,9,3,3,3,8,0,1,0,0,0,0 +9018,0,7,1,4,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.5,0.7964766161,0,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8495045955,0.3850973903,3.4641016151,0.8,0.6,0.3,1,1,6,4,6,5,17,6,1,2,8,1,1,1,1,0,1 +9026,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.4,-1.0,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4472135955,0.7841007904999999,-1.0,2.8284271247,0.1,0.4,0.6,1,3,5,2,12,2,8,6,1,3,11,0,1,0,1,0,0 +9028,0,7,1,7,0,3,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,0.3,0.6860211367,7,0,1,1,1,7,0,1,1,1,104,3,0.4472135955,1.0596077553,0.3641428291,3.0,0.8,0.7,0.2,4,3,9,2,10,3,7,5,1,0,4,0,1,1,0,1,0 +9030,0,5,4,11,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.6,0.8569568251,7,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7411321471,-1.0,3.3166247904,0.1,0.0,0.9,2,3,7,3,11,5,10,5,1,2,8,1,0,0,0,0,0 +9031,0,5,4,9,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.7,1.1382552438,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.8733041417,0.3996248241,3.4641016151,0.0,0.5,0.4,3,2,8,5,7,2,9,3,2,3,11,0,1,0,1,0,0 +9033,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.6,0.4,0.7219764539,6,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.7312674382,0.3974921383,2.8284271247,0.0,0.0,0.1,1,4,8,3,11,3,7,7,2,4,9,1,0,1,1,0,1 +9037,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.4,0.863495802,11,0,-1,0,-1,1,1,1,2,1,85,3,0.4,0.8517483235,0.4080441153,3.3166247904,0.3,0.2,0.3,2,3,6,5,9,2,6,8,0,3,9,0,0,1,0,0,0 +9039,0,4,1,5,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6189709202,5,1,-1,0,-1,1,0,1,2,1,31,3,0.423792402,0.6980936261,0.4084115571,2.4494897428,0.4,0.2,0.1,3,2,9,1,10,0,16,10,1,4,5,0,1,1,1,0,0 +9040,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.4,1.0380269746,11,1,-1,2,-1,4,0,1,2,1,104,3,0.4,0.6983303583,0.5291502621999999,3.0,0.4,0.9,0.8,2,2,8,1,11,4,10,5,2,3,9,0,0,0,0,1,0 +9042,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,3,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.6992026155,0.3193743885,3.4641016151,0.6,0.1,0.7,2,2,5,2,9,1,8,3,3,2,10,1,1,1,1,0,0 +9050,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.2,0.6600189391,10,1,-1,0,0,4,1,1,0,1,50,2,0.4,0.6956624763,0.3943348831,3.1622776602,0.7,0.0,0.9,2,2,7,6,9,3,3,4,5,1,9,0,0,1,0,0,0 +9052,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.5777110004,4,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.7090472015000001,0.3685105155,3.4641016151,0.7,0.3,0.5,1,2,7,4,6,1,12,3,1,1,7,0,1,1,0,0,0 +9055,0,3,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.8112490370000001,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6855805286,0.3615245497,3.1622776602,0.3,0.6,0.6,4,2,8,3,10,2,10,6,2,2,13,0,1,0,1,0,0 +9059,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.0,1.4337450959,10,1,1,0,0,7,1,0,2,1,79,3,0.3872983346,0.9195983672,0.3287856445,3.7416573868,0.0,0.1,0.2,5,3,6,1,10,1,4,3,1,3,5,0,0,0,0,0,0 +9060,0,1,1,7,1,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.9,0.5,0.8968695556999999,9,1,1,0,0,4,1,1,0,1,84,3,0.316227766,0.6755163314,0.3201562119,3.0,0.3,0.2,0.8,1,1,8,5,8,4,6,7,1,4,13,0,1,1,0,0,1 +9061,0,1,2,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,0,1,-1,0,1,1,1,1,0,1,65,3,0.316227766,0.6301482182,0.3507135583,3.6055512755,0.2,0.7,0.2,1,3,8,4,9,3,5,1,0,3,6,0,0,0,0,1,0 +9062,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.7,1.0416333328,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3160696126,0.5601615765,0.3456877203,2.2360679775,0.1,0.3,0.6,3,2,7,3,11,3,6,4,2,3,3,1,0,0,0,0,0 +9065,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.6,1.3806701271,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6534397225999999,0.3685105155,3.0,0.1,0.8,0.1,1,2,9,5,9,4,9,6,0,1,6,0,0,0,0,0,0 +9071,0,3,1,11,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.6,0.6712860790999999,7,1,-1,0,-1,0,1,1,2,1,32,3,0.3160696126,0.5219559527000001,0.366469644,1.7320508076,0.2,0.3,0.7,3,2,6,2,10,2,15,8,1,1,5,0,0,0,0,1,0 +9077,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.5,1.122497216,11,1,-1,1,-1,3,1,1,2,1,102,2,0.4,0.8778507281,-1.0,3.6055512755,0.0,0.6,0.4,1,1,9,3,6,4,9,5,1,2,8,0,1,1,0,0,0 +9081,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.6189709202,7,0,-1,9,-1,10,1,1,1,1,81,3,0.4472135955,1.1961456696,0.4975942122,3.3166247904,0.7,0.6,0.8,4,1,9,3,9,1,9,13,1,3,6,0,1,0,1,1,0 +9087,0,4,1,4,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,0.3,1.1640446727,8,1,-1,8,0,3,1,0,0,1,104,2,0.5,1.6170578323,0.5394441584,3.7416573868,0.2,0.6,0.9,1,2,7,3,11,1,11,11,3,4,13,0,0,1,0,0,0 +9090,0,0,2,0,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.8,1.1960873714,10,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7484087803,-1.0,3.6055512755,0.4,0.9,0.9,0,0,8,5,9,2,10,6,1,1,7,0,1,0,0,1,1 +9091,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,0,0,1,34,2,0.4,0.9532675429,0.3780211634,3.7416573868,0.6,0.6,0.7,3,2,8,7,10,2,9,1,3,2,5,0,1,0,1,1,0 +9094,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.6062177826,11,0,1,1,0,9,1,0,2,1,104,2,0.4242640687,1.3183385487,0.35,3.6055512755,0.9,0.8,0.1,4,3,10,7,11,2,8,3,1,4,7,0,1,0,1,1,0 +9095,0,2,1,5,1,0,0,0,1,0,0,0,0,0,0,9,0,0,1,0.3,0.2,0.6581223291,6,1,-1,0,0,11,0,1,0,1,101,3,0.3741657387,0.8256627690999999,0.3849675311,3.4641016151,0.8,0.8,0.8,3,1,9,3,10,1,4,7,2,2,11,0,0,0,1,0,0 +9101,1,0,1,3,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,-1.0,5,1,1,1,1,14,1,0,2,1,8,3,0.4,0.9924924797,-1.0,3.6055512755,0.2,0.9,0.2,1,0,7,1,9,1,7,2,2,3,6,0,0,0,0,0,1 +9103,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5667892024,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6843589025,0.3807886553,2.2360679775,0.0,0.6,0.7,2,1,8,6,8,3,9,4,1,5,5,0,1,1,0,0,1 +9104,0,0,1,5,1,3,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5267826876,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6780654299,0.3583294573,3.3166247904,0.8,0.2,0.1,3,2,8,5,8,2,11,8,3,3,5,0,0,1,0,0,0 +9108,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.6,0.8261355820999999,11,1,1,0,1,1,1,1,3,1,64,3,0.316227766,0.5440892003,0.31144823,2.4494897428,0.5,0.5,0.7,2,2,7,4,9,3,11,7,3,3,7,0,0,0,0,1,0 +9112,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.7,0.2,0.4993746089,7,1,1,0,0,0,1,0,2,1,78,3,0.3997499218,0.8747845070999999,0.2097617696,3.6055512755,0.2,0.5,0.5,1,0,9,4,10,3,6,11,3,0,6,0,0,1,1,0,0 +9115,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.8,1.8877897129,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7810646473999999,0.378153408,2.8284271247,0.3,0.7,0.3,1,2,7,5,9,4,6,6,1,5,15,0,1,0,0,0,1 +9118,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.2,-1.0,7,1,1,0,0,11,1,1,2,1,76,3,0.316227766,0.7895625947,0.3181194744,3.6055512755,0.8,0.8,0.8,1,1,9,2,9,2,5,7,3,3,9,0,0,0,0,0,0 +9120,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.0,0.5437140793,6,1,1,0,0,1,1,0,2,1,64,3,0.316227766,0.7627565278,0.3016620626,3.7416573868,0.1,0.6,0.7,4,3,9,3,10,0,5,4,3,1,6,0,1,0,1,1,0 +9121,0,2,2,5,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.9,1.2,1.5439397657,11,0,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.8641744735,0.4269660408,3.0,0.3,0.4,0.6,1,3,10,1,8,4,2,7,1,1,12,0,1,1,1,1,0 +9122,0,5,1,8,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,0.5,0.9273618495,7,1,-1,0,-1,14,1,1,2,1,72,3,0.4,1.0327288732,0.4093897898,3.6055512755,0.8,0.4,0.3,1,3,6,3,10,1,12,5,2,5,10,0,1,0,0,0,0 +9123,0,4,1,5,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.4,-1.0,11,1,-1,8,-1,4,1,0,2,1,6,3,0.4472135955,1.135363196,0.4232020794,3.7416573868,0.2,0.4,0.9,2,2,9,2,8,1,9,5,0,2,10,0,0,1,0,1,1 +9125,0,6,3,5,1,0,0,1,0,0,0,0,0,0,0,13,0,0,0,0.4,0.0,0.7314369419,6,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.6929097826999999,0.3583294573,3.4641016151,0.7,0.1,0.0,4,1,7,2,7,3,5,5,1,4,6,0,1,1,0,1,1 +9126,0,6,1,5,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.2,0.6284902545000001,6,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.775423105,0.3754996671,3.6055512755,0.8,0.5,0.5,4,3,9,2,11,3,9,8,2,3,5,0,1,1,0,1,0 +9130,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.7870038119,7,1,1,8,1,4,1,1,2,1,6,3,0.4,0.8694897334999999,0.3466987165,3.4641016151,0.5,0.3,0.4,2,0,8,3,10,2,9,4,1,4,3,0,1,1,1,0,1 +9132,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.7084313658,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3157530681,0.495308569,0.3619392214,1.7320508076,0.5,0.9,0.4,1,4,2,1,10,2,6,3,0,6,4,0,1,1,0,1,0 +9135,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.8518362519,5,1,1,0,0,0,1,1,0,1,87,3,0.316227766,0.7662313862000001,0.2944486373,3.6055512755,0.9,0.3,0.8,3,1,10,3,9,3,8,5,1,3,3,0,1,0,0,0,1 +9144,0,5,2,8,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.5,0.904157066,7,0,1,1,1,16,1,1,2,1,104,2,0.4,1.1007518092,0.3885871846,3.6055512755,0.5,0.2,0.5,0,1,4,3,10,0,8,12,3,3,9,0,0,0,0,0,0 +9145,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,19,3,0.3160696126,0.5811786258,0.3734969879,2.0,0.5,0.8,0.0,3,2,9,3,9,2,8,5,1,3,3,0,0,0,1,0,0 +9146,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,1.2,1.5797547278,9,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8499270751000001,0.310322413,3.7416573868,0.8,0.1,0.5,1,5,9,1,11,2,6,7,0,1,7,0,0,1,1,0,1 +9147,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.4,0.2,0.5517019123,10,1,-1,1,0,9,1,0,0,1,104,2,0.5477225575,1.6458751346,-1.0,3.7416573868,0.2,0.3,0.3,3,2,5,3,10,4,9,2,0,0,5,0,1,1,0,1,0 +9149,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.7449832212999999,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.5545268253,0.3687817783,2.2360679775,0.3,0.9,0.2,4,2,9,4,8,2,12,6,1,3,8,0,1,1,1,0,0 +9151,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,1.2,1.5439397657,6,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8962963279,0.4185689907,2.8284271247,0.3,0.6,0.0,4,2,5,2,9,1,12,5,1,1,6,0,1,0,1,0,0 +9153,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6949641765000001,0.3615245497,3.6055512755,0.8,0.2,0.1,1,1,6,5,5,2,10,2,0,2,5,0,1,0,0,0,1 +9154,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,1.0,1.2095970403,9,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8394335948999999,-1.0,3.6055512755,0.2,0.8,0.8,2,2,5,4,12,2,12,6,1,1,5,0,1,1,0,1,0 +9155,1,3,3,7,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.8,0.2,0.4444097209,11,0,1,0,0,10,1,0,1,1,55,2,0.4242640687,1.1928803948,0.3586084215,3.7416573868,0.7,0.0,0.8,2,3,8,4,12,2,8,5,2,2,8,0,1,1,1,0,0 +9157,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.4,0.8276472679000001,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6974866331,0.3817066937,2.6457513111,0.9,0.9,0.6,3,4,8,3,7,3,6,1,1,2,4,1,0,0,1,0,0 +9163,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,11,1,1,0,1,17,2,0.3741657387,0.8834181829000001,0.3903844259000001,3.6055512755,0.0,0.2,0.6,2,4,7,3,9,1,11,5,0,1,7,0,1,0,0,1,1 +9165,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.9161741101,6,1,-1,1,1,14,1,0,0,1,104,2,0.4,1.0304756985,0.3920459157,3.7416573868,0.6,0.0,0.5,4,2,9,3,8,2,9,6,0,1,1,0,1,1,1,0,0 +9167,0,5,1,5,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.8,0.5,1.0401322031,4,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.7196762356999999,0.4141255848,2.6457513111,0.8,0.9,0.4,2,3,7,5,8,2,8,7,0,2,10,0,0,1,0,1,0 +9173,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.9708243919,9,0,0,9,0,17,-1,1,0,1,104,3,0.5477225575,1.6790148627,0.4460941605,3.3166247904,0.7,0.5,0.9,4,6,4,2,10,2,7,5,3,0,8,0,0,0,0,1,0 +9174,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.5,0.7733854148999999,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7563286705,0.3666060556,3.4641016151,0.6,0.5,0.8,2,2,6,3,11,1,15,7,2,2,13,0,1,1,0,0,0 +9175,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6118619125,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6384058141,0.3887158345,2.6457513111,0.3,0.6,0.8,1,2,8,3,9,1,12,3,1,2,7,0,1,1,0,1,0 +9176,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5667892024,7,1,-1,0,-1,0,1,1,1,1,95,2,0.4,0.8304758170000001,0.3986226286,3.1622776602,0.9,0.1,0.8,4,2,9,2,5,2,5,6,0,2,7,0,1,0,0,1,0 +9177,1,3,1,5,1,4,0,0,0,1,0,0,0,0,0,5,0,0,1,0.6,0.6,0.9788385975,0,1,-1,0,0,0,0,1,0,1,39,1,0.3160696126,0.7005605784000001,0.3744329045000001,3.1622776602,0.9,0.3,0.3,4,5,8,2,8,1,10,6,2,5,5,0,1,1,0,0,0 +9178,0,7,1,8,1,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,1.2,1.6223054583,7,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,0.5125289752000001,0.32557641190000003,0.0,0.4,0.6,0.0,3,0,7,2,10,1,12,8,1,3,8,0,1,0,0,0,0 +9179,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,78,3,0.4,0.8021793662000001,0.3848376281000001,3.1622776602,0.7,0.0,0.9,3,2,8,1,9,3,5,7,1,1,8,0,1,1,0,1,0 +9180,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.4,1.1597413505,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.68511325,0.3768288736,3.1622776602,0.2,0.3,0.2,3,2,8,3,11,3,6,5,1,6,8,0,0,0,0,0,0 +9184,0,6,1,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.7,1.086853256,6,1,-1,0,1,0,1,1,0,1,104,2,0.445421149,0.5020001317,0.3987480407,0.0,0.8,0.5,0.5,2,1,6,3,9,1,5,11,2,5,6,1,1,1,1,0,1 +9185,0,6,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5178078794,6,1,-1,0,1,11,1,1,0,1,7,3,0.3741657387,0.7920446394,0.4129164564,3.1622776602,0.7,0.4,0.1,3,1,7,2,11,2,9,5,1,6,9,0,0,1,0,0,0 +9186,0,7,1,11,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.2,0.3,-1.0,4,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.7338481162999999,0.3820994635,2.8284271247,0.6,0.3,0.5,1,3,6,2,11,3,9,6,0,2,11,0,0,1,0,1,0 +9187,0,0,2,0,1,4,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.2,1.0015612812,10,1,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.7362513944,0.3788139385,2.8284271247,0.7,0.7,0.8,3,1,9,3,8,2,13,5,2,4,5,1,1,0,1,0,0 +9190,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.2,-1.0,8,1,-1,0,1,11,0,1,0,1,3,2,0.4242640687,1.101004425,0.4349712634,3.6055512755,0.5,0.6,0.7,3,0,8,7,10,1,11,7,2,3,11,1,1,1,0,0,0 +9191,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.2,0.3,-1.0,6,1,-1,6,1,11,1,1,4,1,104,0,0.5291502621999999,0.9768603781,0.5282045058,2.8284271247,0.9,0.2,0.4,4,0,7,3,8,1,7,3,0,0,7,0,1,0,1,0,0 +9195,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.5917476567000001,0.3615245497,2.8284271247,0.6,0.5,0.1,2,1,5,0,9,4,7,5,3,2,8,0,1,1,0,1,0 +9199,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.3610657589,11,1,-1,0,-1,14,1,1,0,1,104,1,0.4,0.6490297909,0.34727510710000004,3.0,0.1,0.9,0.4,2,2,8,2,10,2,9,2,0,2,10,0,1,1,0,0,0 +9201,0,5,3,8,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.4,-1.0,6,1,-1,0,1,11,1,1,0,1,17,2,0.3741657387,0.9119234282,0.3903844259000001,3.4641016151,0.6,0.7,0.3,1,2,9,4,11,2,7,4,2,2,9,0,1,1,0,0,0 +9202,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.4,0.0,0.5798706752,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7740363243,0.3820994635,2.8284271247,0.0,0.1,0.9,4,1,4,4,11,3,11,7,2,2,9,1,0,1,1,0,0 +9204,0,6,1,7,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,0.8,1.1645814699,4,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.7064490413,0.4062019202,2.6457513111,0.2,0.3,0.6,2,0,7,4,9,2,10,7,1,1,10,0,1,1,0,1,0 +9207,0,7,2,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.4,0.0,0.7314369419,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4374985242,0.3619392214,0.0,0.0,0.0,0.9,2,2,7,1,12,3,7,7,2,3,9,0,1,1,0,0,0 +9209,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.5309190145,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6248305555,0.3937003937,2.2360679775,0.7,0.4,0.9,2,1,7,4,11,3,13,6,2,2,14,1,1,0,1,0,1 +9214,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.7,0.4,0.7790218225,6,1,-1,0,0,4,1,1,0,1,48,0,0.316227766,0.6657966086,0.3748332963,3.4641016151,0.6,0.9,0.7,3,2,9,3,8,2,12,6,2,6,11,0,1,1,1,1,0 +9215,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6768493185,6,1,0,0,1,11,-1,1,2,1,103,1,0.3160696126,0.5304566877,0.2887905816,2.0,0.6,0.9,0.2,3,1,9,4,11,1,10,4,4,2,5,0,0,0,0,1,0 +9217,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.5,0.4,0.6576473219,7,0,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9854100963,0.4084115571,3.7416573868,0.2,0.7,0.3,4,2,6,2,10,3,12,11,2,2,4,0,1,1,1,0,1 +9223,0,7,3,6,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.4,0.7403546447,9,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7936333698,0.30331501780000003,3.7416573868,0.3,0.4,0.2,1,2,8,1,10,1,16,5,0,2,7,0,1,1,1,1,0 +9224,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.4,0.9810708435,11,0,1,0,0,1,1,0,1,1,51,2,0.4,0.9380280882,0.4363484846,3.7416573868,0.1,0.1,0.6,1,4,10,6,8,0,8,4,2,2,3,0,1,1,0,0,0 +9225,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0.7,0.3,0.7623975341,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6930141377,0.3598610843,3.3166247904,0.6,0.0,0.6,2,3,8,3,7,1,4,5,0,5,7,0,1,1,0,1,0 +9227,0,0,3,6,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.3,1.4192867927,9,0,0,0,0,14,1,0,2,1,72,3,0.4472135955,1.2655642586,0.3601388621,3.6055512755,0.7,0.7,0.0,3,1,8,5,8,3,9,7,0,6,7,0,1,1,1,0,0 +9230,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,0.9113863067,11,1,-1,0,-1,1,1,1,2,1,91,3,0.4242640687,0.8831292971,0.4347413024,3.0,0.1,0.9,0.1,4,4,9,4,11,4,8,6,2,2,9,0,1,1,0,1,0 +9241,0,0,1,9,0,4,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.6576473219,11,1,-1,0,-1,1,1,1,3,1,65,3,0.316227766,0.5427394547,0.3507135583,2.4494897428,0.3,0.1,0.8,3,3,10,3,10,1,11,2,1,5,8,0,1,1,0,1,1 +9242,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,1.1,1.2111461514,11,0,-1,9,-1,11,1,1,2,1,56,3,0.4898979486,1.1274917309,0.5004997502,3.1622776602,0.4,0.0,0.7,2,2,8,5,9,1,6,7,2,1,4,0,1,1,0,0,0 +9243,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.3,0.7022285953,6,1,-1,8,0,11,1,1,0,1,71,2,0.4898979486,1.1543306887,0.4949747468,3.6055512755,0.9,0.9,0.5,4,4,8,3,9,5,1,7,1,4,10,0,0,0,0,1,0 +9248,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.6,0.2,0.5590169944,11,0,-1,0,-1,11,1,0,1,1,17,2,0.4242640687,1.0309868497,-1.0,3.7416573868,0.7,0.1,0.6,4,4,3,3,11,2,9,5,1,3,9,0,1,1,0,1,0 +9250,0,0,1,5,0,0,0,1,0,0,0,0,1,0,1,6,1,0,0,0.8,0.8,1.5606489035,11,1,0,0,1,1,1,1,2,1,91,3,0.4242640687,0.8185352772,0.1183215957,2.6457513111,0.5,0.2,0.0,4,3,6,3,8,1,13,6,1,1,9,0,1,1,0,0,1 +9256,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.66473679,11,0,-1,0,-1,1,1,0,2,1,85,3,0.4,0.8627088320999999,0.4080441153,3.6055512755,0.3,0.7,0.6,1,0,7,3,10,2,12,2,1,1,14,0,0,1,1,1,1 +9259,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.6,1.0547511555,8,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.7439147067,0.4213074887,3.0,0.8,0.1,0.7,4,1,9,5,9,3,10,4,1,1,11,1,1,1,0,1,0 +9260,0,2,1,11,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6294839156,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7296693465999999,0.3685105155,3.6055512755,0.3,0.0,0.4,2,0,6,3,7,2,15,5,1,5,8,0,1,1,0,0,0 +9261,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.4472135955,7,1,1,0,1,14,1,1,2,1,42,2,0.4,0.8020376940999999,0.3376388603,3.6055512755,0.3,0.6,0.6,5,3,9,3,10,0,4,9,0,1,7,0,1,0,1,0,0 +9267,0,0,1,9,0,0,0,1,0,0,0,0,1,0,1,6,0,0,1,0.3,0.1,-1.0,7,1,0,0,1,0,1,1,2,1,46,3,0.4,0.7277555216,0.3003331484,3.1622776602,0.1,0.8,0.2,3,0,8,2,10,1,6,4,1,3,9,0,1,0,0,0,0 +9269,0,6,1,6,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.4,1.1707369474,11,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.6242350690999999,0.3070830507,3.1622776602,0.8,0.0,0.5,1,2,7,2,10,3,8,3,2,4,10,0,0,0,0,0,0 +9270,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.8,1.2349089035,11,1,0,0,1,11,0,1,2,1,103,1,0.316227766,0.5687815017,0.2887905816,2.6457513111,0.1,0.4,0.7,2,4,7,2,8,1,8,6,5,5,4,0,0,0,0,0,0 +9272,0,4,2,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,0.4,0.768927825,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7536687129999999,0.3958535083,2.2360679775,0.4,0.8,0.9,2,3,8,2,8,4,7,7,2,1,5,0,1,0,0,0,1 +9278,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.7,1.3193274802,11,0,-1,1,-1,0,1,1,2,1,104,3,0.5,1.3104798503,0.4467661581,3.4641016151,0.4,0.3,0.5,1,4,8,1,7,2,9,2,3,6,2,0,1,1,1,0,0 +9281,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.6,0.6,0.7858116823000001,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.693181073,0.3744329045000001,2.8284271247,0.5,0.0,0.1,2,4,8,2,8,3,9,7,0,2,6,0,0,1,0,0,1 +9285,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.4,0.7445636306,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4235563717,0.6333532692,0.4129164564,2.0,0.4,0.7,0.1,3,3,7,3,9,3,7,4,1,3,9,0,1,1,1,0,0 +9289,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7837845251000001,0.3681032464,3.4641016151,0.1,0.6,0.1,3,3,8,4,8,2,6,2,3,4,4,0,1,0,0,0,0 +9290,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.8,0.9993748046,10,1,-1,0,0,15,1,1,0,1,5,2,0.4472135955,1.1378916999,0.4,3.4641016151,0.6,0.9,0.9,3,3,7,2,8,4,8,7,3,5,7,0,1,0,0,0,0 +9291,0,5,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.6,1.254491929,11,1,1,1,0,3,1,1,2,1,45,3,0.4,0.7795818968000001,0.3096772513,3.4641016151,0.6,0.6,0.9,2,1,9,2,7,3,8,4,2,2,5,0,0,1,0,0,0 +9296,0,2,1,10,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,1.8,1.5610493266,11,1,-1,0,-1,14,1,1,2,1,104,2,0.4459820624000001,0.6170778913,0.4062019202,1.7320508076,0.9,0.9,0.1,3,1,8,2,8,4,6,4,4,4,7,0,1,1,1,1,0 +9300,0,4,2,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,8,1,-1,1,1,16,1,1,0,1,104,2,0.4,0.978339798,0.3730951621,3.4641016151,0.8,0.3,0.3,3,2,8,2,7,1,13,8,3,1,7,1,0,1,0,0,0 +9301,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.5,0.3,0.5852349955,7,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.7124193444,0.3016620626,3.6055512755,0.2,0.0,0.9,1,1,7,4,10,3,3,3,2,4,4,0,1,1,1,0,0 +9302,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.3,0.6309714732,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8370550501999999,0.3848376281000001,3.6055512755,0.6,0.8,0.5,3,1,6,1,10,3,11,5,4,4,10,0,1,0,0,0,0 +9303,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.4,0.0,0.6480740697999999,10,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6578829055,0.3619392214,3.1622776602,0.1,0.9,0.3,4,2,8,2,10,1,10,10,0,2,9,1,0,0,0,0,0 +9304,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.6284902545000001,7,1,-1,0,-1,14,1,1,0,1,82,3,0.3160696126,0.5958534403,0.3702701716,2.4494897428,0.6,0.1,0.3,3,1,10,1,10,3,12,7,3,2,8,0,0,1,0,0,0 +9305,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6740734381,7,1,-1,2,-1,1,1,1,1,1,90,0,0.4242640687,0.8190273409000001,0.4189272013000001,3.0,0.4,0.4,0.7,3,3,8,2,10,3,5,10,3,6,7,0,1,1,0,0,0 +9307,0,5,1,6,1,4,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,1.0,0.9810708435,8,0,1,1,0,5,1,1,2,1,104,2,0.4242640687,1.4471045471,0.3866522986,3.4641016151,0.4,0.2,0.9,4,0,10,2,9,1,7,5,2,5,5,0,1,0,0,0,0 +9308,0,6,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.6976086121,6,0,-1,0,1,7,1,1,0,1,104,3,0.4,0.9562970941,0.43,3.3166247904,0.9,0.2,0.2,5,1,6,6,8,3,7,8,0,2,14,0,0,0,1,0,0 +9312,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.1,1.088289943,4,1,-1,0,0,4,0,1,0,1,104,2,0.4,0.9535384298,0.4236744033,3.6055512755,0.6,0.3,0.3,2,1,8,4,10,1,9,3,2,2,7,0,0,1,0,1,0 +9317,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.5123475383,7,0,-1,0,-1,4,1,1,2,1,104,2,0.1414213562,0.7619163529999999,0.3660601044,2.8284271247,0.1,0.5,0.3,4,3,8,1,10,3,7,3,2,6,4,0,0,1,0,0,0 +9318,0,3,4,10,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.1,0.5689903338000001,11,0,0,0,1,0,1,1,2,1,95,2,0.4,0.8697510806000001,0.3348133809,3.3166247904,0.5,0.1,0.5,2,1,10,4,9,5,8,9,0,4,3,0,1,0,0,0,0 +9320,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.7619875327,10,1,-1,0,0,11,1,1,0,1,103,0,0.316227766,0.6446858419,0.3583294573,3.4641016151,0.1,0.1,0.7,2,0,8,3,10,2,14,7,2,3,10,0,0,1,0,0,0 +9322,0,3,1,8,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.9874208829,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6928447765000001,0.3615245497,3.3166247904,0.0,0.9,0.6,2,2,5,4,8,0,7,2,1,5,12,1,0,1,0,0,1 +9326,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.6,0.4,0.810863737,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4469899328,0.7383488951,0.4201190308,2.2360679775,0.2,0.2,0.2,4,0,9,2,8,3,15,11,1,3,5,1,0,1,0,0,0 +9327,0,2,1,2,0,3,0,0,0,1,0,0,0,0,0,10,0,1,0,0.7,0.4,1.0717975555,11,1,-1,0,-1,6,1,1,1,1,104,3,0.4,0.9773889994,0.4180908992,3.6055512755,0.2,0.7,0.8,4,0,10,3,7,3,7,6,1,4,6,0,1,0,0,1,0 +9328,0,1,1,10,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,7,1,1,0,0,1,1,1,2,1,65,3,0.316227766,0.6842985187999999,0.2898275349,3.4641016151,0.7,0.8,0.4,1,2,5,2,9,3,12,5,0,2,10,0,1,1,0,0,0 +9329,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.6,1.6592543506,7,1,1,0,1,4,1,1,3,1,104,2,0.3160696126,0.547269707,0.3041381265,1.7320508076,0.9,0.6,0.1,2,1,9,4,11,1,5,4,2,1,4,0,1,1,0,0,0 +9330,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.2,0.6437196595,11,1,1,0,0,1,1,0,2,1,51,2,0.4,0.9425107141,0.4363484846,3.7416573868,0.6,0.1,0.0,2,1,7,0,8,5,9,2,1,3,5,0,1,1,1,0,0 +9331,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.6619101146999999,6,1,-1,0,0,1,1,1,0,1,104,3,0.4242640687,0.7747166904,0.4129164564,3.0,0.8,0.1,0.0,4,2,6,2,7,2,12,7,1,4,6,0,0,0,0,1,0 +9337,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.5,0.1,0.5018714975,7,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.8827197828,0.3826225294,3.3166247904,0.7,0.3,0.6,3,0,6,4,7,3,11,7,3,5,9,0,0,0,1,1,1 +9342,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.8721381771,3,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9031510495,0.4679743583,2.6457513111,0.5,0.6,0.2,1,1,8,2,9,3,15,6,1,2,9,0,1,0,0,0,1 +9346,0,0,1,4,1,4,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,1.0960155108,11,1,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,0.9691203304,0.3466987165,3.6055512755,0.1,0.4,0.7,3,2,8,3,8,1,11,4,2,3,11,1,0,1,0,0,0 +9347,0,5,1,7,0,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.6,1.0485108488,11,1,-1,0,-1,10,1,0,2,1,55,2,0.4242640687,1.1479500234,0.416533312,3.7416573868,0.7,0.6,0.8,2,1,9,3,8,2,10,8,1,2,7,0,1,1,1,0,0 +9352,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,11,0,0,0,0.9,0.9,1.1434596626,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1323565715,0.416533312,3.7416573868,0.3,0.1,0.4,3,2,8,4,9,3,11,3,1,4,8,0,1,1,0,0,0 +9353,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8496322734,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.7479310305,0.3984971769,3.0,0.7,0.3,0.9,4,1,8,4,8,0,13,9,1,3,7,0,1,1,0,0,0 +9357,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.6595452978999999,7,1,0,0,1,6,1,1,2,1,27,3,0.4,0.7279116512,0.3204684072,3.0,0.5,0.3,0.4,2,2,8,3,10,5,9,2,1,2,10,0,1,0,0,1,0 +9359,0,0,2,0,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.9141252649,11,1,0,0,0,14,-1,1,3,1,60,1,0.316227766,0.6239371127000001,0.3070830507,3.1622776602,0.6,0.2,0.5,1,2,8,1,10,4,4,8,2,3,5,0,1,0,0,0,1 +9360,1,1,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.3,0.6964194139,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.645550569,0.3583294573,3.1622776602,0.1,0.6,0.5,2,0,8,2,9,3,6,4,2,3,14,0,1,0,0,1,1 +9366,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.4,0.6809919236,7,1,-1,0,-1,0,1,1,1,1,88,3,0.4,0.8253724429000001,0.3974921383,3.3166247904,0.0,0.6,0.7,3,2,6,3,12,4,3,3,2,0,7,0,0,1,1,0,0 +9367,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.5,1.6439282222999998,11,0,-1,1,-1,10,0,1,0,1,104,2,0.4472135955,0.8526090246,0.4318564576,2.6457513111,0.8,0.5,0.7,0,2,8,4,8,2,11,5,1,3,9,0,1,0,0,0,0 +9368,0,1,2,6,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.9,1.4069026263,11,1,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7286067311,0.3907684737,3.1622776602,0.2,0.3,0.9,4,2,10,2,11,3,6,2,0,6,12,0,0,0,0,1,0 +9372,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,-1.0,11,1,-1,0,-1,11,1,1,1,1,44,3,0.4472135955,0.8278968675,0.4062019202,3.3166247904,0.0,0.2,0.2,2,3,8,1,9,1,9,8,4,3,8,0,0,0,1,0,0 +9373,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,23,3,0.4,0.8898184418999999,0.3974921383,3.4641016151,0.6,0.2,0.2,2,4,10,2,8,1,6,6,5,3,5,1,1,0,1,1,0 +9374,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.5,1.5594470174,11,1,0,0,0,11,1,1,2,1,19,3,0.316227766,0.6706355688000001,0.3185906464,3.0,0.4,0.0,0.8,1,0,8,7,11,2,7,5,4,3,7,0,1,0,0,0,0 +9379,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7416894942,0.3615245497,3.6055512755,0.8,0.4,0.6,1,1,9,1,9,3,9,4,1,5,5,1,1,0,0,0,0 +9380,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.5,0.4,0.595294045,11,1,1,0,0,11,1,1,2,1,16,3,0.3741657387,0.6978272063,0.3185906464,3.1622776602,0.5,0.9,0.3,0,3,6,3,9,2,4,6,3,0,11,0,1,0,1,0,0 +9382,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.5926634796,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.644253043,0.3788139385,2.0,0.2,0.2,0.5,1,1,6,2,9,3,9,3,1,1,9,0,1,1,0,0,0 +9386,0,0,4,11,1,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.6,0.3,0.7562241731,11,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.6218806455,0.2887905816,3.3166247904,0.9,0.0,0.1,4,1,9,1,10,2,7,5,4,5,5,1,1,1,1,1,0 +9389,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,0,-1,1,-1,7,1,1,2,1,104,3,0.4472135955,0.915928829,0.4286023798,3.1622776602,0.2,0.0,0.2,2,2,8,5,8,2,10,2,1,8,6,0,1,0,0,0,0 +9392,0,3,2,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7806247498000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.57503144,0.3640054945,2.0,0.0,0.9,0.0,3,1,9,6,10,2,8,5,1,2,5,0,1,1,1,0,0 +9397,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6694213918999999,11,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.1478870276,0.4349712634,3.4641016151,0.3,0.6,0.8,5,2,9,1,8,1,13,3,2,2,7,0,0,1,1,0,0 +9402,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.6754628043,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7337073301,0.3814446225,3.4641016151,0.9,0.7,0.4,3,1,8,3,10,1,10,2,1,2,8,0,1,1,1,0,0 +9403,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,7,1,0,0,0,0,1,1,2,1,22,3,0.316227766,0.7522692941,0.310322413,3.3166247904,0.2,0.1,0.5,1,3,5,2,8,3,6,5,1,2,10,0,0,0,0,0,0 +9404,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,11,1,1,0,1,94,0,0.3741657387,0.8242828087,0.4301162634,3.3166247904,0.4,0.7,0.5,2,1,6,3,6,1,5,13,0,2,6,0,1,1,1,1,0 +9409,0,0,2,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.9,1.1803071634,4,1,-1,0,1,10,1,0,0,1,55,2,0.4472135955,1.2125804054,0.4174925149,3.7416573868,0.1,0.5,0.2,1,2,8,3,10,2,12,6,1,1,5,1,1,1,0,0,0 +9410,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.7,0.68556546,9,0,1,0,1,1,1,1,2,1,85,3,0.4242640687,1.00146071,0.3577708764,3.4641016151,0.4,0.1,0.0,1,0,10,5,9,1,8,5,2,4,7,0,0,1,0,0,0 +9411,0,7,1,8,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,1.1,1.3407087678,4,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.174892645,0.4,3.6055512755,0.7,0.5,0.4,2,3,7,1,11,2,5,12,1,6,10,1,1,0,1,0,1 +9412,0,6,1,4,1,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.5,0.8789197916,8,1,-1,0,0,0,0,1,0,1,95,2,0.4,0.9132405294,0.4013726448,3.4641016151,0.7,0.0,0.0,4,3,8,3,7,3,8,9,1,6,8,0,1,1,0,0,0 +9416,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.54886246,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.7842588753,-1.0,3.6055512755,0.6,0.3,0.2,1,3,7,2,10,2,8,6,4,3,8,0,0,1,0,0,0 +9419,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.6,1.3724977231,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7662313862000001,0.3615245497,3.6055512755,0.3,0.7,0.6,2,2,9,3,9,3,6,5,2,0,3,0,0,1,0,0,0 +9421,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.2,0.0,-1.0,10,1,-1,2,1,11,1,1,0,1,14,0,0.3741657387,0.7028425167,0.4302324953,3.1622776602,0.9,0.2,0.7,1,1,7,3,8,2,8,4,3,2,14,0,1,1,0,0,0 +9422,0,5,1,8,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.9,1.0741275529,11,0,1,9,1,15,1,1,2,1,104,3,0.4898979486,1.333221414,0.3619392214,3.4641016151,0.5,0.7,0.7,0,1,8,0,11,1,5,5,3,7,12,0,0,0,0,0,0 +9423,0,4,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.8366600265,6,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.7363355775,0.3754996671,3.3166247904,0.4,0.9,0.2,2,2,9,4,10,0,8,6,2,1,10,0,0,1,0,0,0 +9429,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.7154544011,10,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.9199802369,0.3820994635,3.3166247904,0.1,0.4,0.2,4,3,9,1,10,3,6,14,3,1,3,0,0,0,1,0,0 +9430,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,1.0356157589,11,0,0,9,0,8,-1,1,2,1,104,1,0.4472135955,1.9402489829,0.399374511,3.4641016151,0.2,0.4,0.4,0,2,10,1,9,1,14,5,3,2,3,0,1,0,0,0,0 +9436,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.3,-1.0,7,1,1,0,1,0,1,1,2,1,62,3,0.4,0.745080283,0.32,2.4494897428,0.3,0.8,0.6,2,1,9,3,9,2,7,3,2,2,6,0,1,0,1,0,1 +9439,0,7,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.3,1.2784267676,6,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.7603962647,-1.0,3.0,0.8,0.7,0.7,1,2,8,4,10,4,10,3,2,3,8,0,0,1,0,1,0 +9443,0,2,1,1,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.8,0.2,0.4007804885,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7328056579000001,0.3708099244,3.3166247904,0.6,0.5,0.5,4,1,4,2,11,5,7,7,4,1,11,0,0,1,0,0,0 +9445,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,1,1,1,2,1,91,3,0.4242640687,0.8301398865999999,0.1183215957,2.6457513111,0.0,0.6,0.3,4,1,10,3,11,2,6,4,1,6,6,0,1,1,0,0,0 +9447,0,3,1,9,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.2,1.1489125293,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8813025672,0.3964845520000001,2.8284271247,0.2,0.7,0.0,2,1,7,5,8,3,8,7,1,3,9,0,1,0,0,0,0 +9449,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,1.4,1.8867962264,9,1,1,0,0,4,1,1,2,1,50,2,0.4,0.7224556379000001,0.3201562119,3.3166247904,0.8,0.2,0.4,4,1,9,6,10,0,10,7,1,4,11,0,0,0,0,0,0 +9453,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.8,1.2,1.4618053906,11,1,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,0.96089877,0.5204805472,3.4641016151,0.9,0.6,0.1,4,3,7,2,10,2,9,3,2,2,9,1,1,1,0,1,0 +9457,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.8728545125,3,1,-1,0,-1,11,1,1,3,1,19,1,0.3155946768,0.4766446083,0.3626292873,1.0,0.7,0.3,0.2,1,2,7,2,9,3,10,3,0,4,7,0,1,1,0,1,0 +9458,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8638881212,0.3849675311,3.6055512755,0.7,0.1,0.0,2,1,9,3,10,4,8,1,2,1,7,0,1,1,0,0,0 +9459,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.6,0.8,0.5921359640999999,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7049705462,0.3666060556,3.3166247904,0.0,0.9,0.9,3,1,9,3,10,3,10,8,3,6,9,0,1,1,0,0,0 +9460,0,5,1,6,0,2,0,0,1,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,4,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7482900618,0.4062019202,3.0,0.4,0.0,0.2,4,0,9,2,12,2,12,6,3,1,9,0,0,0,0,1,0 +9466,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,-1.0,11,0,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9605009024,0.3708099244,3.7416573868,0.7,0.9,0.3,3,0,8,5,9,2,7,6,1,1,3,0,1,1,0,0,1 +9470,1,0,2,0,1,-1,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,0.7619875327,11,1,0,0,0,11,-1,1,2,1,67,2,0.3741657387,0.6574902193,0.3008321791,2.8284271247,0.9,0.3,0.2,3,3,7,3,8,3,10,6,2,4,11,0,1,1,1,0,0 +9478,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.5,1.0494045931,11,1,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.9697383987,0.3984971769,3.6055512755,0.4,0.9,0.1,2,2,8,1,8,3,9,4,2,3,9,0,1,0,0,1,0 +9479,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.2,0.3,-1.0,5,1,0,6,1,11,1,1,3,1,104,0,0.5004997502,0.6992026155,-1.0,0.0,0.9,0.0,0.6,4,2,10,3,6,3,12,11,1,6,13,0,1,1,0,1,0 +9480,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.6,1.8010413654,3,0,1,1,0,0,1,1,0,1,75,2,0.4472135955,1.1145358149,0.3823610859,3.4641016151,0.0,0.8,0.3,1,2,6,0,10,1,5,9,1,1,9,1,1,0,0,0,0 +9484,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.6,1.8366069258,11,1,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,1.0534280914,0.4679743583,3.4641016151,0.1,0.4,0.5,2,0,9,4,9,3,10,3,1,2,4,1,1,0,1,1,0 +9488,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.7,1.2437342964,11,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.9446784402,0.423083916,3.6055512755,0.6,0.1,0.1,2,1,7,4,10,2,7,8,3,5,8,1,0,1,0,0,0 +9491,0,5,2,10,0,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.7,0.4,0.6937218463,7,1,1,0,1,0,1,1,1,1,95,2,0.4,0.732128675,0.3348133809,2.8284271247,0.8,0.5,0.3,3,4,5,4,8,6,14,10,1,6,11,0,1,0,0,0,0 +9498,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,0,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.674720634,0.34727510710000004,3.6055512755,0.9,0.8,0.6,1,1,8,4,9,4,12,4,1,5,9,0,1,1,0,0,0 +9502,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.2,0.58630197,6,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6053992604,0.3887158345,2.4494897428,0.7,0.3,0.7,3,3,6,5,9,4,9,3,1,1,7,0,1,1,0,1,0 +9504,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.4201672437,11,0,0,9,0,9,1,1,2,1,104,3,0.6164414003,1.226902301,0.4171330723,3.0,0.4,0.1,0.2,3,3,7,2,9,1,10,5,2,2,4,1,1,1,0,1,0 +9510,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.3,-1.0,5,0,1,0,1,11,1,1,2,1,7,3,0.4242640687,0.7874270267,0.3542597917,3.1622776602,0.6,0.6,0.6,3,1,9,5,11,1,5,10,1,3,8,0,1,0,0,0,0 +9512,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,1.088289943,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7509222979000001,0.3667424164,3.4641016151,0.2,0.7,0.6,2,2,5,3,6,0,10,5,4,2,11,0,1,0,0,0,0 +9513,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.9,1.6647071815,7,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.8465535379000001,0.3938273734,3.6055512755,0.8,0.7,0.0,3,1,7,1,5,2,9,4,2,1,9,0,1,1,0,1,0 +9515,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.8081614937999999,11,1,-1,1,-1,3,1,1,1,1,45,3,0.4,0.7953896077,0.3498571137,3.6055512755,0.2,0.5,0.1,2,1,6,3,8,3,9,6,0,3,10,0,1,0,1,0,0 +9516,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.6,0.8177713617,11,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.696523243,0.4074309757,2.0,0.6,0.4,0.3,2,2,5,0,8,3,11,9,1,4,7,0,0,1,0,1,0 +9518,0,3,1,7,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.8,0.8609587679,6,1,-1,0,1,4,1,1,0,1,84,2,0.316227766,0.766627664,0.3667424164,3.4641016151,0.2,0.6,0.7,3,3,8,4,9,1,15,3,4,2,10,0,0,1,0,1,0 +9520,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.5,0.3,0.7545694136,9,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9010553959,0.316227766,3.6055512755,0.0,0.7,0.2,3,3,8,3,10,2,7,9,2,1,6,0,1,0,0,0,1 +9521,1,4,1,4,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.3,0.0,0.6887488656999999,9,1,0,0,1,4,1,1,2,1,104,2,0.3160696126,0.5256440363,0.3201562119,1.4142135624,0.1,0.0,0.1,2,2,8,3,7,2,11,3,0,2,10,0,0,1,0,1,0 +9526,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.6,0.2,0.5884301148,7,1,-1,0,-1,1,1,0,1,1,40,2,0.3741657387,0.8154373161,0.3814446225,3.6055512755,0.2,0.7,0.3,2,3,9,2,8,2,10,5,2,2,6,0,0,1,1,1,0 +9527,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.4879805324,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.6506195395000001,0.3768288736,3.0,0.8,0.8,0.0,1,3,8,3,10,2,8,4,4,3,5,0,0,1,1,0,0 +9528,0,4,1,6,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,0.5,0.6703543839,5,1,0,2,0,0,0,1,2,1,104,2,0.3741657387,0.7117084555,0.3601388621,3.0,0.6,0.2,0.3,3,1,7,4,11,1,5,7,1,2,10,0,0,0,1,1,0 +9530,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.5,0.7462405778,11,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.0947942182,0.4349712634,3.4641016151,0.4,0.6,0.4,3,3,8,6,11,2,9,4,0,6,9,0,0,1,1,1,0 +9532,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.704006392,10,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7553117686,0.3814446225,3.3166247904,0.6,0.4,0.6,1,0,9,4,9,3,10,6,1,9,6,0,1,1,0,0,0 +9537,0,5,2,3,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.7,0.9708243919,11,1,-1,0,-1,6,1,1,0,1,104,3,0.4472135955,1.0297837372,-1.0,3.6055512755,0.5,0.7,0.0,2,1,7,5,10,1,9,3,0,3,4,1,1,1,1,1,1 +9538,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,1.1,1.3176683953,11,0,-1,1,-1,16,1,1,2,1,104,3,0.316227766,0.8932020584999999,0.3674234614,3.6055512755,0.5,0.7,0.0,1,0,7,2,8,2,10,9,2,1,7,1,1,1,0,0,0 +9554,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7431922434999999,0.3814446225,3.1622776602,0.5,0.8,0.6,3,3,8,2,6,0,6,7,1,3,7,0,1,0,0,0,0 +9555,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.3,0.2,-1.0,11,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.8060323958,-1.0,3.6055512755,0.9,0.0,0.6,2,0,7,3,8,3,10,11,1,2,6,0,0,0,0,0,0 +9556,0,0,1,9,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,11,1,-1,6,-1,11,1,0,0,1,104,0,0.5291502621999999,1.3341458871,0.4785394446,3.6055512755,0.6,0.0,0.1,2,2,8,3,4,3,8,5,2,4,13,1,1,1,0,0,0 +9557,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.8174238914,0.4196427052,3.6055512755,0.5,0.1,0.6,2,3,10,5,7,4,6,7,4,1,8,0,1,0,1,0,1 +9562,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.4987484336,11,1,1,2,1,11,1,0,2,1,94,0,0.3741657387,0.8342983393000001,0.3304542328,3.6055512755,0.6,0.4,0.2,1,1,10,3,11,3,6,6,3,4,11,0,1,0,1,1,0 +9564,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8203884385,0.4074309757,2.8284271247,0.2,0.8,0.6,3,3,9,2,10,3,8,6,1,4,9,0,1,1,0,0,0 +9566,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.8,0.2,0.4257346591,11,1,-1,0,-1,11,1,1,3,1,19,3,0.316227766,0.649507124,0.3887158345,2.8284271247,0.0,0.1,0.9,2,1,9,2,10,2,6,4,1,1,6,0,0,0,0,0,1 +9568,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.8821139382,11,0,1,0,0,14,1,0,2,1,29,3,0.4472135955,1.1803837449,0.3845776905,3.6055512755,0.7,0.6,0.6,3,0,9,2,9,2,5,7,2,1,5,0,1,1,0,0,0 +9573,0,4,2,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,5,1,1,0,0,0,1,1,2,1,46,3,0.4,0.7467007322,0.3003331484,3.1622776602,0.7,0.1,0.9,4,3,6,3,11,2,7,6,1,8,7,0,0,0,0,0,1 +9574,0,0,2,6,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,1.9915446267,11,1,1,0,1,0,1,0,2,1,46,3,0.4,0.941359137,0.3003331484,3.7416573868,0.2,0.8,0.5,2,2,9,3,9,3,9,7,0,4,8,0,0,1,1,0,0 +9584,0,5,1,4,1,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.5,0.4,0.6393355926,11,1,-1,0,-1,1,1,1,1,1,10,2,0.316227766,0.7185125820999999,0.3814446225,3.1622776602,0.0,0.6,0.3,0,2,10,4,9,2,9,9,0,4,11,0,1,1,0,0,0 +9590,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.3897114317,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6396829018,0.3687817783,3.1622776602,0.6,0.8,0.5,4,6,9,2,9,1,4,4,1,3,5,0,0,0,0,0,0 +9591,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.3,-1.0,5,1,1,0,0,1,1,1,0,1,38,3,0.316227766,0.7116213591,0.299165506,3.4641016151,0.7,0.8,0.1,3,3,9,3,10,2,9,9,5,0,3,0,1,1,0,0,0 +9594,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5164244522,0.3794733192,1.7320508076,0.2,0.3,0.8,2,0,6,3,9,2,5,6,0,7,5,1,0,1,0,1,0 +9597,0,5,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.5,0.1,-1.0,7,0,0,0,1,11,1,1,2,0,3,2,0.4242640687,1.0947942182,0.3789459064,3.4641016151,0.0,0.5,0.2,3,2,9,4,8,4,7,6,0,1,15,0,1,1,0,0,1 +9599,0,5,2,3,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.0,0.3,0.6937218463,7,1,-1,0,-1,11,1,1,2,1,104,3,0.3155946768,0.4988002134,0.3788139385,1.0,0.1,0.6,0.6,1,4,6,4,10,2,8,5,1,2,3,0,1,1,0,0,0 +9600,0,3,4,7,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.8,0.4,0.8377798040000001,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7600055731,0.3615245497,3.6055512755,0.2,0.7,0.9,2,1,4,2,12,3,8,5,1,2,6,0,0,1,1,0,0 +9601,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8080176743,-1.0,3.7416573868,0.2,0.5,0.0,1,2,6,3,11,4,5,4,1,3,8,0,1,1,0,0,0 +9602,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5673402859000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6592946394,0.3583294573,3.1622776602,0.2,0.8,0.6,2,3,6,2,11,1,4,5,2,1,9,0,1,1,0,1,0 +9605,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,1.2504999,11,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.63605512,0.3070830507,3.3166247904,0.8,0.6,0.6,2,1,10,0,11,2,7,1,0,2,8,0,1,1,0,0,0 +9608,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.5074445783,11,1,0,2,0,1,1,1,0,1,90,0,0.3869108424,0.5193567223,0.3263433774,0.0,0.0,0.4,0.8,3,3,8,2,10,2,14,6,2,2,6,0,1,0,1,0,0 +9609,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7215434845,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.703359706,0.3937003937,2.8284271247,0.7,0.6,0.3,3,1,6,3,9,2,9,3,2,3,6,1,1,1,0,0,0 +9613,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,-1.0,4,0,-1,1,0,9,1,1,0,1,104,2,0.5744562647,1.1059381418,0.4615192304,3.3166247904,0.8,0.9,0.3,3,4,9,2,11,4,8,3,0,5,11,0,0,0,1,1,0 +9614,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.7,0.4,0.633442973,4,1,-1,0,1,1,1,1,0,1,65,1,0.3152776554,0.4854494382,0.3521363372,1.7320508076,0.1,0.0,0.2,4,2,9,3,10,3,9,4,2,1,5,0,1,1,1,1,0 +9615,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.2,1.3050383136,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8752213415000001,0.3964845520000001,2.8284271247,0.5,0.6,0.3,3,0,10,2,9,4,9,3,2,5,5,0,1,1,1,1,0 +9617,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.1,-1.0,7,0,-1,0,-1,11,1,0,2,1,3,2,0.4242640687,1.1946592585,0.4349712634,3.6055512755,0.4,0.9,0.0,1,2,9,0,10,3,5,4,1,4,10,1,0,0,0,0,0 +9619,0,1,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.8154753215,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5625906722,0.3619392214,2.4494897428,0.6,0.8,0.4,1,0,7,4,10,4,9,6,0,2,6,0,0,0,1,1,0 +9620,0,6,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.8742854225,6,1,-1,0,1,14,1,1,0,1,82,3,0.3160696126,0.5638562621000001,0.3651027253,2.0,0.4,0.4,0.3,3,4,8,4,7,2,14,3,0,2,8,0,0,0,0,1,0 +9621,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,1.1,1.3968715045,11,0,1,1,1,3,1,1,2,1,45,3,0.4,0.8345583283,0.3096772513,3.6055512755,0.6,0.2,0.8,3,3,6,3,11,3,5,6,1,1,16,0,1,0,0,0,0 +9630,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,-1.0,5,1,-1,0,-1,11,0,1,2,1,103,1,0.3160696126,0.4823967367,0.3307567082,1.4142135624,0.9,0.2,0.5,3,0,5,3,8,1,7,6,1,1,12,0,1,1,0,0,1 +9637,0,4,1,6,0,1,0,0,1,0,0,0,0,0,0,9,0,1,0,0.0,0.1,-1.0,7,1,0,2,1,1,1,1,2,1,90,0,0.3741657387,0.6002409984,0.3210918872,2.4494897428,0.8,0.1,0.1,2,3,7,3,10,3,5,10,2,3,10,0,1,0,0,1,0 +9639,0,2,1,7,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6175130072,0.3984971769,1.7320508076,0.2,0.4,0.6,1,1,6,0,11,1,6,5,1,3,10,0,0,1,1,1,0 +9642,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.6,1.0793516572,6,1,-1,0,1,0,1,1,0,1,43,1,0.3994996871,0.4372623321,0.3667424164,0.0,0.6,0.2,0.7,2,2,4,3,10,3,10,4,2,1,10,0,1,1,0,0,0 +9643,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,4,0,-1,8,0,13,0,1,0,1,4,2,0.4976946855,0.9721748644,0.5319774431000001,2.2360679775,0.2,0.0,0.5,3,1,5,2,8,4,5,4,2,1,6,0,1,0,0,1,0 +9647,0,3,1,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.5,0.0,0.5533985905,5,1,1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6415374096,0.3008321791,2.6457513111,0.3,0.5,0.0,2,1,8,2,10,4,14,5,3,3,9,0,1,0,1,1,0 +9648,0,3,4,9,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.4,1.5736104982,11,1,1,0,0,6,1,1,0,1,27,3,0.3741657387,0.6798000434999999,0.3204684072,3.0,0.1,0.5,0.4,2,1,7,1,10,1,13,5,5,2,9,0,0,1,1,1,1 +9651,0,0,4,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.3,0.6873863542,6,1,-1,0,1,10,1,0,0,1,89,2,0.3872983346,1.1252286269,0.4086563348,3.6055512755,0.8,0.6,0.4,4,1,10,3,12,2,13,6,3,3,11,0,1,1,0,1,1 +9655,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.8,0.8185352772,9,1,1,0,0,14,1,0,2,1,72,3,0.4,1.1410539568,0.3504283094,3.6055512755,0.7,0.9,0.7,1,2,8,3,8,1,11,4,1,3,6,0,1,1,0,0,0 +9656,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,1.0,1.5390743972,11,1,0,8,1,11,1,1,2,0,24,2,0.4898979486,0.8326622642,0.4049691346,2.4494897428,0.6,0.6,0.1,2,1,8,2,10,2,7,5,4,3,5,0,1,1,1,0,0 +9660,0,0,2,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.4,0.6299801584,6,1,-1,0,0,0,1,0,0,1,78,3,0.4,0.9269272975,0.3848376281000001,3.6055512755,0.6,0.1,0.0,3,4,8,3,12,5,10,2,0,4,10,0,1,1,0,0,0 +9661,0,0,3,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.4,0.6656763478,7,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0828299318,0.4086563348,3.7416573868,0.8,0.6,0.4,3,3,7,4,8,1,6,4,0,2,6,0,0,0,0,1,0 +9662,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,-1.0,6,0,-1,9,0,15,1,1,0,1,41,2,0.5477225575,1.3908645269,0.5329165038,3.0,0.4,0.7,0.9,1,3,8,4,10,2,7,5,1,5,8,0,1,1,1,0,0 +9663,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.8,0.2,0.5511351921000001,3,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7254807468000001,0.374566416,3.1622776602,0.4,0.7,0.6,3,2,7,6,11,3,4,4,1,3,11,0,1,1,0,1,0 +9665,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,14,1,1,0,1,82,3,0.316227766,0.6119505463,0.3292415527,2.8284271247,0.3,0.2,0.7,2,1,8,3,9,2,8,5,2,6,8,1,1,1,0,0,0 +9666,0,6,1,11,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,0.3,0.6523994175,7,1,0,0,1,1,1,1,2,1,64,3,0.3152776554,0.4634357855,-1.0,0.0,0.7,0.7,0.4,2,0,6,3,10,2,9,8,2,3,4,0,1,1,1,0,0 +9667,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.920597632,3,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7683519177,0.3716180835,3.3166247904,0.1,0.1,0.1,4,1,10,2,7,2,5,5,1,3,11,1,1,1,0,0,0 +9669,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,10,1,-1,9,1,16,1,1,0,1,104,2,0.4472135955,1.4117131027,0.450555213,3.6055512755,0.5,0.2,0.1,4,3,8,3,10,2,12,10,4,2,4,0,1,0,0,0,1 +9672,0,4,2,10,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,1,1,1,0,1,31,3,0.4242640687,0.8651422278,0.40348482,3.1622776602,0.3,0.9,0.0,1,1,9,5,12,3,12,8,1,5,10,1,0,0,0,1,1 +9674,0,7,1,9,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.8,0.9460443964,11,1,1,0,1,11,1,1,2,1,53,2,0.4688283268,0.5395322431,0.35707142140000003,0.0,0.1,0.9,0.6,2,0,8,1,7,3,7,3,0,0,3,0,0,0,0,0,0 +9675,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.1,0.4582575695,11,1,-1,2,-1,11,0,1,1,1,94,0,0.3741657387,0.7873351854,0.4301162634,3.6055512755,0.3,0.6,0.3,3,2,7,5,8,3,6,7,2,6,8,1,1,1,0,0,0 +9677,0,0,2,1,0,-1,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,1.2,-1.0,7,1,0,0,1,1,-1,1,2,1,85,3,0.3741657387,0.8449778715,0.3459768778,3.3166247904,0.6,0.2,0.1,3,1,9,3,9,2,7,7,1,3,7,0,0,1,0,0,0 +9681,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.4,1.0574142991,9,1,0,0,1,11,1,0,2,1,11,2,0.316227766,0.7662158814,0.30331501780000003,3.7416573868,0.9,0.1,0.1,1,3,6,5,10,3,15,5,1,3,8,0,1,0,0,1,1 +9682,0,3,1,5,0,1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.0,0.8162413859000001,11,0,0,9,0,17,1,1,2,1,104,3,0.6856383887,1.1796571151000002,0.4286023798,2.6457513111,0.7,0.4,0.6,3,1,7,3,9,2,11,7,2,3,2,0,1,0,0,0,0 +9683,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,0.6,1.2369316877,7,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6622962809,0.4031128874,2.2360679775,0.5,0.9,0.7,2,1,9,3,10,2,5,2,0,5,4,0,0,0,1,0,0 +9684,0,1,1,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.2,0.7017834423999999,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7248539323000001,0.3708099244,3.1622776602,0.2,0.4,0.3,2,1,4,2,11,3,7,3,2,2,6,0,0,1,0,0,0 +9688,0,1,1,9,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,1.0,1.3308831654,11,1,0,0,1,4,1,1,0,1,48,3,0.316227766,0.6370775217,0.3201562119,3.1622776602,0.1,0.2,0.9,3,2,9,3,6,3,6,8,1,0,5,0,0,1,0,0,0 +9689,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.6,1.1779218989,11,1,-1,2,-1,11,0,1,0,1,14,0,0.4241462012,0.7556686602,0.4302324953,3.0,0.1,0.1,0.6,0,2,7,2,11,3,8,5,5,3,9,0,0,0,1,0,0 +9691,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.6408002809000001,7,1,-1,0,-1,1,1,1,0,1,85,3,0.3741657387,0.8713649405,0.3996248241,3.6055512755,0.0,0.7,0.5,3,2,6,4,10,3,10,6,2,2,5,0,0,1,0,0,1 +9694,0,5,2,7,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.0,1.2616952881,11,0,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.9932104219,0.3190611227,3.7416573868,0.1,0.3,0.6,2,2,6,3,9,0,9,8,3,3,10,0,1,1,1,0,0 +9697,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,86,3,0.4,1.0394292776,-1.0,3.7416573868,0.1,0.5,0.6,2,3,9,5,9,3,11,5,0,5,6,0,1,1,1,1,0 +9700,0,0,3,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.3543910071,11,0,1,1,1,5,-1,0,2,1,104,2,0.4,1.6240699818000002,0.3866522986,3.6055512755,0.7,0.6,0.0,4,2,8,4,10,3,7,9,1,0,8,0,0,1,0,0,0 +9705,0,5,4,6,1,5,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.4872373718,7,1,1,0,1,1,1,1,2,1,85,3,0.3741657387,0.9235307742,0.3459768778,3.6055512755,0.9,0.6,0.8,2,4,5,2,9,1,8,4,1,2,4,0,1,0,0,0,0 +9706,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.4100304867,11,1,0,0,0,1,1,1,2,1,80,3,0.316227766,0.7038999976000001,-1.0,3.4641016151,0.4,0.4,0.9,3,3,7,2,10,2,7,10,1,3,8,0,1,0,0,0,0 +9707,0,2,2,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.0219466718,3,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.6300006559,0.3907684737,2.6457513111,0.9,0.9,0.2,3,1,7,3,10,2,11,9,2,8,7,0,1,0,0,0,1 +9709,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.9,1.3878940882,3,1,1,1,1,3,1,0,0,1,59,3,0.316227766,0.8152726056,0.3096772513,3.6055512755,0.5,0.8,0.8,4,3,8,2,10,0,9,4,1,2,9,0,0,0,0,1,1 +9711,0,7,2,1,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,1.7,1.7836058982,11,0,1,8,1,13,1,0,2,1,104,3,0.4472135955,1.4665484863,0.3794733192,3.7416573868,0.1,0.9,0.3,3,1,10,4,8,2,7,6,4,2,7,0,0,0,0,1,0 +9712,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,0.9565563235,11,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.798151273,0.3850973903,3.3166247904,0.7,0.6,0.5,2,2,5,3,7,1,6,8,1,3,9,0,1,1,0,1,0 +9713,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.2,0.651440711,2,1,-1,0,0,1,1,1,0,1,64,1,0.3160696126,0.5050775245,0.3640054945,1.7320508076,0.2,0.2,0.6,3,3,7,3,8,0,4,6,0,2,4,0,0,0,0,0,0 +9715,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.9,1.2,1.5704298775,11,0,1,0,1,10,1,1,2,1,89,2,0.3872983346,0.9258779617,0.33615472630000004,3.4641016151,0.7,0.7,0.7,2,1,10,6,6,2,8,6,0,5,5,0,0,0,1,1,0 +9716,0,7,1,7,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.7,1.0991473968,6,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.8702141847,0.3850973903,3.6055512755,0.0,0.6,0.7,1,4,9,1,9,2,13,8,2,3,8,0,0,0,0,1,0 +9717,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.678693598,6,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.9520638738,0.4159326869,3.4641016151,0.2,0.9,0.7,3,1,7,2,12,2,10,5,1,3,10,1,1,1,1,0,0 +9718,0,1,2,5,1,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.4,0.7591113225,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6275814458,0.34727510710000004,3.0,0.8,0.2,0.2,4,2,8,5,11,2,3,9,0,4,10,0,1,1,0,1,0 +9722,0,6,2,0,0,-1,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.1,1.1185928661,10,1,0,0,1,6,-1,1,3,1,26,1,0.3741657387,0.6124567786999999,0.3204684072,2.8284271247,0.8,0.9,0.3,2,1,8,1,10,2,8,5,2,3,13,0,1,0,0,0,0 +9725,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.1,0.1,-1.0,7,1,-1,0,-1,14,1,1,2,1,104,2,0.3997499218,0.6736940228,0.4597825573,2.6457513111,0.2,0.9,0.4,1,1,7,4,7,1,11,4,1,0,6,0,0,1,0,0,0 +9732,0,5,2,5,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6936995086,0.3926830783,3.0,0.9,0.0,0.8,4,4,5,3,8,1,8,5,3,2,7,0,1,1,0,1,0 +9733,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.6,0.1,0.5728219619,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8029516828000001,-1.0,3.7416573868,0.6,0.4,0.3,1,3,7,2,8,4,12,5,1,5,8,0,0,1,0,0,0 +9735,0,5,1,5,1,6,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.4,0.8760707734000001,4,1,-1,2,1,1,1,1,0,1,90,0,0.3974921383,0.5975673827,0.4266145802,1.4142135624,0.5,0.7,0.7,1,5,6,3,10,0,4,4,2,3,12,1,1,0,0,1,0 +9737,0,7,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7318640584,7,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.6933122083,0.3292415527,3.3166247904,0.4,0.2,0.1,4,4,9,7,11,2,17,6,1,4,12,1,0,0,1,1,0 +9742,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.1,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6920295938,0.3615245497,3.1622776602,0.2,0.0,0.7,2,1,10,3,10,2,10,6,3,1,5,0,1,1,1,1,0 +9743,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.9290452088,7,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.629984258,0.3292415527,2.8284271247,0.4,0.3,0.0,4,3,8,1,8,2,11,5,1,5,6,0,1,0,1,1,0 +9745,0,0,2,0,1,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.7636262175,10,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.7204079423,0.3907684737,3.3166247904,0.4,0.5,0.2,2,4,8,2,9,1,11,8,1,5,6,0,1,1,0,0,0 +9746,0,3,2,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.5,0.2,0.6199798384,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5246013835,0.3307567082,1.7320508076,0.0,0.1,0.2,1,0,7,2,11,2,9,9,1,4,7,0,1,0,1,0,0 +9751,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.3,0.6118619125,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.4954962451,0.3734969879,0.0,0.1,0.2,0.6,3,3,7,3,10,2,6,2,0,5,7,0,0,1,0,1,0 +9754,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7211675566,0.3598610843,3.4641016151,0.6,0.3,0.3,3,4,7,1,10,4,3,8,0,3,4,0,1,1,0,0,0 +9756,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,0.9688911188,3,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.6758488694,0.3615245497,3.0,0.9,0.7,0.0,2,3,7,5,10,4,12,7,1,2,10,0,0,0,0,0,1 +9757,0,5,4,10,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,1.0980095628,7,1,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.1501347388,0.4349712634,3.4641016151,0.8,0.8,0.9,2,2,6,0,9,2,5,9,3,5,6,0,1,0,0,0,0 +9761,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.9470348462,10,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7404906794,0.3926830783,3.3166247904,0.7,0.0,0.9,2,2,7,3,11,2,6,7,2,5,12,0,1,1,1,0,0 +9763,0,5,1,8,0,3,0,0,0,1,0,0,0,0,0,10,1,0,0,0.6,0.4,0.957862203,11,0,1,0,0,15,1,1,2,1,5,2,0.4242640687,0.7079536334000001,0.32557641190000003,1.7320508076,0.4,0.6,0.1,3,3,8,4,5,0,8,5,2,3,5,0,0,1,1,0,0 +9769,0,1,4,7,1,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.7783883541,0.3780211634,3.3166247904,0.5,0.3,0.0,1,4,10,3,11,1,8,8,0,2,11,0,1,0,0,0,0 +9771,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,0.6,0.8481597727,4,1,-1,0,0,0,1,0,0,1,34,2,0.4,0.8898532705,0.3780211634,3.7416573868,0.8,0.6,0.9,2,2,9,4,9,2,4,7,4,4,11,0,1,1,0,0,0 +9773,0,4,2,1,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,1.6,1.7968722826,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6876718418000001,0.3685105155,3.0,0.0,0.0,0.2,2,1,8,2,10,1,7,5,3,2,6,0,1,1,1,1,1 +9775,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.2,0.5989574275,11,1,0,0,1,1,1,1,3,1,74,3,0.3869108424,0.4309321053,-1.0,0.0,0.6,0.6,0.8,2,4,7,3,10,1,7,5,1,5,5,0,1,0,1,0,0 +9782,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.7,0.1,-1.0,6,1,-1,0,1,11,1,1,0,1,19,1,0.3155946768,0.4530885743,0.3626292873,0.0,0.0,0.5,0.1,1,2,7,1,9,3,3,5,0,2,10,1,0,1,0,1,0 +9783,1,0,4,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,0.93641604,11,1,-1,0,-1,15,1,0,2,1,97,3,0.3872983346,0.922693685,-1.0,3.6055512755,0.8,0.5,0.5,1,1,9,3,9,2,13,4,0,4,9,0,0,1,1,1,0 +9786,0,6,1,2,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,0.6923691212,0,1,-1,0,1,1,1,1,0,1,64,1,0.3160696126,0.4988209238,0.3640054945,1.4142135624,0.8,0.0,0.9,2,1,8,2,9,2,6,8,0,4,3,0,0,1,0,0,0 +9789,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,1.0776131031,10,0,-1,0,0,11,1,1,0,1,30,3,0.4469899328,0.7648799398,0.4511097427,2.2360679775,0.7,0.3,0.8,2,1,8,2,5,3,5,6,2,3,9,0,0,0,0,0,1 +9790,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.516599458,7,1,0,0,0,0,-1,1,2,1,32,3,0.316227766,0.5928290487,0.2944486373,2.6457513111,0.8,0.1,0.0,1,2,8,2,8,3,5,4,0,3,8,0,1,1,1,0,0 +9791,0,3,2,1,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.7,0.4,0.7901740315000001,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7881089406999999,0.3836665219,3.3166247904,0.9,0.1,0.6,1,0,4,6,7,3,7,7,2,2,11,0,0,1,0,1,0 +9794,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,0.2,0.5733672471,7,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.6692786298,0.30331501780000003,3.3166247904,0.4,0.2,0.5,2,2,6,2,10,4,10,1,2,4,7,1,1,1,1,0,0 +9796,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5055937104,7,1,0,0,0,11,1,1,2,1,53,2,0.4688283268,0.5834671236,-1.0,0.0,0.3,0.1,0.3,1,2,8,2,11,1,4,4,2,2,9,1,0,1,0,0,0 +9798,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.7814249804000001,7,0,-1,1,-1,14,1,1,2,1,104,2,0.4795831523,0.8776612423000001,0.438520239,2.8284271247,0.0,0.5,0.2,4,2,7,3,9,2,7,6,0,5,9,1,0,0,0,0,0 +9804,0,5,1,4,1,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.4,0.705336799,9,0,1,9,0,10,1,1,2,1,104,3,0.4472135955,1.4224295361,0.3908964057,3.4641016151,0.3,0.0,0.5,2,2,9,3,8,3,7,9,0,1,1,0,1,0,0,0,0 +9806,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5261891295000001,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6933867059000001,0.3924283374,3.0,0.6,0.4,0.6,4,4,8,3,10,0,6,8,1,3,6,0,1,1,0,0,1 +9810,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.1321991874,2,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7619841433,0.3615245497,3.6055512755,0.9,0.6,0.1,2,3,7,4,11,2,14,4,1,2,4,1,0,0,0,1,0 +9811,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.4444097209,11,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8394335948999999,-1.0,3.6055512755,0.7,0.9,0.8,3,0,10,1,5,2,8,6,2,5,13,0,1,1,0,0,0 +9812,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.7,0.2,0.6294839156,11,1,1,0,0,11,1,0,2,1,2,3,0.4242640687,1.0300595746,-1.0,3.6055512755,0.2,0.8,0.2,2,2,8,3,11,5,5,3,1,2,9,1,1,1,1,1,0 +9816,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.5379358698,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6500317856000001,0.3619392214,3.0,0.2,0.5,0.5,2,0,9,3,10,3,4,5,1,4,10,1,0,0,0,0,0 +9819,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,-1.0,6,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.0480205663,0.4009987531000001,3.3166247904,0.2,0.5,0.7,2,2,9,2,7,1,11,6,2,2,9,1,1,0,0,1,0 +9820,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.8102666381,0.3974921383,3.1622776602,0.7,0.1,0.6,3,3,7,3,7,2,8,12,0,4,1,0,1,0,0,0,0 +9823,0,4,2,4,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.9,0.2,0.5994789403999999,11,1,-1,0,-1,1,1,1,3,1,64,1,0.316227766,0.5694531232,0.3619392214,2.6457513111,0.0,0.8,0.3,3,3,8,8,9,3,8,6,2,5,6,0,1,0,1,1,0 +9828,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.4153311931000001,5,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.7682356087000001,0.310322413,3.4641016151,0.8,0.0,0.2,0,3,7,1,4,1,5,5,0,5,13,0,0,1,1,0,1 +9830,0,1,2,0,0,6,0,0,1,0,0,0,0,0,0,2,0,0,1,0.7,0.5,0.9287087811,6,1,-1,2,0,11,1,1,0,1,14,0,0.3741657387,0.8058156383,0.4286023798,3.3166247904,0.8,0.0,0.0,4,3,7,5,9,3,13,6,0,3,7,0,1,1,0,0,0 +9833,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.4,0.0,-1.0,11,0,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.8803995148999999,0.4269660408,3.0,0.7,0.9,0.8,3,2,6,2,7,4,12,7,0,2,7,0,0,0,1,0,0 +9834,0,6,3,7,1,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.4,0.0,-1.0,8,0,-1,0,0,10,1,1,0,1,28,3,0.3872983346,0.888621832,0.3820994635,3.0,0.2,0.2,0.5,4,3,8,1,10,5,8,9,2,1,2,0,0,1,1,1,0 +9836,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.6754628043,10,1,-1,0,0,1,1,1,0,1,38,1,0.316227766,0.7172606290000001,0.3598610843,3.3166247904,0.2,0.2,0.9,4,2,6,4,11,3,4,8,0,3,7,0,0,1,0,0,0 +9839,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.2,0.6819090848,7,1,-1,0,-1,0,1,0,1,1,23,3,0.4,0.9854100963,0.3974921383,3.6055512755,0.7,0.3,0.8,3,0,7,4,10,4,9,8,2,3,10,0,1,1,1,0,0 +9840,0,3,1,1,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.7,0.3,0.7681145748,11,0,1,0,0,10,1,0,2,1,28,3,0.3741657387,0.9511558866,0.32984845,3.7416573868,0.1,0.8,0.1,1,1,7,4,8,1,9,6,2,3,9,0,0,1,0,0,0 +9841,0,7,1,4,1,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.5,0.7697402159000001,11,1,1,0,1,11,1,1,3,1,16,3,0.3741657387,0.7125788343,0.3185906464,3.3166247904,0.3,0.0,0.8,3,3,7,4,9,5,9,4,0,2,7,1,0,1,1,0,0 +9842,0,1,1,5,1,3,0,1,0,0,0,0,0,0,0,7,0,1,0,0.8,0.2,0.5820223363,11,1,1,0,1,0,1,1,2,1,39,3,0.3160696126,0.7005605784000001,-1.0,3.1622776602,0.8,0.3,0.4,4,2,9,3,9,2,5,2,0,3,5,0,0,1,1,0,0 +9848,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5618051264,5,1,1,0,1,0,1,1,0,1,32,1,0.316227766,0.6785832348,0.2944486373,3.6055512755,0.5,0.1,0.5,2,0,8,2,9,2,7,3,1,3,8,0,1,0,1,1,0 +9850,1,0,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6796936597,0.3615245497,3.1622776602,0.8,0.4,0.8,4,3,7,3,9,3,5,5,0,4,7,0,0,1,0,1,0 +9854,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.3,0.6528782429,7,1,-1,0,-1,6,1,1,0,1,26,3,0.4,0.6562320442,0.3907684737,2.6457513111,0.5,0.5,0.2,3,1,9,5,9,4,12,11,0,3,6,0,0,1,1,1,0 +9855,0,1,3,6,1,6,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.5049752469,7,0,-1,0,-1,1,1,1,2,1,25,3,0.4,0.844268474,-1.0,3.6055512755,0.3,0.5,0.9,3,1,5,1,8,4,5,5,2,4,11,0,1,1,0,0,0 +9858,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.7,1.4,1.3067134345,10,0,-1,1,1,9,1,1,0,1,104,2,0.5744562647,0.9522917117,0.4615192304,3.0,0.5,0.9,0.8,2,0,10,3,7,5,10,8,0,1,11,0,1,0,1,0,0 +9860,0,3,1,11,0,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.5,0.3,0.4930770731,7,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.7471709729000001,0.3666060556,3.4641016151,0.5,0.2,0.3,2,0,8,5,9,3,7,2,2,4,9,0,1,1,1,0,0 +9861,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.7782191208,11,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.5839272852,0.3674234614,2.2360679775,0.4,0.8,0.6,2,2,9,3,11,2,11,4,1,6,8,1,0,0,0,1,0 +9863,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.6219927652,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6992173901000001,0.3583294573,3.4641016151,0.7,0.3,0.1,2,3,8,3,11,2,14,6,0,4,11,0,1,1,0,0,0 +9864,0,0,3,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.8321658489,7,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.771509736,0.3598610843,3.7416573868,0.6,0.6,0.9,1,2,7,4,10,5,10,6,2,2,7,0,0,1,1,1,0 +9872,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.7,1.0155048006,11,1,-1,0,-1,0,1,1,2,1,104,2,0.4220189569,0.4712389157,0.3872983346,0.0,0.6,0.6,0.2,1,1,8,3,11,2,7,3,1,3,5,0,1,0,0,0,1 +9873,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.9,1.1171951486,4,1,-1,0,0,9,1,1,0,1,93,2,0.4,0.8803408431,0.3834057903,3.7416573868,0.7,0.5,0.7,3,1,9,2,9,2,11,5,0,2,12,0,1,0,0,0,0 +9877,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.6571719714,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6176468273,0.3619392214,2.8284271247,0.5,0.5,0.3,3,3,7,4,9,7,8,5,5,5,7,0,1,0,0,1,1 +9879,0,0,2,5,0,0,0,0,0,1,0,0,0,0,0,3,0,0,0,0.9,1.8,1.5049916943,11,0,1,0,1,11,1,0,2,1,17,2,0.4242640687,1.0191756513,-1.0,3.6055512755,0.0,0.1,0.4,4,2,9,2,7,4,11,5,2,4,9,0,0,1,1,1,0 +9880,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.4905354218,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6557438524,0.3817066937,2.2360679775,0.7,0.3,0.9,3,1,10,4,8,1,8,4,1,1,8,0,1,0,1,1,0 +9883,0,2,2,4,1,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0.9,0.3,0.6941721688,5,1,1,0,1,1,1,0,1,1,64,3,0.316227766,0.7415641276,0.3016620626,3.6055512755,0.1,0.3,0.3,3,3,9,3,8,2,9,3,1,5,10,0,0,0,0,0,0 +9885,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.3,0.8362864342,11,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.5821376964,0.3744329045000001,2.0,0.2,0.4,0.1,3,1,8,3,9,2,8,6,0,3,5,0,0,1,0,0,0 +9886,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.7483314774,4,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6059962086999999,0.3687817783,2.6457513111,0.9,0.2,0.2,3,1,6,3,9,1,12,2,1,1,13,0,0,1,1,1,0 +9888,0,4,1,2,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,1.2,1.4091220671,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5922711575,0.3734969879,2.0,0.3,0.6,0.7,3,3,9,4,6,4,4,11,2,1,3,1,1,1,0,1,0 +9893,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.7793831,0.3598610843,3.6055512755,0.5,0.8,0.5,1,3,7,3,10,2,13,6,4,4,6,0,1,1,0,1,0 +9894,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.6712860790999999,7,1,-1,2,-1,11,1,1,1,1,94,0,0.3741657387,0.7875582098,0.4301162634,3.6055512755,0.8,0.7,0.9,3,1,8,3,10,3,4,2,4,5,8,0,1,1,1,0,0 +9895,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.3,0.6576473219,5,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7333411595,0.2944486373,3.6055512755,0.5,0.6,0.5,3,1,8,2,10,3,11,7,3,3,8,0,1,0,1,0,0 +9896,0,4,2,5,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,4,1,-1,2,1,0,0,1,0,1,104,0,0.4,0.6461104222,0.4102438299,2.4494897428,0.6,0.6,0.4,4,3,10,1,10,3,8,6,1,2,4,0,1,0,1,1,0 +9897,0,1,1,11,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.1,1.0761621625,7,1,1,0,0,1,1,1,2,1,80,3,0.316227766,0.7062735405,-1.0,3.4641016151,0.9,0.0,0.8,4,2,8,4,10,3,7,4,0,2,9,0,1,1,1,0,0 +9899,0,0,4,8,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.8,0.9791578014,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7509222979000001,0.3687817783,3.6055512755,0.3,0.0,0.9,2,3,8,6,9,1,6,7,2,3,8,0,1,1,0,0,0 +9901,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.5,0.4866980583,7,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7782821728,0.4301162634,3.4641016151,0.9,0.2,0.4,2,0,6,0,11,3,11,5,1,1,9,0,1,0,1,1,1 +9902,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6814506585,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7504819387999999,0.3615245497,3.6055512755,0.6,0.8,0.3,1,4,7,3,8,2,10,4,2,4,6,0,1,1,0,0,0 +9904,0,2,1,4,1,4,0,1,0,0,0,0,0,0,0,3,1,0,0,0.4,0.2,0.516599458,11,1,1,0,0,9,1,0,2,1,104,2,0.4,0.9772198717,0.3173326331,3.7416573868,0.3,0.9,0.7,3,1,7,5,10,1,6,8,4,4,6,0,0,1,0,0,1 +9906,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.625,7,1,-1,2,-1,14,1,1,2,1,104,0,0.4,0.6244832575,0.4049691346,2.8284271247,0.7,0.9,0.1,1,3,7,2,8,2,13,9,1,0,10,0,0,1,1,0,0 +9911,0,5,4,9,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.9,1.1707369474,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7238984222,-1.0,3.4641016151,0.5,0.9,0.7,2,3,8,5,11,2,8,6,2,6,7,1,0,1,0,0,0 +9914,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,3,1,66,3,0.3998749805,0.6971310748999999,0.3817066937,2.6457513111,0.7,0.2,0.2,1,0,8,3,9,3,7,12,1,2,3,0,1,1,0,1,0 +9915,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.4,0.5830951895,7,1,1,0,0,1,1,0,2,1,70,3,0.3741657387,0.9185080429,0.3301514804,3.7416573868,0.8,0.8,0.4,1,3,6,1,11,2,14,4,0,2,8,0,0,0,0,1,0 +9917,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,0,0,0.9,1.8,1.6,10,0,-1,8,0,13,1,1,4,1,20,3,0.4472135955,1.0658485154,0.4295346319,3.1622776602,0.6,0.5,0.0,2,2,7,1,11,3,9,8,1,3,6,0,1,1,0,1,0 +9921,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,0,1,0,1,14,1,1,2,1,8,3,0.4,1.0246345851,-1.0,3.7416573868,0.7,0.3,0.2,2,0,8,5,8,3,5,4,0,2,9,0,1,1,1,0,0 +9924,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7673610462,0.3849675311,3.3166247904,0.3,0.6,0.4,3,3,7,7,7,3,8,2,0,1,12,0,1,1,0,0,1 +9925,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.4,0.6731456009000001,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5352839672999999,0.3307567082,2.0,0.8,0.8,0.0,4,3,8,3,9,3,8,5,1,2,13,0,1,1,1,1,0 +9926,0,4,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8918571023,0.374566416,3.6055512755,0.7,0.4,0.2,3,4,9,3,9,2,6,7,1,2,12,0,1,1,0,1,0 +9927,0,1,4,11,1,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,0.2,1.010878331,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6439001771,0.34727510710000004,3.0,0.1,0.7,0.2,1,1,8,1,10,3,8,11,0,3,11,1,0,0,1,0,0 +9932,0,1,1,8,0,0,0,0,1,0,0,0,0,0,0,11,0,0,0,0.4,0.0,0.6219927652,7,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.944776855,0.423083916,3.6055512755,0.0,0.9,0.4,2,1,9,4,9,2,9,7,3,3,10,0,0,1,0,0,0 +9935,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6485560886,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7280109889,0.4013726448,2.6457513111,0.5,0.2,0.1,2,2,7,3,8,2,8,5,1,1,3,0,1,1,1,0,1 +9936,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.2,0.5184110338,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7210242943999999,0.3788139385,2.6457513111,0.5,0.6,0.4,1,1,8,3,10,2,9,6,0,2,5,0,0,0,1,0,0 +9938,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.7352720585,11,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7525438951000001,0.3974921383,2.8284271247,0.6,0.1,0.1,1,2,6,3,10,3,7,7,1,3,9,1,0,0,1,0,0 +9941,0,1,2,9,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.3543910071,11,1,1,0,0,1,1,1,2,1,65,1,0.316227766,0.6473563531000001,0.2898275349,3.4641016151,0.7,0.8,0.6,2,1,6,2,9,1,12,6,1,4,6,1,0,1,1,0,0 +9944,0,3,1,10,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.2,1.2661457262,4,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.7815935195,0.378153408,2.8284271247,0.7,0.4,0.3,3,1,8,3,7,2,10,5,1,6,5,0,0,1,0,0,1 +9945,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6025985397,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8393966743000001,0.3848376281000001,3.6055512755,0.3,0.2,0.8,2,0,8,3,12,1,7,6,1,2,8,0,1,0,0,0,0 +9946,0,0,1,6,1,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.3,0.3824264635,5,1,0,0,1,1,1,1,2,1,65,1,0.3152776554,0.377573812,0.28372521920000005,0.0,0.8,0.1,0.6,4,3,6,3,8,3,9,10,3,2,7,1,1,0,0,0,0 +9949,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.8888194417,6,1,1,0,0,14,1,0,2,1,60,1,0.316227766,0.7170589611,0.3070830507,3.6055512755,0.2,0.0,0.4,4,1,6,2,9,1,10,5,2,4,9,0,0,1,0,1,1 +9953,0,0,1,9,0,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6214901447,7,1,0,0,0,14,1,1,2,1,82,3,0.3160696126,0.5748697301,-1.0,2.2360679775,0.8,0.8,0.1,3,5,8,1,7,2,8,3,0,1,12,0,1,1,0,0,0 +9954,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.7,1.0717975555,4,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.7082745884,0.3907684737,3.1622776602,0.3,0.9,0.8,3,2,9,4,10,1,19,4,1,2,7,0,1,0,0,0,0 +9957,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6229967896999999,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.5433291926,0.3185906464,2.0,0.7,0.7,0.5,1,2,8,2,12,3,10,10,0,7,8,0,0,1,0,1,1 +9961,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.6495190528,7,1,1,8,0,4,1,1,2,1,6,3,0.4,0.9956724544,0.3466987165,3.4641016151,0.4,0.7,0.4,2,4,9,2,12,1,6,7,2,3,7,0,1,1,0,1,0 +9963,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.5,0.5,0.8351646544,9,1,0,0,0,6,1,1,0,1,27,3,0.3741657387,0.7301505562,0.3204684072,3.3166247904,0.0,0.9,0.8,2,3,6,6,9,2,3,2,1,4,7,0,0,1,0,0,0 +9964,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7745966692,6,1,-1,0,1,0,1,1,4,1,62,3,0.4,0.8127979428000001,0.3826225294,3.0,0.4,0.1,0.3,2,3,7,3,10,1,6,5,2,3,10,1,1,0,0,0,0 +9966,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.65,7,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.7912486209999999,0.4129164564,3.1622776602,0.5,0.3,0.6,3,2,9,1,10,5,7,5,2,2,6,0,1,0,0,0,0 +9967,0,5,1,6,0,6,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,1.4,1.2602083161,11,1,-1,8,-1,14,1,1,2,1,104,2,0.475394573,0.8520514864000001,0.4785394446,2.8284271247,0.9,0.6,0.7,3,1,7,3,10,5,2,6,2,3,7,0,1,0,0,1,0 +9973,0,3,1,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6239991987,0,1,-1,0,1,1,1,1,0,1,64,1,0.3160696126,0.5658497596000001,0.3640054945,2.6457513111,0.8,0.8,0.5,3,2,8,5,9,2,5,5,1,1,9,0,1,1,1,1,0 +9974,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.6,1.101986842,8,1,-1,0,1,4,1,1,0,1,12,2,0.4,0.8131797856,0.3708099244,3.4641016151,0.1,0.2,0.9,5,3,9,3,8,2,7,6,1,3,7,0,0,1,0,0,0 +9975,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.9,1.4004463574,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.2280805422,0.416533312,3.4641016151,0.4,0.4,0.2,2,0,6,4,10,3,11,5,1,3,10,1,1,0,0,1,0 +9979,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.3,0.3,-1.0,4,1,-1,2,0,1,1,1,0,1,104,1,0.3605551275,0.6572859297,0.35085609590000005,3.4641016151,0.9,0.5,0.7,1,1,8,3,8,2,7,6,3,3,5,1,1,1,0,1,1 +9980,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.3,0.0,0.856592085,7,1,0,1,1,14,1,1,2,1,104,2,0.4,0.884812162,0.340881211,3.3166247904,0.3,0.3,0.6,1,4,7,3,10,3,10,4,1,2,4,0,1,1,0,1,0 +9986,0,7,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.0,-1.0,0,1,-1,0,1,10,1,0,0,1,28,3,0.3741657387,1.1146748405,0.3820994635,3.7416573868,0.3,0.7,0.9,0,2,7,5,12,1,9,5,2,1,16,0,1,0,1,1,0 +9987,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.394493346,11,1,1,0,0,4,1,0,-1,1,84,3,0.316227766,0.8319671998,0.3201562119,3.6055512755,0.0,0.9,0.0,2,2,7,3,10,2,7,7,4,1,2,0,1,1,0,0,0 +9994,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.2,0.2,-1.0,6,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7125788343,0.3887158345,3.3166247904,0.3,0.6,0.7,2,3,9,1,7,3,9,3,1,2,8,0,1,0,0,0,0 +9996,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,1.0,1.2384466077,6,1,-1,0,1,11,1,0,0,1,17,2,0.4242640687,1.002373217,-1.0,3.6055512755,0.3,0.0,0.5,1,1,8,1,10,2,9,4,0,6,7,0,0,1,1,0,0 +9997,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.6,0.7673004627,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.618733043,0.3687817783,3.1622776602,0.1,0.6,0.1,2,1,8,2,8,5,7,4,0,1,10,0,0,1,0,1,1 +10000,0,6,1,5,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.3,0.5852349955,4,1,-1,0,1,1,1,1,0,1,85,3,0.3741657387,0.7109677958,0.3974921383,2.8284271247,0.3,0.1,0.2,3,0,7,3,10,2,7,3,2,5,10,0,0,0,0,0,0 +10001,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.4,0.0,0.504356025,7,1,0,0,1,14,1,1,2,1,42,2,0.4,0.6820908546,0.3376388603,2.8284271247,0.8,0.5,0.1,2,1,7,3,11,0,7,4,0,1,10,0,1,0,0,1,0 +10005,1,2,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.0,1.075,10,0,1,0,1,10,1,1,2,1,55,2,0.4472135955,1.1678457246,0.359722115,3.7416573868,0.5,0.4,0.4,3,2,9,3,9,0,9,8,1,3,13,0,1,1,1,1,0 +10007,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.2,0.2,-1.0,7,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.886015083,0.310322413,3.7416573868,0.8,0.5,0.5,2,2,7,3,9,2,5,7,2,4,4,0,0,1,0,0,0 +10010,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.8097928518,0.423083916,3.1622776602,0.9,0.5,0.6,2,1,9,1,12,2,11,6,3,3,5,0,1,1,1,0,0 +10011,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.8,0.4,1.9054199012,11,0,1,1,1,0,1,0,2,1,104,3,0.3741657387,1.3579274436000002,0.34899856729999995,3.7416573868,0.0,0.3,0.4,1,1,8,3,10,4,8,5,0,3,7,0,1,0,0,0,0 +10013,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.4968651729,7,1,-1,0,-1,11,1,1,1,1,11,2,0.316227766,0.6692786298,0.3687817783,3.3166247904,0.8,0.5,0.0,0,1,5,5,10,3,12,10,1,3,10,1,0,1,0,0,0 +10017,0,0,3,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.9630680142,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.0855264937,0.416533312,3.4641016151,0.9,0.7,0.9,3,1,9,4,10,1,5,3,2,4,5,1,0,1,0,0,0 +10018,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.3,0.7241374179000001,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6107000454,0.3521363372,3.1622776602,0.2,0.0,0.2,1,2,3,1,7,3,6,7,2,6,11,0,0,0,0,0,1 +10021,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.6951722540999999,0.3708099244,3.0,0.2,0.7,0.5,2,1,9,2,8,3,8,3,0,2,13,0,0,0,0,0,0 +10024,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.0,1.3988834834,11,1,1,0,1,11,1,1,2,1,53,2,0.4472135955,0.8802000148000001,0.3774917218,3.1622776602,0.4,0.6,0.3,2,0,9,2,10,3,7,8,0,4,10,0,1,1,0,1,1 +10030,0,0,2,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0.1,0.3,-1.0,11,1,1,0,1,1,1,0,2,1,64,3,0.316227766,0.7660405876,0.3016620626,3.7416573868,0.1,0.5,0.5,2,0,9,3,11,3,7,9,2,3,8,0,0,1,0,0,0 +10031,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6359048671,6,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7844696055,0.3754996671,3.6055512755,0.9,0.4,0.0,2,3,8,1,11,2,10,4,2,2,11,0,1,1,0,1,0 +10032,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.605702072,9,1,0,0,1,7,1,1,2,1,104,3,0.4,0.9624671294,0.3746998799,3.3166247904,0.3,0.8,0.5,2,2,7,2,8,2,3,3,0,3,6,0,1,0,0,1,0 +10033,1,2,2,2,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,1.3,-1.0,10,1,-1,0,1,1,1,1,0,1,74,2,0.4,0.8570562727,0.3784177586,3.6055512755,0.4,0.7,0.1,4,3,8,3,9,2,7,3,0,1,6,0,1,0,0,0,0 +10036,0,3,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.7202430145000001,7,1,1,0,0,0,1,1,2,1,98,3,0.4,0.7878729604000001,0.3309078422,3.0,0.4,0.6,0.9,1,2,10,4,10,0,7,6,0,2,5,1,1,1,0,0,0 +10039,0,4,1,5,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.7318640584,11,0,1,1,1,1,1,1,2,1,35,1,0.3741657387,0.9973725814,0.3049590136,3.4641016151,0.6,0.6,0.2,3,1,9,1,6,0,8,7,2,1,11,0,1,0,0,0,0 +10040,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.7,1.6130328577000002,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0390555152,0.4086563348,3.4641016151,0.8,0.2,0.6,2,3,9,2,11,2,14,5,1,3,8,0,1,1,0,1,1 +10044,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.9,1.1401754251,8,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8282586533,0.3794733192,3.6055512755,0.0,0.0,0.7,2,1,6,1,10,4,8,3,4,4,10,0,0,1,0,1,0 +10045,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5804093383,7,1,-1,1,-1,12,0,1,2,1,104,2,0.3741657387,0.7526399818,0.3987480407,3.4641016151,0.7,0.4,0.8,3,3,7,0,10,4,10,6,2,4,3,1,1,0,1,1,0 +10058,0,4,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,1.1,1.2432316759,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4123105626,0.7363215476,0.3964845520000001,2.4494897428,0.3,0.5,0.1,0,2,6,5,8,3,10,2,4,1,7,0,1,1,1,1,0 +10061,0,4,2,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7626617157,0.3850973903,3.1622776602,0.7,0.0,0.6,3,2,10,2,9,0,8,5,4,3,4,0,0,1,0,0,0 +10064,0,0,1,1,0,3,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5049752469,7,1,-1,0,-1,14,1,1,1,1,68,3,0.3994996871,0.6855051826,0.4074309757,2.0,0.3,0.0,0.5,2,3,7,3,7,1,11,2,3,4,6,0,0,0,0,0,0 +10065,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.7,0.3,0.704006392,8,0,-1,8,1,13,0,1,0,1,4,2,0.4976946855,1.066439585,0.5186520992,2.8284271247,0.8,0.2,0.5,3,3,10,4,8,0,8,5,0,5,10,1,1,1,0,1,0 +10066,0,0,2,6,1,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.4,0.8287792226999999,3,1,-1,1,-1,14,1,1,2,1,104,2,0.4,0.9055955531,0.3920459157,3.3166247904,0.8,0.1,0.8,3,2,6,2,11,2,6,6,1,2,9,0,1,0,0,1,0 +10076,0,4,1,10,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,1.1551515052,11,0,-1,0,-1,14,1,1,2,1,104,2,0.4459820624000001,0.9189578179,0.4062019202,3.0,0.0,0.7,0.2,4,2,10,3,8,3,6,2,0,4,8,0,0,0,1,0,1 +10080,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.7,0.8,10,0,-1,9,0,13,1,1,0,1,104,3,0.5324471805,0.994623979,0.500999002,2.2360679775,0.9,0.7,0.6,2,1,10,1,11,3,7,6,1,2,11,0,1,0,0,1,0 +10081,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7602060398999999,0.3663331817,3.3166247904,0.2,0.1,0.9,3,2,7,2,9,2,9,6,0,3,4,0,0,0,1,0,1 +10083,0,0,4,8,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,10,0,-1,0,0,11,1,1,0,1,104,2,0.4472135955,0.7476823695,0.4110960958,3.0,0.8,0.5,0.0,1,3,9,0,10,1,9,6,0,1,8,1,0,0,0,0,0 +10084,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.5,1.4159802259,11,1,-1,0,-1,1,1,1,0,1,74,3,0.3741657387,0.7068437587,0.3861346915,3.0,0.1,0.1,0.8,2,0,9,3,8,1,4,3,0,3,4,0,1,0,0,1,0 +10086,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.7,1.4,1.4337450959,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7267363079000001,0.3615245497,3.3166247904,0.9,0.6,0.5,3,1,7,2,11,2,8,3,2,2,5,0,0,0,0,0,0 +10091,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5105144464,7,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6039983854,0.3744329045000001,2.0,0.0,0.2,0.6,3,1,9,3,11,2,11,3,0,4,4,0,1,0,1,0,1 +10092,0,4,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.3,1.3536986371000002,10,0,-1,0,0,14,1,1,0,1,68,3,0.4472135955,0.8373635327,0.4272001873,2.8284271247,0.0,0.6,0.9,0,2,7,3,10,2,7,8,1,2,10,0,0,1,0,0,1 +10096,0,5,2,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.5,0.8529361055,7,1,1,0,0,11,1,1,2,1,2,3,0.4242640687,0.9318736125,-1.0,3.6055512755,0.6,0.6,0.1,4,3,9,3,11,5,10,5,2,2,7,0,0,1,0,0,0 +10097,0,0,1,2,0,6,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,0,34,2,0.4,0.8279218233,0.3780211634,3.6055512755,0.4,0.7,0.5,4,2,8,3,10,2,3,6,2,1,8,0,1,1,1,1,0 +10098,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.7648529270000001,3,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4223116236,0.3471310992,0.0,0.4,0.5,0.1,2,3,9,5,12,2,5,8,2,1,11,0,1,1,0,1,0 +10099,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.1,0.3,-1.0,11,1,0,0,0,4,1,1,2,1,9,2,0.316227766,0.7001032982,0.3201562119,3.3166247904,0.3,0.4,0.2,1,2,8,3,10,2,8,6,1,2,10,0,1,0,0,0,1 +10100,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6860211367,6,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.6241523177,0.3744329045000001,2.6457513111,0.9,0.2,0.3,4,3,8,2,7,2,7,3,1,1,2,0,0,0,0,1,0 +10105,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.9,1.2484990989,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0031767722,0.4,3.4641016151,0.4,0.3,0.6,1,1,8,3,9,3,11,4,2,1,6,0,1,0,0,1,0 +10106,0,3,3,8,1,3,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.4433035024,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6246155843,0.3583294573,3.0,0.6,0.5,0.5,5,2,9,3,8,2,10,4,1,5,6,1,1,0,0,0,1 +10110,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.5,0.3,0.7373940602,6,1,-1,0,1,11,0,0,0,1,101,3,0.3741657387,0.9269272975,0.3850973903,3.7416573868,0.0,0.0,0.1,1,0,7,4,10,1,6,4,1,2,10,0,1,0,1,0,1 +10115,0,4,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.7119515433,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7056150239,0.3887158345,3.3166247904,0.2,0.8,0.9,3,2,9,2,9,2,10,4,0,2,8,0,1,1,0,1,0 +10125,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.7079901129,11,1,-1,1,-1,3,1,0,0,1,102,2,0.4,0.9586491874,-1.0,3.6055512755,0.6,0.6,0.0,2,4,6,6,7,1,10,4,1,3,11,0,0,1,0,0,1 +10127,1,0,1,8,1,0,0,0,1,0,0,0,1,0,1,13,0,1,0,0.3,0.0,0.9350802105,11,0,1,0,0,15,1,0,2,1,5,2,0.4472135955,1.2281141896,0.32557641190000003,3.7416573868,0.7,0.5,0.7,2,0,9,3,10,3,6,2,1,1,7,0,1,0,1,0,0 +10128,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.0,0.4873397172,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6621246793,0.3701351105,2.8284271247,0.5,0.2,0.6,2,1,7,1,10,2,8,6,1,3,7,0,1,1,0,0,1 +10131,0,0,3,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.2,0.7176350047,8,1,-1,0,0,14,1,0,0,1,60,1,0.316227766,0.7069898943999999,0.34727510710000004,3.6055512755,0.3,0.1,0.5,2,4,9,4,9,4,7,9,1,1,6,0,1,0,0,0,1 +10133,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.8,1.2193748398,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.778985354,0.3974921383,3.1622776602,0.7,0.5,0.5,3,0,8,1,7,2,12,2,2,5,11,0,1,1,0,1,0 +10136,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.4,0.0,0.7,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.798151273,0.3850973903,3.3166247904,0.2,0.7,0.3,2,2,9,4,9,1,8,1,3,3,6,1,0,1,0,0,1 +10139,0,2,1,4,1,1,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.1258330249,11,0,-1,8,-1,4,1,1,1,1,6,3,0.4472135955,1.0569428079,0.4210700654,3.6055512755,0.1,0.1,0.7,2,1,7,2,4,3,12,6,2,1,14,0,0,1,0,1,1 +10140,0,3,3,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.4,0.6619101146999999,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6343148839,0.3926830783,2.4494897428,0.6,0.0,0.5,2,3,8,4,11,2,7,9,3,3,13,0,1,0,1,0,0 +10141,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,7,1,0,0,0,1,1,1,2,1,64,1,0.316227766,0.6522212522999999,0.3016620626,3.4641016151,0.4,0.4,0.4,2,3,9,4,10,2,3,8,1,1,9,0,1,1,0,0,0 +10143,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7,11,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6371423807,0.3744329045000001,2.4494897428,0.3,0.0,0.3,2,3,9,2,9,3,14,7,5,3,14,0,1,0,1,0,0 +10144,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.0,0.9273618495,10,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7435396692,0.3926830783,3.3166247904,0.6,0.2,0.7,4,1,10,2,11,2,7,4,0,4,4,0,1,0,1,0,0 +10145,0,1,1,7,1,2,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,1.4,1.3423393759,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.664227632,0.3744329045000001,2.8284271247,0.4,0.5,0.4,2,1,6,2,11,1,11,7,1,0,6,0,1,0,1,0,1 +10147,0,0,1,7,1,6,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.7,0.8388980868000001,11,0,-1,0,-1,9,1,0,2,1,104,2,0.4,0.9063481352,-1.0,3.7416573868,0.8,0.6,0.4,2,0,8,4,11,3,6,5,1,0,4,0,0,0,1,0,1 +10150,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.2,0.1,-1.0,7,1,0,2,0,0,1,1,2,1,100,0,0.3997499218,0.7930873869,0.3217141588,3.3166247904,0.9,0.5,0.2,3,1,9,3,11,3,6,12,1,3,4,1,0,1,0,0,0 +10151,0,2,1,3,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.5,0.7745966692,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6318835807000001,0.3583294573,3.1622776602,0.4,0.6,0.2,2,2,6,2,8,4,13,8,1,3,8,0,0,1,0,1,0 +10152,0,0,1,7,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,1.0,1.3021616643,9,1,1,0,0,9,1,0,0,1,104,2,0.316227766,0.9152631379,0.316227766,3.7416573868,0.6,0.6,0.3,3,3,7,6,8,4,8,5,3,5,8,0,1,1,1,0,0 +10153,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8297913708,0.4017461885,3.6055512755,0.4,0.0,0.6,2,1,9,5,10,1,12,8,1,1,11,0,1,0,0,1,0 +10156,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6284902545000001,11,1,-1,0,-1,4,1,0,2,1,48,1,0.316227766,0.7645557236,0.3710795063,3.7416573868,0.2,0.9,0.6,2,1,10,4,9,1,13,4,1,3,12,1,0,0,0,1,0 +10157,0,3,4,7,1,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,1.2,1.410895106,11,1,1,3,1,11,1,1,1,1,104,3,0.4472135955,0.8166399612999999,0.4466542287,2.8284271247,0.1,0.1,0.8,3,3,9,4,8,0,5,8,0,1,12,0,1,1,0,0,0 +10158,0,0,3,11,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,1.0,0.8891709622,7,1,1,0,0,0,1,0,2,1,78,3,0.4,0.9427299027,0.3287856445,3.7416573868,0.0,0.9,0.0,3,3,10,5,9,4,10,6,4,3,10,0,0,0,0,1,0 +10165,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,8,1,-1,0,0,0,1,1,0,1,98,3,0.4,0.8479557333,0.3974921383,3.3166247904,0.2,0.2,0.5,0,0,9,2,9,4,5,4,0,3,5,0,1,1,1,0,0 +10167,0,5,3,6,0,3,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.6946221995,7,1,-1,0,-1,1,1,1,2,1,104,3,0.4236744033,0.6627640593,0.4031128874,2.2360679775,0.5,0.9,0.8,2,0,6,2,10,5,8,3,3,4,7,0,1,0,1,1,0 +10171,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.4,1.2121777922,10,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7693374847,0.3849675311,3.3166247904,0.6,0.5,0.3,2,4,6,4,10,1,5,7,2,1,13,0,0,1,1,1,0 +10172,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,7,1,0,0,1,0,1,1,2,1,32,3,0.316227766,0.6444774935,0.2944486373,3.0,0.5,0.6,0.1,3,2,9,4,7,2,3,7,1,3,11,1,1,0,0,0,0 +10174,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.4677071733,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6148976936,0.34727510710000004,3.0,0.8,0.9,0.6,3,3,8,3,8,3,12,7,0,1,7,0,0,0,1,0,0 +10179,0,0,1,3,1,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,1,1,0,0,1,0,1,1,2,1,87,3,0.316227766,0.6751798045999999,0.2944486373,3.0,0.1,0.9,0.4,2,3,7,3,9,0,5,7,0,5,3,0,0,1,0,0,0 +10180,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.2691040146,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6491889409,0.3583294573,3.1622776602,0.4,0.1,0.6,2,2,7,3,10,1,8,3,2,4,5,1,0,0,1,1,0 +10181,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.7,0.4,0.7237057413,11,1,-1,0,-1,1,1,1,0,1,70,3,0.3741657387,0.8517119367,0.3860051813,3.6055512755,0.9,0.7,0.6,3,1,8,3,9,3,7,7,1,2,5,1,1,1,0,0,0 +10182,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7685213073999999,7,1,1,0,0,0,1,1,2,1,37,2,0.316227766,0.7540935120000001,0.31144823,3.4641016151,0.8,0.1,0.5,1,0,9,2,9,3,9,3,0,2,16,1,0,0,1,1,1 +10184,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7562241731,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6047163122,0.3687817783,2.8284271247,0.0,0.7,0.5,0,4,8,4,8,3,5,2,0,2,10,0,0,0,0,0,1 +10185,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7956915231,7,1,-1,0,-1,1,1,1,2,0,64,3,0.3160696126,0.5426252379,0.3640054945,2.2360679775,0.3,0.7,0.3,3,4,8,4,8,2,12,4,1,2,4,0,0,1,0,0,0 +10188,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.6,0.9594920531,6,1,-1,0,1,11,1,1,0,1,19,1,0.3155946768,0.5148417072,0.3626292873,1.0,0.5,0.2,0.5,2,2,7,2,11,2,8,6,2,5,6,0,0,1,0,0,0 +10191,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,7,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.7236843292,0.3292415527,3.4641016151,0.1,0.1,0.5,1,1,8,3,10,1,12,8,0,0,12,0,1,1,1,1,0 +10192,0,6,2,5,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.9,1.1752659274,10,0,-1,9,1,9,0,1,0,1,104,3,0.4472135955,1.2522211671,0.450555213,3.3166247904,0.6,0.0,0.5,4,2,8,2,12,4,9,2,1,6,5,0,0,1,0,0,1 +10193,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.6846531968999999,7,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8285330061,0.3181194744,3.6055512755,0.1,0.6,0.4,0,1,9,3,11,2,10,4,1,3,5,0,1,0,0,0,0 +10195,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.5,0.9161741101,7,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9916594323,0.5204805472,3.3166247904,0.0,0.6,0.0,2,1,7,2,11,2,5,5,1,2,8,0,1,1,0,1,0 +10196,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.3,0.6941721688,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6943990802,0.4129164564,2.4494897428,0.0,0.0,0.3,1,2,7,6,8,3,11,5,1,4,8,1,0,0,0,0,0 +10198,0,4,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.8261355820999999,11,1,-1,0,-1,4,1,0,2,1,12,3,0.4,1.0154824201,0.3708099244,3.7416573868,0.9,0.7,0.3,2,2,8,1,10,2,6,3,1,1,8,0,1,0,0,1,0 +10199,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,0.5,0.9788385975,9,1,-1,2,-1,11,0,0,2,1,94,0,0.3741657387,0.8363512845000001,0.4301162634,3.7416573868,0.0,0.7,0.9,2,2,9,3,9,2,6,7,2,2,7,0,1,0,1,0,0 +10205,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,9,1,1,0,0,1,0,0,2,1,51,2,0.4,0.9386996457,0.4363484846,3.7416573868,0.3,0.8,0.1,2,0,6,1,8,6,12,3,0,1,8,0,0,0,1,1,0 +10208,0,0,3,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5172040216,7,1,-1,0,-1,4,1,1,0,1,104,3,0.4469899328,0.6091587479,0.4242640687,1.7320508076,0.1,0.9,0.7,1,4,7,2,9,3,7,5,0,2,5,0,0,0,1,0,0 +10211,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.6,1.2764697411,11,1,1,0,1,4,1,1,2,1,84,3,0.316227766,0.6953951251999999,0.3201562119,3.1622776602,0.1,0.9,0.9,2,2,8,2,10,1,9,3,1,2,4,0,1,0,1,1,0 +10213,1,1,2,0,0,-1,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.9079509899,11,1,1,0,0,14,-1,0,2,1,8,3,0.3872983346,0.9340660249,-1.0,3.7416573868,0.6,0.7,0.8,4,3,8,3,9,4,7,9,2,2,5,0,0,0,0,0,0 +10215,0,7,2,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.0,1.2457427503,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5900518257,0.3583294573,2.8284271247,0.7,0.5,0.0,2,2,9,2,9,4,10,6,0,4,6,0,1,0,0,0,0 +10219,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,8,0,0,0,0.0,0.0,-1.0,4,1,-1,2,1,0,1,1,0,1,104,0,0.4220189569,0.5787382971,0.4117037770000001,1.0,0.1,0.2,0.6,0,2,9,3,11,3,8,5,0,1,12,0,0,1,0,0,0 +10220,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.5505678885999999,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7552707358,0.3937003937,3.3166247904,0.9,0.3,0.2,1,3,8,4,10,2,9,5,1,1,8,1,1,0,1,0,0 +10222,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.3,0.0,0.7758060325,7,1,-1,0,-1,1,1,0,2,1,65,1,0.316227766,0.6877018862000001,0.3507135583,3.6055512755,0.6,0.1,0.8,2,1,9,3,10,3,7,2,1,4,7,1,1,1,0,0,0 +10223,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,14,1,1,0,1,68,3,0.4,0.9288472595,0.4074309757,3.3166247904,0.0,0.1,0.1,3,1,8,2,7,1,14,4,2,5,7,0,1,0,0,0,0 +10227,1,5,1,6,1,6,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.8104782539000001,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7573128332,0.3754996671,3.1622776602,0.8,0.8,0.9,4,1,7,2,11,5,9,7,0,6,11,0,1,0,0,0,0 +10228,0,5,2,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.9,1.1252777435,11,0,-1,0,-1,7,1,0,2,1,104,3,0.4472135955,1.1264751577,0.423792402,3.7416573868,0.4,0.5,0.4,1,2,8,2,6,1,7,4,2,4,5,0,1,1,0,0,0 +10230,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6832825184,7,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.6944139571,0.4074309757,2.0,0.3,0.0,0.5,1,0,10,2,10,2,13,6,0,3,5,0,0,0,1,0,0 +10234,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,1.3,1.9145821999,10,1,-1,1,0,6,1,0,0,1,104,2,0.4,1.3674152186,0.4004996879,3.6055512755,0.8,0.5,0.7,2,4,9,3,8,0,9,2,1,1,13,0,1,1,0,0,1 +10235,1,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.8525696452,11,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8672174558,0.3201562119,3.7416573868,0.1,0.5,0.2,1,1,8,5,9,3,10,5,2,2,4,0,1,1,1,0,0 +10239,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.5852349955,11,1,-1,0,-1,11,1,1,0,1,101,3,0.3741657387,0.8526453731,0.3850973903,3.6055512755,0.7,0.4,0.8,1,4,6,5,8,3,2,4,0,3,6,0,1,1,1,0,0 +10244,0,1,2,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,9,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.1304893623,0.3789459064,3.4641016151,0.2,0.3,0.0,1,5,7,2,8,4,10,10,3,4,9,0,1,1,1,0,0 +10246,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6304760106,10,1,-1,1,0,3,1,1,0,1,102,2,0.4,0.8843567023000001,-1.0,3.6055512755,0.3,0.0,0.2,2,4,8,1,10,2,7,5,1,0,5,0,0,1,1,0,0 +10250,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.2,0.6025985397,11,0,-1,9,-1,0,1,1,2,1,104,2,0.4472135955,1.4691736025,0.5567764363000001,3.6055512755,0.6,0.2,0.0,2,1,6,2,9,5,12,8,1,3,2,1,1,1,1,1,0 +10252,0,7,2,5,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.3,0.775,6,1,-1,0,0,4,1,1,0,1,9,2,0.316227766,0.670496917,0.3943348831,3.1622776602,0.8,0.8,0.3,2,1,9,2,10,2,9,8,0,3,3,0,1,1,0,1,0 +10256,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.9158329542,6,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.6480421882,0.4166533331,2.8284271247,0.8,0.8,0.7,2,3,6,4,9,2,11,8,1,2,7,0,0,0,0,1,0 +10257,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,1.2,1.3793114224,11,1,0,0,0,11,1,1,2,1,103,1,0.316227766,0.6380497144,0.2887905816,3.3166247904,0.2,0.8,0.4,3,1,8,1,11,2,6,2,2,2,6,0,0,0,1,1,0 +10261,0,3,1,6,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,0.9669539803,7,1,1,0,1,4,1,1,0,1,50,2,0.4,0.6347219083,0.3201562119,2.8284271247,0.9,0.2,0.1,3,4,4,4,10,1,14,5,2,0,7,0,1,1,0,1,0 +10263,0,2,3,5,1,4,0,0,0,1,0,0,0,0,0,2,1,0,0,0.7,0.4,1.1051018053,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5720414364,0.3583294573,2.4494897428,0.5,0.5,0.1,4,2,9,3,9,2,6,7,2,2,8,0,1,0,0,1,0 +10264,0,4,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.3,0.0,0.9256754291,4,0,-1,9,1,13,1,1,0,1,104,3,0.5477225575,1.3288595744,0.4847679857,3.3166247904,0.7,0.6,0.5,4,2,10,5,11,3,11,7,3,5,8,0,1,0,1,0,1 +10270,0,5,4,7,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.7,1.0455261833,11,1,-1,0,-1,14,1,1,3,1,82,3,0.3160696126,0.6061666574,0.3702701716,2.4494897428,0.4,0.2,0.2,2,2,5,3,11,1,11,8,0,4,5,0,1,1,0,0,0 +10271,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.6179603547,7,1,1,0,1,11,1,0,2,1,103,3,0.316227766,0.7449277518,0.2887905816,3.6055512755,0.8,0.1,0.6,4,1,7,0,8,5,13,3,1,3,10,1,1,1,0,1,0 +10272,0,0,2,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.7088723439,11,1,0,0,1,11,1,1,0,1,19,3,0.3155946768,0.5301255114,0.3,1.4142135624,0.7,0.4,0.3,2,3,5,5,10,3,8,5,2,1,9,1,1,1,0,0,0 +10274,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.993762572,0.3708099244,3.7416573868,0.5,0.8,0.5,2,1,7,6,10,3,10,7,1,2,9,0,1,1,0,1,0 +10282,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.4974937186,10,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6855805286,0.3615245497,3.1622776602,0.3,0.1,0.2,1,1,9,4,11,1,11,9,1,2,4,0,1,1,0,0,0 +10285,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.9,0.5722761571,10,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.8035175766,0.3826225294,3.0,0.6,0.4,0.3,4,1,6,2,8,1,7,5,2,3,5,0,0,1,1,1,1 +10286,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.8,1.3247641299,9,1,-1,0,-1,9,0,1,2,1,21,3,0.316227766,0.8072246095000001,0.3768288736,3.6055512755,0.6,0.8,0.5,3,0,8,2,8,1,6,3,2,5,7,0,1,0,0,1,0 +10287,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6219927652,7,1,0,2,1,11,1,1,3,0,104,0,0.3997499218,0.5546199652,0.3082207001,1.7320508076,0.3,0.3,0.3,2,1,8,1,7,1,8,6,0,2,11,0,1,1,0,1,0 +10291,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.7110731326999999,11,1,-1,0,-1,1,1,1,0,1,65,3,0.3160696126,0.5302229377000001,0.35,2.2360679775,0.2,0.3,0.1,3,2,9,3,8,2,9,7,2,2,13,0,0,0,0,0,0 +10300,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.2,1.0274361294,7,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.8925772879,0.3848376281000001,3.7416573868,0.9,0.6,0.8,2,1,8,2,7,2,5,3,0,3,3,0,1,1,0,0,0 +10302,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,-1.0,1,1,1,0,1,14,1,1,2,1,60,1,0.316227766,0.6809236556,0.3070830507,3.6055512755,0.5,0.5,0.2,2,5,5,2,10,2,11,5,3,4,8,0,1,0,1,0,0 +10304,0,7,1,2,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.5,0.3,0.6968679931999999,9,1,0,0,0,0,1,1,1,1,37,2,0.316227766,0.77654538,0.31144823,3.3166247904,0.5,0.8,0.2,3,3,8,4,10,4,9,6,0,2,9,0,1,0,0,1,0 +10306,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0.5,0.3,1.0292594425,11,1,0,0,0,4,1,1,2,1,104,3,0.4,0.906154348,0.35707142140000003,3.4641016151,0.4,0.7,0.9,3,3,8,6,11,3,9,5,1,6,5,0,1,1,0,0,0 +10308,1,4,1,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.8,1.1963486114,11,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.7176206093,0.3943348831,3.3166247904,0.0,0.5,0.8,4,3,8,5,10,6,6,5,1,7,4,0,1,1,0,1,0 +10310,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,1.2,1.3107726729,11,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.5196748825,0.366469644,2.2360679775,0.0,0.8,0.6,3,4,6,2,7,0,6,5,1,2,5,0,0,0,0,1,0 +10313,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.1,0.1,-1.0,7,1,1,0,0,1,1,0,0,1,85,3,0.3741657387,0.9409200702,0.3459768778,3.7416573868,0.6,0.9,0.9,2,0,7,2,10,1,8,4,2,4,6,0,0,1,0,0,0 +10316,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.3,0.6864765109000001,6,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.8008389196,0.3685105155,3.6055512755,0.6,0.5,0.9,4,3,6,5,12,4,15,5,1,1,6,0,1,1,1,0,0 +10319,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0.4,0.4,0.9420721841,8,1,-1,0,1,0,1,1,0,1,43,1,0.3994996871,0.4592933847,0.3667424164,0.0,0.8,0.1,0.1,2,1,8,3,10,2,9,7,2,2,11,0,0,0,0,0,0 +10321,0,5,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,1.5,1.7469616481,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9061600483,0.3984971769,3.1622776602,0.0,0.6,0.8,4,1,9,1,10,2,9,4,0,1,9,1,1,1,0,0,0 +10325,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.6,0.5,0.9585144756,9,1,1,2,0,11,0,1,2,1,94,0,0.3741657387,0.7515136241,0.3304542328,3.3166247904,0.0,0.5,0.6,2,1,8,1,9,2,8,6,0,3,6,0,1,0,0,0,0 +10326,1,5,1,3,0,6,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,1.0556396165000002,8,1,-1,2,1,1,1,0,0,1,104,1,0.3605551275,0.7238984222,0.35085609590000005,3.6055512755,0.7,0.6,0.2,3,1,7,2,8,2,10,12,1,7,5,0,0,0,0,0,0 +10328,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.4,0.0,0.611350963,11,1,1,0,1,14,1,0,2,1,82,3,0.316227766,0.7960257689,0.3292415527,3.7416573868,0.8,0.3,0.7,3,2,8,5,10,2,8,5,2,5,8,0,1,0,0,0,0 +10332,0,5,1,7,0,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,0,1,1,2,1,34,2,0.4,0.7560089859,0.3144837039,3.1622776602,0.6,0.0,0.8,2,0,8,2,8,2,15,9,1,4,5,0,0,1,1,1,0 +10334,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7654064982,0.3663331817,3.4641016151,0.1,0.3,0.3,3,2,9,3,7,0,8,2,2,5,4,0,0,0,0,0,0 +10335,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.6581223291,11,1,-1,0,-1,14,1,1,0,1,104,2,0.316227766,0.6479146459,0.3937003937,2.8284271247,0.9,0.6,0.6,1,5,7,4,11,0,11,6,1,2,8,0,1,0,0,0,0 +10338,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7736979198,0.4013726448,3.0,0.8,0.4,0.2,3,3,9,2,8,3,9,6,0,3,10,0,1,1,1,0,0 +10344,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.595294045,7,1,-1,0,-1,0,1,1,1,1,62,3,0.4,0.8001678543,0.3826225294,3.0,0.4,0.8,0.7,1,2,7,0,8,2,15,11,0,3,6,0,0,0,0,1,1 +10347,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.0,0.0,-1.0,11,1,-1,2,-1,0,0,0,2,1,100,0,0.4,1.0078001573,0.423083916,3.7416573868,0.3,0.0,0.7,3,1,9,3,11,2,8,5,0,1,7,0,0,1,0,0,0 +10348,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.6098155459000001,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5956280107999999,0.3687817783,2.6457513111,0.1,0.1,0.8,4,2,8,2,8,3,5,6,2,3,9,0,0,0,1,0,0 +10349,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.5947688627000001,9,1,0,0,1,11,1,1,0,1,57,2,0.4,0.610936823,0.3135283081,2.2360679775,0.3,0.0,0.1,4,0,7,4,10,3,8,2,2,7,6,0,1,0,1,1,0 +10353,0,0,1,8,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7820295697,0.3933192088,2.6457513111,0.7,0.0,0.0,1,3,6,3,9,2,13,7,1,1,11,1,1,1,1,1,0 +10356,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.4,0.9188987975,7,1,-1,2,-1,0,0,1,2,1,100,0,0.3997499218,0.769203194,0.423083916,3.4641016151,0.0,0.7,0.9,2,4,8,5,8,2,6,4,0,4,5,0,0,1,0,0,0 +10357,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,1.1,1.6058486853,10,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.8334807031999999,0.4074309757,3.0,0.9,0.5,0.2,3,1,7,2,6,2,5,9,3,2,9,0,1,1,0,0,0 +10359,0,5,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.5,1.5099668871,3,0,0,1,1,0,0,1,2,1,104,2,0.5,0.9857874312,0.3832753579,3.0,0.0,0.3,0.8,1,2,10,6,9,3,5,5,1,2,9,1,1,0,0,1,0 +10360,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.6,1.0090218035,7,1,1,0,1,0,1,1,2,1,22,1,0.316227766,0.7663816993000001,0.310322413,3.3166247904,0.0,0.8,0.2,4,1,7,2,11,2,4,1,1,2,11,0,0,0,0,0,0 +10367,0,1,3,2,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.1,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,39,3,0.3160696126,0.6639009435000001,-1.0,2.8284271247,0.5,0.7,0.8,4,3,7,3,9,0,9,7,3,2,10,1,1,1,1,0,1 +10370,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.93641604,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7509222979000001,0.3667424164,3.4641016151,0.6,0.8,0.1,3,2,7,5,7,2,8,5,1,1,5,0,0,1,0,1,0 +10376,1,1,1,5,1,6,1,0,0,0,0,0,0,0,0,2,1,0,0,0.4,0.0,0.6841966092,10,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6107169611,0.3619392214,2.8284271247,0.2,0.5,0.1,2,1,8,0,8,2,8,2,0,2,4,0,1,0,1,1,1 +10381,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.7770135134,10,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.5833608809,0.3958535083,1.0,0.5,0.5,0.2,1,4,9,2,12,2,12,7,1,2,6,0,1,1,0,0,0 +10382,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,0.9946733132,9,0,1,1,0,6,1,1,0,1,104,3,0.4,1.3103371593000002,0.3819685851,3.6055512755,0.8,0.0,0.5,3,3,9,4,8,1,12,4,0,1,9,0,0,1,0,0,0 +10384,0,0,2,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,1.0,1.1404494728,11,1,0,1,0,3,1,1,2,1,45,3,0.4,0.8082094279,0.3096772513,3.6055512755,0.7,0.4,0.4,3,2,9,2,9,1,9,2,5,2,7,0,1,0,0,0,0 +10386,0,1,4,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.5,0.8958236434,10,1,-1,0,1,11,1,1,0,1,104,2,0.4472135955,0.60322823,0.4086563348,1.4142135624,0.0,0.3,0.2,3,4,4,2,8,2,9,4,3,0,5,1,1,1,0,1,0 +10388,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.2,0.5567764363000001,7,1,0,0,1,11,1,1,3,1,16,3,0.3741657387,0.6458182393999999,0.3185906464,2.8284271247,0.4,0.3,0.7,3,2,7,3,8,4,3,7,3,5,5,0,1,1,0,0,0 +10394,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.3,0.8422440264,3,1,0,0,1,1,1,1,2,1,65,3,0.3152776554,0.4419621913,0.28372521920000005,0.0,0.0,0.5,0.8,3,3,9,4,7,3,6,10,3,3,5,0,1,0,1,0,0 +10397,0,5,2,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.7770135134,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5831660524,0.3507135583,2.8284271247,0.8,0.8,0.8,3,2,7,4,8,3,9,7,2,2,7,0,1,0,0,0,0 +10399,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.7,0.9209370228,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6556965888,0.3768288736,3.0,0.2,0.5,0.6,2,2,7,4,7,4,9,3,0,2,6,0,1,0,0,0,0 +10400,0,3,1,7,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.0,0.0,-1.0,4,1,-1,8,0,11,1,0,0,1,104,2,0.5291502621999999,1.8198912419,-1.0,3.7416573868,0.5,0.1,0.9,3,2,8,3,8,2,12,4,2,6,7,0,1,1,0,0,0 +10402,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.6919176252,7,1,1,0,0,1,1,0,2,1,38,3,0.316227766,0.7998966875,0.299165506,3.6055512755,0.9,0.9,0.8,4,1,9,2,10,4,8,8,0,3,5,1,1,1,0,0,0 +10403,0,0,2,1,0,4,1,0,0,0,0,0,0,0,0,9,0,1,0,0.6,0.0,0.5629165125,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7143019479,0.3598610843,3.6055512755,0.4,0.8,0.4,2,0,8,2,9,2,11,6,0,3,9,0,1,1,0,1,0 +10404,0,0,3,6,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.8,1.4236836025,10,1,-1,0,1,15,1,0,0,1,97,2,0.3605551275,0.8445743218,-1.0,3.7416573868,0.1,0.2,0.5,3,1,9,3,8,3,6,5,3,2,14,0,1,1,0,1,0 +10405,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.3,1.4343988288,11,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.6889925571,0.3008321791,3.1622776602,0.9,0.8,0.7,2,3,8,6,11,1,12,7,1,2,11,0,0,1,1,0,0 +10407,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.7,0.7,0.8814051281999999,10,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7843774179999999,0.4062019202,3.1622776602,0.2,0.1,0.1,3,4,8,5,10,2,6,3,0,2,8,0,0,1,1,0,0 +10408,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5793315113,7,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8118441409,0.3794733192,3.6055512755,0.0,0.3,0.5,4,1,7,2,8,2,6,7,3,2,6,0,1,0,1,0,0 +10412,0,4,1,4,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,1.3,1.0677078251999998,0,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.5564423593,0.3619392214,2.4494897428,0.9,0.5,0.6,1,2,9,5,11,2,13,3,1,1,3,0,1,0,0,0,1 +10414,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0.8,0.4,0.8620469825,7,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8494772334999999,0.3181194744,3.7416573868,0.2,0.6,0.5,3,3,10,2,8,2,15,7,4,3,5,0,0,0,0,0,0 +10415,0,6,1,5,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.9,1.1205467416,10,1,-1,8,0,9,1,1,0,1,13,2,0.4472135955,1.1139053478,0.4679743583,3.6055512755,0.4,0.3,0.2,2,2,5,5,11,1,7,2,2,4,4,0,1,0,0,1,0 +10421,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,1.1,1.4863966496,11,0,-1,0,-1,15,1,1,2,1,104,3,0.4240283009,0.8056617832999999,0.3471310992,2.4494897428,0.7,0.3,0.6,1,2,6,1,9,2,9,4,3,2,7,0,0,0,0,0,0 +10422,0,1,1,4,1,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.7,0.3,0.8058380731,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5512007929,0.3687817783,1.7320508076,0.4,0.4,0.4,1,2,8,0,10,3,5,3,1,1,6,0,1,0,0,0,0 +10423,0,6,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,0.6708203932,0,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.7577833048999999,0.3663331817,3.1622776602,0.6,0.4,0.1,0,0,9,1,10,4,6,8,2,3,11,1,1,0,0,0,0 +10424,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5601339126,7,1,1,1,0,17,1,0,2,1,104,3,0.331662479,0.7060248398000001,0.2966479395,3.6055512755,0.9,0.5,0.9,3,3,9,3,8,1,7,9,3,3,10,0,0,0,0,0,1 +10425,0,2,1,5,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.5618051264,3,1,-1,0,-1,11,1,0,0,1,11,2,0.316227766,0.8039674349,0.3687817783,3.7416573868,0.2,0.6,0.8,2,0,8,1,9,1,7,8,1,4,5,0,0,1,0,0,1 +10426,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.6604922407,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4,0.6904454186,0.3926830783,2.0,0.0,0.9,0.0,2,1,8,2,10,3,8,6,2,4,6,0,1,0,1,1,0 +10431,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.8158584436,5,1,0,0,0,11,1,1,2,1,101,3,0.3741657387,0.7802839068,0.3212475681,3.3166247904,0.5,0.7,0.8,2,1,8,3,11,2,1,3,2,5,11,1,0,1,0,1,0 +10433,0,0,2,3,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.4,0.7075485848999999,7,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6920295938,0.3794733192,2.8284271247,0.8,0.7,0.2,4,2,10,3,6,1,11,8,1,1,7,0,1,1,0,0,1 +10437,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.6,1.1779218989,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7537235392,0.3820994635,2.6457513111,0.1,0.8,0.3,3,1,9,3,8,2,5,2,2,1,6,0,1,0,0,0,1 +10438,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.3,-1.0,6,1,-1,0,1,4,1,1,0,1,84,3,0.316227766,0.6754551571999999,0.3667424164,3.1622776602,0.8,0.4,0.9,2,1,7,2,11,2,11,7,2,2,17,0,0,0,0,0,0 +10440,0,7,2,7,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.6050700919,11,1,1,0,1,6,1,1,2,1,104,3,0.4,0.9824913517,0.35608987630000005,3.6055512755,0.3,0.9,0.1,1,1,7,4,8,3,10,10,1,7,5,1,0,0,0,0,0 +10442,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.675,10,0,-1,0,1,11,1,1,0,1,104,3,0.4472135955,0.8948313475,0.4272001873,3.1622776602,0.4,0.7,0.2,1,1,10,4,11,0,6,5,3,2,9,0,0,0,1,0,1 +10444,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.631961233,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.4896237381,0.3307567082,1.0,0.7,0.5,0.1,4,0,9,1,9,2,9,4,1,5,6,0,0,1,1,0,1 +10445,0,0,4,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.7014699527,11,1,0,0,1,15,1,1,2,1,5,2,0.4242640687,0.9787409689,0.32557641190000003,3.3166247904,0.1,0.0,0.6,3,2,10,5,9,3,12,6,0,7,9,0,1,1,1,1,0 +10450,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,0.5,-1.0,7,1,-1,0,-1,6,1,1,3,1,26,3,0.3741657387,0.6100399662,0.3907684737,2.8284271247,0.3,0.7,0.4,1,1,5,3,10,1,6,6,2,3,5,0,1,0,0,0,0 +10451,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.7,1.1197097838,11,0,1,9,1,0,1,1,2,1,104,3,0.4472135955,1.4368670004,0.4027406113000001,3.4641016151,0.3,0.8,0.3,2,3,6,5,10,3,7,6,2,3,4,0,0,0,0,0,0 +10453,0,0,4,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.1,1.3176683953,7,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8386456023000001,0.3201562119,3.7416573868,0.3,0.4,0.6,1,1,9,3,12,1,9,4,2,3,7,0,1,0,0,1,0 +10457,0,5,1,6,1,4,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.651440711,5,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.6869654195,0.2944486373,3.1622776602,0.7,0.3,0.6,2,3,9,4,10,0,9,6,1,8,11,0,0,0,0,0,0 +10458,0,5,1,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,0.9620940702,11,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.6164749162,0.3943348831,2.8284271247,0.6,0.4,0.0,3,2,7,3,11,1,7,2,3,2,9,0,1,1,0,0,0 +10459,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.3,0.6694213918999999,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6159048977,0.3768288736,2.6457513111,0.5,0.9,0.4,2,3,8,3,8,3,4,10,0,0,5,0,1,1,0,0,0 +10462,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.7603453162999999,11,1,1,0,1,11,1,0,2,1,47,2,0.3741657387,0.8736500803,0.3284813541,3.6055512755,0.3,0.2,0.5,3,2,7,4,11,2,9,6,2,0,10,1,0,0,0,1,0 +10464,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.7741931284,6,1,-1,0,1,4,1,1,0,1,48,1,0.316227766,0.5892809738,0.3943348831,2.6457513111,0.6,0.9,0.0,2,3,9,3,8,2,7,9,4,1,10,0,1,1,0,0,0 +10466,0,4,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.3,0.5055937104,11,1,1,2,0,0,0,0,2,1,104,2,0.3741657387,1.0546110873,0.3601388621,3.7416573868,0.9,0.3,0.7,2,2,10,2,8,1,6,5,3,4,10,1,1,0,0,0,0 +10472,0,5,1,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,1.0,1.2283118497,7,0,-1,0,-1,7,1,1,2,1,104,3,0.4472135955,0.9312614745,0.4176122604,3.3166247904,0.7,0.0,0.7,3,1,8,3,7,2,15,6,2,2,2,0,1,1,1,1,0 +10475,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.7043254789,0.3615245497,3.6055512755,0.5,0.3,0.9,3,3,5,4,10,3,4,9,4,3,9,1,0,1,0,0,0 +10478,1,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.5,0.8,0.907606743,11,0,1,1,0,14,-1,0,2,1,104,2,0.4472135955,1.6141164459,0.390256326,3.6055512755,0.7,0.7,0.2,2,6,10,2,7,3,7,3,1,0,6,0,1,1,0,0,0 +10479,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.7071067812,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7813820136,0.4306971093,2.8284271247,0.9,0.7,0.3,2,3,9,6,10,3,11,3,1,4,7,0,1,1,0,0,0 +10482,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.9,1.34187369,11,1,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,0.9529206951,-1.0,3.4641016151,0.7,0.0,0.5,2,3,10,3,8,2,9,5,3,0,8,0,0,1,0,0,0 +10483,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.1,0.5074445783,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3605551275,0.621631418,0.4318564576,2.2360679775,0.7,0.4,0.5,4,1,8,3,10,3,7,2,2,2,4,0,1,1,0,0,0 +10487,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.6,1.7624556732,11,0,1,9,1,8,-1,1,0,1,104,3,0.4472135955,2.1480819813,0.399374511,3.6055512755,0.7,0.6,0.4,4,1,8,5,12,5,10,6,1,1,8,0,0,1,0,0,0 +10489,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,1.8,0.9968701019,7,1,0,0,0,4,1,1,2,1,50,2,0.4,0.7415501967,0.3201562119,3.3166247904,0.0,0.4,0.4,2,4,8,1,12,4,8,11,0,3,10,0,1,1,0,0,0 +10490,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.2,0.5320949163,7,1,0,0,0,1,1,1,1,1,70,3,0.4242640687,0.8123784079,0.33911649920000003,3.0,0.0,0.9,0.1,1,0,7,2,8,2,15,2,1,2,11,0,0,1,0,0,1 +10493,0,0,1,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.5,0.8062257748,6,1,-1,0,1,4,1,1,0,1,50,2,0.4,0.6606095357,0.3943348831,3.0,0.0,0.9,0.5,3,2,7,3,8,1,6,8,2,3,6,0,0,0,1,0,0 +10494,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.7,0.6,1.0204165816,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6764943666,0.3817066937,2.6457513111,0.0,0.2,0.1,4,2,7,4,8,3,7,9,0,7,11,0,1,0,0,0,0 +10495,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.1,0.3,-1.0,10,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.8427872147,0.3850973903,3.4641016151,0.8,0.2,0.6,1,1,8,4,10,1,13,5,1,1,7,0,1,0,0,0,0 +10496,0,6,1,6,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.3,0.1,-1.0,6,1,-1,0,1,14,1,1,0,1,29,3,0.4,0.9246509281,0.3984971769,3.4641016151,0.8,0.0,0.1,1,2,9,4,9,1,5,3,2,4,7,0,0,0,0,0,0 +10497,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,1.5413062642,11,0,1,0,1,3,1,1,2,1,15,3,0.4242640687,0.9503261728,0.3453983208,3.4641016151,0.7,0.8,0.5,4,1,9,5,9,2,14,5,1,4,6,1,0,1,0,1,0 +10503,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.8120190884,7,1,-1,0,-1,14,1,1,1,1,42,2,0.4,0.8124038404999999,0.3937003937,3.6055512755,0.8,0.8,0.6,2,1,8,3,10,2,10,8,1,2,8,1,0,1,0,0,0 +10505,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.6864765109000001,11,1,-1,0,-1,0,1,1,2,1,104,2,0.445421149,0.5169043264000001,0.3987480407,0.0,0.2,0.9,0.6,2,3,7,1,9,2,6,5,2,1,6,1,1,1,0,1,0 +10509,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.5528336097,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6452944744,0.3583294573,3.4641016151,0.1,0.4,0.7,0,4,8,2,10,1,4,3,1,0,4,0,0,1,0,1,0 +10511,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,1.3,1.5299101281,11,0,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,0.9186666137,0.4129164564,3.3166247904,0.5,0.8,0.9,3,1,9,2,10,3,10,3,2,1,7,1,0,0,1,0,0 +10513,0,0,1,5,0,2,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,104,3,0.3994996871,0.6537400348,0.3910242959,2.0,0.9,0.7,0.3,4,2,7,1,8,2,10,8,2,5,3,1,0,1,0,0,0 +10515,1,1,2,2,0,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.5517019123,6,1,-1,0,-1,0,0,1,1,1,86,3,0.4,0.9491840776,-1.0,3.3166247904,0.3,0.8,0.2,3,0,9,5,9,3,6,7,3,1,8,0,1,0,1,0,0 +10517,0,1,1,6,0,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.5528336097,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7549560767,-1.0,3.6055512755,0.4,0.5,0.4,2,4,4,4,9,4,8,6,1,8,12,0,1,0,0,0,0 +10521,0,7,1,6,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.6,0.959817691,4,1,-1,8,1,13,1,1,0,1,4,2,0.4976946855,0.9124596674,0.5186520992,2.6457513111,0.2,0.7,0.8,3,2,8,4,10,2,7,3,0,2,10,0,0,0,0,1,0 +10526,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.9611191393,11,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.9670377363,-1.0,3.3166247904,0.7,0.8,0.1,1,1,8,1,9,1,7,3,3,2,8,0,1,1,1,1,0 +10527,0,6,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.7,1.0796411441,11,0,1,0,1,10,1,1,1,1,55,2,0.4242640687,1.092895918,0.3586084215,3.4641016151,0.4,0.4,0.8,2,3,7,3,10,1,6,3,2,3,6,0,1,1,0,1,1 +10530,0,1,2,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.9031195934,5,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.6195172741,0.3070830507,3.0,0.4,0.1,0.5,2,3,7,3,11,2,7,5,3,1,6,0,0,0,0,0,0 +10531,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5031152949000001,11,1,0,0,0,1,1,1,2,1,85,3,0.4242640687,0.7646638109999999,0.3507135583,2.6457513111,0.5,0.0,0.9,2,3,8,2,10,3,7,8,1,1,6,0,0,1,0,0,0 +10533,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.5396758286,7,1,-1,0,-1,1,1,0,2,1,40,2,0.3741657387,0.8604366564,0.3814446225,3.7416573868,0.6,0.6,0.3,1,3,7,2,10,2,9,6,1,0,11,0,1,1,0,0,0 +10534,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,1.0784827305,11,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8877448445999999,0.3903844259000001,3.4641016151,0.9,0.0,0.6,1,3,6,2,10,4,8,4,2,7,7,0,0,1,0,0,0 +10536,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5706356105,7,1,0,0,1,0,1,1,0,1,32,3,0.316227766,0.713716556,0.2944486373,3.4641016151,0.2,0.8,0.6,3,1,6,5,9,3,6,9,1,5,8,0,0,0,0,1,1 +10540,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,0.7,11,0,-1,9,-1,15,1,1,2,1,41,2,0.5477225575,1.5522045107,0.5329165038,3.4641016151,0.9,0.2,0.5,2,1,4,2,11,2,14,7,3,2,5,0,0,0,1,0,0 +10541,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,1.2,1.5884347641999998,11,0,0,9,1,10,1,1,2,1,81,3,0.4472135955,1.1771586466,0.3908964057,3.1622776602,0.5,0.0,0.6,3,2,6,3,10,1,11,5,0,1,5,1,0,1,1,0,0 +10544,0,5,1,2,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0.3,0.0,1.0729631867,4,0,-1,0,1,7,1,1,0,1,104,3,0.4,0.9708669552,0.43,3.3166247904,0.9,0.9,0.6,1,1,9,1,12,2,7,5,4,4,7,0,1,0,1,0,0 +10545,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.6259992013,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6401994782,0.3744329045000001,2.6457513111,0.9,0.9,0.0,1,2,8,2,10,3,12,9,2,2,9,0,1,0,1,0,0 +10551,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.6,0.7512489601000001,11,1,-1,0,-1,11,1,0,2,1,103,3,0.316227766,0.8060284227,0.3583294573,3.7416573868,0.1,0.8,0.4,2,2,9,3,10,2,8,13,1,3,11,0,1,1,0,1,0 +10557,0,1,1,4,1,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.2492497749,8,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7959738565000001,0.3849675311,3.3166247904,0.6,0.2,0.5,4,1,9,2,8,1,6,4,0,2,6,0,1,1,1,0,0 +10559,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,8,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.743484092,0.3685105155,3.3166247904,0.6,0.6,0.5,2,2,7,0,7,3,6,10,1,3,4,1,1,1,0,0,0 +10560,0,1,1,4,0,0,0,0,1,0,0,1,1,0,2,0,0,0,1,0.0,0.2,0.5847007782,11,0,1,9,0,17,1,1,2,1,104,3,0.5196152423,1.2548336296,0.3983716857,3.1622776602,0.2,0.1,0.9,5,3,7,4,9,0,6,4,4,2,8,0,1,0,0,0,0 +10562,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.4,0.7026734661,7,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.1513107873,0.4093897898,3.6055512755,0.8,0.3,0.4,1,3,9,6,12,2,7,5,0,1,11,0,1,1,0,1,0 +10564,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.5,0.5,0.8975661536,10,1,-1,1,0,3,1,0,0,1,59,2,0.316227766,0.8257603558,0.3498571137,3.7416573868,0.7,0.2,0.4,3,3,8,3,10,3,7,9,3,3,6,0,1,1,1,0,1 +10568,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.4,0.6041522987,10,1,-1,0,0,14,1,0,0,1,42,2,0.4,0.8648555987000001,0.3937003937,3.7416573868,0.5,0.0,0.7,2,1,7,2,10,3,7,3,0,2,6,0,1,1,0,0,0 +10569,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.9,0.9,1.6603839916999998,10,1,-1,0,1,14,1,1,0,1,104,2,0.4459820624000001,1.0140541332,0.4062019202,3.4641016151,0.3,0.8,0.6,2,3,7,4,8,3,8,4,0,2,4,0,1,1,0,0,0 +10571,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7198090023999999,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7492282531000001,0.3615245497,3.6055512755,0.5,0.4,0.5,2,3,7,3,12,1,10,4,3,2,4,0,1,0,1,0,0 +10572,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.6562202374,7,1,0,0,1,11,1,1,3,1,57,2,0.3947150871,0.5679635945,0.3135283081,1.7320508076,0.3,0.9,0.1,4,0,7,3,9,3,12,6,5,9,8,0,1,1,0,0,0 +10574,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,-1.0,11,1,-1,0,-1,11,1,1,3,1,16,3,0.4242640687,0.6648028354,0.3905124838,2.6457513111,0.4,0.6,0.9,2,2,8,5,11,1,8,5,3,3,5,1,0,0,0,0,0 +10577,0,4,1,10,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7893826702,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.5563123862,0.3653765181000001,1.7320508076,0.7,0.4,0.6,4,1,9,3,9,3,5,8,2,0,6,0,1,1,0,0,1 +10580,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.4493050189,11,1,1,0,1,11,1,0,2,1,47,2,0.3741657387,0.9868662314,0.3284813541,3.7416573868,0.2,0.3,0.9,2,0,8,3,10,4,7,5,1,1,4,0,0,1,1,0,0 +10582,0,2,1,1,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.9,1.5,1.1651180198,7,1,-1,2,-1,0,1,1,1,1,100,0,0.4,0.8854774124,0.423083916,3.3166247904,0.5,0.9,0.6,4,2,9,3,11,3,6,4,0,5,12,0,1,1,0,0,1 +10585,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.4834769901,7,1,1,0,1,11,1,0,2,1,101,3,0.3741657387,0.9061315468,0.3214031736,3.6055512755,0.3,0.2,0.1,3,3,7,4,10,3,13,8,0,4,8,0,1,0,0,0,1 +10586,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.6118619125,11,1,-1,0,-1,1,0,1,2,0,40,2,0.3741657387,0.7107062022,0.3814446225,2.8284271247,0.5,0.5,0.7,2,2,8,4,11,4,9,5,2,2,9,0,1,1,1,0,0 +10587,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.3,0.0,0.5857687257,11,1,1,0,1,0,1,1,2,1,104,3,0.4242640687,0.7763817328,0.3269556545,3.0,0.1,0.5,0.8,2,1,7,2,10,2,6,11,2,3,9,0,1,0,0,0,0 +10590,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.5,0.5,0.8340413659,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6606877207999999,0.3619392214,3.1622776602,0.6,0.1,0.8,3,2,6,3,11,1,5,5,1,2,6,0,1,1,0,0,0 +10592,0,5,1,6,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.4,0.6,0.9978101022,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7910135772,0.374566416,3.6055512755,0.1,0.3,0.9,2,1,7,4,10,1,7,3,0,4,5,0,0,1,1,0,0 +10595,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.4697073557,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.7133612672,0.3193743885,3.4641016151,0.7,0.0,0.7,2,2,8,4,9,3,7,8,1,3,8,0,0,1,0,0,0 +10596,0,3,2,1,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.4,1.3133925537,11,1,-1,0,-1,0,1,0,2,1,86,3,0.4,1.0705486351,-1.0,3.6055512755,0.3,0.3,0.3,2,2,8,3,10,3,12,9,1,2,9,0,1,1,0,0,0 +10603,0,1,2,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.5,1.338609353,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6622962809,0.3615245497,3.1622776602,0.5,0.6,0.1,1,1,6,1,7,1,7,4,1,3,10,0,1,1,0,1,1 +10608,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.1,-1.0,11,1,1,0,0,0,1,0,2,1,78,3,0.4,0.9427299027,0.3287856445,3.7416573868,0.0,0.8,0.3,0,1,7,3,8,2,12,5,2,1,8,0,0,0,0,0,0 +10610,0,0,1,4,1,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.5695392875,7,1,1,0,0,1,1,0,2,1,51,2,0.4,0.9340770846,0.4363484846,3.6055512755,0.6,0.4,0.8,1,3,6,3,10,1,4,9,3,1,6,0,1,0,0,1,0 +10611,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.6562202374,7,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6899964067000001,0.4110960958,2.4494897428,0.8,0.5,0.8,2,3,6,3,8,5,4,6,0,8,5,0,0,0,1,0,0 +10612,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,0.6614378278,11,1,1,0,1,11,1,1,3,1,16,3,0.3741657387,0.7107498078,0.3185906464,3.3166247904,0.2,0.1,0.1,4,2,8,3,11,1,9,7,0,1,6,0,1,0,0,0,0 +10613,0,7,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.6,1.0931605555,11,1,0,0,1,1,1,1,3,1,64,1,0.3160696126,0.4970158885,0.3041381265,1.7320508076,0.6,0.6,0.8,2,3,6,3,10,3,9,4,3,5,10,1,0,1,0,1,0 +10614,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5825590099,7,1,-1,0,-1,0,1,1,0,1,46,3,0.4,0.8228333683,0.3663331817,3.4641016151,0.1,0.3,0.5,1,3,9,4,8,2,5,3,0,1,8,0,1,0,1,0,0 +10615,0,1,2,0,0,6,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.4,0.7491662031999999,4,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6214319641,0.3887158345,2.6457513111,0.9,0.0,0.3,3,2,10,4,11,4,7,6,0,4,8,0,0,1,0,0,0 +10625,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.5,0.4,0.6566962768,11,1,-1,2,-1,1,0,1,1,1,104,0,0.3605551275,0.7549423929000001,0.4024922359000001,3.4641016151,0.7,0.9,0.3,3,2,7,3,8,1,9,5,3,4,8,0,1,0,1,0,0 +10626,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.3,0.6393355926,9,1,1,0,1,1,1,1,2,1,65,3,0.316227766,0.6401833415,0.2880972058,3.4641016151,0.1,0.7,0.3,2,3,8,3,6,2,8,5,2,3,10,0,0,1,1,0,0 +10629,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,1,1,0,0,15,1,0,2,1,63,2,0.3872983346,0.9454763983,0.3193743885,3.7416573868,0.5,0.2,0.5,4,3,9,2,11,2,13,7,5,4,5,0,1,0,0,0,1 +10633,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.6,0.925,6,1,-1,0,0,4,1,1,0,1,104,3,0.4,0.6551606957,0.3917907605,2.8284271247,0.0,0.8,0.1,4,2,9,3,10,3,7,4,4,3,8,0,0,1,0,0,0 +10638,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.3,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7066683559,0.4062019202,2.6457513111,0.0,0.9,0.7,3,1,10,5,10,3,11,9,1,5,10,0,0,1,0,1,0 +10639,0,3,1,5,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5979130372,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6173289571,0.3768288736,2.6457513111,0.6,0.3,0.9,3,2,8,3,7,3,6,6,3,2,7,0,0,0,0,0,1 +10641,0,2,1,6,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.6,0.4,0.9688911188,10,1,-1,8,0,13,1,1,0,1,104,2,0.4472135955,1.3060966387,0.4444097209,3.4641016151,0.1,0.0,0.8,2,0,8,4,10,4,7,8,3,8,11,0,1,0,1,0,0 +10643,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.2,-1.0,5,1,0,0,0,0,1,1,0,1,32,3,0.3160696126,0.4825466192,0.31144823,0.0,0.0,0.3,0.1,1,3,10,3,8,2,8,3,1,4,8,1,1,1,0,0,1 +10645,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.6,0.2,0.5841660723,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.849221812,0.40348482,3.1622776602,0.5,0.3,0.4,3,0,9,2,7,3,9,7,2,4,7,0,1,0,0,0,1 +10647,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.7572787296,0.3292415527,3.7416573868,0.7,0.2,0.1,0,3,9,2,9,2,10,4,2,1,3,0,1,1,0,1,0 +10648,0,1,1,5,1,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.8452070751999999,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7238984222,-1.0,3.4641016151,0.7,0.1,0.0,2,3,7,3,11,1,7,6,1,4,11,0,1,1,0,0,0 +10649,0,0,4,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.7176350047,7,1,-1,0,-1,1,1,0,2,1,65,1,0.316227766,0.6901012023,0.3521363372,3.6055512755,0.3,0.6,0.8,3,0,7,1,10,3,4,6,0,4,11,0,0,1,1,0,0 +10650,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.1,0.4315669125,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7743298889,0.3663331817,3.4641016151,0.0,0.3,0.1,2,1,7,2,9,4,9,9,3,2,5,0,0,1,1,1,0 +10653,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.3,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7243692040999999,0.3958535083,2.0,0.5,0.9,0.4,3,1,8,3,7,5,9,6,0,4,10,0,1,0,0,0,0 +10654,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,0,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.8796564412000001,0.4477722635,3.0,0.2,0.1,0.6,2,3,5,3,7,3,6,5,2,3,1,1,1,0,0,1,0 +10657,0,7,1,7,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.6,1.3381423691,6,0,-1,3,1,17,1,1,0,1,104,3,0.4472135955,1.1056298456,0.4878524367,3.1622776602,0.7,0.0,0.9,2,1,7,3,7,5,9,7,2,5,6,1,0,1,0,0,0 +10660,0,5,2,2,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.6,0.6,0.9532837982,11,1,1,1,1,12,1,1,2,1,104,2,0.3872983346,0.9332804491,0.3721558813000001,3.6055512755,0.3,0.5,0.6,2,1,9,1,7,2,6,9,0,1,6,0,1,0,0,1,0 +10661,0,0,3,4,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.5,0.4,0.6887488656999999,6,1,-1,0,0,11,1,0,0,1,103,2,0.316227766,0.7636228354000001,0.3583294573,3.6055512755,0.6,0.8,0.5,4,3,9,2,10,2,10,4,1,2,8,0,1,0,1,1,0 +10663,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.8,0.2,0.5303300859000001,7,1,0,0,0,11,1,1,2,1,67,2,0.3741657387,0.6459345206,0.3008321791,2.8284271247,0.5,0.9,0.0,3,2,7,5,11,1,9,3,1,5,5,0,1,1,0,0,0 +10664,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.6642665128,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.6602810571,0.3854867053,2.4494897428,0.2,0.7,0.6,2,2,7,3,9,2,7,2,2,5,8,0,0,0,1,0,0 +10666,0,0,3,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.2,0.7044501402,7,1,1,0,0,14,1,0,2,1,42,2,0.4,0.8714242165999999,0.3313608305,3.7416573868,0.7,0.7,0.9,4,2,5,3,6,1,9,10,3,0,10,0,1,1,1,1,0 +10667,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.4,0.6533567173,11,1,1,0,0,0,1,1,3,1,46,3,0.4,0.7743298889,0.3003331484,3.4641016151,0.8,0.9,0.2,3,1,10,1,10,3,10,9,1,2,5,0,0,0,0,1,0 +10670,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,0.2,0.5367727638,11,1,-1,0,-1,11,1,1,2,1,44,1,0.4472135955,0.6453104833,0.4062019202,2.2360679775,0.5,0.4,0.4,4,2,7,4,10,2,4,6,2,3,3,0,0,1,0,0,0 +10671,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.5760859311,5,1,1,0,0,11,0,1,2,1,47,2,0.3741657387,0.8593794609000001,0.3284813541,3.6055512755,0.5,0.4,0.3,2,3,7,3,9,2,10,1,2,1,6,0,1,1,0,1,0 +10673,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.4,0.8767838957999999,6,1,-1,0,0,14,1,1,0,1,72,2,0.4,1.0946696547,0.4093897898,3.6055512755,0.8,0.6,0.9,2,2,7,5,12,5,8,5,1,5,5,0,1,1,0,0,0 +10675,0,2,2,1,0,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.6,-1.0,10,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.6552710625,0.4166533331,2.4494897428,0.0,0.9,0.0,2,2,9,3,10,4,10,6,2,2,4,0,0,0,0,1,0 +10677,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.3,0.2,-1.0,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.6926637407999999,0.4074309757,2.8284271247,0.8,0.9,0.0,1,1,8,0,10,3,8,7,2,2,8,1,1,1,0,1,0 +10679,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.4636809248,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6855805286,0.3615245497,3.1622776602,0.8,0.7,0.7,4,2,9,2,9,1,5,5,3,4,6,0,1,1,1,0,1 +10681,0,1,1,5,0,1,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.9236476601,11,1,-1,8,-1,3,1,1,2,1,104,2,0.5,1.2542077938,0.474341649,3.6055512755,0.0,0.7,0.6,2,3,9,4,9,3,10,5,1,0,12,0,1,1,1,0,0 +10684,0,6,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,4,1,1,0,1,104,3,0.4,0.7407835923,0.4242640687,2.8284271247,0.7,0.7,0.6,2,2,8,1,9,2,10,5,1,0,6,1,1,1,0,1,1 +10687,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.5303300859000001,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.4061510528,0.3619392214,0.0,0.0,0.8,0.6,1,2,8,3,8,2,6,5,0,2,5,0,1,1,0,0,1 +10688,0,0,1,4,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.5556527693,7,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9006884419,0.4185689907,2.8284271247,0.2,0.4,0.3,2,1,8,5,3,4,7,8,1,1,12,0,1,0,0,1,1 +10690,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,6,0,0,0,0.8,0.3,1.5905973721000002,8,1,-1,0,1,1,0,1,0,1,64,3,0.3152776554,0.4735787786,0.3640054945,0.0,0.3,0.0,0.3,1,0,8,3,11,6,9,4,2,5,11,1,1,0,0,0,0 +10693,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.4,0.775,11,1,0,0,1,11,1,1,2,1,67,2,0.3741657387,0.7275141645000001,0.3008321791,3.4641016151,0.1,0.4,0.5,3,1,8,3,8,2,13,4,2,3,8,0,0,1,0,1,0 +10694,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.3,0.514174095,11,1,1,0,1,11,1,1,0,1,7,3,0.4242640687,0.7287485026999999,0.3542597917,2.8284271247,0.0,0.3,0.7,2,2,6,4,9,3,3,4,2,3,4,0,1,1,0,0,0 +10696,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.1,0.5706356105,10,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.8152979479000001,0.3826225294,3.0,0.3,0.2,0.7,3,1,8,4,10,4,10,6,2,4,8,0,1,1,1,0,0 +10700,0,5,2,3,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0.9,0.4,0.5979130372,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.5800220856,0.3619392214,2.6457513111,0.4,0.6,0.6,2,3,8,3,9,2,9,4,1,5,6,0,0,0,0,1,0 +10701,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.6964194139,11,1,1,0,0,0,1,0,1,1,78,3,0.4,0.9426203148,0.3287856445,3.7416573868,0.7,0.6,0.2,2,3,10,2,8,3,7,6,1,6,7,0,1,0,0,1,0 +10702,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.3,0.6466258578,7,1,1,0,1,11,0,0,1,1,17,2,0.3741657387,0.968992405,0.32756678710000003,3.7416573868,0.7,0.1,0.2,1,1,8,0,9,3,6,4,1,3,4,0,1,0,0,0,0 +10703,0,5,4,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.2,0.3758324095,7,1,1,0,0,0,1,1,2,1,66,3,0.3998749805,0.6881674070999999,-1.0,2.6457513111,0.1,0.0,0.1,2,0,7,3,8,1,13,4,2,1,13,1,0,0,0,0,0 +10704,0,7,1,8,0,3,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,1.2,1.1578536177,11,1,1,0,1,14,1,1,2,1,42,2,0.4,0.7552707358,0.3376388603,3.3166247904,0.7,0.6,0.0,2,2,8,4,12,1,11,6,2,1,2,0,0,0,0,0,0 +10705,1,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.8,1.1532562595,0,1,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.9902520758,0.4086563348,3.4641016151,0.3,0.5,0.7,3,1,6,3,9,3,9,7,4,1,7,0,1,0,0,0,0 +10706,0,1,2,4,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,1.0931605555,9,1,1,0,0,6,1,0,2,1,33,3,0.3872983346,0.9193849004,0.3286335345,3.7416573868,0.3,0.5,0.6,2,3,7,3,9,3,9,4,3,2,8,0,1,1,0,1,0 +10710,0,4,1,9,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,-1.0,10,1,-1,9,0,15,1,1,0,1,58,3,0.5196152423,1.4530268351,0.5059644256,3.4641016151,0.6,0.2,0.3,2,2,7,3,8,3,9,6,3,2,7,0,1,1,0,0,0 +10711,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.4,0.2,0.6179603547,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6678106576,0.3666060556,3.0,0.9,0.6,0.8,3,1,8,4,9,0,6,7,4,5,5,0,1,1,0,1,1 +10714,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,1.0139649895,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5758572482,0.3583294573,2.6457513111,0.9,0.5,0.8,2,3,5,2,8,3,13,3,3,4,5,0,1,1,0,0,0 +10716,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.3,0.4351723796,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7124193444,0.3814446225,3.1622776602,0.4,0.5,0.2,5,1,6,2,10,3,8,5,2,5,10,0,1,1,1,0,0 +10718,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,-1.0,4,1,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0814265907,0.4,3.4641016151,0.4,0.0,0.7,4,2,8,4,10,3,6,5,1,4,8,0,0,1,0,1,1 +10719,0,1,2,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.4,0.8707037384,3,1,-1,0,-1,11,1,1,2,1,57,2,0.3997499218,0.5832723304999999,0.3687817783,1.4142135624,0.0,0.2,0.0,3,1,8,3,7,1,9,5,3,4,4,0,1,1,1,0,0 +10721,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0.9,0.9,0.7988272654,10,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.7340873909000001,0.3685105155,3.3166247904,0.9,0.4,0.7,1,1,8,3,8,2,7,3,1,3,10,0,1,1,0,1,0 +10724,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5606915373,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5102057597999999,0.3640054945,1.7320508076,0.0,0.9,0.5,2,2,8,1,10,3,13,1,2,4,6,0,0,0,0,0,1 +10725,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.7595228765,7,1,1,0,0,1,1,0,2,1,52,3,0.3741657387,0.7488972609000001,0.2973213749,3.6055512755,0.5,0.2,0.2,3,1,7,1,8,2,9,2,1,1,9,0,0,0,0,1,0 +10727,0,5,1,1,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.0677078251999998,11,1,1,0,1,10,1,1,1,1,28,3,0.3741657387,0.9278518691,0.3248076354,3.3166247904,0.3,0.1,0.7,3,3,7,3,7,6,5,10,2,2,6,0,1,0,1,1,1 +10732,0,2,1,7,0,4,0,0,0,1,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,11,1,-1,1,-1,3,1,0,2,1,102,2,0.4,0.9409859433,-1.0,3.7416573868,0.3,0.8,0.4,2,2,8,2,11,2,6,4,1,3,12,0,1,0,1,0,0 +10734,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.0,0.7582875444,7,1,1,0,1,11,1,1,2,1,53,2,0.4472135955,0.8319547826000001,0.3774917218,3.0,0.0,0.3,0.1,2,2,10,4,9,3,3,4,1,4,11,0,0,1,1,0,1 +10735,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.2,1.3145816825,11,1,-1,1,-1,12,1,1,2,1,104,3,0.4472135955,0.9301426177,0.4701063709,3.4641016151,0.7,0.7,0.1,2,2,7,5,9,3,7,5,2,1,5,0,1,1,0,0,0 +10741,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.5,0.9410765112,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7099790475,0.4062019202,2.6457513111,0.5,0.0,0.8,1,1,7,3,9,1,13,6,1,1,8,0,0,1,0,0,1 +10746,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.7,0.1,0.8993052873999999,8,1,-1,0,0,11,0,1,0,1,57,2,0.3741657387,0.7268180397,0.3924283374,3.3166247904,0.2,0.0,0.4,2,2,8,2,10,2,6,8,1,3,9,0,0,1,1,0,0 +10747,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0.9,0.4,0.7673004627,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5503567588,0.3676955262,2.2360679775,0.5,0.5,0.5,4,3,9,3,11,4,3,3,2,4,9,0,0,0,0,0,1 +10750,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.8,0.2,0.5733672471,7,1,1,0,0,0,1,1,2,1,39,3,0.3160696126,0.6785223371,-1.0,3.0,0.8,0.8,0.7,2,1,8,3,11,3,7,2,2,0,6,0,1,1,0,0,0 +10752,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5678908346,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6548137077,0.3666060556,3.0,0.2,0.0,0.7,3,2,7,1,10,2,5,5,1,0,13,1,0,1,0,1,0 +10755,0,0,2,5,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,11,1,-1,2,-1,0,1,0,2,1,100,0,0.4,0.9431363625,0.423083916,3.7416573868,0.4,0.9,0.1,2,1,8,3,10,4,9,8,0,0,9,0,1,1,1,0,0 +10758,0,1,1,6,1,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,1,0,1,1,1,1,0,1,10,2,0.316227766,0.7483038672,0.3248076354,3.6055512755,0.5,0.8,0.3,3,2,9,3,9,1,13,6,3,3,7,0,0,0,1,0,0 +10759,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.6882949948999999,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6065074111,0.3583294573,3.1622776602,0.6,0.1,0.2,1,3,6,3,11,2,4,7,1,3,9,0,0,1,0,1,1 +10760,0,2,1,8,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,6,1,-1,0,0,1,1,1,0,1,52,2,0.3741657387,0.8131397672,0.3598610843,3.6055512755,0.3,0.3,0.4,1,1,9,4,12,2,11,3,4,3,7,0,0,1,0,0,1 +10763,0,3,2,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.7,0.5,0.4422951503,10,1,-1,0,0,1,1,1,0,1,70,2,0.3741657387,0.8319547826000001,0.3860051813,3.4641016151,0.1,0.4,0.2,2,0,8,2,10,0,5,3,1,3,10,0,1,1,1,0,0 +10767,0,2,3,8,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.8053739225,10,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7321568951,0.3937003937,2.8284271247,0.2,0.6,0.2,2,0,7,4,10,0,4,4,0,7,5,0,0,0,1,1,0 +10771,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.0,0.7,1.2462443581,11,0,-1,1,-1,0,1,0,2,1,104,3,0.3741657387,1.3562375033,0.4219004622,3.7416573868,0.3,0.4,0.9,2,0,8,2,6,3,5,3,3,4,4,0,1,0,0,0,0 +10772,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.9,0.6,0.7741931284,11,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.6101754253,0.3619392214,2.8284271247,0.8,0.8,0.1,2,0,6,2,10,4,15,4,1,6,9,0,0,0,1,0,0 +10773,0,2,4,10,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.8,1.1540688888,7,1,0,0,1,1,1,1,0,1,104,1,0.3869108424,0.381899342,0.28372521920000005,0.0,0.9,0.6,0.5,2,1,8,2,10,3,4,4,2,2,10,0,0,0,0,0,0 +10777,0,1,2,1,1,-1,0,0,0,1,0,0,0,0,0,1,1,0,0,0.9,0.5,1.0799305533,11,1,-1,0,-1,11,1,1,2,1,104,3,0.3741657387,0.5976365296,0.3612478374,2.2360679775,0.5,0.5,0.9,1,1,6,5,11,2,12,10,0,1,12,0,1,1,1,0,0 +10778,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.5,0.5,0.7110731326999999,6,1,-1,0,1,0,1,1,0,1,86,3,0.399374511,0.7196905901,0.4062019202,2.2360679775,0.5,0.2,0.8,2,1,6,5,9,2,5,8,0,2,10,0,0,1,1,0,0 +10779,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.8124038404999999,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7714963457999999,0.3615245497,3.6055512755,0.6,0.4,0.7,2,2,10,2,9,2,5,5,2,2,6,0,0,0,0,0,0 +10780,0,0,1,0,0,-1,0,1,0,0,0,0,0,0,0,2,0,0,1,0.5,0.8,0.907606743,6,1,1,8,0,13,-1,0,2,1,4,2,0.4898979486,1.2855924447,0.4049691346,3.6055512755,0.6,0.9,0.7,2,4,8,3,9,5,2,3,0,4,9,0,0,1,1,0,0 +10782,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,1.0231690965,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3160696126,0.5231223803,0.3640054945,2.0,0.2,0.7,0.2,1,3,6,1,9,2,11,2,1,2,11,0,0,0,0,0,0 +10785,0,1,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.9,0.6,1.0688779163,11,1,1,0,1,1,1,1,2,1,64,3,0.3152776554,0.4905301568,0.3041381265,0.0,0.8,0.0,0.3,1,1,6,3,10,1,11,9,3,4,7,1,0,1,0,0,0 +10786,0,5,2,1,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.3,0.5172040216,6,1,-1,0,1,0,1,1,0,1,39,1,0.316227766,0.593125215,0.3744329045000001,2.0,0.0,0.6,0.4,2,2,9,1,9,2,8,4,2,2,6,0,0,1,0,1,0 +10787,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.1,0.1,-1.0,6,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.5832014806,0.30331501780000003,2.6457513111,0.0,0.4,0.7,3,1,9,4,5,3,9,1,2,6,8,0,0,0,0,0,0 +10791,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5220153254,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8110025934999999,-1.0,3.6055512755,0.7,0.9,0.4,3,4,8,2,10,2,12,9,2,7,8,0,1,1,1,0,0 +10792,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.9148087232,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8335922463,0.4017461885,3.6055512755,0.3,0.1,0.6,0,2,8,4,9,1,10,5,2,1,5,0,0,0,0,0,0 +10794,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7106335201999999,9,1,0,0,1,4,1,1,3,1,48,3,0.3160696126,0.5227272727000001,-1.0,1.7320508076,0.9,0.9,0.5,3,2,7,2,11,0,14,0,1,2,8,0,0,0,0,0,0 +10796,0,2,2,6,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.7,1.2,1.3346347815,7,1,0,6,1,11,1,1,3,1,104,0,0.4688283268,0.6150656755,-1.0,0.0,0.5,0.8,0.4,4,1,7,4,9,3,10,8,1,2,7,0,1,0,0,0,0 +10797,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7193029223999999,0.299165506,3.6055512755,0.8,0.8,0.3,2,2,8,3,9,1,10,8,2,2,6,0,1,0,0,1,1 +10798,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.485412196,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.7058638691,0.3583294573,3.4641016151,0.7,0.6,0.4,3,1,8,1,9,1,14,5,1,1,7,0,0,0,1,0,1 +10814,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.0,1.0877154959,4,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6709035475999999,0.34727510710000004,3.4641016151,0.8,0.4,0.5,3,1,9,2,9,1,8,5,2,6,9,0,0,0,0,1,0 +10816,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.0,0.68556546,6,1,-1,0,1,14,1,1,0,1,82,1,0.3160696126,0.4544090704,0.3774917218,0.0,0.5,0.8,0.6,1,1,9,4,8,4,7,10,0,2,5,0,1,1,1,1,0 +10819,0,0,1,4,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,1.1,1.219118534,11,1,1,1,0,1,1,0,2,1,35,1,0.3741657387,0.9852559763,0.3049590136,3.7416573868,0.6,0.4,0.0,1,2,6,3,10,1,8,9,3,6,7,0,1,0,0,1,0 +10824,0,2,1,6,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.5,0.1,0.4575751304,7,1,-1,8,-1,14,1,1,2,1,104,2,0.5477225575,1.0016618423,0.5495452665999999,2.8284271247,0.5,0.5,0.8,4,4,10,4,10,3,7,9,1,3,9,0,1,1,0,1,0 +10826,0,0,1,4,0,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5787918450999999,11,1,-1,8,-1,13,1,1,1,1,20,3,0.4472135955,1.086354127,0.4295346319,3.4641016151,0.5,0.4,0.3,2,1,6,1,9,3,5,4,0,3,9,0,1,1,0,1,0 +10834,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.9,1.2157816416,7,1,-1,1,-1,3,1,1,2,1,104,2,0.4242640687,0.8006454008,0.405339364,3.3166247904,0.2,0.2,0.9,3,3,8,5,10,3,10,6,3,1,11,0,1,0,1,0,0 +10844,0,0,1,6,1,4,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.1073617295,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.71656896,0.3926830783,3.1622776602,0.9,0.9,0.0,1,2,7,3,11,3,8,7,2,6,6,0,1,1,0,0,0 +10849,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.8,0.9826622004,11,1,-1,0,-1,1,1,1,0,1,52,3,0.3741657387,0.8009421106,0.3681032464,3.6055512755,0.6,0.6,0.4,1,3,6,3,11,4,7,5,1,3,6,1,0,1,0,0,0 +10851,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.6,1.09573035,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7211675566,0.3598610843,3.4641016151,0.0,0.1,0.1,4,0,8,3,9,3,12,4,2,4,10,0,1,1,1,1,1 +10852,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.4486089611,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7477652656999999,0.3615245497,3.6055512755,0.1,0.9,0.6,2,1,9,2,10,3,10,2,0,3,5,1,0,0,0,0,1 +10853,0,3,1,6,0,0,0,1,0,0,0,0,1,0,1,9,0,0,1,0.9,1.8,2.3189437251,11,1,1,2,0,0,1,0,2,1,100,0,0.4,0.9958591955,0.3193743885,3.7416573868,0.7,0.6,0.1,3,2,8,0,11,2,11,2,1,1,7,0,1,0,1,1,0 +10854,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,-1.0,7,1,-1,0,-1,7,1,1,2,1,92,3,0.4,0.6602654111999999,0.3926830783,2.4494897428,0.2,0.9,0.1,4,0,9,4,9,3,10,10,0,0,6,0,0,1,0,1,0 +10856,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.7,0.8,1.2479983974,11,0,1,8,0,13,1,0,2,1,104,3,0.4472135955,1.444196136,0.3794733192,3.7416573868,0.6,0.1,0.0,3,2,8,3,7,1,8,2,1,2,8,0,0,0,0,1,0 +10859,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.7,0.8828221792000001,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.7504544078000001,0.3814446225,3.4641016151,0.7,0.3,0.7,2,1,10,1,11,2,14,5,3,3,8,0,1,1,0,0,0 +10860,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.3,0.0,0.7458216945,7,1,1,0,1,11,1,1,2,1,104,2,0.4472135955,0.776834007,0.3449637662,3.1622776602,0.7,0.2,0.9,0,2,6,3,9,1,7,1,1,4,8,0,0,0,0,1,0 +10863,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.8,1.108208013,4,1,-1,0,0,11,0,1,0,1,7,3,0.4242640687,0.6389395915999999,0.4129164564,2.0,0.8,0.7,0.1,1,2,7,1,10,3,9,5,0,4,3,0,1,0,1,0,0 +10870,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.4107919181,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.5999483449,0.3887158345,2.4494897428,0.9,0.9,0.8,4,0,9,3,9,2,10,7,1,3,12,0,1,1,0,1,0 +10874,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7128288715000001,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.622378801,0.3583294573,3.3166247904,0.7,0.4,0.9,2,2,7,1,8,5,9,11,0,2,10,0,0,1,0,0,0 +10876,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,-1.0,8,1,-1,0,0,6,1,1,0,1,27,2,0.3741657387,0.7520770137999999,0.3907684737,3.4641016151,0.9,0.7,0.5,1,1,9,5,10,2,10,4,0,2,4,0,1,1,0,0,1 +10877,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.0,0.85732141,11,1,1,0,0,4,1,1,2,1,12,3,0.4,0.745232783,0.3248076354,3.3166247904,0.7,0.6,0.8,2,2,8,3,12,3,5,1,0,2,5,0,1,1,0,1,0 +10878,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.8470537173,4,0,-1,0,1,6,1,1,0,1,104,2,0.4472135955,1.0768315169,-1.0,3.3166247904,0.2,0.3,0.8,4,2,9,5,7,2,7,3,3,1,9,0,1,0,0,0,0 +10884,0,3,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.1,0.3,-1.0,4,1,1,0,1,10,1,1,2,1,89,2,0.3872983346,0.9930335858,0.33615472630000004,3.6055512755,0.9,0.5,0.5,1,2,7,3,10,4,11,5,1,3,8,0,0,0,0,0,0 +10885,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,1,1,0,0,1,52,2,0.3741657387,0.8812052697,0.3598610843,3.7416573868,0.6,0.0,0.2,2,1,9,3,7,2,7,6,2,4,4,1,1,1,1,0,0 +10886,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.6274950199,7,1,-1,0,-1,11,1,0,2,1,103,3,0.316227766,0.7662023987000001,0.3583294573,3.7416573868,0.6,0.9,0.0,2,1,9,2,7,0,2,7,3,2,13,0,1,1,1,0,0 +10888,0,5,1,6,0,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,1.1691342951,11,0,-1,0,-1,0,0,1,2,1,23,3,0.4,1.0147364597,0.3974921383,3.6055512755,0.4,0.2,0.2,0,1,9,3,9,1,10,2,2,3,4,0,1,0,0,0,1 +10889,0,1,1,6,1,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7474958194,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7575106033,0.374566416,3.3166247904,0.5,0.8,0.1,1,0,10,3,8,3,13,5,1,8,10,0,0,0,0,0,0 +10891,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,46,3,0.4,0.835473835,0.3003331484,3.4641016151,0.2,0.4,0.2,2,2,8,5,6,3,11,5,1,3,11,0,0,1,0,0,0 +10892,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.9,1.4920623311,10,1,-1,1,1,9,1,1,0,1,61,3,0.4472135955,1.0149196931,0.5204805472,3.4641016151,0.5,0.1,0.6,3,1,8,2,10,2,10,3,1,1,7,0,1,1,1,0,1 +10894,0,4,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.3,0.9996874512,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6138383506,0.3768288736,2.6457513111,0.4,0.4,0.8,1,1,8,5,11,2,10,7,0,3,8,0,1,0,0,0,0 +10897,0,2,1,6,1,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.7062223445999999,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7208380109,0.3598610843,3.4641016151,0.1,0.3,0.2,3,2,7,1,7,2,7,7,1,4,9,0,0,1,0,1,0 +10898,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.6,0.6,0.9965565714,9,1,0,0,0,1,1,1,2,1,104,3,0.3160696126,0.5140786511,0.3271085447,1.0,0.2,0.5,0.6,2,1,6,4,9,4,13,3,4,2,3,0,0,0,0,1,1 +10899,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.5,0.9781998773,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.8365365434,0.4074309757,3.0,0.7,0.5,0.7,3,4,6,4,9,2,2,5,0,4,10,0,1,1,0,1,0 +10903,0,5,1,7,0,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.6,0.8,0.8739279146,10,1,-1,1,1,17,1,1,0,1,104,0,0.3741657387,1.2852227514,0.3626292873,3.4641016151,0.7,0.3,0.9,1,4,8,3,6,2,4,7,1,3,4,0,1,0,1,1,0 +10905,0,1,3,5,1,6,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.959817691,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6969235820999999,0.3887158345,3.1622776602,0.8,0.4,0.6,2,2,8,4,8,3,14,10,3,0,12,0,1,1,0,0,0 +10907,0,5,2,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.9,1.1829518164,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7662880098999999,0.3974921383,3.0,0.5,0.5,0.4,1,3,8,3,9,1,8,9,3,1,7,0,0,0,1,0,0 +10909,1,2,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.4,1.5282751716,11,1,0,0,0,0,1,1,3,1,95,2,0.4,0.7285783735,0.3348133809,2.8284271247,0.8,0.9,0.9,2,2,8,4,8,3,10,7,3,4,5,0,0,1,0,0,1 +10910,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.4,0.0,0.7774155903,11,0,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7769802746,0.4062019202,3.0,0.4,0.2,0.8,3,4,5,4,8,5,9,3,1,5,5,0,1,1,1,0,0 +10912,0,0,2,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.7,1.2175795662,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7639474475,0.3687817783,3.7416573868,0.2,0.7,0.9,3,1,7,5,7,3,11,5,1,3,5,0,0,1,0,1,0 +10915,0,2,1,6,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,-1.0,7,1,1,0,1,0,1,1,2,1,37,2,0.316227766,0.7626752609999999,0.31144823,3.4641016151,0.8,0.7,0.6,1,3,8,3,11,2,6,3,3,2,6,1,1,1,0,0,0 +10928,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.7972609359999999,8,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8086605085999999,0.3201562119,3.7416573868,0.3,0.2,0.3,3,0,7,3,9,3,9,6,1,0,7,0,0,0,0,0,0 +10930,0,0,1,6,0,2,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.5760859311,7,1,1,0,0,11,1,0,2,1,104,2,0.316227766,0.8799652509999999,0.3207802986,3.7416573868,0.7,0.3,0.4,2,1,6,4,8,5,6,1,1,3,5,0,0,1,1,0,0 +10934,0,7,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,1.3,1.3069525623,6,1,-1,9,0,16,1,1,0,1,104,2,0.4898979486,1.393253372,0.5004997502,3.4641016151,0.0,0.5,0.6,3,4,7,2,10,2,6,5,1,2,9,0,1,1,0,0,0 +10935,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,1.0,1.3136304655,10,1,-1,0,1,0,1,1,0,1,86,3,0.4,0.982480837,-1.0,3.4641016151,0.6,0.0,0.6,2,1,6,3,8,1,8,4,0,2,2,0,1,0,0,0,0 +10938,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.6412877669,7,1,1,0,0,1,1,0,2,1,70,3,0.3741657387,0.9155001343,0.3301514804,3.7416573868,0.8,0.7,0.0,4,2,8,5,8,2,12,10,0,2,9,0,1,0,0,1,0 +10939,0,2,1,9,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7227844459999999,0.3974921383,2.6457513111,0.7,0.6,0.4,5,3,7,3,10,0,4,5,0,3,8,0,0,1,0,0,0 +10944,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.6,0.9400797838,5,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7517060486,0.2944486373,3.6055512755,0.8,0.4,0.4,2,1,8,6,9,4,3,6,3,6,8,0,0,1,0,0,0 +10953,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.5,1.510794493,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8370550501999999,0.3848376281000001,3.6055512755,0.6,0.4,0.0,2,1,7,2,10,1,6,4,1,2,6,1,1,1,0,0,0 +10954,0,6,2,1,1,3,0,1,0,0,1,0,1,0,2,4,0,1,0,0.9,1.4,1.2439855305,9,0,0,0,0,10,1,1,2,1,28,3,0.3872983346,0.9079083217,0.3286335345,3.0,0.3,0.4,0.7,2,2,8,3,9,2,10,5,2,0,4,0,0,0,1,1,0 +10955,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.6,0.8525696452,10,1,-1,0,0,14,1,1,0,1,29,3,0.4458699362,0.9794584437,0.3488552709,3.4641016151,0.4,0.9,0.2,3,0,9,2,8,1,6,2,5,3,13,0,1,0,0,0,0 +10959,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.5793315113,5,1,1,8,1,3,1,1,2,1,104,2,0.5,1.3562679713,0.4449719092,3.4641016151,0.0,0.2,0.7,1,2,8,2,10,3,7,3,1,4,7,0,1,1,0,1,1 +10963,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.9313968005,8,1,-1,0,0,14,1,1,0,1,82,3,0.3160696126,0.5866630666,0.3651027253,2.4494897428,0.6,0.8,0.9,5,3,6,5,11,3,7,7,0,2,5,0,1,0,1,0,1 +10966,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,0.7449832212999999,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6833316536,0.3768288736,3.3166247904,0.0,0.8,0.9,3,2,9,3,11,2,8,5,0,3,8,0,1,1,0,1,0 +10967,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.5,1.3513881752,6,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.801921762,0.4062019202,3.3166247904,0.4,0.9,0.2,2,1,9,2,9,2,5,3,2,4,9,0,1,1,0,0,0 +10969,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.7,0.3,0.6684870978999999,10,1,-1,0,1,14,1,1,0,1,82,3,0.3160696126,0.5886846242,0.3651027253,2.4494897428,0.4,0.3,0.0,1,2,9,3,9,3,9,2,1,2,6,0,1,0,0,1,0 +10972,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.7,0.1,0.548292805,7,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7477652656999999,0.2944486373,3.6055512755,0.3,0.1,0.3,1,1,7,5,10,1,8,7,1,0,9,0,1,0,0,1,1 +10978,0,5,3,7,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,0.3,1.0908712115,7,1,1,0,0,11,1,1,2,1,101,3,0.3741657387,0.8105069325,0.3212475681,3.4641016151,0.1,0.7,0.8,3,1,8,4,12,2,3,2,2,1,4,0,0,0,0,0,1 +10979,0,5,2,2,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.6,0.775403121,11,1,1,0,1,1,1,1,2,1,70,3,0.3741657387,0.7204366215000001,0.33911649920000003,2.8284271247,0.2,0.4,0.1,1,1,9,4,11,2,5,8,0,4,7,0,0,0,0,0,0 +10981,0,1,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.0,0.0,-1.0,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7346922670999999,0.3598610843,3.6055512755,0.3,0.7,0.0,4,1,8,3,11,1,6,4,0,4,10,0,0,0,0,0,0 +10983,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.2,-1.0,10,1,-1,0,0,3,1,0,0,1,15,2,0.4242640687,1.0419903078,0.4052159918,3.7416573868,0.5,0.9,0.4,3,1,10,5,9,2,15,8,1,2,5,0,1,1,0,1,0 +10984,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,0,1,0,1,46,3,0.4,0.8106726112999999,0.3663331817,3.4641016151,0.6,0.2,0.1,3,1,6,4,11,2,8,13,1,6,5,0,1,1,0,0,0 +10988,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,1.1459166636,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7063759212999999,0.3598610843,3.3166247904,0.8,0.7,0.6,2,3,7,3,6,3,10,2,0,2,7,0,1,0,0,0,0 +10993,0,7,2,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.5,0.2,1.0289557814,4,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7079864651000001,0.3583294573,3.4641016151,0.9,0.3,0.9,2,0,5,3,10,3,9,7,1,2,11,0,0,0,0,0,0 +10994,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.2,-1.0,7,1,0,0,1,1,1,1,2,1,38,3,0.316227766,0.7470465262999999,0.299165506,3.6055512755,0.5,0.0,0.0,2,1,8,4,10,3,12,1,3,2,5,0,0,0,1,0,0 +10999,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,0,1,1,0,1,87,3,0.316227766,0.7377176104000001,0.2944486373,3.3166247904,0.2,0.2,0.4,0,3,9,4,7,2,7,1,0,0,7,0,0,1,0,0,0 +11001,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.6,0.9509863301,11,0,-1,0,-1,1,1,1,2,1,70,3,0.4,0.9478744163,0.3962322551,3.6055512755,0.8,0.1,0.2,2,3,9,1,11,1,10,8,3,7,8,1,1,0,1,1,0 +11006,0,7,1,7,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,1.5,1.4688430822,7,1,1,1,0,3,1,0,2,1,102,2,0.4,0.9841213516,0.3269556545,3.6055512755,0.2,0.7,0.3,1,2,9,3,8,3,7,6,2,4,5,0,0,1,0,0,1 +11011,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,1.0,1.2152674603,11,0,1,8,1,13,1,0,2,1,20,3,0.4472135955,1.265743828,0.3714835124,3.6055512755,0.8,0.4,0.6,3,4,6,4,9,4,6,11,4,6,2,1,1,1,0,1,0 +11014,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.1,-1.0,7,1,1,0,0,4,1,1,2,1,84,3,0.316227766,0.7059955751000001,0.3201562119,3.3166247904,0.0,0.4,0.7,2,2,9,2,7,5,8,3,1,1,3,0,0,1,0,0,0 +11017,0,2,1,10,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.6,0.6991065727,7,1,0,6,1,17,1,1,2,1,104,0,0.5477225575,1.2570544739,0.4301162634,3.3166247904,0.1,0.4,0.8,3,0,8,3,10,4,5,5,0,3,8,0,0,1,0,0,1 +11018,0,1,1,4,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,-1.0,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.6757456854999999,0.3943348831,2.8284271247,0.6,0.9,0.4,3,0,9,2,11,2,9,7,0,3,9,0,1,0,1,0,1 +11020,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.7,1.1805718953,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5928813240999999,0.3583294573,3.0,0.1,0.3,0.3,2,1,7,3,8,3,5,2,0,3,5,0,0,0,0,0,0 +11021,0,7,1,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.6475916923,6,1,-1,0,1,11,1,1,0,1,17,2,0.3741657387,0.8982075815,0.3903844259000001,3.6055512755,0.7,0.6,0.2,3,1,9,6,9,0,6,3,0,3,7,0,0,0,0,0,0 +11025,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.1,0.2,-1.0,11,1,0,0,1,0,0,1,0,1,104,2,0.445421149,0.5885091122999999,-1.0,1.7320508076,0.8,0.9,0.9,2,2,4,5,10,1,6,4,2,3,3,1,1,1,0,0,0 +11027,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.7508328709000001,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7306738654,0.3817066937,3.0,0.4,0.7,0.6,3,2,9,3,11,5,10,5,0,1,5,0,0,1,1,1,0 +11028,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.1,0.4756574398,7,1,1,0,0,0,1,0,1,1,54,3,0.4,1.0315277925,0.32,3.6055512755,0.5,0.2,0.0,2,3,9,2,10,3,16,6,2,4,7,0,0,0,0,0,1 +11029,0,6,1,4,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.7,1.0633085159,11,0,1,9,0,1,1,0,2,1,104,3,0.4898979486,1.4614212487,-1.0,3.7416573868,0.9,0.4,0.7,4,1,7,4,8,1,9,3,0,3,9,0,1,1,0,0,1 +11033,0,2,2,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,1.0,1.4415703243,3,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.8204835049,0.3860051813,3.3166247904,0.5,0.4,0.7,3,2,7,1,10,2,8,5,1,5,8,1,0,0,0,1,0 +11035,0,7,1,3,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.8299096336,11,1,1,0,1,0,1,1,2,1,104,3,0.3994996871,0.7217546343000001,0.3269556545,2.6457513111,0.2,0.7,0.6,3,1,7,2,8,4,8,9,4,2,5,0,1,0,1,1,0 +11043,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.7,0.2,0.6763874629000001,11,1,0,0,0,0,1,1,2,1,34,2,0.4,0.7917837379000001,0.3144837039,3.3166247904,0.2,0.6,0.3,1,1,10,1,8,6,6,6,0,3,7,0,1,1,1,1,0 +11044,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.5062114182999999,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.6134679904,0.3615245497,2.8284271247,0.8,0.0,0.6,3,2,8,6,11,1,9,10,1,4,8,0,0,1,0,0,0 +11049,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7925433742,11,1,-1,0,-1,1,1,0,0,1,64,1,0.316227766,0.7174046428,0.3619392214,3.7416573868,0.7,0.5,0.8,2,3,7,0,10,3,9,6,0,5,11,0,1,0,1,0,0 +11050,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.5,0.8696263565000001,7,1,1,0,1,11,1,1,2,1,11,2,0.316227766,0.696641886,0.30331501780000003,3.4641016151,0.6,0.4,0.8,4,1,5,2,11,2,6,6,2,2,6,1,0,1,0,0,0 +11054,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6805328794,9,1,1,0,1,11,1,1,2,1,104,3,0.3741657387,0.6194172148,0.2949576241,2.6457513111,0.7,0.4,0.1,4,1,7,2,9,4,4,9,2,1,5,0,0,0,0,0,0 +11057,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,0.4769696007,7,1,1,0,1,14,0,1,0,1,104,3,0.445421149,0.4132115701,-1.0,0.0,0.9,0.7,0.0,2,3,7,2,10,3,14,7,0,4,9,0,1,1,0,0,0 +11059,1,2,2,2,0,4,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,1.4,1.2103718437,11,0,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,0.9619947423,0.5204805472,3.1622776602,0.8,0.1,0.1,2,1,8,3,9,3,10,8,1,1,8,0,0,0,0,0,0 +11062,0,5,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.3548523905,11,1,1,0,1,0,1,1,2,1,62,3,0.4,0.8199280606999999,0.32,3.0,0.2,0.5,0.8,3,1,10,4,10,5,8,3,1,2,3,0,1,0,0,0,0 +11063,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.9,0.8,0.9886859967,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.7858248284999999,-1.0,3.6055512755,0.9,0.8,0.0,2,3,9,2,8,4,11,7,3,3,7,0,1,0,0,0,1 +11065,0,5,3,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.3,1.2884098727,11,1,1,0,1,4,1,1,0,1,104,3,0.4,0.6355189199,0.3170173497,2.8284271247,0.8,0.5,0.4,2,4,8,4,9,2,4,6,0,0,11,0,0,0,0,0,0 +11066,0,3,2,8,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.0,0.8895223437,7,1,1,0,1,9,1,0,2,1,21,3,0.316227766,0.8488689607,0.3087069808,3.6055512755,0.9,0.8,0.9,3,2,4,3,7,4,4,3,2,4,8,0,0,1,0,1,0 +11068,0,2,1,7,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.2,0.3,-1.0,11,1,-1,0,-1,1,1,0,2,1,40,2,0.4,0.857490091,0.3856163897,3.7416573868,0.1,0.0,0.4,3,3,9,3,9,2,8,3,0,4,10,0,1,1,1,0,0 +11069,0,4,1,7,0,6,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.2,0.5220153254,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.803594713,0.3974921383,3.1622776602,0.4,0.8,0.9,4,2,7,4,9,2,5,7,0,7,10,0,1,0,0,1,0 +11071,1,1,4,9,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.5,1.5180167983,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7188719354,0.3598610843,3.4641016151,0.4,0.4,0.2,2,3,8,2,9,2,6,7,0,6,9,0,1,0,0,0,0 +11073,0,6,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.3,0.6523994175,6,1,-1,0,1,11,1,1,0,1,2,2,0.4242640687,1.0282175864,0.3542597917,3.7416573868,0.9,0.6,0.5,1,1,8,3,6,3,11,8,0,2,3,0,1,1,1,0,0 +11074,0,1,1,11,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.1,0.3464101615,7,1,1,1,1,3,1,0,2,1,102,2,0.4,1.0073818451,0.3269556545,3.7416573868,0.7,0.7,0.9,2,0,7,4,12,3,10,9,1,5,9,0,1,1,0,1,0 +11077,0,4,1,9,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7378177281999999,10,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.7596343998999999,0.3887158345,3.4641016151,0.6,0.3,0.6,3,2,8,3,7,2,10,2,4,3,10,0,1,0,0,0,0 +11078,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.7185053932,11,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.8448433764,0.3667424164,3.6055512755,0.8,0.6,0.8,1,1,8,1,9,4,7,11,0,0,7,0,1,0,1,0,0 +11080,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5471517157,6,1,1,0,0,4,1,0,2,1,48,3,0.316227766,0.7646908304000001,0.3019933774,3.7416573868,0.3,0.8,0.8,1,1,9,6,9,3,9,4,0,6,7,0,1,0,0,0,0 +11082,0,2,1,7,0,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.7,1.0,1.0813764377,11,0,-1,0,-1,0,1,1,2,1,43,3,0.4,0.6382925312,0.3663331817,2.4494897428,0.1,0.4,0.9,1,5,8,2,9,3,9,3,3,4,7,0,1,0,0,0,1 +11083,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.6,0.7893826702,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7494350489,0.3666060556,3.4641016151,0.7,0.0,0.8,3,1,6,4,11,1,8,4,2,0,15,0,1,1,0,1,0 +11086,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.4,1.3143439428,11,1,0,0,1,14,1,1,2,1,49,3,0.4,0.729527754,-1.0,3.1622776602,0.3,0.9,0.3,1,1,6,2,11,1,8,3,0,5,7,0,1,0,0,1,0 +11087,0,6,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.0,0.0,0.7445636306,6,1,-1,0,1,11,1,1,0,1,57,2,0.3997499218,0.5031922886,0.3761648575,0.0,0.2,0.7,0.6,2,1,8,2,9,1,9,7,1,3,8,0,1,1,1,0,0 +11090,0,5,2,5,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.7,0.5,1.09772492,0,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.7064051701999999,0.4062019202,2.6457513111,0.9,0.2,0.7,1,4,7,4,11,0,11,4,0,2,7,0,0,0,0,1,0 +11091,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.2,0.6977642868,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7297967565000001,0.3814446225,3.0,0.7,0.2,0.0,2,2,8,3,10,4,6,2,3,2,3,0,0,1,0,1,1 +11093,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.6964194139,4,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.6761277692000001,0.3685105155,2.8284271247,0.8,0.0,0.4,2,2,9,4,6,0,8,6,1,2,6,0,1,0,0,1,1 +11099,0,6,3,3,1,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.3092329219,4,1,-1,0,0,1,1,1,0,1,64,3,0.316227766,0.7128723472,0.3619392214,3.4641016151,0.3,0.7,0.5,2,2,4,3,9,4,5,7,0,1,4,0,0,0,0,1,1 +11100,0,4,1,5,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6899694567,0.3817066937,2.4494897428,0.2,0.9,0.9,2,3,9,2,6,3,9,5,3,3,1,0,0,1,0,0,1 +11104,0,5,1,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.1,1.7060553918,11,0,1,0,1,10,1,1,2,1,89,2,0.3872983346,0.9347625323,0.33615472630000004,3.1622776602,0.3,0.4,0.4,2,2,8,1,9,2,10,9,0,3,6,0,0,0,0,0,0 +11106,0,4,1,4,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,4,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.8561059253,0.3807886553,3.4641016151,0.8,0.4,0.6,2,2,6,1,7,3,9,11,1,1,8,0,1,0,1,1,0 +11107,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,11,1,1,0,1,99,2,0.3155946768,0.4957880446,0.305777697,0.0,0.6,0.7,0.8,2,1,7,2,8,6,3,7,4,4,8,0,1,1,0,1,0 +11110,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.1,0.4183300133,11,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6230423888000001,0.4031128874,1.7320508076,0.5,0.9,0.4,1,1,8,5,11,4,5,6,1,4,7,0,0,1,1,0,0 +11115,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,5,1,0,0,1,14,1,1,2,1,104,1,0.3160696126,0.4910563752,0.30331501780000003,1.4142135624,0.8,0.4,0.1,2,2,7,4,10,2,10,7,2,8,7,0,0,0,0,0,0 +11121,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7125788343,0.3887158345,3.3166247904,0.7,0.8,0.2,2,3,6,4,9,1,12,7,3,3,8,0,0,1,0,0,0 +11124,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.0,0.6726812024,11,1,0,8,0,11,1,1,2,1,24,2,0.5291502621999999,1.2453384153,-1.0,3.3166247904,0.7,0.2,0.8,3,1,7,2,8,2,5,5,3,3,10,1,1,1,0,0,0 +11128,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,0.3,0.561248608,7,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6321601429,0.2887905816,3.0,0.0,0.0,0.8,1,3,9,4,9,5,4,10,1,4,7,0,0,1,0,1,0 +11131,0,1,1,6,1,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.8613216588,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4428961783,0.3521363372,1.0,0.8,0.5,0.1,2,3,9,3,8,3,7,10,2,4,8,1,1,1,0,1,0 +11132,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.4,0.6403124237,6,1,-1,0,0,4,1,0,0,1,48,2,0.316227766,0.7646908304000001,0.3710795063,3.7416573868,0.1,0.0,0.3,3,4,6,4,10,1,5,11,1,2,7,0,1,0,0,0,0 +11134,0,0,1,7,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,4,0,-1,0,1,7,1,1,0,1,104,2,0.4472135955,0.934508312,0.4254409477,3.1622776602,0.7,0.3,0.6,3,0,7,3,9,1,9,6,2,3,6,0,1,0,0,0,0 +11138,0,2,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.7056443043999999,0.4302324953,3.1622776602,0.6,0.9,0.6,2,0,8,3,10,3,6,9,5,2,6,0,1,0,0,1,0 +11139,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,1.0588909292,11,1,-1,0,-1,4,1,1,1,1,12,3,0.4,0.7808662281000001,0.3708099244,3.4641016151,0.8,0.4,0.5,3,1,8,3,9,1,11,9,1,1,9,0,1,1,0,1,0 +11140,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,8,0,0,1,0.9,1.5,1.5027058927,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8317560831,0.4,2.8284271247,0.9,0.6,0.9,2,3,8,1,10,3,13,9,0,3,6,0,0,1,0,1,0 +11141,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.562361094,7,1,0,0,0,11,1,1,0,1,53,2,0.4472135955,0.7468252365000001,0.3774917218,2.4494897428,0.4,0.7,0.4,1,2,8,5,6,3,6,3,0,3,6,1,1,0,0,1,0 +11142,0,2,1,6,0,3,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.5,0.7335700376000001,11,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7658517648000001,0.3780211634,3.0,0.7,0.3,0.5,3,4,9,3,11,2,8,7,2,4,7,0,0,0,0,1,0 +11143,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.2,1.5568397477,11,1,-1,0,-1,9,1,1,2,1,21,3,0.316227766,0.8256978016,0.3768288736,3.7416573868,0.7,0.9,0.3,3,1,8,6,11,5,10,8,0,1,6,0,1,1,1,0,0 +11148,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0.9,0.2,0.5656854249000001,4,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7475580079,0.3814446225,3.4641016151,0.5,0.6,0.4,1,0,8,6,11,4,7,6,3,2,7,0,1,1,0,0,0 +11150,0,1,1,8,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,1.0644834428,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.8026518548,0.3687817783,3.7416573868,0.9,0.6,0.8,1,2,10,2,10,0,5,6,0,2,10,0,1,1,0,1,0 +11151,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,0.5,0.9410765112,10,1,-1,0,0,6,1,1,0,1,26,1,0.3741657387,0.6590125345000001,0.354682957,2.8284271247,0.4,0.0,0.0,3,5,8,2,10,3,7,8,0,2,9,0,0,0,1,0,0 +11152,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,9,1,1,2,1,93,3,0.4,0.8640788340000001,0.3834057903,3.6055512755,0.7,0.2,0.6,2,2,9,2,8,4,8,6,0,3,4,0,0,0,1,1,0 +11153,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.5,0.2,0.5656854249000001,6,1,-1,0,0,1,1,1,0,1,38,0,0.316227766,0.6850529327,0.3598610843,3.4641016151,0.6,0.1,0.8,3,0,7,1,7,3,7,4,2,2,11,0,1,0,0,0,0 +11156,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.9,0.3,0.5857687257,11,0,0,0,0,11,1,1,3,1,30,3,0.4469899328,0.8231415331,0.3788139385,2.6457513111,0.7,0.2,0.4,1,3,7,2,10,3,7,3,4,1,10,1,1,1,0,1,1 +11162,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.8,0.9,1.4413535305,11,1,1,0,1,9,1,1,2,1,21,3,0.316227766,0.8256978016,0.3130495168,3.7416573868,0.7,0.2,0.3,4,2,6,2,8,1,11,6,0,2,7,0,1,1,1,1,0 +11165,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,7,1,0,0,1,11,1,1,0,1,103,1,0.316227766,0.6229926442,0.2887905816,3.1622776602,0.2,0.2,0.9,2,3,6,5,10,2,6,5,0,3,12,0,1,0,1,0,0 +11166,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.8,1.151357894,7,1,-1,2,-1,0,1,0,2,1,100,0,0.4,0.8596318643,0.423083916,3.7416573868,0.6,0.4,0.5,3,2,7,3,9,1,10,7,0,2,8,0,1,1,0,1,0 +11167,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,1.4,1.4722431863999998,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.6002409984,0.4086563348,1.4142135624,0.0,0.7,0.1,3,2,5,4,11,2,7,3,0,0,4,0,1,0,0,1,0 +11168,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.7,1.0612492638,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7366722137,0.3958535083,2.0,0.2,0.7,0.5,2,3,8,2,10,3,11,6,2,1,5,0,0,1,1,1,0 +11172,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.0,-1.0,7,0,1,8,0,11,-1,1,2,1,71,2,0.5291502621999999,1.5404665494999998,0.4125530269,3.6055512755,0.7,0.3,0.2,1,2,9,2,9,4,5,8,0,4,6,0,0,1,0,1,0 +11174,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,1.6,1.559647396,11,0,1,8,0,9,1,1,2,1,13,3,0.4472135955,1.0624993923,0.3991240409,3.4641016151,0.6,0.8,0.9,2,0,8,2,6,3,8,4,1,6,15,0,1,1,0,0,0 +11175,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.0580051985,11,0,1,9,0,0,1,0,0,1,104,3,0.4472135955,1.5423766141,0.4027406113000001,3.6055512755,0.6,0.1,0.7,1,2,8,3,8,1,3,2,1,5,8,0,1,1,0,1,0 +11176,0,1,1,3,1,3,1,0,0,0,0,0,0,0,0,8,0,1,0,0.1,0.1,-1.0,11,1,0,0,0,1,1,1,2,1,40,2,0.423792402,0.6230755496,0.3293933818,2.2360679775,0.2,0.5,0.1,5,2,6,2,8,1,7,6,2,5,8,0,0,1,0,0,0 +11180,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.775403121,6,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5540235995,0.3556683849,2.6457513111,0.3,0.4,0.9,3,1,8,2,11,2,7,7,3,2,7,0,1,0,1,1,0 +11182,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.3,-1.0,8,1,-1,0,0,11,0,1,0,1,101,3,0.3741657387,0.7797143998999999,0.3850973903,3.1622776602,0.6,0.2,0.8,2,1,8,3,8,3,11,10,0,1,9,0,0,1,1,0,1 +11185,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.1,1.775,11,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.8028873515,-1.0,3.7416573868,0.9,0.0,0.1,3,2,7,4,8,1,6,4,3,2,9,0,0,1,0,1,0 +11187,0,0,3,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.6,0.7193747285,7,1,-1,0,-1,0,1,0,0,1,46,3,0.4,0.8644135259000001,0.3663331817,3.7416573868,0.1,0.9,0.1,3,3,9,2,11,3,6,13,3,1,8,0,1,1,0,0,0 +11189,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.5,0.3,-1.0,11,1,1,0,0,9,1,1,2,1,93,3,0.4,0.909499908,0.3241913015,3.6055512755,0.1,0.1,0.5,1,2,8,4,10,0,5,10,2,2,11,0,1,1,0,0,0 +11191,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5841660723,6,1,-1,1,-1,3,1,1,2,1,102,2,0.4,0.8810798220999999,-1.0,3.4641016151,0.1,0.6,0.2,1,0,7,3,10,2,5,5,0,1,8,0,1,1,0,0,1 +11193,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.77014609,6,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,0.8877611361,0.4185689907,2.8284271247,0.0,0.9,0.8,1,2,7,3,10,0,7,9,1,2,4,0,0,1,0,0,0 +11196,0,6,1,4,1,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0.3,0.1,-1.0,4,0,-1,0,0,15,1,1,0,1,5,2,0.4472135955,1.0851362408,0.4,3.3166247904,0.0,0.3,0.0,1,2,9,2,8,1,5,5,4,1,7,0,1,1,0,0,0 +11197,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.4987484336,10,1,-1,0,-1,6,1,1,0,1,73,3,0.4,0.7815670844,0.4180908992,3.0,0.6,0.3,0.3,1,2,6,4,7,3,5,7,3,4,10,0,1,0,0,0,0 +11200,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.9137833441,9,1,1,0,0,11,1,1,2,1,16,3,0.423792402,0.5978957592,-1.0,2.0,0.3,0.6,0.2,0,1,9,4,9,3,11,6,1,1,3,0,1,1,0,1,0 +11201,0,3,1,2,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.0,0.8081614937999999,6,1,-1,0,0,0,1,1,4,1,39,1,0.3160696126,0.6855503912,0.3744329045000001,3.0,0.0,0.2,0.1,3,1,6,2,8,2,13,5,0,5,7,0,1,0,0,1,0 +11203,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,0.8807280047,0.3964845520000001,2.8284271247,0.9,0.7,0.7,4,1,9,5,11,1,7,6,0,7,4,0,0,0,0,0,0 +11209,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.3,0.0,0.7386643351000001,7,1,0,0,1,0,1,1,2,1,98,3,0.4,0.7743432301000001,0.3309078422,3.0,0.6,0.1,0.3,1,0,9,1,9,3,6,6,2,5,7,0,0,1,0,0,0 +11211,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.7,1.0,1.3007209539,10,1,-1,1,0,1,1,1,0,1,35,0,0.3741657387,0.8973445673999999,0.3535533906,3.4641016151,0.5,0.2,0.1,1,0,8,3,12,1,15,8,1,0,7,0,1,1,0,1,0 +11215,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.0,0.6869315831999999,10,1,-1,0,0,11,1,0,0,1,2,2,0.4242640687,0.9751774579,0.3466987165,3.6055512755,0.4,0.8,0.3,1,2,7,3,10,0,9,5,1,4,11,0,1,0,0,0,0 +11219,0,6,1,3,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.9,0.9096702699,6,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.7037532203,0.3907684737,3.0,0.6,0.3,0.7,3,2,5,3,7,3,9,5,2,4,7,0,0,1,0,1,0 +11221,0,2,1,10,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.5,0.8821139382,11,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.6758488694,0.3016620626,3.1622776602,0.8,0.2,0.6,1,2,6,3,10,6,8,6,0,3,10,0,0,1,1,0,0 +11225,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,0,0,0,0.9,0.4,0.907606743,11,1,1,1,1,3,1,0,0,1,59,3,0.316227766,0.8050845651,0.3096772513,3.6055512755,0.7,0.8,0.9,2,2,6,0,12,4,11,7,0,4,5,0,1,1,1,1,0 +11228,1,1,2,0,0,-1,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.3,0.7262919523,11,1,1,8,0,13,-1,1,2,1,4,2,0.5656854249000001,1.2967776338,0.4410215414,3.6055512755,0.4,0.3,0.8,2,1,6,3,8,3,5,8,5,3,9,0,0,1,0,0,0 +11230,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6759252917,7,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.7458563219,0.3278719262,3.3166247904,0.4,0.0,0.0,3,0,9,5,12,4,8,10,0,3,4,0,1,1,1,0,0 +11233,0,5,2,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,1.1,1.0467210708,11,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9848123536,0.4185689907,3.1622776602,0.3,0.6,0.8,1,1,9,4,8,2,5,6,1,3,10,1,1,0,0,1,0 +11234,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.7,0.9591663047,4,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.6317527761999999,0.3768288736,2.8284271247,0.1,0.9,0.4,3,0,6,7,10,1,11,6,2,3,7,0,1,1,0,0,0 +11241,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,0.5,0.7017834423999999,10,1,-1,9,1,16,1,1,0,1,104,3,0.4472135955,0.9524652658,0.4626013402,3.0,0.9,0.6,0.3,0,3,10,3,9,3,9,3,1,8,6,0,0,1,1,0,1 +11242,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.1,-1.0,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6230921293,0.3687817783,3.0,0.4,0.3,0.6,3,3,7,3,8,4,5,4,3,1,6,0,0,0,0,1,0 +11243,0,0,1,5,1,6,0,1,0,0,0,0,0,0,0,5,0,0,1,0.7,0.2,0.4213074887,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7277555216,0.3663331817,3.1622776602,0.0,0.4,0.6,3,1,9,2,9,4,6,6,3,4,5,1,0,1,0,1,0 +11248,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,0.5606915373,9,0,1,9,0,8,-1,0,2,1,104,3,0.4472135955,2.0288467188,0.399374511,3.6055512755,0.9,0.6,0.0,4,2,7,4,9,3,7,4,0,3,6,0,1,1,0,0,0 +11249,0,5,1,6,0,6,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.0,1.0383279829,0,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,1.2637344631999998,0.5399073995,3.3166247904,0.8,0.5,0.4,3,1,8,2,11,4,13,3,3,2,6,0,1,1,0,1,0 +11250,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.6,1.0494045931,11,1,1,0,0,1,1,0,2,1,64,3,0.316227766,0.7631491953,0.3016620626,3.7416573868,0.1,0.4,0.3,4,2,7,3,10,3,9,3,0,2,6,1,1,1,0,1,0 +11252,0,0,1,4,1,6,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5673402859000001,7,1,-1,2,-1,0,1,1,0,0,100,0,0.4,0.8773904773000001,0.423083916,3.3166247904,0.6,0.5,0.5,2,2,9,3,7,2,8,3,0,1,8,0,0,1,1,0,0 +11254,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,1.010878331,3,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.7070337292000001,0.3814446225,3.1622776602,0.8,0.5,0.2,0,2,7,5,8,2,6,5,1,6,8,0,1,1,0,1,0 +11257,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.2,0.3,-1.0,11,1,0,8,0,14,1,0,2,1,18,2,0.5,1.2398346997,0.4311612227,3.6055512755,0.1,0.3,0.7,2,1,8,0,11,2,4,5,2,3,12,1,0,0,0,0,0 +11261,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.7198090023999999,11,1,-1,0,-1,0,1,1,3,1,32,3,0.3157530681,0.5262529322999999,0.3619392214,2.0,0.0,0.9,0.8,1,2,7,7,11,3,8,3,1,2,12,0,1,1,0,0,0 +11262,0,5,2,3,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.0,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8526453731,0.3850973903,3.6055512755,0.9,0.7,0.3,4,1,8,2,8,2,9,4,3,0,4,0,1,0,1,1,0 +11264,0,2,1,5,1,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.1,0.3,-1.0,6,1,-1,0,0,0,1,0,0,1,87,2,0.316227766,0.8023210131999999,0.3615245497,3.7416573868,0.7,0.4,0.8,1,2,7,5,7,1,9,4,1,2,5,0,1,1,0,0,0 +11269,0,7,1,6,1,1,0,0,1,0,0,0,0,0,0,8,0,1,0,0.7,0.4,0.8295330012000001,7,0,1,0,1,7,1,1,2,1,92,3,0.4,0.9011127189,0.3445286635,3.4641016151,0.2,0.8,0.1,3,1,8,2,11,2,6,6,0,4,7,0,1,1,0,0,0 +11273,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.6,0.9051933495,7,1,-1,2,-1,0,1,1,1,1,100,0,0.3997499218,0.835968286,0.423083916,3.3166247904,0.0,0.7,0.1,3,1,5,2,6,3,14,2,1,1,5,0,0,0,0,0,1 +11274,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.1,1.1702029738,11,1,-1,0,-1,6,1,1,2,1,73,3,0.4,0.8019861708,0.4180908992,3.0,0.5,0.6,0.3,2,4,5,3,10,2,8,3,0,3,8,0,1,1,0,0,0 +11277,0,4,1,6,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,1.8,1.404234667,11,1,1,0,1,6,1,1,0,1,26,3,0.3741657387,0.6271409611,0.3204684072,2.8284271247,0.5,0.2,0.9,3,1,7,5,9,3,7,6,1,3,6,0,0,1,0,1,0 +11280,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.6,0.8627716963,7,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.8800474254999999,0.3307567082,3.6055512755,0.4,0.3,0.4,4,1,7,3,9,2,7,12,2,10,9,0,1,0,1,0,0 +11282,0,5,2,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,3,1,-1,0,-1,0,1,1,2,1,86,3,0.445421149,0.6755316241,0.4117037770000001,1.7320508076,0.3,0.0,0.0,1,1,8,5,8,3,5,7,1,5,8,0,0,1,1,0,0 +11284,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.5,0.8909264841,5,1,1,0,0,1,1,1,2,1,65,3,0.316227766,0.6252767982,0.2898275349,3.1622776602,0.9,0.2,0.4,3,1,9,1,8,0,8,3,0,1,5,0,1,0,0,0,0 +11285,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.5448623679,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6859270134000001,0.3615245497,3.1622776602,0.9,0.0,0.8,3,4,6,1,11,4,6,3,2,3,3,0,1,0,0,0,0 +11286,1,7,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,-1.0,4,0,-1,9,1,9,1,1,0,1,104,3,0.5153639490999999,1.2621066608,0.5067543784,3.3166247904,0.8,0.9,0.7,2,1,6,2,10,1,11,3,4,1,8,0,1,1,1,1,0 +11287,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.6139014579,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6588243975,0.3701351105,2.8284271247,0.4,0.3,0.6,5,2,7,1,7,4,13,2,1,1,6,0,0,0,0,0,0 +11288,0,1,1,1,0,4,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5606915373,7,1,-1,0,-1,14,1,1,3,1,104,1,0.3160696126,0.5524176765,0.3556683849,2.6457513111,0.1,0.4,0.2,1,2,6,4,11,3,6,6,2,3,9,0,1,1,0,1,0 +11289,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.3,0.6051859218,11,1,-1,0,-1,1,1,1,1,1,64,3,0.316227766,0.6470530782,0.3619392214,3.0,0.7,0.4,0.9,1,1,9,0,9,2,9,4,2,1,10,0,1,1,0,1,0 +11290,0,7,1,6,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.0,-1.0,6,0,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.9126407963,0.4086563348,3.3166247904,0.0,0.3,0.3,2,3,6,6,7,3,5,6,0,2,6,0,1,1,0,1,0 +11291,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7087703237999999,0.3754996671,3.0,0.1,0.6,0.2,1,3,5,0,8,0,7,3,3,0,7,0,1,1,0,1,0 +11293,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.8,1.2,1.0874281585,11,0,-1,1,-1,16,1,1,2,1,104,3,0.316227766,0.8999770429,0.3674234614,3.4641016151,0.8,0.3,0.1,2,2,9,4,8,1,11,7,0,1,13,0,0,0,0,1,0 +11294,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.7705517504,4,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.6538190414,0.3807886553,2.2360679775,0.8,0.7,0.8,3,3,7,2,9,2,6,3,1,9,12,0,1,1,1,0,0 +11295,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6543126164,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.8203884385,0.4074309757,2.8284271247,0.8,0.4,0.3,2,0,8,3,8,3,4,7,3,2,4,0,1,0,0,0,1 +11298,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.1,0.1,-1.0,7,1,0,0,0,1,1,1,2,1,65,1,0.316227766,0.6130637059,0.2898275349,3.1622776602,0.3,0.6,0.7,3,2,8,1,8,1,10,6,2,1,1,0,0,1,0,1,0 +11302,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.7877975628,11,1,-1,0,-1,10,1,1,2,0,83,2,0.4084115571,0.694562708,0.3974921383,2.2360679775,0.0,0.7,0.6,3,0,7,5,5,1,8,3,1,5,7,0,1,1,0,0,0 +11303,0,0,1,4,1,2,0,1,0,0,0,0,0,0,0,8,0,1,0,0.1,0.1,-1.0,6,1,1,2,0,1,1,0,2,1,1,0,0.4242640687,0.9792263771,0.3468429039,3.6055512755,0.6,0.8,0.2,2,1,7,5,6,3,2,4,0,3,13,0,0,1,0,0,0 +11304,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,1.2,1.0656570743,11,1,1,0,1,1,1,1,3,1,64,1,0.316227766,0.5821022034000001,0.3016620626,2.6457513111,0.8,0.8,0.1,2,2,9,2,10,2,7,5,3,1,13,1,1,0,1,0,0 +11305,0,4,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.9006941767000001,6,1,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.7579877668,0.4477722635,2.4494897428,0.8,0.9,0.7,0,3,7,2,10,1,8,5,2,6,6,0,1,0,0,1,0 +11306,0,6,1,7,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,10,1,-1,0,1,4,1,1,0,1,50,2,0.4,0.8458448513,0.3943348831,3.6055512755,0.1,0.7,0.7,1,1,5,6,9,2,6,5,1,4,5,0,1,0,1,0,0 +11307,0,6,1,9,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.4,-1.0,8,1,-1,0,1,11,1,1,0,1,53,2,0.4469899328,0.5226482154,0.4219004622,0.0,0.4,0.8,0.7,2,1,6,3,9,0,14,4,1,4,10,0,1,1,0,1,0 +11308,0,3,1,4,1,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.6,0.811634154,11,1,-1,0,-1,6,1,0,1,1,104,3,0.4,0.9603718288,0.4024922359000001,3.6055512755,0.5,0.1,0.4,3,1,4,0,6,4,9,9,1,1,5,0,0,1,0,1,0 +11313,0,6,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.7,0.9310612225,6,1,-1,0,0,1,1,1,0,1,52,3,0.3741657387,0.7141139109,0.3598610843,3.3166247904,0.6,0.8,0.1,3,1,9,4,8,4,12,6,0,2,7,0,0,1,0,0,0 +11317,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.9,1.5781714102000002,11,0,-1,0,-1,4,1,1,2,1,104,2,0.4472135955,1.0548784741,0.4224926035,3.4641016151,0.7,0.1,0.2,2,3,6,3,10,1,8,3,1,0,4,0,1,1,0,1,0 +11319,0,4,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.8321658489,7,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.8370673917,0.3969886648,3.3166247904,0.1,0.0,0.3,3,1,9,3,10,1,9,6,1,1,2,0,1,1,0,0,1 +11320,0,6,1,8,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.5,0.0,0.7066647012999999,6,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.765028493,0.374566416,3.3166247904,0.6,0.0,0.8,2,3,7,1,9,1,6,4,3,3,10,1,0,1,1,1,0 +11323,0,1,4,8,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.6393355926,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5810719646,0.3651027253,2.2360679775,0.1,0.9,0.0,3,4,9,4,10,3,9,7,0,3,8,1,1,0,0,0,0 +11325,0,4,3,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,1.1818946654,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8324140935,0.3848376281000001,3.1622776602,0.0,0.0,0.2,1,1,9,6,8,3,7,6,1,6,10,0,0,1,0,0,0 +11330,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.9,1.7109938632,4,1,-1,0,0,1,1,0,0,1,80,2,0.316227766,0.7949868755,-1.0,3.6055512755,0.6,0.6,0.0,2,0,7,3,9,2,13,4,2,4,5,0,1,1,0,0,0 +11331,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,1.3,2.1826016586000003,11,0,-1,0,-1,7,1,1,0,1,104,3,0.4472135955,1.0689102932,0.4176122604,3.4641016151,0.2,0.0,0.2,1,2,9,3,8,5,7,3,3,3,7,0,1,0,1,0,0 +11332,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,0.4534589287,11,1,-1,0,-1,11,1,0,0,1,103,3,0.316227766,0.7449277518,0.3583294573,3.6055512755,0.4,0.1,0.9,3,1,9,2,9,3,7,2,2,1,7,0,0,0,1,1,1 +11336,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.9,0.6661456297,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.7416198487000001,0.4141255848,2.6457513111,0.7,0.0,0.0,3,2,9,1,10,6,9,4,1,1,4,1,1,0,0,1,0 +11338,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.4,1.7906004579,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6712822318,0.3861346915,2.8284271247,0.0,0.6,0.6,2,0,8,3,7,2,11,4,0,2,10,0,1,0,0,0,1 +11341,0,0,1,1,0,3,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.8314144574,7,1,0,0,0,11,1,1,2,1,19,3,0.316227766,0.6522846055,0.3185906464,2.2360679775,0.7,0.0,0.5,4,0,7,2,8,2,14,1,0,6,8,0,0,1,1,1,1 +11347,0,0,1,7,1,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.632455532,11,1,0,0,0,14,1,0,2,1,60,1,0.316227766,0.7069898943999999,0.3070830507,3.6055512755,0.0,0.6,0.2,3,3,9,4,8,3,6,7,2,2,14,0,0,0,0,1,0 +11349,0,2,3,5,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.9,0.8,1.3713588152,11,1,1,8,1,4,1,1,2,1,6,3,0.4472135955,0.9808180933,0.359722115,3.4641016151,0.7,0.4,0.8,3,1,7,3,6,3,12,6,0,1,8,0,0,0,0,0,0 +11351,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.7,0.779823698,6,1,-1,0,0,0,1,1,0,1,95,2,0.4,0.8328111311,0.4013726448,3.3166247904,0.1,0.7,0.1,2,0,10,2,9,2,7,4,2,6,3,0,0,1,0,1,0 +11355,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.8,0.9199184746,6,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.7575106033,0.374566416,3.3166247904,0.6,0.9,0.6,3,3,8,2,12,0,7,7,2,4,12,0,0,1,0,0,0 +11360,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.8,0.6,1.0259142264,6,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.5537251757,0.3507135583,2.8284271247,0.1,0.0,0.8,3,2,7,4,10,6,4,6,2,4,11,0,0,0,0,0,0 +11364,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.1,0.7850159234,11,0,-1,0,-1,15,1,1,0,1,5,2,0.4472135955,1.1626082994,0.4,3.6055512755,0.1,0.3,0.1,3,2,10,1,11,1,12,9,0,3,7,1,0,1,0,1,0 +11366,0,1,2,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,10,1,-1,2,1,1,1,0,0,1,1,0,0.4,1.0179636536,-1.0,3.6055512755,0.1,0.1,0.5,4,2,9,3,11,1,8,4,2,3,7,0,1,1,1,0,0 +11370,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.5,0.842985765,6,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8877611361,0.4185689907,2.8284271247,0.5,0.2,0.2,1,1,8,2,10,1,6,5,1,6,7,1,1,1,1,1,0 +11372,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.0,0.4023369235,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6718206420999999,0.3619392214,3.3166247904,0.5,0.8,0.3,1,2,7,3,10,4,5,3,2,2,8,0,1,0,0,0,0 +11373,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.3,0.8127884104,10,1,-1,0,-1,0,1,1,2,1,39,1,0.316227766,0.5818359372,0.3744329045000001,2.0,0.0,0.9,0.6,5,2,9,3,7,4,7,5,2,4,11,0,0,0,0,0,0 +11376,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.6878408246,11,0,-1,0,-1,10,1,0,2,1,55,2,0.4472135955,1.2340385892,0.4174925149,3.7416573868,0.4,0.0,0.7,3,0,10,3,8,3,7,1,1,3,9,0,1,0,1,0,1 +11381,0,7,1,11,1,0,0,0,1,0,0,0,0,0,0,6,0,0,1,0.5,0.5,0.9663074045,7,1,1,0,1,15,1,1,2,1,5,2,0.4242640687,0.9752516098,0.32557641190000003,3.1622776602,0.7,0.5,0.2,3,2,9,5,11,2,6,5,1,2,10,1,1,1,0,1,0 +11384,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6772269661,0.3924283374,2.4494897428,0.4,0.8,0.1,3,1,7,4,11,4,7,4,4,5,8,1,1,0,0,0,0 +11388,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,7,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7062150306,0.299165506,3.3166247904,0.0,0.2,0.1,3,1,8,3,11,3,10,3,1,5,8,0,0,1,1,0,0 +11389,0,2,3,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.3,0.8212033853,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7013269595,0.3666060556,3.3166247904,0.5,0.1,0.9,0,1,8,2,11,4,4,5,2,3,6,0,0,1,0,0,0 +11391,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.1,1.3183796873,10,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8538319070999999,0.3850973903,3.6055512755,0.1,0.1,0.8,4,2,10,3,10,2,5,4,0,2,4,0,1,1,1,1,0 +11397,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.4493050189,7,1,-1,0,-1,14,1,1,2,1,68,3,0.3994996871,0.7003393509999999,0.4074309757,2.2360679775,0.5,0.5,0.7,3,2,9,3,8,5,11,2,1,0,6,0,1,1,1,1,0 +11398,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.8580501151000001,11,1,0,8,0,11,1,1,2,1,24,2,0.4898979486,0.9868840269,0.4125530269,3.0,0.9,0.3,0.9,3,0,7,4,8,2,8,4,2,3,7,0,0,0,0,1,0 +11400,0,5,3,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,1.4,1.8201991649,11,1,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9864264747,0.4679743583,3.3166247904,0.0,0.2,0.0,3,3,7,2,10,3,11,9,0,3,8,1,0,0,0,0,0 +11404,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.8724964183,7,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.6826964041,0.3666060556,3.1622776602,0.2,0.2,0.9,2,2,7,4,10,0,12,7,1,4,9,1,0,0,0,0,0 +11407,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,1.1,0.9614442262,9,1,1,0,0,11,1,1,2,1,67,2,0.3741657387,0.737989227,0.3008321791,3.4641016151,0.3,0.3,0.0,2,4,8,1,11,1,8,6,1,1,7,0,0,0,0,1,0 +11409,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,11,0,1,9,0,0,1,1,2,1,104,3,0.4472135955,1.3550029734,0.4027406113000001,3.3166247904,0.3,0.9,0.4,2,2,9,4,8,2,5,7,1,0,6,0,1,0,0,0,0 +11412,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.5662375826,7,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6788419892,0.4084115571,2.2360679775,0.6,0.1,0.1,3,2,9,3,10,1,13,4,1,3,4,0,0,0,0,1,0 +11413,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0.7,0.1,0.4670385423,6,1,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.6846758297,0.4129164564,2.2360679775,0.4,0.9,0.2,1,2,9,4,11,4,5,7,1,2,3,0,0,1,0,1,0 +11416,0,5,2,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,0.2,0.7424621201999999,11,0,-1,0,-1,10,1,0,0,1,28,3,0.3872983346,1.1308959368,0.3820994635,3.7416573868,0.0,0.3,0.1,1,0,6,3,11,2,5,6,2,1,5,1,1,0,0,0,0 +11417,0,7,1,6,1,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.9,1.805720078,4,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9645043261,0.4086563348,3.1622776602,0.9,0.5,0.6,3,0,10,3,7,1,12,7,2,3,7,0,0,0,1,1,0 +11419,0,3,1,10,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,10,1,-1,0,1,1,1,1,0,1,80,2,0.316227766,0.7723648882999999,-1.0,3.6055512755,0.4,0.5,0.6,1,3,6,3,12,4,7,4,0,2,4,0,1,1,0,0,0 +11422,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.3,0.7331439149,10,1,-1,0,0,10,1,1,0,1,89,2,0.3872983346,1.024725321,0.4086563348,3.6055512755,0.1,0.1,0.6,3,1,5,2,9,4,6,2,1,4,7,0,1,0,1,0,0 +11424,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.0,-1.0,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7464516613,0.3667424164,3.4641016151,0.9,0.2,0.3,3,1,8,4,11,1,5,7,4,4,5,0,0,1,0,0,1 +11426,0,7,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,4,1,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.106003527,0.4,3.6055512755,0.5,0.3,0.2,1,1,9,4,7,2,10,7,3,0,5,0,0,1,0,1,0 +11428,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.8,1.1185928661,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9209903042,0.3984971769,3.4641016151,0.0,0.8,0.1,3,1,9,5,7,1,10,4,3,3,6,0,1,0,0,0,1 +11429,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.9,-1.0,7,0,1,0,0,9,1,0,0,1,93,3,0.4,0.9709627156,0.3240370349,3.6055512755,0.4,0.3,0.3,4,1,3,1,10,2,9,7,1,3,6,1,1,0,1,0,0 +11430,0,6,3,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.709313048,4,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.6634962492,0.3685105155,2.8284271247,0.9,0.7,0.6,3,1,10,1,9,2,11,7,1,2,12,0,1,0,0,0,0 +11432,0,0,1,3,0,0,1,0,0,0,0,0,1,0,1,4,0,0,1,0.2,0.2,-1.0,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.6138383506,0.3193743885,2.6457513111,0.5,0.6,0.2,4,1,6,3,10,4,14,5,2,2,5,0,1,1,1,1,0 +11434,0,0,3,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,1,0.6,0.0,0.5099019514,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6265806459000001,0.3861346915,2.4494897428,0.6,0.7,0.5,0,0,9,5,10,3,7,5,2,4,7,0,0,0,1,0,0 +11439,1,5,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.3758324095,11,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.7380872084000001,0.3666060556,3.4641016151,0.0,0.2,0.1,2,1,6,1,10,2,8,4,3,2,9,0,1,1,0,0,0 +11443,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.2457427503,11,1,1,1,0,3,1,1,2,1,102,2,0.4,0.8205931637999999,0.3268026928,3.4641016151,0.9,0.3,0.0,2,2,8,0,6,4,10,5,1,3,11,0,0,1,1,0,0 +11447,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,0,104,3,0.3994996871,0.6693712357,0.3910242959,2.2360679775,0.0,0.9,0.3,3,0,10,5,11,1,10,2,1,2,8,0,1,1,0,0,1 +11452,0,1,4,6,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.452078533,3,1,1,0,0,11,1,1,2,1,101,3,0.3741657387,0.777684633,0.3214031736,3.3166247904,0.8,0.7,0.6,3,4,9,2,9,4,9,4,1,4,8,0,1,0,0,0,1 +11456,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6571719714,7,1,-1,0,-1,11,1,1,0,1,57,2,0.3947150871,0.5947428085,0.3785498646,2.0,0.0,0.1,0.3,4,0,8,6,5,5,7,7,2,6,12,0,0,0,0,0,0 +11459,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.4733041098,10,1,-1,1,1,1,1,1,0,1,35,0,0.3741657387,0.9721217317,0.3535533906,3.4641016151,0.2,0.8,0.3,2,2,8,4,10,0,12,1,2,1,4,0,0,1,0,0,0 +11460,0,5,2,3,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.6,0.7,-1.0,11,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5885968748,0.3794733192,2.4494897428,0.9,0.2,0.9,1,4,10,0,9,3,5,8,6,3,9,1,1,1,0,0,0 +11463,0,3,1,7,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.5,1.0234744745,6,1,-1,0,1,1,1,1,0,1,85,3,0.4242640687,0.9535275958,0.4147288271,3.4641016151,0.1,0.0,0.6,3,1,6,5,7,4,6,8,0,2,9,0,1,0,0,0,0 +11467,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7496831287000001,0.3708099244,3.3166247904,0.0,0.6,0.6,3,2,6,5,11,2,14,5,2,1,11,1,1,1,0,1,1 +11468,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.7206767653,7,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6229428956,0.4031128874,1.7320508076,0.3,0.0,0.8,1,1,6,2,10,3,6,4,1,3,9,0,1,1,1,0,0 +11470,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,0,-1,0,-1,11,1,1,0,1,44,3,0.4458699362,0.6832862982,0.4024922359000001,2.2360679775,0.1,0.3,0.6,2,1,8,4,9,3,10,5,1,1,6,1,1,1,0,1,0 +11472,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.3,0.6139014579,10,1,-1,0,0,4,1,1,0,1,9,2,0.316227766,0.7613873809,0.3943348831,3.6055512755,0.9,0.3,0.1,3,4,10,2,9,4,8,1,0,7,4,0,1,1,0,0,0 +11474,1,1,2,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.2,0.5618051264,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6622962809,0.3701351105,2.8284271247,0.8,0.3,0.1,2,4,7,3,10,3,9,7,2,4,6,0,0,1,0,0,0 +11480,0,0,1,7,0,0,1,0,0,0,0,0,0,1,1,3,0,0,1,0.9,1.2,1.4562365879,7,1,0,0,0,11,1,1,2,1,44,3,0.4472135955,0.7064051701999999,0.33911649920000003,2.6457513111,0.4,0.6,0.3,4,2,9,4,9,2,9,8,0,4,11,0,1,0,1,1,0 +11482,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.6,0.1,0.4860555524,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6750619806,0.3768288736,3.0,0.2,0.6,0.2,4,0,7,0,11,1,12,5,2,3,6,0,1,0,0,1,0 +11483,0,2,4,7,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.4,0.8576858398999999,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7663102537,0.3663331817,3.3166247904,0.9,0.9,0.9,3,1,8,2,12,0,6,5,1,1,3,0,0,0,0,1,0 +11491,0,1,1,9,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.4,0.9151502609,11,0,0,8,1,13,1,1,2,1,104,3,0.5,1.0879885148,0.4341658669,2.6457513111,0.2,0.5,0.7,2,1,8,3,8,3,7,8,2,7,9,0,0,0,0,1,0 +11496,1,4,1,2,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.6,0.5,1.0671222985,7,0,0,0,1,15,0,1,1,1,5,2,0.4242640687,1.0871621257,0.32557641190000003,3.4641016151,0.8,0.7,0.1,4,2,8,3,8,2,13,7,0,5,7,0,1,1,0,0,0 +11499,0,4,1,4,1,1,0,1,0,0,0,0,0,0,0,12,0,1,0,0.7,0.3,1.0902981244,11,1,-1,0,-1,0,1,1,1,1,86,3,0.4,0.9436937275,-1.0,3.3166247904,0.6,0.7,0.4,1,1,8,4,9,2,11,12,0,2,7,0,1,0,1,0,0 +11500,0,3,1,1,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.709313048,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.4974521863,0.3619392214,2.0,0.5,0.9,0.4,1,4,8,1,10,2,3,10,1,3,4,1,0,0,0,1,0 +11502,0,6,4,10,1,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0.6,1.1,0.7048936090000001,7,1,1,0,0,14,1,0,2,1,82,3,0.316227766,0.8060118339,0.3292415527,3.7416573868,0.0,0.8,0.6,2,2,8,2,7,2,7,7,2,4,6,0,1,1,1,1,0 +11503,0,5,1,8,0,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.8,0.5,0.7766112284000001,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0253400968000002,0.4,3.1622776602,0.0,0.1,0.1,1,2,8,2,9,3,10,10,0,4,8,0,1,1,0,1,1 +11508,1,2,1,4,0,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.9,1.3,1.3677079366999998,11,0,0,9,1,8,1,1,2,1,104,3,0.5656854249000001,1.3024135256,0.4207136794,3.0,0.1,0.0,0.2,3,2,9,3,11,2,5,5,2,3,3,0,0,1,0,1,0 +11511,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.6373774392,7,1,0,0,0,0,1,1,0,1,32,3,0.316227766,0.6759596790000001,0.2944486373,3.3166247904,0.9,0.5,0.7,2,2,7,1,7,2,12,3,1,2,6,0,1,0,0,0,0 +11513,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.5055937104,6,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.714591139,0.3836665219,2.8284271247,0.7,0.6,0.6,3,1,8,4,9,2,9,3,1,4,6,0,0,0,0,1,0 +11515,0,1,1,5,0,3,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.6,0.7741931284,7,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.9468302928,0.4308131846,3.4641016151,0.8,0.3,0.0,2,3,9,2,9,1,9,8,0,2,8,0,0,1,0,0,0 +11516,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7241374179000001,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.7901642261,0.4732863826,3.1622776602,0.7,0.5,0.2,3,1,5,3,8,3,7,6,2,3,3,0,0,1,1,1,0 +11517,0,3,1,10,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.7,1.2,1.2920429559,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6626705301,0.3861346915,2.8284271247,0.3,0.4,0.9,3,1,7,1,11,3,10,2,2,3,11,0,1,1,0,1,0 +11520,0,6,2,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.0,0.8396427812,6,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7637040012999999,0.3849675311,3.1622776602,0.4,0.6,0.3,3,4,7,2,12,3,10,5,4,4,8,0,1,1,0,0,0 +11523,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,9,0,0,0,1,15,1,1,3,1,5,2,0.4242640687,0.7445393495,0.32557641190000003,2.0,0.8,0.6,0.3,3,2,5,5,10,3,8,13,1,1,6,0,1,0,0,1,0 +11526,0,2,2,3,1,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.4,0.5,0.8370334520999999,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7291028111,0.3754996671,3.3166247904,0.7,0.8,0.3,3,4,8,2,8,3,6,4,0,2,10,0,0,1,1,0,1 +11527,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.4,1.2589678312,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6113594119,0.34727510710000004,3.0,0.8,0.6,0.9,2,1,7,4,11,3,5,5,3,1,5,0,0,1,0,1,0 +11532,0,4,1,4,1,4,0,1,0,0,0,0,0,0,0,7,0,1,0,0.6,0.3,0.9,11,1,1,0,0,14,1,1,2,1,49,3,0.4,0.7350577645999999,-1.0,3.3166247904,0.0,0.8,0.0,3,2,9,4,6,5,12,8,1,2,9,0,0,1,0,0,0 +11533,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.5396758286,11,1,-1,0,-1,1,1,1,3,1,64,3,0.3160696126,0.5857290435,0.3640054945,2.0,0.2,0.3,0.1,2,2,6,3,9,3,10,10,0,3,10,0,0,1,1,0,0 +11535,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.6,0.8477912479,3,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7678051793,0.30331501780000003,3.7416573868,0.2,0.9,0.0,3,3,9,3,10,1,6,6,1,2,7,0,0,0,1,1,0 +11538,0,1,2,6,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.4,0.0,0.9072623656,11,1,-1,0,-1,11,1,1,0,1,101,3,0.3741657387,0.8587060225,0.3850973903,3.6055512755,0.9,0.2,0.1,1,1,7,1,9,2,6,5,1,3,4,0,1,0,0,0,0 +11539,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.8223442101999999,7,1,0,0,0,11,1,1,0,1,99,2,0.316227766,0.6115790428,0.30331501780000003,2.8284271247,0.0,0.7,0.0,2,2,9,2,10,2,7,6,1,1,11,0,1,1,1,0,0 +11540,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.9,0.4,0.7595228765,11,0,-1,0,-1,10,1,1,0,1,89,2,0.3872983346,0.9321285514,0.4086563348,3.1622776602,0.6,0.0,0.5,2,2,8,4,11,3,7,7,1,3,3,1,1,0,0,0,0 +11542,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.0,0.8895223437,11,1,1,0,1,1,1,1,2,1,38,3,0.316227766,0.7472539259000001,0.299165506,3.6055512755,0.1,0.6,0.7,1,2,9,4,7,1,8,6,2,2,3,0,1,1,0,1,0 +11544,0,3,3,7,1,6,0,0,1,0,0,0,0,0,0,2,0,1,0,0.7,0.2,0.6363961031,11,1,-1,0,-1,1,1,1,1,1,70,3,0.3741657387,0.8360918531,0.3860051813,3.4641016151,0.6,0.1,0.2,3,3,10,3,9,1,8,4,0,1,10,0,1,0,0,0,1 +11546,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.8411301921,11,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.6569086128,0.3768288736,3.0,0.0,0.7,0.9,3,3,9,2,10,3,7,11,2,4,7,0,0,0,1,0,0 +11547,0,7,1,5,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5578978401,4,1,-1,0,1,11,1,1,0,1,19,1,0.3155946768,0.4257467916,0.3626292873,0.0,0.8,0.1,0.3,1,1,7,5,12,2,8,5,1,3,8,0,0,1,0,0,0 +11549,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.5678908346,11,1,1,0,0,4,0,0,2,1,84,3,0.316227766,0.8386456023000001,0.3201562119,3.7416573868,0.9,0.5,0.7,4,3,9,3,10,3,5,6,2,3,6,0,1,1,1,0,0 +11550,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6289872813,7,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.6973977605,-1.0,3.0,0.5,0.1,0.2,4,1,9,2,7,2,5,7,0,4,11,1,1,0,0,0,0 +11551,0,1,2,1,0,-1,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,0.7,1.0161200716,11,1,0,0,1,0,-1,1,2,1,87,3,0.316227766,0.671805265,0.2944486373,3.0,0.4,0.8,0.2,1,3,6,3,9,5,6,15,1,1,10,0,0,0,0,1,0 +11552,0,5,1,9,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,-1.0,6,1,-1,0,1,1,1,0,0,1,40,2,0.4,0.86229561,0.3856163897,3.7416573868,0.1,0.1,0.7,3,1,7,3,9,1,6,9,1,5,7,0,1,0,0,1,0 +11553,0,7,1,9,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.1,0.3,-1.0,6,1,-1,0,0,7,1,1,0,1,96,3,0.4468780594,0.5923583626,0.4301162634,1.7320508076,0.8,0.4,0.7,4,2,7,4,7,3,12,6,2,1,4,0,1,1,0,0,1 +11555,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.4415880433,7,1,-1,8,-1,9,1,1,1,1,13,3,0.4472135955,0.9361650275,0.4679743583,3.1622776602,0.5,0.9,0.1,1,3,9,7,7,3,7,5,1,4,7,0,1,1,1,0,0 +11557,0,3,1,1,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.3,0.471036092,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.596390659,0.3687817783,2.8284271247,0.0,0.3,0.9,1,4,8,2,10,1,4,2,1,2,12,0,1,1,0,0,1 +11560,0,4,2,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.7167635593,0,1,-1,0,1,1,1,1,0,1,70,3,0.4,0.8417563298999999,0.3962322551,3.3166247904,0.7,0.1,0.1,2,0,6,4,11,2,5,7,0,2,7,0,0,0,0,0,0 +11565,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.1,1.4863966496,11,1,0,0,0,11,1,1,2,1,44,3,0.4469899328,0.6400219521,0.3420526275,1.7320508076,0.9,0.5,0.6,4,2,10,4,9,3,4,2,0,5,10,0,1,0,0,0,0 +11569,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4470518671,0.3619392214,1.0,0.3,0.3,0.1,3,2,9,2,7,0,8,6,0,3,9,0,1,1,0,1,0 +11576,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6896519664,0.3768288736,3.3166247904,0.4,0.8,0.3,2,2,8,3,10,2,10,3,2,3,5,0,1,1,1,1,1 +11578,0,5,3,8,1,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,1.1,1.1602801386,11,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6063200202000001,0.3583294573,2.8284271247,0.3,0.3,0.6,1,0,9,4,12,2,10,5,2,0,9,0,0,1,0,0,0 +11579,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8024111392000001,-1.0,3.6055512755,0.4,0.7,0.6,4,2,8,3,9,4,14,3,0,0,9,1,1,0,0,0,0 +11580,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.4656984003,7,1,-1,0,-1,6,1,0,2,1,27,3,0.3741657387,0.8036332785,0.3907684737,3.7416573868,0.6,0.9,0.0,1,3,9,3,8,3,7,8,1,4,8,0,0,0,0,1,0 +11581,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0.9,0.8,1.4605221669,11,0,1,0,0,7,1,1,2,1,104,3,0.4472135955,0.979363514,0.3588871689,3.4641016151,0.3,0.3,0.1,2,3,9,4,10,2,7,5,0,2,5,0,1,1,0,1,0 +11584,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,0.4,0.701338007,11,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6875366256000001,0.30331501780000003,3.4641016151,0.8,0.5,0.3,3,3,8,4,10,2,10,3,0,2,6,1,0,1,0,0,0 +11587,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.0,0.5080600358,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.62694326,0.3768288736,2.6457513111,0.1,0.4,0.8,4,3,9,3,10,3,4,6,2,2,6,0,1,1,0,0,0 +11588,0,3,2,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.5379358698,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8439013103,0.4074309757,3.0,0.1,0.6,0.3,3,0,8,1,9,2,10,11,0,4,12,0,0,0,0,0,0 +11590,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.4815340071,7,1,-1,0,-1,0,1,1,2,1,43,3,0.3994996871,0.5019795524,0.3667424164,0.0,0.7,0.2,0.3,1,2,9,4,10,4,6,3,1,4,13,0,0,1,0,0,0 +11593,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,1.6678953803999998,11,0,-1,0,-1,11,1,0,2,1,69,3,0.4242640687,1.1947024942,-1.0,3.6055512755,0.3,0.2,0.9,3,3,5,3,11,5,8,4,1,1,5,0,0,1,1,1,0 +11596,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5894913061,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5735924202,0.3507135583,3.0,0.5,0.6,0.6,3,0,8,1,9,4,6,3,0,4,8,0,1,1,0,1,0 +11597,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.4987484336,7,1,-1,0,-1,1,0,1,2,1,64,3,0.3152776554,0.4268857048,0.3612478374,0.0,0.3,0.8,0.9,4,0,5,2,10,2,8,7,0,2,10,0,1,1,0,1,1 +11598,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.1,-1.0,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.68511325,0.3768288736,3.1622776602,0.8,0.8,0.7,3,1,8,4,8,5,16,10,0,3,7,0,1,1,0,0,0 +11599,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6373774392,11,1,0,0,0,11,1,1,3,1,103,1,0.316227766,0.5818892002,0.2887905816,2.8284271247,0.5,0.1,0.4,1,1,7,3,9,0,12,5,0,6,11,0,1,1,0,0,0 +11601,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,1.2,1.0784827305,11,0,1,1,0,1,1,1,2,1,35,1,0.3741657387,0.9133197099,0.3049590136,3.6055512755,0.9,0.6,0.3,1,2,8,3,9,1,13,4,1,4,4,0,1,1,0,1,0 +11603,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.9693126132,0.3826225294,3.6055512755,0.3,0.5,0.5,3,3,8,4,11,1,4,7,2,1,10,0,1,0,0,1,0 +11605,0,1,2,4,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.3,0.7407766195000001,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6826358733,0.3583294573,3.4641016151,0.5,0.5,0.7,3,0,9,3,11,1,7,10,3,1,10,0,0,1,0,1,0 +11606,0,4,1,6,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.8,0.4,0.77014609,8,0,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.3183385487,0.5186520992,3.0,0.2,0.0,0.0,1,4,7,6,10,3,6,3,1,2,5,0,1,1,0,0,0 +11616,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,1.1,1.1056672194,11,1,1,0,1,15,1,1,2,1,97,3,0.3872983346,0.867122152,0.2983286778,3.6055512755,0.9,0.0,0.0,2,0,9,5,10,2,8,3,2,6,2,0,1,1,1,0,1 +11620,0,2,3,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,0.5,0.7611668674,7,1,0,8,1,13,1,1,1,1,20,3,0.4471017781,0.7308859109999999,0.3667424164,2.0,0.2,0.8,0.7,1,1,8,5,9,1,7,6,2,2,7,1,0,1,0,0,0 +11622,0,5,1,5,0,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7215434845,7,1,-1,0,-1,0,1,1,3,1,66,3,0.3998749805,0.6990991843000001,0.3817066937,2.8284271247,0.0,0.1,0.7,1,3,8,4,7,4,10,3,3,2,5,0,1,0,1,0,0 +11623,0,5,3,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.5,1.1847995611,11,0,-1,1,-1,6,1,1,2,1,104,3,0.4,1.2913971548999998,0.4004996879,3.4641016151,0.1,0.3,0.8,2,5,6,2,11,2,7,12,1,3,6,0,1,0,0,0,0 +11624,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,9,0,0,1,0.9,0.2,0.5798706752,7,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.7434146145999999,0.3984971769,3.0,0.2,0.5,0.0,3,3,8,2,10,3,10,5,2,3,3,0,0,0,0,0,0 +11628,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.3,0.6,-1.0,10,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7366301426,0.4062019202,2.8284271247,0.3,0.3,0.4,2,2,6,3,9,1,12,6,1,4,10,0,0,0,0,0,0 +11629,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.2,0.4415880433,6,1,-1,0,1,11,1,1,0,1,57,2,0.3997499218,0.4906986081,0.3761648575,0.0,0.7,0.0,0.8,4,1,9,1,8,4,11,6,0,3,6,0,1,1,1,0,0 +11635,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,1.2,1.2494999,11,0,-1,9,-1,9,1,1,1,1,104,3,0.4472135955,1.3526282955000002,0.4449719092,3.4641016151,0.3,0.2,0.9,2,0,8,3,8,3,11,7,4,3,15,0,0,1,1,1,1 +11636,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,1.2002603884,11,1,1,0,0,11,1,0,2,1,2,3,0.4242640687,0.9992595399,-1.0,3.6055512755,0.1,0.1,0.2,4,2,5,3,9,1,7,5,1,3,11,0,1,0,0,0,0 +11637,0,3,1,5,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.2,0.516599458,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6987296620000001,0.3887158345,3.1622776602,0.6,0.8,0.4,2,2,6,5,8,5,8,4,2,2,9,0,0,0,1,0,0 +11638,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.6087897831,7,1,0,0,0,1,1,1,0,1,85,3,0.4242640687,0.7789323059000001,0.3507135583,2.8284271247,0.4,0.9,0.7,2,1,8,2,11,1,10,4,1,4,3,0,1,0,0,0,1 +11641,0,0,4,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.2,1.5233597737,11,1,-1,0,-1,7,1,0,0,1,104,3,0.4,1.1557170147,0.4256759331,3.6055512755,0.5,0.5,0.6,4,3,7,4,9,2,6,6,2,4,6,0,1,1,0,0,0 +11645,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.8,1.3813489784,6,1,-1,0,0,4,1,1,0,1,104,2,0.4,0.8156526566,0.3938273734,3.4641016151,0.3,0.0,0.1,3,1,9,4,9,0,12,7,0,4,9,1,1,0,1,1,0 +11646,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8321658489,11,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8475901668000001,0.3615245497,3.6055512755,0.5,0.0,0.5,3,3,10,2,9,4,12,5,2,3,7,1,1,0,0,1,0 +11647,0,2,1,6,1,4,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.3,0.7681145748,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6862131081,0.3817066937,2.6457513111,0.1,0.1,0.3,3,1,5,2,10,2,10,9,3,0,7,0,1,1,0,0,0 +11648,1,7,1,4,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,1.4,1.4474114826,11,0,1,8,0,4,1,0,2,1,6,3,0.4472135955,1.1508620556,0.3572114220000001,3.7416573868,0.0,0.2,0.2,1,0,8,4,7,5,5,6,3,1,4,0,1,0,0,0,0 +11649,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,1.6,1.6939229616,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6633716782,0.3583294573,3.1622776602,0.4,0.4,0.8,1,1,9,4,7,4,9,8,2,1,12,0,1,1,0,0,0 +11653,0,6,3,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.0,1.1578536177,6,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6135690199,0.34727510710000004,3.0,0.0,0.3,0.2,1,3,7,1,10,3,7,5,0,3,11,0,1,1,1,0,0 +11655,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.9,1.3,1.4590236461,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.7949868755,-1.0,3.6055512755,0.3,0.3,0.9,2,2,8,0,8,3,9,6,1,4,10,0,0,1,1,1,1 +11657,0,2,1,4,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6782329983,11,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6754398628,0.3583294573,3.3166247904,0.4,0.4,0.7,2,1,8,5,9,2,9,7,0,3,9,0,1,1,1,0,0 +11661,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.3,0.0,0.7516648189,10,1,-1,0,0,1,1,0,0,1,38,2,0.316227766,0.7863242239,0.3598610843,3.6055512755,0.7,0.0,0.7,1,1,7,2,9,4,10,6,0,3,8,0,0,0,0,1,0 +11662,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0.5,0.4,0.8821139382,6,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7156456947,0.374566416,3.1622776602,0.6,0.9,0.3,3,4,7,3,9,0,10,1,3,1,5,0,1,0,0,1,0 +11663,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.7,1.8846418758,11,0,1,8,1,13,-1,0,2,1,104,3,0.5916079783,1.6620272894,0.4477722635,3.6055512755,0.8,0.8,0.8,1,2,8,2,11,0,10,7,1,1,9,0,1,1,0,1,0 +11664,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.3,-1.0,4,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.7641097018,0.3974921383,3.0,0.8,0.6,0.5,2,2,8,5,11,2,10,4,2,2,8,0,1,0,0,1,0 +11665,0,3,1,8,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,1.4,0.4589389938,11,1,0,0,0,1,1,1,2,1,40,2,0.3741657387,0.7612788284,0.3248076354,3.1622776602,0.9,0.9,0.5,3,1,6,2,10,5,12,9,2,2,9,0,1,1,0,0,1 +11666,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.3,1.5130680751,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.62003399,0.3687817783,2.8284271247,0.9,0.2,0.2,4,0,8,4,9,4,10,6,3,3,7,0,1,1,1,1,0 +11667,0,4,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6485560886,7,1,0,1,1,17,1,0,2,1,104,3,0.331662479,0.7060248398000001,0.2966479395,3.6055512755,0.3,0.5,0.1,3,3,6,3,7,4,4,6,3,4,1,0,0,0,1,0,0 +11670,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.4,0.8097067370000001,11,1,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7676167906,0.3907684737,3.1622776602,0.4,0.5,0.6,1,3,5,2,9,0,9,6,1,1,9,0,1,1,0,0,0 +11674,0,3,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.3596873642,7,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9655213125,0.3708099244,3.6055512755,0.8,0.2,0.0,1,1,10,6,7,2,3,3,0,3,12,0,0,0,0,1,0 +11680,1,3,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.2,0.58630197,10,1,-1,0,-1,4,1,1,0,1,104,2,0.4,0.8510688467,0.3938273734,3.6055512755,0.7,0.8,0.6,1,4,6,4,5,2,4,5,1,6,3,0,0,0,0,0,0 +11682,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.2,0.5338539125999999,7,0,0,0,1,10,1,1,0,1,83,2,0.4242640687,0.9128784735,0.3420526275,2.8284271247,0.1,0.6,0.8,3,0,9,6,9,3,13,4,1,5,8,0,1,0,0,0,0 +11683,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5947688627000001,11,0,-1,0,-1,11,1,1,2,1,53,2,0.4898979486,0.7974909,0.4306971093,2.4494897428,0.8,0.5,0.7,4,1,8,2,10,2,9,4,3,2,7,0,0,1,0,1,1 +11684,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.6,0.1,0.504356025,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6336704373,0.3619392214,2.8284271247,0.8,0.7,0.3,3,1,9,6,8,4,6,5,0,1,9,0,0,1,0,1,0 +11686,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,0.4,0.7660776723,9,0,0,1,0,5,1,1,0,1,104,2,0.5477225575,1.4068457186,0.3943348831,3.0,0.9,0.8,0.2,2,2,5,4,8,2,7,4,0,5,11,0,1,1,1,0,0 +11691,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.7,0.6,0.7673004627,11,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.5788989264,0.3907684737,2.4494897428,0.9,0.9,0.5,4,1,8,5,11,2,12,8,0,3,10,0,1,0,1,0,0 +11693,0,5,4,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.2,-1.0,7,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9010553959,0.316227766,3.6055512755,0.1,0.9,0.6,3,1,8,3,10,3,11,4,0,3,5,0,1,1,0,1,0 +11695,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.2,0.1,-1.0,11,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.7733286429999999,0.4166533331,3.4641016151,0.3,0.6,0.4,3,3,8,2,4,0,6,3,1,5,5,0,0,0,0,0,0 +11696,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.7,0.4,0.8877640452,7,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9256447384,0.4101219331,3.3166247904,0.3,0.8,0.1,3,1,9,1,6,2,6,5,2,3,8,0,1,0,0,1,0 +11698,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,10,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6142084875,0.3615245497,2.8284271247,0.5,0.3,0.0,3,2,9,2,9,2,8,4,1,1,5,0,0,0,1,0,0 +11700,0,5,1,5,1,5,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.7,0.7790218225,11,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,0.9765975469,0.4949747468,3.3166247904,0.0,0.2,0.5,3,1,9,4,11,4,5,8,0,0,11,0,0,0,0,1,0 +11701,0,5,1,5,0,3,1,0,0,0,0,0,0,0,0,13,0,0,0,0.9,0.5,0.8448372623999999,11,1,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.948149568,0.5204805472,3.3166247904,0.1,0.6,0.8,2,1,8,3,11,3,10,8,2,4,5,0,1,0,1,1,0 +11704,0,1,1,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,4,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6185827577,0.3521363372,3.1622776602,0.6,0.8,0.3,2,0,7,2,8,2,8,2,2,2,8,0,1,0,0,0,0 +11706,0,1,1,8,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.4,0.0,0.675,11,0,1,0,0,10,1,1,2,1,55,2,0.4242640687,1.1067318428,0.3586084215,3.4641016151,0.8,0.4,0.4,4,3,7,2,10,1,6,5,4,0,6,0,0,1,0,0,0 +11709,0,1,1,7,0,3,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5739120142,11,1,-1,0,-1,1,1,1,0,1,65,3,0.316227766,0.5717524171,0.3507135583,2.6457513111,0.5,0.8,0.2,1,2,9,3,9,4,9,3,1,1,10,0,1,1,0,0,0 +11710,0,7,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.1,1.2816005618,10,1,-1,0,1,11,1,1,0,1,104,2,0.423792402,0.5836087504,0.4086563348,1.0,0.8,0.9,0.3,2,2,10,3,9,1,10,9,2,1,6,0,0,0,0,1,0 +11715,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.1,0.5755432217,3,1,0,0,0,1,1,1,2,1,65,3,0.316227766,0.5805383651,0.2880972058,2.6457513111,0.1,0.1,0.2,3,3,8,4,10,4,11,7,1,1,10,0,1,1,1,1,0 +11723,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,0.8120190884,3,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6033823398,0.34727510710000004,3.0,0.1,0.1,0.2,2,3,7,3,8,4,9,3,1,0,6,1,1,0,0,0,0 +11724,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,0.2,0.4506939094,11,1,-1,0,-1,0,1,1,3,1,37,2,0.316227766,0.696033627,0.3754996671,3.0,0.3,0.7,0.2,2,0,8,2,7,1,8,3,1,2,8,0,1,1,1,0,0 +11727,0,0,3,6,0,4,1,0,0,0,0,0,0,0,0,5,0,0,1,0.5,0.4,0.7271519786,7,1,0,0,1,4,1,1,3,1,84,3,0.316227766,0.6421007619,0.3201562119,3.0,0.4,0.2,0.5,4,2,9,4,11,5,10,10,4,2,5,0,1,1,0,1,0 +11730,0,5,1,7,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.4,0.9327379053,10,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7161796026,0.3615245497,3.4641016151,0.0,0.5,0.3,1,3,6,0,9,2,11,3,1,4,4,0,0,0,0,1,1 +11735,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.4,0.0,0.5267826876,10,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6298366572999999,0.3615245497,3.0,0.9,0.3,0.6,3,3,9,3,6,1,13,8,1,3,9,1,1,0,0,0,0 +11737,0,5,1,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.8,0.9367496998,1,1,-1,2,-1,0,0,1,1,1,100,0,0.3997499218,0.7700890793,0.423083916,3.1622776602,0.6,0.8,0.9,3,2,7,3,9,3,7,5,3,1,7,0,1,1,0,1,0 +11743,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,1.0237797615000002,11,0,0,8,1,13,1,1,2,1,20,3,0.4472135955,0.8227147161,0.3714835124,2.4494897428,0.3,0.9,0.1,0,2,6,2,10,1,7,3,1,3,10,0,1,0,0,0,0 +11746,0,0,3,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.2,0.645174395,8,1,-1,0,0,4,1,0,0,1,48,0,0.316227766,0.7289752799,0.3710795063,3.7416573868,0.1,0.5,0.3,3,2,8,3,11,4,9,3,1,3,12,1,0,1,0,0,0 +11748,0,1,2,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.6,0.1,0.6229967896999999,11,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.674720634,0.3070830507,3.6055512755,0.8,0.8,0.9,1,2,8,1,10,5,7,4,0,4,7,0,1,0,1,0,1 +11751,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0.9,0.8,1.4028987847,11,0,-1,9,-1,9,1,1,1,1,104,3,0.4472135955,1.3200300522,0.4449719092,3.4641016151,0.0,0.2,0.9,1,2,9,1,9,2,6,6,1,1,7,0,1,1,1,0,0 +11754,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,7,1,1,0,0,0,1,1,2,1,23,3,0.4,0.8865151386,0.3309078422,3.4641016151,0.5,0.1,0.6,3,4,7,2,9,2,11,8,3,7,8,1,1,1,1,0,0 +11762,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,5,1,0,0,0,14,1,1,2,1,49,3,0.4,0.69244745,-1.0,3.0,0.9,0.1,0.2,1,1,7,2,9,4,10,11,2,4,10,0,1,0,0,0,0 +11763,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.5024937811,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7326364707999999,0.3615245497,3.4641016151,0.2,0.6,0.0,2,3,7,3,8,3,11,5,1,5,7,0,1,1,0,0,0 +11772,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.1,-1.0,5,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6770896640999999,0.30331501780000003,3.4641016151,0.6,0.2,0.5,2,2,6,3,7,5,6,5,2,4,3,0,1,0,0,0,0 +11774,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.548292805,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6877769915,0.3615245497,3.3166247904,0.5,0.1,0.4,1,2,6,2,6,3,11,7,1,3,6,0,1,0,0,0,1 +11775,0,1,1,10,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.7,1.0,1.3910427743,7,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.9066444354,0.423083916,3.4641016151,0.4,0.2,0.2,2,1,7,3,10,2,11,8,4,0,9,0,1,0,0,1,1 +11776,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,2,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7832835105,0.3850973903,3.3166247904,0.6,0.6,0.0,1,1,5,2,11,4,15,6,2,2,7,0,1,1,0,1,1 +11777,0,4,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.8050621094,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7063027937,0.3598610843,3.3166247904,0.8,0.3,0.3,4,3,10,5,6,1,14,9,0,1,7,0,1,1,0,0,0 +11778,0,1,4,8,1,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.7,1.0142731388,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5851467288000001,0.3583294573,2.6457513111,0.3,0.3,0.4,1,3,4,2,9,2,9,5,0,3,11,0,1,0,0,0,0 +11786,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.3,1.1461893386,11,0,1,8,1,13,1,0,2,1,104,3,0.4472135955,1.4565327333000002,0.3794733192,3.6055512755,0.5,0.8,0.2,4,3,7,2,9,4,5,3,1,4,5,0,1,1,0,0,0 +11793,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.1,-1.0,7,1,0,0,0,1,1,1,2,1,65,3,0.316227766,0.6496343536,0.2880972058,3.3166247904,0.9,0.9,0.9,3,1,9,2,10,0,6,5,3,6,8,0,0,0,0,0,0 +11794,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,5,1,1,0,0,11,1,1,2,1,44,3,0.4458699362,0.6865141316,0.4024922359000001,2.2360679775,0.6,0.9,0.8,4,2,8,4,9,2,11,4,1,0,7,0,1,0,0,0,1 +11795,0,6,3,10,1,6,0,0,0,1,0,0,0,0,0,9,0,1,0,0.6,0.7,0.5573374202,6,1,-1,0,0,1,1,0,0,1,70,2,0.4,0.9522244509,0.3962322551,3.6055512755,0.5,0.4,0.9,2,3,6,4,11,3,9,6,0,5,6,0,0,0,0,0,0 +11799,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6412877669,9,1,1,0,0,11,1,1,1,1,101,3,0.3741657387,0.8213323182,0.3212475681,3.6055512755,0.6,0.0,0.7,1,2,9,3,9,2,11,6,2,5,7,0,0,1,0,0,0 +11801,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,5,1,1,0,0,0,1,1,2,1,78,3,0.4,0.8488659181999999,0.3287856445,3.3166247904,0.1,0.0,0.4,2,1,9,2,9,1,8,2,0,6,7,0,1,1,0,1,0 +11807,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.6199798384,7,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.8071734173,0.2944486373,3.7416573868,0.2,0.7,0.0,2,3,8,4,7,3,9,3,0,4,9,0,1,0,0,1,0 +11808,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.9,0.2,0.8452070751999999,8,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6393113547,0.34727510710000004,3.3166247904,0.6,0.5,0.0,2,3,9,6,11,1,11,10,3,5,10,0,0,1,1,0,0 +11810,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,0,51,2,0.3741657387,0.9058122696,0.4017461885,3.6055512755,0.3,0.1,0.7,2,3,5,4,8,4,6,4,1,0,7,0,0,0,0,1,0 +11814,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.5,0.4,0.7774155903,9,1,1,0,0,4,1,1,2,1,84,3,0.316227766,0.8004131165,0.3201562119,3.7416573868,0.3,0.7,0.2,2,2,7,5,11,2,9,1,2,6,6,0,1,1,0,0,0 +11816,1,1,2,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.9082951062,8,1,-1,2,0,11,1,1,0,1,94,0,0.3741657387,0.7972836114,0.4301162634,3.6055512755,0.1,0.6,0.8,3,0,6,2,7,3,9,3,2,5,9,0,0,0,0,1,0 +11823,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.4815340071,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6595609609,0.3615245497,3.0,0.7,0.1,0.5,3,3,9,7,8,5,15,2,2,4,2,1,1,0,1,0,0 +11825,0,7,1,8,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.5,1.8768324379,9,0,1,0,0,10,1,0,2,1,55,2,0.4242640687,1.0614123018,0.3586084215,3.7416573868,0.6,0.7,0.6,3,2,10,3,9,3,7,6,1,0,10,0,0,0,0,0,0 +11828,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,1.2,1.2796483892,8,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6621402813,0.3619392214,3.1622776602,0.9,0.4,0.6,2,3,8,2,8,1,5,7,1,1,10,0,1,0,1,0,0 +11830,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,1.6,1.8006943105000002,11,1,-1,0,-1,14,1,1,0,1,29,3,0.4,0.9477790481,0.3984971769,3.4641016151,0.8,0.6,0.0,2,4,8,2,11,1,10,8,3,4,12,0,1,1,0,0,1 +11834,0,5,2,4,1,1,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.8,1.0793516572,11,1,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,0.9035055695,0.4295346319,3.0,0.8,0.1,0.6,4,2,9,3,9,4,8,5,2,3,6,0,0,0,0,1,0 +11837,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.5,0.2,0.7115124734999999,10,1,-1,0,0,0,1,1,0,1,95,2,0.4,0.7753431658,0.4013726448,3.0,0.3,0.5,0.4,3,1,10,4,9,1,10,5,1,4,9,0,0,0,1,1,0 +11838,0,5,3,7,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.7,0.4,0.7921489759,7,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.7036945008,0.4166533331,2.8284271247,0.1,0.2,0.9,2,3,6,3,7,2,6,5,0,4,8,0,0,1,1,1,1 +11840,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7310095759,6,1,1,0,1,14,1,1,2,1,49,3,0.4,0.7414805381,-1.0,3.3166247904,0.5,0.2,0.5,3,2,7,0,12,2,11,2,1,3,7,0,1,1,0,0,0 +11841,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.7,0.2,0.7062223445999999,5,1,0,8,0,1,0,1,1,1,104,2,0.4795831523,1.2436200823,0.4438468204,3.4641016151,0.8,0.5,0.7,2,1,7,2,10,2,9,8,1,3,6,0,0,0,0,1,0 +11844,0,4,1,4,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.8,1.0848386977,6,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.9289312263,-1.0,3.3166247904,0.6,0.6,0.9,2,3,7,2,9,4,8,5,1,4,3,0,1,1,0,1,0 +11850,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.990265116,11,0,-1,2,-1,1,1,0,1,1,1,0,0.4242640687,1.0636849251,0.4308131846,3.6055512755,0.2,0.6,0.6,3,2,9,3,9,1,6,3,1,4,7,0,1,0,0,0,0 +11851,0,1,3,4,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.6,1.0588909292,7,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.633663101,0.3070830507,3.3166247904,0.3,0.9,0.8,3,2,8,6,9,5,11,2,0,4,9,0,1,0,1,1,0 +11853,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,1.1,1.4603081866999998,11,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.8062514014,0.2944486373,3.7416573868,0.8,0.5,0.0,3,1,8,2,11,3,4,2,3,4,6,0,1,0,1,0,0 +11858,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.3,0.7219764539,11,1,1,0,0,0,1,0,2,1,104,3,0.4,1.072871716,0.3309078422,3.7416573868,0.7,0.6,0.6,4,1,7,4,11,3,12,5,1,3,9,0,1,1,1,1,0 +11859,1,2,2,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.692820323,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.640134929,0.34727510710000004,3.3166247904,0.5,0.8,0.0,1,3,7,5,10,1,6,6,1,1,7,0,0,0,0,0,0 +11861,0,4,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.3758324095,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8089804572,0.374566416,3.4641016151,0.5,0.4,0.0,1,1,8,3,10,2,5,4,2,4,5,0,0,1,0,1,0 +11862,0,1,4,7,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,1.0207227831,11,0,1,1,0,9,1,1,2,1,104,2,0.4,1.2337623035,0.3106444913,3.6055512755,0.4,0.0,0.1,2,4,8,3,8,1,6,3,2,5,11,0,0,0,1,1,0 +11864,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.2,0.7275816104999999,11,1,-1,0,-1,4,1,1,0,1,104,3,0.4,0.8903175216,0.4236744033,3.3166247904,0.8,0.6,0.6,1,3,9,1,9,3,9,7,0,1,11,0,0,0,0,1,0 +11869,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.6,0.7656696416,8,1,-1,0,1,6,1,1,0,1,104,2,0.4472135955,1.0765436735,0.4177319715,3.4641016151,0.6,0.2,0.6,2,2,7,4,10,2,7,5,1,5,7,0,0,1,1,1,0 +11873,0,1,1,5,1,1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.6373774392,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5059766760000001,0.3774917218,1.7320508076,0.7,0.3,0.7,4,1,6,4,11,3,7,6,3,4,5,0,1,0,0,0,0 +11876,0,1,1,1,0,3,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.3937003937,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5438043218999999,0.3583294573,2.4494897428,0.1,0.2,0.3,4,1,5,2,8,2,9,2,1,3,12,0,1,1,1,0,0 +11885,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,1.0677078251999998,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.8265356356999999,0.40348482,3.0,0.5,0.4,0.7,3,5,6,1,9,4,12,8,2,9,4,0,0,0,0,1,0 +11888,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6020797289,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6010665452,0.3687817783,2.8284271247,0.0,0.5,0.0,3,4,7,2,9,5,5,4,1,1,12,0,1,0,0,0,0 +11889,0,7,1,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,1.3,1.4046796788,11,1,1,0,1,0,1,1,0,1,87,3,0.316227766,0.6859270134000001,0.2944486373,3.1622776602,0.6,0.1,0.4,3,0,10,2,7,1,10,5,0,4,5,0,1,1,0,1,1 +11890,0,1,1,7,0,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.87535707,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7084641751999999,0.3937003937,3.0,0.7,0.0,0.0,2,2,10,2,8,2,9,4,2,3,8,0,0,1,0,1,0 +11895,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.4,0.2,0.616948134,11,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.6593886475,0.3615245497,3.0,0.1,0.4,0.4,2,4,8,6,9,3,14,6,1,3,11,0,0,1,0,1,0 +11898,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,1,1,0,0,1,14,1,1,3,1,82,3,0.3160696126,0.5687815017,-1.0,2.0,0.0,0.5,0.2,2,1,9,4,8,3,11,9,1,2,5,0,0,1,1,0,0 +11899,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.8,1.2947007376000002,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6840569306000001,0.3788139385,2.4494897428,0.1,0.8,0.1,1,3,9,3,11,0,10,3,1,0,8,1,1,1,1,1,0 +11911,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.2,1.3881192312,10,1,-1,0,0,0,1,1,0,1,95,2,0.4,0.7572514456999999,0.4013726448,3.0,0.8,0.5,0.5,3,3,8,2,6,3,13,7,2,1,6,1,1,0,1,0,0 +11914,1,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.1,0.4834769901,7,1,1,0,1,0,1,1,0,1,87,3,0.316227766,0.7437202664,0.2944486373,3.6055512755,0.6,0.8,0.8,5,1,6,5,9,2,11,3,0,2,9,1,1,1,1,0,0 +11915,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,7,0,-1,0,-1,7,1,1,2,1,96,3,0.4472135955,0.7889343163,0.4301162634,2.8284271247,0.7,0.8,0.8,3,2,8,3,9,5,9,5,0,0,8,0,0,1,0,0,0 +11916,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.5744562647,7,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.8052385304,-1.0,3.7416573868,0.2,0.7,0.7,0,2,8,2,9,1,13,8,1,3,3,0,0,1,0,1,0 +11917,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.6768493185,11,1,1,2,1,1,1,1,2,1,1,0,0.4242640687,0.950184845,0.3468429039,3.4641016151,0.0,0.3,0.4,2,2,10,5,11,3,5,6,0,4,5,0,0,0,0,1,0 +11918,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.1,0.5550900828,7,1,1,0,0,0,1,1,0,1,22,1,0.316227766,0.7567874687,0.310322413,3.4641016151,0.1,0.9,0.8,2,2,9,4,10,2,10,6,5,6,5,0,1,0,1,1,0 +11921,0,2,2,3,1,0,0,0,0,1,0,0,0,0,0,4,0,1,0,0.9,0.5,0.9260129589,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7031217286,0.3666060556,3.3166247904,0.5,0.4,0.8,1,3,7,5,11,2,8,5,1,4,6,0,1,0,1,0,0 +11923,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6368991253,0.3583294573,3.1622776602,0.6,0.9,0.2,4,0,4,1,10,2,6,5,1,4,3,1,1,1,0,0,1 +11928,0,2,2,0,0,6,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,1.5,1.3822535947,4,1,-1,0,1,14,1,0,0,1,72,2,0.4,1.1286831353,0.4093897898,3.7416573868,0.6,0.4,0.7,3,0,8,4,10,2,5,5,0,2,12,0,1,1,0,0,0 +11929,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.611350963,11,1,1,0,0,11,1,0,2,1,101,3,0.3741657387,0.9132405294,0.3214031736,3.6055512755,0.7,0.8,0.8,3,2,7,5,11,4,9,5,1,1,10,0,0,0,0,0,0 +11930,0,5,1,9,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.3,0.7115124734999999,4,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8321906767,0.3848376281000001,3.3166247904,0.3,0.1,0.3,3,3,7,4,9,3,8,4,0,5,3,0,0,0,0,1,1 +11934,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.3,0.0,0.7322909258,10,1,-1,1,1,0,1,0,0,1,75,2,0.4472135955,1.370837049,0.4440720662,3.6055512755,0.8,0.1,0.5,4,0,10,1,9,1,10,5,2,2,8,0,1,0,0,0,0 +11942,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,1.1,0.5667892024,7,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8584172443000001,0.3964845520000001,2.6457513111,0.9,0.9,0.1,1,3,10,3,11,2,6,6,1,5,8,0,1,1,0,0,0 +11944,0,5,1,6,1,6,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.8081614937999999,11,1,-1,0,-1,0,0,1,1,1,23,3,0.4,0.9181368126,0.3974921383,3.6055512755,0.9,0.6,0.5,2,1,6,4,10,3,13,2,2,2,6,0,1,1,0,0,0 +11946,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.9,1.1934718262,10,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,1.0545062689,0.4009987531000001,3.3166247904,0.4,0.8,0.7,3,4,8,2,7,5,12,5,0,1,13,0,1,1,0,0,1 +11950,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,43,3,0.4,0.6522846055,0.3663331817,2.6457513111,0.2,0.1,0.4,2,2,8,3,8,2,8,9,0,3,9,1,0,0,0,1,0 +11951,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.6,1.3,1.0997158724,10,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.6891874483,0.3937003937,2.8284271247,0.5,0.3,0.8,1,2,10,4,11,2,6,4,0,3,7,0,0,1,0,0,0 +11952,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.5,0.0,0.5105144464,6,1,-1,0,1,1,1,1,0,1,85,3,0.3741657387,0.68203027,0.3974921383,2.4494897428,0.7,0.0,0.9,3,3,8,4,10,4,1,2,3,2,3,0,0,1,0,0,1 +11955,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.2,0.4630064794,2,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.5538893287,0.3744329045000001,2.6457513111,0.1,0.2,0.9,1,4,7,3,10,3,6,8,0,1,8,0,0,0,0,0,0 +11959,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,-1.0,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6923131666,0.3974921383,2.6457513111,0.7,0.2,0.8,2,4,8,3,9,1,11,9,0,4,5,0,1,1,0,0,0 +11961,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.8,0.9,1.0440306509,11,1,1,0,1,11,1,1,2,1,103,1,0.3160696126,0.5245423034000001,0.2887905816,1.7320508076,0.4,0.6,0.8,2,1,7,4,8,2,11,6,1,1,8,0,1,0,0,1,0 +11962,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6927755889,0.3615245497,3.3166247904,0.3,0.1,0.0,5,1,8,2,10,1,5,4,2,4,10,0,1,0,1,0,0 +11965,0,1,2,3,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.4,0.0,0.6219927652,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9128479185,0.3964845520000001,2.6457513111,0.2,0.5,0.1,2,0,8,2,8,2,8,6,3,1,5,0,0,0,0,0,0 +11967,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,1.0535653753,11,0,-1,0,-1,15,1,1,1,1,5,2,0.4242640687,1.0695542441,0.4,3.4641016151,0.9,0.5,0.9,2,2,5,5,9,2,8,6,2,1,6,0,1,1,1,1,0 +11971,0,1,2,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.0,1.0,0.5379358698,10,1,-1,0,1,14,1,0,0,1,8,2,0.3872983346,0.9184630532,-1.0,3.7416573868,0.1,0.3,0.5,3,2,8,3,10,2,5,6,1,2,9,0,0,0,0,1,0 +11972,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.471036092,7,1,1,0,0,0,1,0,0,1,22,3,0.316227766,0.8447822351000001,0.310322413,3.7416573868,0.7,0.1,0.5,3,3,9,2,7,1,8,3,1,4,10,0,0,0,0,0,0 +11973,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.0,-1.0,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.68556546,0.3974921383,2.6457513111,0.3,0.5,0.7,2,1,9,4,8,5,9,4,0,5,4,1,1,0,0,0,0 +11974,0,0,1,6,0,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0.9,1.5,1.5231546212,11,1,1,0,1,4,1,1,2,1,104,3,0.4,0.8068533923000001,0.35707142140000003,3.0,0.9,0.8,0.2,1,2,10,1,6,3,10,6,0,4,8,0,1,0,1,1,0 +11980,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0.7,0.5,0.9334077351,2,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6026113971,0.3687817783,2.8284271247,0.7,0.0,0.5,0,3,9,5,9,0,11,5,1,3,14,0,1,0,0,0,0 +11982,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.7862453931000001,0.3848376281000001,3.3166247904,0.9,0.0,0.3,2,3,8,4,9,2,12,2,2,3,9,0,1,1,0,0,0 +11984,0,1,1,9,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.831790238,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3160696126,0.5419394312,0.3640054945,2.2360679775,0.6,0.6,0.7,3,1,7,2,9,3,11,4,1,4,6,0,1,0,1,0,0 +11985,0,7,1,9,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.8,-1.0,4,1,-1,0,1,0,0,1,0,1,66,1,0.3998749805,0.7295419145,0.3817066937,3.0,0.5,0.6,0.9,1,1,6,1,10,2,7,6,2,3,7,0,0,0,0,0,0 +11986,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.7,0.8,1.0228636273,6,1,-1,0,0,4,1,1,0,1,104,2,0.3160696126,0.5625906722,0.3788139385,1.7320508076,0.9,0.1,0.3,3,1,8,4,8,3,10,4,1,2,5,1,1,0,1,0,0 +11990,0,2,1,6,1,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6154266813,6,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.7533670974,0.3937003937,3.3166247904,0.0,0.7,0.0,4,1,7,2,9,3,6,2,1,4,7,0,1,1,1,0,0 +11991,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.9,0.8514693182999999,7,1,-1,0,-1,0,1,1,2,1,43,3,0.3994996871,0.4558617305,0.3667424164,0.0,0.3,0.4,0.1,3,2,7,1,12,2,7,4,3,2,6,0,1,1,1,1,0 +11995,0,0,2,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.6518928537,11,0,-1,1,-1,0,1,1,0,1,104,2,0.5,1.0457410675,0.4467661581,3.1622776602,0.2,0.3,0.5,2,2,6,7,10,5,6,3,0,3,8,0,1,0,0,1,0 +11996,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.8,1.6972404072,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6383410835,0.3974921383,1.4142135624,0.8,0.6,0.8,2,2,6,5,7,4,6,8,1,2,12,0,1,1,0,1,0 +11999,0,2,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.3,0.6219927652,10,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6253924388000001,0.3687817783,3.0,0.0,0.1,0.8,1,1,8,5,8,1,5,6,3,2,8,1,1,1,1,0,0 +12001,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.6,1.391492005,11,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.1027295211,0.4349712634,3.4641016151,0.8,0.7,0.6,4,0,9,3,12,1,6,2,1,2,12,0,0,1,0,0,0 +12002,0,6,1,4,0,4,0,0,0,1,0,0,0,0,0,11,0,0,1,0.5,0.4,0.7280109889,4,1,-1,0,0,4,1,1,0,1,104,3,0.4,0.8128233622,0.4236744033,3.0,0.5,0.9,0.4,3,3,9,4,10,1,6,6,1,4,4,1,0,1,0,1,0 +12003,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.6552671211,11,1,1,0,1,10,1,1,2,1,83,2,0.4242640687,0.9457167469,0.3518522417,3.1622776602,0.4,0.7,0.7,2,1,8,3,9,2,6,8,0,2,6,0,1,1,1,0,0 +12004,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.7322909258,7,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8581644836,0.3964845520000001,2.6457513111,0.2,0.9,0.0,2,3,7,3,9,2,9,5,0,3,8,0,1,1,0,0,0 +12005,0,0,1,9,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.58630197,7,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6393113547,0.3070830507,3.3166247904,0.0,0.6,0.3,2,2,6,4,6,2,5,6,2,2,4,0,1,1,1,0,0 +12012,0,5,3,8,1,2,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.3,0.6412877669,11,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.6633405318,0.3016620626,3.1622776602,0.9,0.3,0.4,3,2,10,0,8,3,12,5,2,3,9,0,1,0,0,0,0 +12013,0,4,3,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.2,1.3513881752,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8485080489,0.3848376281000001,3.6055512755,0.3,0.1,0.2,2,1,6,4,7,3,11,9,1,5,6,0,0,0,1,1,0 +12016,0,4,2,1,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,1.1,1.3186166994,10,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.8893539302,0.3820994635,3.1622776602,0.0,0.6,0.7,2,1,6,4,10,2,8,8,3,2,10,0,0,0,0,1,0 +12018,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.4,0.0,0.5408326913,7,1,-1,2,-1,0,0,1,2,1,100,0,0.3997499218,0.8133442848000001,0.423083916,3.4641016151,0.8,0.4,0.7,2,1,8,5,10,1,10,8,3,0,8,0,1,1,0,1,0 +12020,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,6,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7201641227,0.3598610843,3.4641016151,0.3,0.2,0.0,2,0,8,1,11,1,8,9,0,2,19,0,0,0,1,0,0 +12021,1,2,1,2,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.5528336097,11,0,1,0,1,4,1,0,2,1,50,2,0.4,0.9403489769,0.3286335345,3.6055512755,0.9,0.3,0.9,2,4,10,0,10,4,15,7,1,4,7,0,1,0,0,0,0 +12024,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.9,1.5208961174000002,11,0,1,8,0,13,1,0,2,1,104,3,0.4472135955,1.3585815403,0.3794733192,3.6055512755,0.3,0.3,0.9,2,1,9,1,9,2,11,2,7,0,10,1,1,0,1,0,1 +12025,0,5,1,6,1,4,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,1.2,1.4322185587,9,1,1,0,1,11,1,1,2,1,16,3,0.4242640687,0.6519043939,0.3263433774,2.4494897428,0.0,0.7,0.1,2,2,9,2,11,1,10,5,3,2,7,1,1,1,1,0,0 +12026,0,3,1,8,0,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.6,0.7,1.0062305899,10,1,0,0,1,0,0,1,0,1,32,1,0.316227766,0.6133164149,0.2944486373,3.0,0.4,0.0,0.3,2,1,8,4,9,2,7,5,0,3,10,0,1,1,0,1,0 +12027,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.7,1.0428326807,7,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7397837243000001,0.3874274126,3.1622776602,0.1,0.3,0.5,2,2,4,1,8,3,13,5,1,1,6,0,1,1,1,0,0 +12029,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.6179603547,7,1,-1,0,-1,11,1,0,0,1,11,2,0.316227766,0.7639474475,0.3687817783,3.6055512755,0.9,0.2,0.6,3,1,7,3,11,3,8,5,0,3,10,0,1,1,0,0,0 +12030,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.523808171,11,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.7306173095,0.3687817783,3.7416573868,0.9,0.3,0.9,1,2,9,2,8,4,8,9,2,1,7,0,1,1,0,0,0 +12033,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.5,0.2,0.5634713835,7,0,-1,0,-1,3,1,1,2,1,15,3,0.4242640687,0.9281413044,0.4052159918,3.4641016151,0.7,0.9,0.0,3,3,7,4,7,3,8,8,3,2,7,1,1,1,0,0,0 +12037,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.7,1.9456682657,11,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.8434605028000001,0.4129164564,3.4641016151,0.3,0.9,0.2,4,1,7,4,10,4,5,2,1,3,6,0,1,1,0,1,0 +12039,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.1,-1.0,6,1,-1,0,0,0,1,0,0,1,78,3,0.4,0.9388460034,0.3848376281000001,3.7416573868,0.4,0.3,0.9,1,2,7,1,11,1,6,8,4,3,5,0,1,1,1,1,0 +12041,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.5,2.1863211109000003,11,1,-1,0,-1,3,1,1,2,1,15,3,0.4,0.9557481601,0.4009987531000001,3.6055512755,0.2,0.1,0.0,3,2,8,4,11,1,11,3,1,1,10,1,0,1,0,0,0 +12050,0,0,1,11,0,6,0,1,0,0,0,0,0,0,0,10,0,0,1,0.3,0.0,0.4596194078,9,0,0,0,1,0,1,1,2,1,46,3,0.4,0.8890983454000001,0.3003331484,3.6055512755,0.9,0.2,0.4,4,2,8,2,9,2,9,9,3,4,9,1,0,0,0,1,0 +12052,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.2,0.1,-1.0,11,1,-1,2,-1,0,0,1,2,1,100,0,0.3997499218,0.8303140897,0.423083916,3.6055512755,0.7,0.8,0.9,4,4,8,5,10,3,8,3,1,2,7,0,0,0,0,1,0 +12053,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.4,0.6656763478,11,0,1,1,1,14,1,0,1,1,104,2,0.4,1.1081217823,0.350142828,3.7416573868,0.7,0.7,0.9,2,2,7,3,8,2,9,8,2,3,7,0,0,1,0,1,0 +12059,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.2,0.503736042,7,1,1,0,1,14,1,0,0,1,82,3,0.316227766,0.7918750631999999,0.3292415527,3.7416573868,0.2,0.9,0.7,1,2,6,4,6,2,8,3,2,2,5,0,0,1,0,0,0 +12060,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.5692354826,11,0,1,9,1,17,-1,1,2,1,104,3,0.6,1.5719059863,0.4410215414,3.3166247904,0.9,0.9,0.5,3,3,7,4,9,2,8,4,0,3,9,0,1,1,0,0,0 +12061,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.4924428901,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7368685138,0.4074309757,2.4494897428,0.9,0.7,0.8,4,0,6,3,9,2,7,5,0,3,12,1,1,1,0,1,0 +12062,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.2,0.3,-1.0,3,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.6254750260999999,0.3687817783,3.1622776602,0.8,0.7,0.4,3,1,9,3,11,5,9,7,3,2,6,0,1,0,1,0,0 +12064,0,4,1,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.7403546447,8,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6391335819,0.3619392214,3.3166247904,0.0,0.8,0.4,2,0,6,6,11,4,5,7,1,2,8,0,1,0,1,1,0 +12066,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.9055385138,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8474560862999999,-1.0,3.7416573868,0.5,0.0,0.1,3,2,7,3,11,2,5,6,1,3,7,0,1,1,1,0,0 +12067,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.3,0.3,-1.0,6,1,-1,0,1,14,1,1,0,1,29,3,0.3994996871,0.6558068653,0.3984971769,2.6457513111,0.1,0.7,0.8,3,3,9,4,10,3,4,5,2,4,4,0,0,1,1,0,1 +12068,0,0,2,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.5,0.8268917704000001,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2246461793,0.359722115,3.7416573868,0.1,0.0,0.0,2,1,8,3,7,3,12,9,2,2,9,0,0,1,0,1,0 +12070,0,2,1,4,0,3,0,0,1,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.5006246099,7,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.8847888107999999,0.4086563348,3.1622776602,0.0,0.7,0.6,1,2,9,3,6,4,12,5,0,1,7,0,0,1,1,0,1 +12073,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.5878988008,10,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.819582135,0.3860051813,3.4641016151,0.4,0.8,0.0,5,2,6,4,10,2,9,10,1,4,5,0,1,0,0,0,1 +12074,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.7,1.0,0.7365459931,10,1,-1,0,0,0,1,1,0,1,87,2,0.316227766,0.7492282531000001,0.3615245497,3.6055512755,0.3,0.9,0.5,2,1,7,4,9,0,6,6,2,1,5,0,1,1,0,0,1 +12076,0,7,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.3,1.3681648293000002,6,1,-1,0,1,4,1,1,0,1,84,2,0.316227766,0.7481519931999999,0.3667424164,3.4641016151,0.8,0.9,0.7,1,0,8,1,7,4,7,5,1,1,7,0,1,0,1,0,1 +12077,0,0,2,3,1,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.8,0.8895223437,11,1,-1,0,-1,4,1,0,2,1,48,3,0.316227766,0.780972058,0.3710795063,3.6055512755,0.6,0.9,0.1,3,1,9,4,12,3,8,10,2,1,12,0,0,0,0,0,0 +12079,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.6,0.9817076958,4,1,-1,0,1,15,1,1,0,1,97,2,0.3605551275,0.8303638553,-1.0,3.6055512755,0.4,0.5,0.6,3,1,7,2,9,2,8,3,2,2,7,0,1,0,0,1,0 +12080,0,5,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,1.2,1.603706644,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.9093522352,0.3974921383,3.6055512755,0.6,0.3,0.8,2,2,10,1,9,2,7,3,3,7,9,0,0,1,1,0,0 +12085,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.6698880503,9,1,-1,2,-1,1,0,1,2,1,90,0,0.3741657387,0.7151691703,0.4213074887,2.8284271247,0.7,0.4,0.4,3,1,7,4,9,2,6,5,1,3,10,0,0,1,1,0,0 +12086,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.9,1.6603839916999998,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6471488646,0.3583294573,3.1622776602,0.7,0.4,0.1,1,2,9,4,11,4,5,8,2,2,7,0,1,1,0,1,0 +12088,0,3,1,7,0,1,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.3,0.668954408,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6512384895000001,0.3666060556,3.0,0.1,0.2,0.6,3,2,7,1,7,2,10,6,3,2,4,0,1,1,0,1,0 +12089,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.1,0.2,-1.0,7,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.6141412065,0.30331501780000003,3.0,0.9,0.6,0.5,2,3,8,1,9,2,5,6,1,6,7,0,0,1,0,1,0 +12091,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.6,0.9243240774,11,0,-1,0,-1,3,1,0,2,1,104,3,0.4242640687,1.152252555,0.4306971093,3.7416573868,0.5,0.9,0.1,2,1,9,5,9,2,5,5,2,1,5,0,0,1,0,1,0 +12092,0,0,1,5,0,4,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.8,1.0344080433,10,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7717774912,0.3926830783,3.4641016151,0.6,0.1,0.2,0,3,8,2,10,3,6,6,1,3,5,0,1,1,0,0,0 +12093,0,2,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.2,0.77014609,6,1,-1,0,0,11,1,1,0,1,103,0,0.316227766,0.6471807902000001,0.3583294573,3.4641016151,0.2,0.5,0.5,5,1,6,2,11,3,9,12,0,5,8,0,0,0,0,0,0 +12095,0,0,1,3,1,4,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.1,0.4782781617,11,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.7099499459,0.2887905816,3.6055512755,0.2,0.3,0.1,3,2,8,4,8,1,7,7,1,6,10,0,1,1,0,1,0 +12100,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,0.7,1.2399596768,7,1,1,0,1,1,1,0,2,1,25,3,0.3741657387,0.8765275922,-1.0,3.6055512755,0.8,0.4,0.0,1,2,8,2,8,2,5,3,2,0,13,0,1,0,0,1,0 +12103,0,5,1,1,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.7,0.4,0.7322909258,5,0,0,0,0,14,1,1,1,1,68,3,0.4472135955,0.9394367048,0.3605551275,3.3166247904,0.8,0.7,0.0,4,2,4,3,8,0,7,6,4,2,9,0,1,1,0,1,0 +12105,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.8,1.4788086421000002,10,1,-1,1,0,5,1,1,0,1,104,0,0.4242640687,1.5558540478,0.4427188724,3.4641016151,0.3,0.0,0.9,2,3,8,6,9,3,6,5,0,1,9,0,0,1,0,0,0 +12106,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.7305819598000001,7,1,-1,0,-1,11,1,1,0,1,19,3,0.316227766,0.6420524939,0.3887158345,2.6457513111,0.2,0.2,0.6,2,1,9,1,9,2,10,6,3,2,8,0,0,0,1,1,0 +12107,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.9,0.9921567416,11,1,1,1,1,3,1,0,2,1,45,3,0.4,0.8831480131999999,0.3096772513,3.7416573868,0.2,0.5,0.3,4,1,9,5,6,3,9,3,1,4,10,0,1,1,0,0,0 +12111,0,5,1,5,1,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6062177826,7,1,-1,0,-1,11,1,1,3,1,104,2,0.4469899328,0.5793627163,0.4086563348,0.0,0.9,0.2,0.9,2,1,8,1,7,1,8,7,2,1,4,0,0,1,0,1,0 +12112,0,6,3,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.1467344941,7,1,1,1,0,3,1,0,2,1,59,3,0.316227766,0.8050845651,0.3096772513,3.6055512755,0.0,0.8,0.7,1,3,8,4,8,4,5,7,1,1,7,0,1,1,0,1,0 +12113,0,4,1,2,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.6,0.6595452978999999,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0118614709,0.4,3.1622776602,0.7,0.2,0.3,1,2,8,1,12,3,6,8,4,1,6,0,1,0,0,1,0 +12114,1,0,1,5,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6351612016,0.3861346915,2.4494897428,0.3,0.0,0.5,0,2,9,1,10,3,9,2,2,4,13,0,0,1,0,0,1 +12116,0,0,1,4,1,4,0,0,1,0,0,0,0,0,0,3,0,0,1,0.6,0.4,0.6905613657999999,11,1,-1,0,-1,0,1,0,2,1,37,2,0.316227766,0.8453812285,0.3754996671,3.7416573868,0.4,0.9,0.2,3,1,7,6,8,2,4,5,1,5,5,0,1,0,0,1,0 +12121,0,5,1,6,1,4,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.632455532,4,1,-1,0,1,1,1,1,0,1,65,1,0.3152776554,0.4793461456000001,0.3521363372,1.4142135624,0.2,0.7,0.1,2,0,7,2,10,2,6,3,1,2,10,0,0,1,0,0,0 +12124,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.1,1.3117259622,11,1,0,0,1,4,1,1,3,1,48,3,0.3160696126,0.551556775,-1.0,2.2360679775,0.7,0.7,0.5,4,0,7,5,8,1,7,10,0,4,5,0,1,1,1,0,1 +12125,0,2,2,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.8877640452,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6217809665,0.3619392214,3.1622776602,0.0,0.7,0.7,0,4,7,0,11,1,11,7,2,5,12,0,1,0,0,1,1 +12127,1,0,2,7,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,1.1,1.1199888392,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.686348585,0.3708099244,2.8284271247,0.4,0.0,0.4,1,2,9,4,9,3,4,6,2,5,9,0,1,0,0,0,0 +12133,0,5,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.2,1.3806701271,11,0,1,1,1,9,1,1,2,1,61,3,0.4472135955,1.0212109972,0.3819685851,3.4641016151,0.6,0.0,0.8,2,1,8,3,11,3,11,4,0,4,8,0,1,0,0,0,0 +12136,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.8,1.0547511555,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6683673212,0.3615245497,3.0,0.1,0.4,0.7,2,0,9,1,11,2,13,6,2,9,6,0,1,1,1,0,0 +12137,0,3,1,6,1,4,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,1.5,1.4489220131,6,1,-1,1,1,17,1,0,0,1,104,2,0.3741657387,1.456355408,0.3626292873,3.6055512755,0.2,0.8,0.4,2,2,6,2,11,3,14,8,1,0,3,0,1,1,1,0,0 +12141,0,0,1,3,1,0,0,0,0,1,0,0,0,0,0,11,0,0,0,0.5,0.3,0.7115124734999999,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.621032864,0.3687817783,3.0,0.8,0.1,0.9,2,1,7,2,11,3,11,5,1,4,9,0,1,0,0,0,0 +12142,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.4190763654,11,1,1,0,1,0,1,1,2,1,88,3,0.4,0.9287087811,0.3289376841,3.6055512755,0.2,0.0,0.9,1,2,9,3,12,3,8,3,1,5,5,0,1,1,0,0,0 +12143,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.6046693311,7,1,-1,0,-1,11,1,0,2,1,47,2,0.3741657387,0.919632068,0.3817066937,3.6055512755,0.9,0.1,0.3,2,4,7,3,10,1,7,9,3,2,6,0,1,1,0,1,0 +12145,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.8403868157,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5675997018,0.3583294573,2.6457513111,0.3,0.2,0.3,3,1,9,6,9,4,11,8,2,3,7,1,1,0,1,0,0 +12149,0,1,2,1,1,3,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.3,1.7201017412,11,1,1,0,1,0,1,1,2,1,46,3,0.4,0.7654064982,0.3003331484,3.4641016151,0.4,0.9,0.9,2,0,6,3,10,4,9,9,3,3,13,0,1,1,0,0,0 +12150,0,1,2,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,1.0,1.2072696468000002,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6404898693,0.4129164564,2.2360679775,0.0,0.8,0.4,1,2,7,3,8,3,12,8,3,3,6,0,1,1,0,0,0 +12157,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,1.0,1.3071916462,11,0,0,8,0,9,1,1,2,1,13,3,0.4472135955,0.9293314935,0.3991240409,2.8284271247,0.8,0.4,0.9,2,2,9,1,9,2,8,3,1,4,11,0,0,1,0,0,1 +12158,0,4,1,6,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.8,-1.0,5,1,-1,0,-1,0,0,1,2,1,104,0,0.399374511,0.4172915425,0.3464101615,0.0,0.9,0.3,0.9,2,3,6,3,10,3,13,4,1,3,11,0,1,1,0,1,0 +12159,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,17,2,0.4242640687,0.9464527074,-1.0,3.6055512755,0.7,0.1,0.8,1,0,10,4,10,1,7,6,1,2,7,0,0,1,1,0,1 +12161,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,1.0,1.3160072188,9,1,0,6,1,14,1,1,2,1,104,0,0.6476881966,0.9663768921,0.4847679857,1.0,0.6,0.8,0.8,2,1,7,4,9,5,10,3,0,7,14,0,1,0,1,1,0 +12162,0,5,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,1.0,1.2529964086,11,1,-1,0,-1,14,1,1,2,1,72,3,0.4,1.0987784351999998,0.4093897898,3.7416573868,0.5,0.8,0.0,3,2,8,4,10,1,6,7,0,5,7,0,1,1,0,1,0 +12163,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.6,0.4,1.012731455,11,1,-1,0,-1,0,1,1,2,1,43,1,0.3994996871,0.4568667998,0.3667424164,0.0,0.4,0.7,0.6,2,0,7,6,12,1,9,2,2,2,7,1,0,1,1,0,0 +12165,0,6,2,6,1,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.4,0.7529110173000001,9,1,1,0,0,9,1,0,2,1,21,3,0.316227766,0.8501570103,0.3130495168,3.6055512755,0.9,0.1,0.5,1,0,5,3,10,4,10,9,2,3,5,0,1,1,0,0,0 +12172,0,3,2,3,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.9,0.3,0.7232738070999999,10,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.8204262146,0.4141255848,3.1622776602,0.6,0.0,0.3,1,5,4,4,7,3,5,5,0,1,11,0,1,1,0,0,0 +12175,0,6,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.6941721688,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.62830942,0.3768288736,2.6457513111,0.3,0.2,0.5,1,1,8,1,10,4,10,5,1,3,5,0,0,0,0,0,0 +12176,1,2,1,5,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,4,1,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.5237886396,0.5186520992,3.4641016151,0.8,0.5,0.3,1,3,7,5,11,3,7,5,3,4,1,1,0,1,0,1,0 +12177,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0.5,0.2,0.5465802777000001,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7245688373,0.3907684737,3.4641016151,0.8,0.2,0.4,1,2,8,1,7,4,9,11,1,1,4,0,0,0,0,1,0 +12179,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.1025538536,10,1,-1,0,0,11,1,0,0,1,69,2,0.4242640687,1.2552040432,-1.0,3.6055512755,0.6,0.5,0.9,3,1,7,4,8,3,8,5,1,3,11,0,1,0,0,1,0 +12180,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.5062114182999999,7,1,1,0,0,11,1,1,2,1,101,3,0.3741657387,0.7526674328,0.3212475681,3.1622776602,0.1,0.3,0.8,4,3,8,3,9,1,6,3,2,2,10,1,1,0,0,0,0 +12181,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.3,0.0,0.709313048,11,1,-1,0,-1,1,0,1,2,1,65,3,0.316227766,0.6454705504,0.3507135583,3.4641016151,0.0,0.6,0.4,3,4,9,4,7,0,7,7,6,6,8,1,0,0,1,0,0 +12185,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.2947007376000002,11,0,1,0,1,14,1,0,2,1,8,3,0.4,1.0885390923,-1.0,3.7416573868,0.2,0.1,0.1,1,2,9,4,10,3,9,4,2,1,10,1,0,0,0,0,1 +12186,1,5,1,10,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.7,1.0155048006,11,0,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.9805879287,0.3286335345,3.3166247904,0.0,0.9,0.9,2,2,8,2,9,2,4,3,1,4,8,1,0,1,0,1,0 +12187,0,5,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.7,1.3365066405,10,1,-1,0,1,14,1,1,0,1,29,3,0.4,0.7435952423000001,0.3984971769,3.0,0.6,0.5,0.8,3,1,7,4,12,4,6,3,0,4,8,1,1,0,0,0,0 +12189,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,5,1,1,0,1,0,1,1,2,1,32,3,0.316227766,0.5710834996999999,0.2944486373,2.4494897428,0.1,0.0,0.6,2,2,8,6,10,3,8,7,2,2,8,0,0,1,0,1,0 +12193,0,5,4,11,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.8081614937999999,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.6998036915000001,0.3907684737,3.0,0.7,0.5,0.8,2,2,9,4,8,4,14,4,1,3,8,0,0,0,0,0,0 +12204,0,0,1,6,0,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.8581042916,0.423083916,3.4641016151,0.6,0.1,0.0,2,0,9,3,9,4,9,4,1,2,4,0,1,1,1,0,0 +12206,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.5926634796,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7004720958,0.3615245497,3.3166247904,0.8,0.0,0.7,2,3,6,2,8,5,14,8,1,5,5,0,1,1,0,0,0 +12207,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.0,0.0,-1.0,7,1,-1,8,-1,14,1,1,2,1,104,2,0.5477225575,1.0514649364,0.5495452665999999,2.6457513111,0.4,0.3,0.9,1,2,6,4,10,2,6,7,0,3,11,0,1,1,0,1,0 +12209,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.2,0.7399324293,4,1,-1,0,0,4,1,1,0,1,84,2,0.316227766,0.7864161832,0.3667424164,3.6055512755,0.0,0.3,0.1,2,4,6,5,10,1,9,10,2,1,9,0,0,1,0,1,0 +12210,0,0,2,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.6,1.8122844699,11,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,1.0118614709,0.32557641190000003,3.1622776602,0.7,0.5,0.4,4,1,6,2,10,1,5,3,2,1,4,1,0,1,0,0,0 +12211,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6051859218,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5923409225999999,0.3583294573,3.0,0.1,0.1,0.4,2,3,9,2,9,4,7,10,2,1,3,0,1,0,0,0,0 +12214,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.7,0.2,0.5689903338000001,7,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.6965825670999999,0.3984971769,2.8284271247,0.8,0.0,0.3,3,0,7,3,10,3,10,6,1,3,7,0,1,0,0,1,1 +12215,0,0,1,7,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.6,1.0099504938,11,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.8587060225,0.3248076354,3.1622776602,0.1,0.5,0.2,2,2,6,2,11,3,10,7,1,2,8,0,1,1,1,1,1 +12216,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.3,0.0,-1.0,7,0,1,8,1,13,-1,1,2,1,104,3,0.4472135955,1.2614762439,0.3794733192,3.4641016151,0.5,0.6,0.6,3,3,8,2,11,2,12,6,1,3,9,0,1,1,1,0,0 +12218,0,3,1,6,0,6,1,0,0,0,0,0,0,0,0,5,0,1,0,0.8,0.2,0.5787918450999999,7,1,-1,0,-1,0,1,1,2,1,104,3,0.3160696126,0.5743483550999999,0.3840572874,1.4142135624,0.0,0.9,0.1,3,3,8,2,12,1,10,6,2,5,9,0,1,0,0,0,0 +12219,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.6,1.1680646386,5,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.6376286129,0.3193743885,2.8284271247,0.6,0.8,0.5,3,2,8,2,10,1,11,4,0,0,6,0,1,0,0,0,0 +12222,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.9113863067,11,1,1,0,1,0,1,0,2,1,22,3,0.316227766,0.8266481158,0.310322413,3.6055512755,0.4,0.7,0.0,1,1,7,4,7,2,7,2,0,3,10,1,0,0,0,0,0 +12223,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.0,-1.0,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6734179501,0.3016620626,3.4641016151,0.4,0.7,0.7,2,2,7,3,8,1,8,4,4,2,10,0,1,1,0,0,0 +12224,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.775403121,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7406162276999999,0.3685105155,3.6055512755,0.7,0.0,0.0,1,0,8,8,9,2,7,9,2,5,7,0,1,0,0,1,0 +12225,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.6062177826,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5878944078,0.3651027253,2.4494897428,0.2,0.3,0.7,2,1,7,1,9,4,5,4,3,5,10,0,1,1,1,0,0 +12227,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.5,0.4,0.8011710179000001,11,1,1,0,1,14,1,1,3,1,104,2,0.4,0.6949047143000001,0.3411744422,2.8284271247,0.3,0.3,0.8,2,4,9,4,10,0,8,3,2,9,4,1,1,1,1,0,0 +12228,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.7292976073,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6089552088,0.3583294573,2.8284271247,0.6,0.3,0.1,4,3,7,4,8,2,9,5,3,1,7,0,1,0,0,1,0 +12229,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,1.0574142991,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1401301216,0.416533312,3.6055512755,0.5,0.8,0.3,1,1,8,3,8,3,9,5,0,1,8,1,0,1,1,0,0 +12231,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.9410765112,11,0,1,0,0,11,1,0,2,1,17,2,0.4242640687,1.0390117682,-1.0,3.7416573868,0.5,0.4,0.0,4,1,6,2,11,3,11,2,3,2,9,0,0,0,0,1,0 +12233,0,3,1,5,0,4,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.6878408246,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6652843796,0.3615245497,3.0,0.5,0.0,0.2,3,3,7,4,8,2,5,6,1,5,8,0,1,1,0,1,0 +12235,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6118619125,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6522212522999999,0.3861346915,2.6457513111,0.7,0.9,0.4,4,3,9,7,7,1,9,4,5,2,6,0,1,0,0,0,1 +12236,0,4,3,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.7,1.3311179512,0,1,-1,0,0,1,1,1,0,1,85,2,0.3741657387,0.8545696322,0.3996248241,3.4641016151,0.7,0.3,0.9,2,3,8,2,8,2,8,8,1,6,7,0,1,0,0,1,0 +12238,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,1.5,1.4150971698,11,0,-1,0,-1,7,1,1,2,1,104,3,0.4472135955,0.8788492664,0.4176122604,3.1622776602,0.5,0.6,0.3,3,2,6,4,9,1,8,3,3,1,7,1,1,0,0,0,1 +12240,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.1,0.1,-1.0,7,1,-1,0,-1,6,1,1,2,1,27,3,0.4,0.8238315041,0.3907684737,3.4641016151,0.0,0.3,0.0,1,1,8,2,7,2,5,7,1,6,2,0,1,1,1,0,0 +12242,1,3,1,5,0,6,0,0,1,0,0,0,0,0,0,3,1,0,0,0.2,0.0,-1.0,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7721822945,0.3615245497,3.6055512755,0.2,0.1,0.8,3,1,5,4,6,1,12,5,1,5,5,0,0,1,0,0,0 +12246,0,6,1,6,0,6,0,1,0,0,0,0,0,0,0,3,0,1,0,0.7,0.4,0.6041522987,6,0,-1,9,0,9,1,1,0,1,104,3,0.4472135955,1.2727516231,0.450555213,3.3166247904,0.8,0.1,0.8,2,1,7,2,11,4,4,7,0,2,13,0,1,1,0,0,0 +12247,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.9,1.0677078251999998,11,1,-1,0,-1,0,0,1,1,1,98,3,0.4,0.7393597856,0.3974921383,2.8284271247,0.7,0.8,0.3,2,1,8,1,9,2,8,4,2,4,6,0,1,0,1,1,0 +12251,0,5,2,3,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.8,0.8,1.1960873714,10,1,-1,0,0,6,1,1,0,1,104,2,0.4,0.9820601554,-1.0,3.7416573868,0.5,0.0,0.4,3,2,9,5,6,1,8,4,1,1,6,0,1,1,1,0,0 +12252,0,2,3,7,0,2,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,6,1,-1,0,-1,1,1,1,0,1,64,1,0.3160696126,0.5095776893999999,0.3640054945,1.7320508076,0.8,0.6,0.7,4,1,5,2,10,2,7,6,0,0,6,0,1,1,1,1,0 +12255,0,2,1,5,1,4,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.5,0.8707037384,6,0,-1,0,0,6,1,1,0,1,104,3,0.4,0.7596350798999999,0.4024922359000001,3.0,0.3,0.8,0.7,0,1,7,1,8,3,11,8,1,4,11,0,0,0,0,0,1 +12256,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.2,0.6214901447,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6855051826,0.3974921383,2.6457513111,0.1,0.6,0.9,2,3,9,3,9,2,10,2,2,4,11,1,0,1,0,1,0 +12258,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.8,1.2735285627,11,1,-1,0,-1,1,1,1,2,1,25,3,0.4,0.8377088983,-1.0,3.6055512755,0.6,0.9,0.4,1,3,9,2,7,3,11,7,1,1,4,0,1,1,0,0,0 +12259,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.863495802,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5652286892,0.3702701716,1.7320508076,0.1,0.9,0.0,2,3,9,6,9,1,7,4,2,1,9,0,1,1,0,0,0 +12260,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,0.3,0.7322909258,11,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.6728501116,0.3748332963,3.3166247904,0.4,0.2,0.3,3,3,9,1,9,3,8,8,2,2,7,0,0,1,0,1,0 +12264,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.0,1.2209115447,7,1,-1,0,-1,1,1,1,0,1,70,3,0.3741657387,0.8319547826000001,0.3860051813,3.4641016151,0.1,0.1,0.1,2,3,9,4,9,4,8,12,1,1,9,0,0,0,0,0,0 +12267,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5117372373,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5902268789,0.3583294573,3.0,0.0,0.0,0.7,1,3,7,2,11,2,8,3,0,1,6,1,1,0,0,0,0 +12269,0,2,3,6,0,2,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.4,0.9823441352,11,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9340770846,0.4017461885,3.6055512755,0.7,0.6,0.4,1,1,7,5,12,1,10,8,2,5,9,0,1,1,1,0,0 +12270,0,2,2,2,1,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.58630197,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.6247809534000001,0.3768288736,2.8284271247,0.2,0.6,0.3,2,3,9,5,10,0,15,1,2,3,8,0,0,1,0,0,0 +12271,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.5,0.6828250142,11,1,-1,0,-1,4,1,0,2,1,48,3,0.316227766,0.7663237345,0.3710795063,3.7416573868,0.6,0.9,0.0,2,2,8,2,7,2,6,6,5,4,8,0,1,0,1,0,0 +12273,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0.1,0.1,-1.0,4,1,-1,8,0,11,0,1,0,1,24,2,0.4898979486,1.0109830745,0.4949747468,3.1622776602,0.4,0.5,0.1,4,4,5,3,8,4,11,12,1,1,8,1,1,1,0,0,0 +12274,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,6,1,-1,2,1,1,1,1,0,1,90,0,0.4242640687,0.8101244675,0.4189272013000001,3.0,0.0,0.3,0.8,4,1,7,3,8,2,9,6,1,8,11,0,1,0,1,0,0 +12278,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.4,1.8020821291,11,0,1,0,1,11,1,1,2,1,69,3,0.4242640687,1.1865638981,0.3535533906,3.6055512755,0.3,0.3,0.6,1,1,8,1,10,5,7,5,1,1,12,0,0,1,1,0,1 +12279,0,1,2,2,1,0,0,1,0,0,0,0,1,0,1,5,1,0,0,0.4,0.0,0.8147085368000001,7,1,1,0,1,11,1,1,2,1,36,3,0.3741657387,0.8414003479000001,0.3190611227,3.6055512755,0.8,0.7,0.0,3,1,9,4,8,2,3,1,2,0,5,0,1,0,1,1,0 +12284,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.5465802777000001,11,1,1,0,0,0,1,0,2,1,104,3,0.4,1.0464323491,0.3309078422,3.6055512755,0.3,0.3,0.2,1,2,10,3,10,4,10,8,1,3,12,0,1,1,1,1,0 +12285,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.8,1.0,1.0446291208,9,1,1,0,0,7,0,0,2,1,104,3,0.4,1.0938596462,0.372424489,3.6055512755,0.5,0.0,0.4,3,3,5,3,11,2,9,6,5,4,9,0,1,0,0,0,0 +12286,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.8,1.0790620927,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,1.0909374996,0.4295346319,3.3166247904,0.3,0.8,0.0,1,2,8,5,9,2,7,7,0,4,6,0,1,1,1,1,0 +12288,0,7,4,10,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.5,0.7885905148000001,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6587930361,0.3768288736,3.0,0.3,0.4,0.7,3,2,8,2,10,3,8,6,3,3,8,0,1,0,0,0,0 +12289,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,4,1,-1,0,0,11,1,1,0,1,53,2,0.4688283268,0.6052115264,0.4224926035,1.0,0.6,0.7,0.4,1,1,7,2,9,2,11,6,0,2,11,0,1,0,0,0,0 +12290,0,0,1,7,0,1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.7215434845,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6979752298999999,0.3583294573,3.4641016151,0.5,0.3,0.1,3,3,8,2,6,1,10,3,1,5,11,0,1,0,0,0,0 +12293,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.7,0.2,0.6269968102000001,7,1,-1,0,-1,0,1,1,1,1,54,3,0.4,0.9077717702,0.3826225294,3.3166247904,0.7,0.5,0.1,2,5,6,2,8,5,12,3,2,2,7,0,0,1,1,1,0 +12294,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.3,0.0,0.4168333,6,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.6423420473,0.36,3.3166247904,0.8,0.4,0.4,3,1,9,4,10,3,12,3,5,3,6,0,1,1,1,0,0 +12295,0,1,1,1,0,3,1,0,0,0,0,0,0,0,0,8,0,1,0,0.0,0.3,0.5963430221,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6437236715,0.3744329045000001,2.6457513111,0.6,0.1,0.6,3,2,6,1,11,2,7,8,1,4,7,0,1,0,0,0,0 +12296,0,6,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.8246211251000001,6,1,-1,0,1,1,1,1,0,1,64,1,0.3160696126,0.5311573205,0.3640054945,2.0,0.0,0.5,0.3,4,1,6,2,12,1,7,7,3,5,5,0,1,1,0,1,0 +12299,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.9823441352,6,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8285330061,0.3794733192,3.6055512755,0.8,0.5,0.7,3,3,8,1,8,2,8,3,2,3,7,0,1,1,0,0,1 +12303,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.7,0.4,0.8518362519,7,1,-1,0,-1,0,1,1,1,1,22,3,0.316227766,0.8016254148999999,0.374566416,3.6055512755,0.0,0.2,0.2,2,2,8,4,9,4,5,2,2,2,7,1,1,1,0,1,0 +12304,0,1,3,6,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.6,0.6,1.1742018566,10,1,-1,0,1,1,1,1,0,1,64,1,0.3160696126,0.5075260039,0.3640054945,1.7320508076,0.8,0.7,0.7,2,3,6,3,10,4,5,3,1,0,6,0,1,1,0,0,0 +12305,0,0,1,2,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0.9,1.1,1.5022899187999998,7,0,1,0,0,11,1,0,2,1,2,3,0.4242640687,1.0993987839,-1.0,3.7416573868,0.4,0.2,0.2,2,1,7,4,9,4,9,6,1,4,6,0,0,0,0,1,1 +12306,0,2,2,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,0.8975661536,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7201497778,0.3814446225,3.1622776602,0.2,0.3,0.9,2,3,7,4,10,2,11,3,2,3,5,0,1,1,0,0,0 +12313,0,0,2,7,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.4,0.0,0.6461423992,10,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.6772879803,0.3820994635,2.2360679775,0.0,0.0,0.0,3,0,9,3,9,3,10,3,1,3,8,0,1,0,0,0,0 +12317,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.4,0.504356025,10,1,-1,0,1,0,1,1,0,1,86,3,0.4,0.7394436148000001,0.4190465368,2.4494897428,0.5,0.5,0.4,2,2,6,4,10,2,6,6,0,4,7,0,1,1,0,1,0 +12318,0,0,2,0,1,-1,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.8,0.9679230341,11,1,1,0,0,6,-1,0,2,1,27,3,0.3741657387,0.8036332785,0.3204684072,3.7416573868,0.3,0.2,0.0,4,3,8,2,10,0,6,6,2,3,12,0,1,0,1,0,0 +12320,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.1,0.5825590099,7,0,0,9,0,15,-1,1,2,1,58,3,0.5477225575,1.5655577519,0.4358898944,3.0,0.5,0.0,0.3,4,4,6,2,5,4,11,5,0,5,6,0,0,0,0,1,1 +12326,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,1.3,1.6994484399,6,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5899992996,0.3583294573,3.0,0.0,0.9,0.9,2,1,8,5,9,3,4,2,0,2,11,1,1,0,0,0,0 +12328,0,1,4,7,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,1.2742644937,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7727159090000001,0.3598610843,3.6055512755,0.3,0.0,0.4,3,4,9,3,12,3,3,7,0,2,13,1,1,0,1,1,0 +12329,0,0,1,11,0,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.7,0.5,1.1637761812,11,1,0,9,1,15,1,1,2,1,41,2,0.5477225575,1.4473115573,0.4260281681000001,3.3166247904,0.4,0.6,0.1,2,5,10,5,9,2,13,11,3,4,7,0,1,0,0,0,0 +12330,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.7344215411,7,1,-1,0,-1,11,1,0,0,1,103,3,0.316227766,0.7692300540000001,0.3583294573,3.7416573868,0.9,0.2,0.6,3,1,8,2,9,2,6,4,1,5,7,1,1,1,0,1,0 +12332,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.9,1.2,1.2457427503,11,0,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.9924924797,0.3190611227,3.7416573868,0.7,0.3,0.9,0,0,6,4,9,2,11,2,1,3,5,0,1,0,0,1,0 +12336,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.2,0.7254309064,11,1,1,0,1,11,1,1,2,1,11,2,0.316227766,0.6732798713,0.30331501780000003,3.3166247904,0.2,0.0,0.8,1,1,8,3,11,2,5,5,0,4,5,0,0,1,0,1,1 +12338,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.5,0.2,0.5080600358,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6093961243,0.3615245497,2.8284271247,0.1,0.4,0.0,2,3,9,3,6,1,6,2,2,3,10,1,0,0,1,0,0 +12339,0,2,1,7,0,1,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.9290452088,11,0,0,9,1,13,1,1,2,1,104,3,0.4898979486,0.7663372151000001,0.4031128874,2.4494897428,0.1,0.6,0.2,2,2,6,1,9,4,8,9,1,0,7,0,0,0,0,1,0 +12344,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,7,1,0,0,0,1,1,1,2,1,85,3,0.3741657387,0.7083475123999999,0.3435112807,2.6457513111,0.6,0.5,0.2,5,1,10,5,10,2,18,3,0,2,4,0,0,0,0,1,0 +12346,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.6,1.1238883396,11,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9658957218,0.4,3.1622776602,0.1,0.5,0.3,2,2,8,3,11,1,11,8,2,4,9,0,1,1,0,1,0 +12349,0,1,2,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,10,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5328273254,0.366469644,2.0,0.5,0.5,0.8,4,1,6,2,8,4,11,2,0,5,4,0,0,1,1,1,0 +12352,0,2,2,8,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.9,0.3,0.7361215931999999,7,1,-1,0,-1,6,1,1,2,1,26,3,0.3983716857,0.5457574916,0.3940812099,1.7320508076,0.7,0.2,0.1,3,3,8,4,11,2,6,0,2,3,15,0,1,0,1,0,0 +12354,0,5,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.1,1.4703315953,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6595609609,0.3615245497,3.0,0.0,0.9,0.9,4,1,6,5,10,1,9,5,4,5,10,0,1,0,0,0,0 +12357,0,2,1,1,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,-1.0,10,1,-1,0,0,1,1,1,0,1,52,1,0.3741657387,0.7585735853,0.3598610843,3.3166247904,0.6,0.1,0.6,2,1,6,3,8,3,9,7,1,4,6,0,1,1,0,1,0 +12359,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.3,0.0,0.7327175445,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.559903327,0.3619392214,2.4494897428,0.8,0.4,0.7,0,5,7,0,9,2,11,5,1,1,8,0,0,1,0,0,0 +12364,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.2,1.2188621743,11,0,1,0,0,15,0,1,1,1,5,2,0.4472135955,1.1766495367,0.32557641190000003,3.7416573868,0.7,0.8,0.4,1,0,9,7,9,2,7,7,1,3,10,0,1,0,0,1,0 +12367,0,0,2,1,0,-1,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,1.0096410253,10,1,0,0,1,11,-1,1,2,1,44,1,0.423792402,0.5746899991,-1.0,1.0,0.2,0.2,0.6,3,0,9,1,10,2,10,5,1,4,9,0,1,0,0,1,0 +12369,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.8,0.2,0.5442885264,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.4901930805,0.3734969879,0.0,0.4,0.1,0.4,2,3,8,2,10,3,15,4,3,3,8,0,0,0,0,0,0 +12371,0,0,2,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,0,1,0,1,0,1,0,2,1,78,3,0.4,0.8504131226999999,0.3287856445,3.7416573868,0.9,0.9,0.2,1,1,6,5,12,2,5,4,3,0,6,0,1,1,0,1,0 +12373,0,1,1,5,1,6,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.7,0.9100137362,7,1,-1,0,-1,6,0,1,0,1,27,3,0.3741657387,0.7817124664,0.3907684737,3.6055512755,0.3,0.3,0.8,1,1,10,3,10,1,6,6,0,4,3,0,1,0,0,0,0 +12375,1,2,1,6,1,6,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,4,0,-1,0,0,15,1,1,0,1,5,2,0.4242640687,0.5935604852,0.3958535083,1.0,0.6,0.1,0.1,4,4,8,4,10,2,10,8,2,0,6,0,1,1,0,0,0 +12376,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.678693598,7,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.6498569455,0.3748332963,3.3166247904,0.3,0.1,0.2,4,1,6,2,5,2,11,5,2,3,3,1,0,0,0,0,0 +12377,0,5,1,9,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,1.3,1.6501893831,11,0,1,1,1,9,1,1,2,1,104,2,0.5744562647,1.1180986665,0.4057092555,3.3166247904,0.1,0.1,0.9,3,3,7,4,10,1,6,5,2,1,8,0,1,1,0,0,0 +12382,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.7,0.1,0.4636809248,11,1,0,0,0,1,1,1,1,1,38,3,0.316227766,0.7054539597,0.299165506,3.3166247904,0.7,0.7,0.3,1,3,9,2,9,5,5,8,2,5,9,1,1,0,0,1,0 +12388,0,2,3,3,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.5,0.2,0.7615773106,7,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.5847405302,0.2887905816,2.8284271247,0.4,0.1,0.8,1,1,9,5,8,4,9,5,0,4,9,0,1,1,1,0,0 +12392,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.8,0.7437237390000001,11,1,1,0,1,7,1,1,2,1,79,3,0.3872983346,0.9078969432,0.333166625,3.6055512755,0.1,0.9,0.8,3,3,7,2,10,2,4,5,2,4,11,0,1,0,1,0,1 +12397,0,4,1,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.6,0.4,0.9243240774,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6408607332,0.34727510710000004,3.3166247904,0.1,0.5,0.1,0,1,7,3,10,3,7,4,0,4,6,0,1,0,0,1,1 +12399,1,2,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.5,0.8459462158,11,1,1,0,1,0,1,0,2,1,54,3,0.4,1.0087632556,0.32,3.6055512755,0.2,0.8,0.8,0,1,9,4,8,5,14,7,1,1,4,0,1,1,0,1,1 +12401,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.7,0.4,0.8714212529,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.690998798,0.3887158345,3.0,0.5,0.1,0.0,1,3,7,1,8,2,9,8,0,5,5,0,0,1,1,0,0 +12408,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.5,0.7322909258,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6935371667,0.3615245497,3.3166247904,0.6,0.9,0.0,2,1,9,0,7,1,6,6,0,2,6,0,0,0,1,0,0 +12409,0,2,1,8,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.3,1.0488088482,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.5938388907,0.3840572874,2.2360679775,0.3,0.7,0.4,3,0,7,5,12,3,11,6,2,0,12,0,0,1,0,0,0 +12413,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,5,1,-1,0,-1,1,0,1,2,1,65,3,0.316227766,0.6416823189,0.3521363372,3.3166247904,0.4,0.6,0.1,4,1,8,7,9,3,7,5,2,1,8,0,1,1,0,0,0 +12414,0,0,3,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.3,0.7770135134,7,0,0,0,1,11,1,1,2,1,7,3,0.4242640687,0.8668004240999999,0.3542597917,3.3166247904,0.0,0.0,0.8,0,2,7,4,9,4,10,4,1,1,9,0,1,1,0,0,0 +12419,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.5,0.8696263565000001,7,1,-1,0,-1,14,1,1,0,1,104,1,0.3160696126,0.5239511365,0.3556683849,2.2360679775,0.6,0.4,0.5,2,3,10,1,11,2,14,8,0,2,9,0,0,1,1,0,0 +12421,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.638846617,8,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6388102319,0.3619392214,3.0,0.8,0.4,0.2,2,4,6,3,11,2,8,7,1,4,6,0,0,0,1,1,0 +12422,0,4,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.6882949948999999,7,1,-1,0,-1,1,1,1,0,1,85,3,0.3741657387,0.7752232416,0.3974921383,3.1622776602,0.9,0.1,0.5,3,0,6,3,10,0,4,13,2,2,10,0,0,0,0,1,0 +12425,0,0,3,6,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.3,0.0,0.7331439149,7,0,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.901995034,0.4272001873,3.1622776602,0.3,0.4,0.4,0,2,8,3,11,1,5,6,1,3,9,0,1,1,0,1,0 +12432,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,1.2,1.5656468312,9,1,-1,0,-1,14,0,0,2,1,60,1,0.316227766,0.7069898943999999,0.34727510710000004,3.6055512755,0.1,0.6,0.4,2,1,9,4,10,2,8,6,2,4,9,0,1,1,0,0,1 +12433,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.4,1.0170422803,5,1,1,0,1,4,1,1,2,1,48,3,0.316227766,0.6456145768,0.3201562119,3.1622776602,0.3,0.5,0.9,3,2,7,2,12,3,7,6,2,4,12,0,1,1,0,0,1 +12434,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.4,0.6,1.034105894,7,1,0,0,0,1,1,1,2,1,38,3,0.316227766,0.6923430096,0.299165506,3.3166247904,0.0,0.9,0.3,4,3,9,3,8,5,8,5,2,3,5,0,1,1,1,1,0 +12436,0,1,1,2,0,3,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.2,0.6977642868,11,0,-1,0,-1,14,1,0,0,1,8,3,0.4,1.0168924466,0.3952214569,3.7416573868,0.1,0.6,0.7,2,3,9,4,10,3,6,10,5,3,6,0,1,0,0,1,0 +12438,0,4,1,7,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,1.0,1.0781929326000002,7,1,1,8,1,11,1,1,0,1,71,2,0.4898979486,1.1807512667,0.4125530269,3.6055512755,0.0,0.0,0.7,1,2,7,4,10,3,12,4,1,1,9,0,1,1,0,1,0 +12440,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.3,0.8587782019,11,1,0,0,0,0,-1,1,-1,1,88,3,0.4,0.7524340667,0.3289376841,3.0,0.4,0.0,0.0,1,1,5,5,8,4,12,7,2,3,6,0,0,1,0,0,0 +12441,0,3,1,7,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.6633249581,11,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6517300562,0.3615245497,3.0,0.1,0.6,0.1,1,2,8,5,10,2,6,5,1,0,9,0,0,0,0,0,0 +12442,0,5,3,7,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.2,0.6595452978999999,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5379214665,0.3646916506,1.4142135624,0.3,0.0,0.8,3,3,7,4,6,0,8,4,0,2,6,0,1,0,0,0,0 +12444,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.3,0.6538348414999999,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6083781447,0.3016620626,2.8284271247,0.0,0.2,0.6,4,4,6,5,7,2,5,5,1,2,6,0,0,1,0,0,0 +12451,0,1,1,6,1,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,11,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.6471807902000001,0.2887905816,3.4641016151,0.5,0.1,0.5,1,1,10,4,9,3,12,7,2,4,8,0,0,1,0,1,0 +12452,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.8,1.2,1.389694211,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7112147679999999,0.3667424164,3.3166247904,0.2,0.2,0.2,0,0,8,3,11,1,9,2,3,4,6,1,1,1,0,1,1 +12453,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.6339361167,11,0,0,0,1,0,1,1,2,1,104,3,0.4,0.958487531,0.3309078422,3.4641016151,0.9,0.4,0.1,0,1,7,5,8,4,9,2,2,3,12,0,0,1,0,0,0 +12456,0,7,1,3,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,1.3,1.559647396,11,0,1,1,1,2,-1,0,2,1,104,2,0.4472135955,1.6505070596,0.3674234614,3.6055512755,0.9,0.6,0.6,4,1,7,2,8,1,7,5,1,1,2,0,1,1,0,1,1 +12460,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8084305272,0.374566416,3.6055512755,0.4,0.4,0.8,2,2,8,3,6,5,10,9,1,5,4,1,0,1,0,0,1 +12462,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.4,0.7433034373999999,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.5395130954999999,0.3185906464,2.0,0.6,0.2,0.9,0,0,8,4,11,1,10,6,0,3,4,0,0,0,0,0,0 +12471,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.3,0.8470537173,11,1,1,1,0,3,1,0,1,1,102,2,0.4,0.9972348132,0.3269556545,3.6055512755,0.1,0.2,0.7,3,2,8,3,9,1,3,6,1,2,7,0,1,0,0,0,0 +12472,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.0,-1.0,10,1,-1,0,0,7,0,1,0,1,96,3,0.4,0.6528703311999999,0.4272001873,2.2360679775,0.8,0.0,0.5,2,4,7,2,6,3,6,7,3,3,9,0,1,0,0,0,0 +12473,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.9158329542,10,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9854205798,0.4,3.1622776602,0.4,0.0,0.4,4,2,9,2,11,5,7,2,2,2,6,0,0,1,1,1,0 +12475,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.3,0.6986594306,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6248801538000001,0.3619392214,3.1622776602,0.3,0.4,0.8,2,1,6,4,9,3,8,4,2,1,6,0,1,1,0,0,0 +12477,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7416894942,0.3615245497,3.6055512755,0.1,0.9,0.8,2,1,7,3,8,4,6,7,4,3,5,1,1,0,1,1,1 +12479,0,0,1,5,0,4,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.0,0.5074445783,11,1,-1,0,-1,11,1,1,0,1,44,3,0.4472135955,0.7429002803,0.4062019202,3.0,0.3,0.1,0.5,3,2,8,5,9,2,9,5,1,4,3,0,0,0,1,0,0 +12482,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.4,1.0145811944,6,1,-1,0,1,11,1,1,0,1,19,3,0.316227766,0.6447499354999999,0.3887158345,2.8284271247,0.7,0.8,0.8,2,2,9,4,10,1,9,5,0,3,3,0,1,0,0,1,0 +12483,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.7673004627,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7744899681,0.3937003937,3.1622776602,0.5,0.1,0.7,4,2,9,4,8,4,15,4,2,6,11,0,0,0,0,1,0 +12484,0,4,3,7,1,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.9,0.5,0.8381527307,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6553798344,0.3619392214,3.1622776602,0.9,0.6,0.0,1,2,6,5,8,4,6,4,2,1,7,0,1,1,0,0,0 +12487,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,5,0,0,0,0.2,0.2,-1.0,8,1,-1,8,1,3,1,0,0,1,104,2,0.5,1.4092741816,0.5394441584,3.6055512755,0.2,0.8,0.7,4,2,5,4,9,2,7,7,1,3,9,0,0,0,1,0,0 +12495,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.1,0.5196152423,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7163094119,0.3685105155,3.4641016151,0.6,0.6,0.7,3,3,9,5,8,2,11,4,2,2,13,0,0,1,0,1,0 +12498,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.9,0.983298022,7,1,-1,0,-1,1,1,0,2,1,70,3,0.4,0.9424120627,0.3962322551,3.6055512755,0.7,0.8,0.5,3,2,7,5,8,1,10,8,1,1,5,0,0,1,0,0,0 +12499,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.8699856320999999,11,1,-1,0,-1,6,1,1,2,1,104,3,0.4472135955,0.988645977,-1.0,3.6055512755,0.8,0.2,0.1,0,2,5,4,8,2,10,2,0,2,7,0,1,0,0,0,0 +12504,0,2,2,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5645794895,3,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6800127612000001,0.3744329045000001,3.0,0.1,0.7,0.2,2,3,6,4,10,3,11,8,2,2,4,0,0,1,0,1,0 +12508,0,5,1,8,1,4,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,1.1960873714,11,0,1,9,1,17,-1,0,2,1,104,3,0.608276253,1.5339343354,0.432087954,3.4641016151,0.8,0.5,0.3,3,1,7,4,9,1,6,5,1,2,8,0,0,1,1,1,0 +12512,0,0,2,0,1,-1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7411983540000001,7,1,1,0,0,0,-1,0,2,1,87,3,0.316227766,0.8071606188,0.2944486373,3.7416573868,0.7,0.6,0.4,2,1,7,2,9,6,11,4,1,3,10,0,1,1,1,0,0 +12515,0,1,4,8,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.1,-1.0,11,0,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7714963457999999,0.3615245497,3.6055512755,0.0,0.7,0.6,1,3,10,2,10,3,9,4,1,2,13,0,1,0,1,0,0 +12520,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5080600358,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.789130707,0.30331501780000003,3.6055512755,0.0,0.8,0.9,3,2,8,3,9,4,10,10,0,3,11,0,0,1,0,0,0 +12521,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.6,1.1863810518,11,1,1,0,1,11,1,1,2,1,44,3,0.4472135955,0.8123784079,0.33911649920000003,3.3166247904,0.8,0.5,0.7,2,3,5,2,11,1,7,4,2,6,6,0,1,1,0,1,0 +12524,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,0.9,1.0105691466,11,1,1,0,1,1,1,1,2,1,85,3,0.3741657387,0.6789789369,0.3435112807,2.4494897428,0.0,0.4,0.9,2,0,9,3,9,3,10,3,3,0,8,0,1,0,0,1,0 +12527,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.7,1.0,1.5520148195,7,1,0,0,1,14,1,1,2,1,104,1,0.3160696126,0.556052349,0.30331501780000003,2.6457513111,0.1,0.5,0.8,1,1,9,4,8,2,6,4,0,6,6,1,0,1,1,1,0 +12531,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.0,0.5396758286,11,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.7679935218,0.3850973903,3.1622776602,0.6,0.4,0.2,3,4,10,4,10,2,6,4,2,0,7,0,0,1,0,0,0 +12536,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.3,0.0,0.6229967896999999,5,1,0,0,1,6,1,1,3,1,104,3,0.4,0.6876267726999999,0.3388214869,2.8284271247,0.7,0.5,0.8,4,2,9,2,9,2,10,4,1,2,5,0,1,0,1,0,0 +12537,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.5,1.6303757236,11,1,1,0,1,1,1,0,2,1,25,3,0.3741657387,0.8791007801999999,-1.0,3.6055512755,0.6,0.5,0.6,2,1,8,4,6,5,12,7,1,2,8,0,1,1,0,0,0 +12538,0,7,3,7,1,6,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.0,-1.0,6,1,-1,0,1,1,1,1,0,1,64,3,0.3152776554,0.4382770549,0.3612478374,0.0,0.7,0.7,0.9,2,1,6,2,8,1,7,5,0,4,8,0,0,0,0,1,0 +12543,0,1,1,5,0,2,0,0,1,0,0,0,0,0,0,5,0,1,0,0.8,1.0,1.8352452152,11,0,1,9,1,9,1,1,2,1,104,3,0.4472135955,1.3059147075,0.3969886648,3.4641016151,0.4,0.5,0.3,3,1,8,4,8,3,10,6,1,4,4,0,1,0,0,0,0 +12544,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.5,0.865303415,11,1,1,0,1,11,1,1,3,1,57,2,0.3741657387,0.7268180397,0.3286335345,3.3166247904,0.3,0.3,0.3,3,3,8,2,10,3,9,10,0,3,3,0,1,1,1,1,1 +12545,1,5,2,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.7373940602,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7865606690000001,0.3708099244,3.3166247904,0.5,0.2,0.9,3,1,8,3,9,3,10,2,2,1,7,0,1,0,0,0,0 +12548,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6988331479000001,0.3615245497,3.1622776602,0.5,0.5,0.7,3,2,7,7,10,3,11,8,0,7,6,0,1,0,0,0,0 +12550,0,2,2,6,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.5396758286,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6720051407,0.3583294573,3.3166247904,0.9,0.8,0.0,2,1,8,4,9,2,14,3,0,2,9,0,0,1,0,0,0 +12551,0,0,1,7,0,1,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.4,-1.0,11,0,0,1,1,17,1,1,2,1,104,2,0.4220189569,0.9259794903,-1.0,2.2360679775,0.5,0.6,0.8,1,4,6,0,10,2,11,6,1,2,14,0,1,0,0,0,0 +12552,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.2,0.6708203932,7,1,-1,0,-1,4,1,1,0,1,48,3,0.3160696126,0.5465708275,0.3794733192,2.0,0.4,0.7,0.5,3,1,8,3,10,2,5,3,2,4,10,0,0,1,0,0,0 +12557,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,3,0,1,0,0.9,0.1,0.4730221982,7,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.7010470328,0.3794733192,3.0,0.9,0.4,0.8,3,4,8,7,7,1,10,6,3,2,5,0,1,0,1,0,0 +12559,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.3,0.3,-1.0,5,1,1,0,0,1,1,1,0,1,65,3,0.316227766,0.6763416419,0.2898275349,3.4641016151,0.2,0.5,0.8,3,2,7,2,6,3,9,4,1,5,8,1,0,0,0,0,0 +12560,0,3,2,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.5,0.9307255234,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7149524633,0.3887158345,3.3166247904,0.7,0.3,0.6,2,2,10,4,7,4,12,8,0,3,7,0,1,1,0,0,1 +12562,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.1,0.4596194078,7,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.8386456023000001,0.3667424164,3.7416573868,0.1,0.2,0.8,1,3,9,2,10,2,6,3,2,2,3,0,1,0,0,0,1 +12563,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,1.0310795314,10,0,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.8786023838,0.4086563348,3.1622776602,0.2,0.3,0.0,3,1,8,4,7,4,9,9,2,2,9,0,1,1,0,0,0 +12564,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.3,0.8066132901999999,7,1,0,0,0,14,1,1,2,1,49,3,0.4,0.6040838976,-1.0,2.2360679775,0.5,0.3,0.3,2,3,8,3,8,4,8,7,2,3,2,0,1,0,0,0,1 +12565,0,0,2,3,1,4,0,0,0,1,0,0,0,0,0,11,0,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,0,0,1,64,3,0.316227766,0.7463270947,0.3619392214,3.7416573868,0.5,0.9,0.9,1,2,5,4,9,1,8,4,1,4,7,0,1,1,0,1,0 +12570,0,5,1,9,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0.3,0.3,-1.0,7,1,0,0,0,0,1,1,2,1,104,2,0.4220189569,0.5651007370000001,-1.0,1.7320508076,0.1,0.3,0.0,4,4,6,3,10,1,6,3,1,3,13,0,0,1,0,0,0 +12576,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.4,0.8381527307,11,1,-1,0,-1,0,1,1,3,1,87,3,0.316227766,0.6964787467,0.3615245497,3.1622776602,0.9,0.8,0.6,1,4,8,2,9,0,9,5,0,1,6,1,1,0,0,1,0 +12577,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7320298959999999,0.3861346915,3.1622776602,0.2,0.5,0.9,5,1,6,2,7,3,10,5,2,3,3,0,0,0,1,1,0 +12583,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.8,0.8081614937999999,8,0,-1,9,0,17,1,1,0,1,104,3,0.5196152423,1.1054429575,0.4878524367,3.1622776602,0.6,0.8,0.7,2,2,7,2,8,2,7,5,4,2,9,0,1,1,0,1,0 +12585,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.5455581516,6,1,-1,0,1,0,1,1,0,1,88,2,0.4472135955,0.9727378929,0.4031128874,3.4641016151,0.7,0.7,0.5,3,2,7,1,12,4,3,10,3,4,5,0,1,0,0,0,0 +12589,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.6571719714,10,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7943498823,0.3860051813,3.3166247904,0.5,0.6,0.5,3,2,9,1,9,2,9,4,0,4,4,0,1,1,0,1,0 +12590,0,5,2,7,1,6,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.6,1.0012492197,11,0,-1,9,-1,11,1,1,2,1,56,3,0.6,1.1168783978,0.5004997502,3.0,0.9,0.9,0.5,3,2,7,2,10,1,8,8,3,2,15,0,1,1,0,0,0 +12592,0,5,1,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.8,0.2,0.5031152949000001,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6153343511,0.3685105155,2.6457513111,0.8,0.7,0.8,3,1,7,1,8,2,8,6,0,1,3,0,0,1,1,0,0 +12593,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.0,0.0,0.7874007874,6,1,-1,0,0,6,1,1,0,1,104,2,0.4472135955,1.0744208511,-1.0,3.4641016151,0.1,0.0,0.2,4,1,10,3,9,2,7,4,1,4,3,0,0,0,0,1,0 +12595,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5755432217,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7011354428000001,0.3685105155,3.3166247904,0.9,0.9,0.3,2,1,8,2,11,1,8,6,2,5,3,0,1,0,1,1,0 +12596,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.5,0.2,0.9027735043,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6372072331,0.3619392214,3.1622776602,0.4,0.3,0.8,2,3,7,2,10,3,11,5,1,5,4,0,1,0,0,0,0 +12601,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6133922073,6,1,-1,0,0,4,1,1,0,1,104,2,0.3997499218,0.5884213366,0.3917907605,1.7320508076,0.2,0.3,0.3,4,2,7,1,9,3,12,4,2,2,9,0,1,0,0,0,0 +12602,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.2,1.5439397657,11,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.6204170818,0.3943348831,2.8284271247,0.5,0.2,0.9,1,2,6,2,10,1,5,6,4,5,9,0,1,1,0,0,0 +12603,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.2,0.6051859218,9,1,1,0,0,0,1,1,1,1,87,3,0.316227766,0.7375789634000001,0.2944486373,3.3166247904,0.9,0.3,0.1,1,3,9,1,9,2,5,2,0,4,6,0,1,0,0,1,1 +12604,0,3,2,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,11,1,0,0,1,0,1,1,2,1,104,1,0.4220189569,0.4383948935,-1.0,0.0,0.6,0.6,0.2,5,1,10,3,9,2,7,6,2,2,10,0,0,1,1,0,0 +12605,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,1.1,1.4760589419,10,1,-1,0,0,6,1,0,0,1,77,2,0.3741657387,0.8790627052,-1.0,3.6055512755,0.6,0.0,0.6,4,4,7,1,10,1,8,6,1,3,2,0,1,1,0,0,0 +12606,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.9934158243,10,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.7132743726,0.3887158345,3.1622776602,0.2,0.8,0.4,2,3,5,2,10,3,9,6,2,5,5,0,1,0,0,1,0 +12607,0,4,1,7,1,1,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.2978347352,11,1,1,0,1,6,1,1,3,1,104,3,0.3160696126,0.5241285566,0.3061045573,1.7320508076,0.6,0.9,0.7,3,1,7,1,9,5,8,6,1,2,6,0,1,0,0,0,0 +12608,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.8,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7832835105,0.3850973903,3.3166247904,0.7,0.8,0.9,1,1,8,2,10,1,7,3,2,3,5,0,1,1,0,1,0 +12610,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.8503675676000001,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.8832111772,0.4013726448,3.4641016151,0.3,0.3,0.0,3,0,8,4,11,2,7,3,1,2,7,0,0,0,1,0,0 +12613,0,0,1,6,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.5852349955,11,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.621032864,0.3687817783,3.0,0.6,0.6,0.6,2,0,8,3,9,1,13,1,0,4,4,0,1,0,0,0,0 +12614,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.4,-1.0,4,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6844494681000001,0.3666060556,3.1622776602,0.1,0.0,0.7,3,2,8,4,10,4,11,5,0,4,3,0,1,1,1,0,0 +12615,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0.9,0.3,0.8351646544,2,1,-1,0,1,11,1,1,0,1,57,2,0.3741657387,0.6941312425,0.3924283374,2.8284271247,0.2,0.0,0.3,3,2,7,4,10,2,13,5,2,4,5,0,0,0,0,0,0 +12616,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7705517504,7,0,-1,1,-1,14,1,1,2,1,104,2,0.4795831523,0.8996785468,0.438520239,3.0,0.0,0.6,0.1,1,1,8,4,7,2,10,5,2,3,11,0,0,0,0,0,0 +12617,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,0.5,0.906228448,7,1,1,0,1,1,1,0,2,1,52,3,0.3741657387,0.8391886578,0.2973213749,3.6055512755,0.2,0.6,0.9,2,0,9,5,8,3,11,4,4,3,9,0,0,1,0,0,0 +12619,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6442049363,6,1,-1,0,1,11,1,1,0,1,44,1,0.423792402,0.5749595746,0.3976179070000001,1.0,0.2,0.1,0.5,2,2,10,2,11,2,10,6,2,2,6,0,0,0,1,0,0 +12621,0,3,2,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.7,0.9953014619,11,0,-1,1,-1,0,1,1,1,1,75,2,0.4472135955,1.114415312,0.4440720662,3.4641016151,0.2,0.8,0.2,1,3,7,4,6,1,8,6,2,2,10,0,0,1,0,0,0 +12623,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.4,-1.0,10,0,-1,1,1,9,1,1,0,1,104,2,0.5744562647,0.9522917117,0.4615192304,3.0,0.8,0.5,0.6,3,1,8,3,10,2,6,7,0,4,9,0,0,0,0,1,0 +12624,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.4,1.7621010187,10,1,-1,0,-1,11,1,0,0,1,76,3,0.316227766,0.8432400126999999,0.3794733192,3.6055512755,0.7,0.5,0.5,4,0,8,3,10,2,8,4,2,4,10,0,0,1,0,0,0 +12626,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.0,0.0,-1.0,5,1,1,0,0,1,1,0,2,1,64,3,0.316227766,0.7616315675,0.3016620626,3.7416573868,0.0,0.1,0.6,2,2,8,6,7,1,3,5,2,3,7,0,0,1,1,0,0 +12629,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,1.4,1.5773791553999998,5,1,-1,0,-1,1,0,1,0,1,91,3,0.3741657387,0.9420392861,0.4045985665,3.4641016151,0.4,0.9,0.2,1,3,6,3,10,3,5,7,1,6,5,0,1,1,0,0,0 +12632,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.6,0.4,0.7956915231,11,1,1,0,0,11,1,1,2,1,101,3,0.3741657387,0.7790914395,0.3212475681,3.3166247904,0.7,0.8,0.2,2,3,8,2,7,2,8,7,1,1,6,0,1,0,1,0,0 +12634,0,2,2,4,0,6,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6354132514,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7107498078,0.3887158345,3.3166247904,0.9,0.8,0.7,2,3,8,1,11,1,20,4,1,2,4,0,0,1,1,0,0 +12637,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.0,0.6982120022,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7498622463,0.3814446225,3.4641016151,0.4,0.1,0.1,1,1,8,4,8,1,9,4,2,2,9,0,1,1,0,1,0 +12639,0,5,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.6,0.8295330012000001,6,1,-1,0,-1,0,1,1,0,1,62,3,0.4,0.7328338518999999,0.3826225294,2.4494897428,0.0,0.7,0.1,2,3,8,3,10,1,9,4,2,1,10,0,1,1,1,0,0 +12640,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.7,0.9826622004,11,1,1,0,1,15,1,0,2,1,97,3,0.3872983346,0.9460443964,0.2983286778,3.6055512755,0.2,0.1,0.7,1,0,8,1,11,1,9,9,5,6,10,0,1,0,0,0,1 +12641,0,7,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.9,1.3681648293000002,11,0,1,1,0,9,1,1,2,1,61,3,0.4472135955,1.0530946133,0.3819685851,3.4641016151,0.6,0.9,0.8,2,3,8,4,11,1,5,4,3,2,10,1,1,0,0,1,1 +12642,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.2,0.6571719714,6,1,-1,0,0,11,1,1,0,1,104,2,0.4472135955,0.6009634139,0.4086563348,1.0,0.5,0.3,0.3,0,1,9,5,12,2,7,9,2,0,8,0,1,1,0,1,0 +12643,0,1,1,1,0,1,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.8608927713,0.423083916,3.4641016151,0.4,0.5,0.4,4,3,6,1,10,1,11,2,1,3,10,0,1,1,0,0,1 +12644,0,0,2,0,0,-1,0,1,0,0,0,0,0,0,0,9,0,0,1,0.1,0.1,-1.0,6,1,0,0,0,1,-1,1,2,1,52,3,0.3741657387,0.7876369093000001,0.30903074280000004,3.4641016151,0.9,0.1,0.4,3,2,6,2,10,3,8,5,1,3,5,0,0,1,0,0,0 +12646,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.6,0.5963430221,7,0,-1,9,-1,16,1,0,2,1,104,3,0.4472135955,1.5207042191999998,0.450555213,3.7416573868,0.5,0.7,0.7,2,2,9,2,10,3,12,7,3,2,8,0,1,1,0,1,1 +12647,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.2,1.1489125293,10,0,-1,0,1,7,1,1,0,1,104,3,0.4472135955,0.9420173535,0.4176122604,3.1622776602,0.4,0.9,0.8,4,4,7,1,11,1,15,4,1,3,6,0,1,1,1,0,0 +12648,1,2,1,10,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,11,1,1,0,1,19,1,0.3155946768,0.4630566786,0.3626292873,0.0,0.6,0.6,0.5,4,3,9,3,7,2,8,7,1,7,11,0,0,0,0,0,0 +12649,0,2,4,9,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.9,0.4,1.1048189897,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7752232416,0.3974921383,3.1622776602,0.0,0.7,0.6,2,3,6,1,10,2,8,4,1,2,7,1,1,1,1,0,0 +12651,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.8385254916,8,1,-1,1,0,3,1,0,0,1,59,2,0.316227766,0.8129631547,0.3498571137,3.6055512755,0.1,0.1,0.4,1,3,7,3,9,1,6,5,2,2,10,0,0,1,0,0,0 +12656,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.5798706752,6,1,-1,0,0,14,1,1,0,1,72,2,0.4472135955,1.2170109706,0.4093897898,3.6055512755,0.6,0.3,0.9,2,2,7,2,11,2,5,5,1,3,5,0,0,1,1,0,0 +12657,0,3,2,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.4242640687,7,1,-1,0,-1,1,1,1,3,1,74,3,0.3741657387,0.6660913496,0.3861346915,2.8284271247,0.4,0.2,0.7,1,1,9,4,8,4,12,4,0,2,10,0,1,1,0,1,0 +12660,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,9,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.6732491832999999,0.2887905816,3.3166247904,0.9,0.4,0.0,3,0,8,2,8,3,5,8,1,1,10,0,1,0,0,0,1 +12661,0,7,1,9,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.8,1.0,1.3259430606,11,0,1,0,0,15,1,1,2,1,5,2,0.4242640687,0.8232168307,0.32557641190000003,2.6457513111,0.4,0.5,0.8,1,1,10,1,11,3,8,10,1,3,4,0,1,1,0,0,0 +12662,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,1.4926905239,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8035432896,-1.0,3.6055512755,0.3,0.6,0.4,1,1,5,4,10,1,8,6,1,5,7,0,1,1,0,1,0 +12667,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.4,0.6098155459000001,7,0,-1,0,-1,1,1,1,2,1,25,3,0.4,0.8703429788,-1.0,3.6055512755,0.8,0.5,0.4,1,0,6,4,10,1,8,3,1,2,7,0,1,0,0,0,1 +12673,0,6,1,8,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.8,1.663580476,10,1,-1,0,1,10,1,1,0,1,55,2,0.4472135955,1.1701786965,0.4174925149,3.7416573868,0.3,0.8,0.8,5,2,10,4,8,2,10,3,3,3,9,0,1,0,0,1,0 +12675,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7834219808,11,1,-1,0,-1,1,0,0,1,1,85,3,0.3741657387,0.9794827021,0.3996248241,3.7416573868,0.0,0.8,0.5,4,0,8,6,9,1,5,6,3,2,7,1,0,0,0,0,1 +12676,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.3,0.9100137362,4,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6709035475999999,0.34727510710000004,3.4641016151,0.5,0.2,0.5,2,0,7,3,8,2,13,5,1,3,9,1,1,0,1,0,0 +12678,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.8,1.1291589791,7,1,0,0,0,1,1,1,-1,1,65,1,0.316227766,0.6877319293,0.2898275349,3.6055512755,0.8,0.2,0.5,1,4,8,3,8,3,6,5,1,2,10,0,0,1,1,0,0 +12680,1,1,1,6,1,4,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.632455532,9,0,0,0,1,11,1,1,2,1,7,3,0.4242640687,0.7972188227,0.3542597917,3.0,0.6,0.5,0.1,2,2,7,5,9,2,4,5,1,2,10,0,0,1,1,1,0 +12682,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.9,0.1,0.5099019514,9,1,0,6,0,14,0,1,2,1,104,0,0.475394573,0.8028873515,0.3872983346,2.8284271247,0.5,0.7,0.1,2,4,6,5,9,3,4,7,2,2,8,0,1,1,0,0,0 +12687,0,4,2,1,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,7,1,1,0,1,11,1,1,1,1,104,3,0.4472135955,0.8033504222,0.35818989380000005,3.0,0.2,0.3,0.2,4,3,7,4,9,3,9,3,2,3,12,0,1,1,0,0,0 +12688,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.6184658438,8,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.6341194193999999,0.3943348831,3.0,0.8,0.1,0.5,4,4,6,2,8,2,9,5,2,4,8,0,1,0,0,0,0 +12689,0,0,1,6,0,4,0,0,1,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,1,1,0,2,1,1,0,0.3741657387,0.9155227022,0.4189272013000001,3.6055512755,0.7,0.4,0.4,3,1,8,2,10,0,5,3,1,4,5,0,0,0,0,0,0 +12690,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.6,1.6990806338,11,1,1,0,0,15,1,0,2,1,63,2,0.3872983346,0.9491296579,0.3193743885,3.7416573868,0.5,0.3,0.2,2,0,9,5,10,1,5,7,5,1,12,0,1,1,0,1,1 +12691,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.7097534783,10,1,-1,0,-1,11,1,1,1,1,30,3,0.4472135955,0.6932526044,0.4477722635,1.7320508076,0.6,0.7,0.7,2,1,8,2,9,1,8,4,2,1,12,0,1,0,0,1,0 +12693,0,3,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,1,1,1,2,1,64,3,0.3160696126,0.5311573205,0.3041381265,2.0,0.5,0.5,0.1,4,2,8,5,10,2,2,3,3,1,4,0,1,1,0,1,0 +12696,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.7,0.9607939425,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6393113547,0.34727510710000004,3.3166247904,0.7,0.3,0.4,4,1,8,2,8,2,9,2,3,3,6,1,1,0,0,0,0 +12697,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,-1.0,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5738985138,0.3521363372,3.0,0.4,0.6,0.1,3,3,6,4,8,6,8,3,0,2,8,0,1,0,1,0,1 +12700,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7474958194,7,1,-1,0,-1,1,1,1,1,1,64,3,0.316227766,0.6968049870999999,0.3619392214,3.6055512755,0.1,0.0,0.3,1,1,7,5,8,3,11,7,3,1,10,0,0,1,1,0,1 +12703,0,0,1,6,1,6,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.8986100378,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5107117056,0.3674234614,1.0,0.6,0.3,0.9,3,1,8,2,11,4,13,11,0,3,1,0,0,1,0,0,0 +12706,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7079901129,9,0,0,0,1,7,0,1,1,1,104,3,0.4,1.0776370692,0.3802630668,3.6055512755,0.8,0.1,0.7,2,0,9,3,9,2,1,8,3,6,5,0,1,1,0,0,0 +12713,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.7,0.2,0.7838207703,10,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7039880493,0.3814446225,3.1622776602,0.7,0.6,0.1,3,1,6,4,9,0,10,5,1,7,9,0,1,1,1,0,1 +12715,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.2,0.1,-1.0,11,0,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.8528997693000001,0.4272001873,3.0,0.6,0.6,0.7,0,2,9,4,10,4,8,5,1,6,9,0,1,0,0,1,0 +12716,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.9,1.3285330256,11,1,1,0,1,1,1,1,2,1,104,3,0.4242640687,0.7364337789000001,0.3507135583,2.6457513111,0.8,0.3,0.6,3,3,5,1,10,2,14,5,2,2,9,0,0,0,0,1,0 +12717,0,3,1,5,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6344288770000001,8,1,-1,0,1,11,1,1,0,1,57,2,0.3741657387,0.6905052648000001,0.3924283374,3.0,0.1,0.3,0.9,3,0,7,5,9,1,8,4,0,1,5,0,1,0,0,0,1 +12721,0,2,1,0,0,6,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.6199798384,10,1,-1,0,1,9,1,0,0,1,21,2,0.316227766,0.8488689607,0.3768288736,3.6055512755,0.7,0.3,0.6,2,3,10,3,9,3,6,6,3,3,8,0,1,1,0,0,0 +12722,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.2,0.6456585785,11,1,-1,0,-1,1,1,0,2,1,65,1,0.316227766,0.6834072392,0.3507135583,3.6055512755,0.4,0.5,0.0,2,1,7,3,9,1,6,3,1,4,11,0,1,1,1,0,0 +12725,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.8359126749,7,1,0,0,0,11,1,1,2,1,103,1,0.316227766,0.6096164625,0.2887905816,3.1622776602,0.9,0.8,0.6,4,1,3,2,10,1,11,5,3,3,5,0,1,1,0,1,0 +12728,0,3,1,4,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,-1.0,9,0,1,0,1,1,1,1,2,1,104,3,0.4242640687,1.0123207932,0.3660601044,3.4641016151,0.2,0.9,0.0,4,3,9,2,8,0,3,6,3,0,4,1,0,1,0,0,0 +12732,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.6987444466,0.3984971769,2.8284271247,0.6,0.1,0.4,2,0,9,3,11,1,7,7,1,3,6,0,1,0,1,1,0 +12733,0,2,4,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.1,-1.0,4,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.7533670974,0.3937003937,3.3166247904,0.8,0.3,0.2,1,0,9,4,8,2,9,1,3,1,9,0,1,0,0,0,0 +12737,0,4,1,9,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.5733672471,6,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7850619809999999,0.3681032464,3.4641016151,0.2,0.5,0.6,2,2,7,1,9,3,6,8,1,0,5,0,1,0,0,1,0 +12740,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.9,1.4117807903,7,1,1,0,0,4,1,1,2,1,48,3,0.316227766,0.5998450213000001,0.2966479395,2.4494897428,0.4,0.6,0.7,1,2,8,5,6,1,8,8,0,3,8,0,0,0,0,1,1 +12742,0,0,1,5,0,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7881941385,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6134848298,0.3768288736,2.6457513111,0.4,0.1,0.1,0,1,4,6,12,3,14,3,2,6,7,0,1,1,0,0,0 +12745,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.5117372373,11,1,1,1,0,3,1,1,2,1,59,3,0.316227766,0.7599613953000001,0.3096772513,3.6055512755,0.2,0.7,0.1,4,1,9,1,9,1,7,4,1,2,12,0,0,0,0,0,0 +12746,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.2,0.3,-1.0,0,1,-1,8,0,11,1,0,0,1,71,2,0.5291502621999999,1.4839220982,-1.0,3.6055512755,0.6,0.9,0.4,3,4,8,1,9,4,9,4,2,3,7,0,1,1,1,1,0 +12748,0,7,1,9,0,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.5,0.3,0.55,7,0,0,8,1,13,1,1,4,1,20,3,0.4472135955,0.7643395031,0.3714835124,2.0,0.7,0.6,0.9,0,4,9,2,10,1,9,4,1,3,10,1,1,0,0,0,0 +12753,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.2,0.6093028803,11,1,1,0,1,1,1,1,2,1,74,3,0.3741657387,0.6660913496,0.3303028913,2.8284271247,0.9,0.0,0.8,2,3,7,3,9,5,10,3,0,1,9,0,1,1,0,0,1 +12755,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,4,1,-1,2,0,1,1,0,0,1,1,0,0.3741657387,0.9491849483,0.4189272013000001,3.6055512755,0.8,0.0,0.5,2,1,10,3,10,5,8,6,1,3,6,0,0,1,1,0,1 +12757,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.8627716963,6,1,-1,0,1,0,0,1,0,1,46,3,0.4,0.7809323734,0.3663331817,3.4641016151,0.1,0.6,0.7,1,2,9,1,10,3,8,4,2,2,10,0,0,1,1,1,0 +12758,0,0,1,6,1,4,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.9236476601,7,0,0,0,0,15,1,1,2,1,5,2,0.4242640687,0.8641744735,0.32557641190000003,2.8284271247,0.0,0.2,0.7,3,1,8,5,10,4,11,6,1,4,8,0,1,1,0,0,0 +12760,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.7075485848999999,11,1,-1,1,-1,16,1,1,0,1,104,2,0.4,1.019702598,0.4147288271,3.6055512755,0.8,0.8,0.7,2,3,8,4,8,2,9,7,0,2,11,0,1,1,0,0,0 +12766,1,0,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.5,0.9006941767000001,7,1,0,8,0,11,1,1,2,1,24,2,0.5291502621999999,0.9229623525,0.4272001873,1.7320508076,0.9,0.0,0.2,4,2,8,1,9,3,7,5,2,3,4,0,1,1,0,0,0 +12767,0,6,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6339361167,10,1,-1,0,1,11,1,1,0,1,36,2,0.3741657387,0.8324761432,0.3793415348,3.6055512755,0.0,0.7,0.2,3,0,8,3,8,2,10,6,0,2,7,0,1,1,0,0,0 +12768,0,1,3,8,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,1.3,1.4652218262,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9551405072,0.4,3.0,0.8,0.2,0.3,1,1,8,4,7,2,10,2,2,5,8,0,0,1,0,0,0 +12770,0,3,1,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.9740379869,7,1,-1,0,-1,14,1,0,0,1,82,3,0.316227766,0.7936863464,-1.0,3.7416573868,0.3,0.9,0.9,4,1,4,2,11,1,6,7,1,3,6,0,1,1,0,1,0 +12774,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0.3,0.0,0.5460082417000001,10,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.9117092974,0.3780211634,3.6055512755,0.4,0.2,0.6,2,2,10,1,6,2,8,6,2,5,9,1,0,1,1,0,0 +12775,0,0,1,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,1.7,1.7128193133,11,0,-1,0,-1,15,1,0,2,1,5,2,0.4472135955,1.2162807418,0.4,3.7416573868,0.7,0.9,0.7,4,2,8,1,7,2,5,2,1,1,7,0,1,1,1,0,0 +12778,0,0,3,7,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,1,1,0,0,1,65,1,0.316227766,0.6947262973,0.3521363372,3.6055512755,0.8,0.4,0.9,2,1,7,1,11,1,5,5,1,3,9,0,0,0,1,0,0 +12781,0,2,1,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.3,0.6398241946000001,11,1,-1,1,-1,3,1,1,2,1,102,2,0.4,0.8554033411,-1.0,3.6055512755,0.1,0.4,0.6,1,1,9,5,8,1,7,6,4,2,12,0,0,0,0,1,0 +12783,0,5,2,4,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.6,0.4,1.1124297731,6,1,-1,8,0,4,0,1,0,1,6,2,0.4,0.9676054623,0.4121892769,3.4641016151,0.4,0.5,0.3,3,3,8,4,10,3,8,2,1,1,7,0,0,1,0,0,0 +12786,0,6,1,5,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.4,0.6656763478,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6767539197,0.3615245497,3.1622776602,0.4,0.7,0.4,4,1,8,2,9,2,8,6,1,3,11,0,1,1,0,0,0 +12790,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.7,1.1211043662,7,1,-1,0,-1,4,1,1,2,1,104,2,0.4472135955,1.1431163003,0.4224926035,3.4641016151,0.7,0.6,0.0,1,3,9,4,8,3,13,3,3,2,7,0,1,0,0,0,0 +12791,0,1,1,11,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.7,1.0,1.211404144,8,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.9605869418,0.4,3.0,0.2,0.6,0.5,4,2,6,3,7,4,13,8,2,2,9,0,1,0,0,0,0 +12792,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.2,0.5656854249000001,4,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5965118995,0.3615245497,2.8284271247,0.9,0.3,0.9,4,2,9,2,12,2,4,3,2,5,10,0,1,1,0,0,1 +12798,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.8,1.6105123408000002,11,0,0,1,1,17,1,1,2,1,104,1,0.4,1.3123775031,0.33241540280000004,3.1622776602,0.7,0.4,0.3,3,0,10,3,7,2,8,3,1,1,8,0,0,0,0,0,0 +12800,0,5,1,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.6,0.7603453162999999,2,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7620248146999999,0.3926830783,3.3166247904,0.3,0.1,0.2,3,1,7,1,9,3,11,8,2,2,12,0,1,0,0,0,0 +12806,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.920597632,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7088286228,0.3788139385,2.6457513111,0.1,0.1,0.1,3,3,8,4,11,5,10,4,0,1,6,0,1,1,0,1,0 +12808,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,1.0,0.945714016,9,1,-1,0,-1,4,0,1,2,1,84,3,0.316227766,0.7112147679999999,0.3667424164,3.3166247904,0.5,0.0,0.1,2,1,7,3,9,3,4,7,2,5,13,1,1,0,0,1,0 +12809,0,3,1,10,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.3,0.7758060325,8,1,-1,0,1,11,1,1,0,1,57,2,0.3741657387,0.6706355688000001,0.3924283374,2.8284271247,0.4,0.4,0.1,2,3,7,1,9,2,10,5,2,4,9,0,0,1,0,1,0 +12810,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,0.4,0.6437196595,11,1,-1,0,-1,11,1,1,3,1,19,3,0.3155946768,0.4431293675,0.3626292873,0.0,0.2,0.1,0.9,3,1,6,2,11,1,11,5,2,4,6,0,0,0,0,0,0 +12814,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.8085480814,6,0,-1,0,-1,6,1,1,2,1,73,3,0.4472135955,0.7514861309,0.4211887938,2.6457513111,0.1,0.3,0.0,1,2,9,2,8,2,7,9,3,5,7,0,1,1,1,1,0 +12815,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,10,1,-1,0,1,1,1,1,0,1,85,3,0.3741657387,0.7191449238,0.3974921383,2.8284271247,0.2,0.3,0.7,1,2,7,1,10,1,7,1,1,2,8,0,1,1,0,0,0 +12817,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,4,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6146960547,0.3507135583,3.1622776602,0.3,0.5,0.2,5,1,9,3,8,2,4,2,3,0,6,0,0,1,0,0,0 +12819,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.6264982043,4,1,-1,8,0,3,1,1,0,1,104,2,0.5,1.2630721435,0.474341649,3.4641016151,0.9,0.6,0.7,2,2,7,4,10,0,7,5,0,2,6,1,1,0,1,1,0 +12820,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.2,1.2434830115,11,1,1,0,1,15,1,0,2,1,97,3,0.3605551275,0.9037685105,0.2983286778,3.6055512755,0.1,0.0,0.0,0,2,7,1,10,2,9,5,0,1,10,0,1,0,0,0,0 +12821,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.5921359640999999,11,1,-1,0,-1,0,1,1,0,1,88,3,0.4,0.6509528934000001,0.3974921383,2.2360679775,0.7,0.5,0.2,3,3,8,3,11,5,8,7,1,6,7,0,1,1,0,0,0 +12829,0,2,2,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5629165125,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5801111321,0.3583294573,2.6457513111,0.9,0.4,0.6,3,3,9,4,9,4,3,2,4,1,12,0,1,1,1,0,0 +12831,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5900211861,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5281145318,0.3583294573,2.2360679775,0.0,0.6,0.4,2,1,8,0,9,4,7,5,0,2,7,0,0,1,0,0,0 +12833,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,1.2201434342,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6178976620000001,0.3974921383,1.0,0.9,0.7,0.8,1,3,8,5,9,3,6,6,1,5,10,0,0,1,0,0,0 +12834,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.3,0.0,0.535023364,7,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8407862318000001,0.3181194744,3.6055512755,0.3,0.4,0.6,5,2,8,5,9,3,12,7,2,3,10,0,1,1,0,0,0 +12836,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.4,0.7416198487000001,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6220633488,0.34727510710000004,3.1622776602,0.2,0.7,0.4,3,2,8,3,10,3,7,5,2,3,7,0,1,1,0,0,0 +12839,0,1,4,10,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.8,0.4,1.0606601718000002,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7785343297,0.3814446225,3.4641016151,0.4,0.0,0.5,3,3,8,2,9,3,8,4,3,5,12,0,0,1,0,0,1 +12841,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,-1.0,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.595124822,0.3583294573,3.0,0.0,0.2,0.4,3,2,8,3,11,4,8,5,0,0,9,0,1,1,1,0,0 +12846,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.705336799,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7365179412,0.374566416,3.1622776602,0.1,0.9,0.2,4,1,8,3,8,4,10,6,1,1,13,0,1,0,0,1,1 +12850,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.8,1.2280574091,10,1,-1,0,1,10,1,0,0,1,55,2,0.4472135955,1.2649763987,0.4174925149,3.7416573868,0.3,0.4,0.8,2,3,10,3,9,2,8,4,1,1,4,0,0,1,0,0,0 +12852,0,5,3,5,1,4,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,1.6,1.4489220131,11,1,0,0,1,1,1,1,2,1,104,3,0.4242640687,0.7075887352,0.3507135583,2.4494897428,0.0,0.2,0.0,2,0,6,4,7,3,6,7,2,2,5,0,1,1,0,0,1 +12853,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.0,0.0,0.7084313658,6,1,-1,9,0,15,1,1,0,1,58,3,0.632455532,1.8114078357,0.5059644256,3.6055512755,0.6,0.8,0.8,2,0,9,1,9,4,4,6,2,1,12,0,1,0,0,0,1 +12855,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.3,1.3777245733,7,1,-1,0,-1,11,0,1,2,1,103,1,0.316227766,0.6569384917000001,0.3583294573,3.3166247904,0.8,0.2,0.7,3,0,7,2,12,2,8,11,3,2,7,0,1,0,0,1,0 +12858,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0281673498,0.4,3.3166247904,0.4,0.2,0.3,4,1,7,3,8,1,8,6,0,2,4,0,0,1,0,0,1 +12863,0,3,3,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.3,1.9716744153,11,1,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9206088535,0.5204805472,3.1622776602,0.8,0.4,0.4,2,0,8,1,7,2,12,6,2,3,12,0,0,1,0,1,0 +12866,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.8,2.4023426067,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6118661335,0.3583294573,2.8284271247,0.8,0.8,0.6,2,2,8,4,10,3,6,6,3,1,2,0,1,0,0,1,1 +12867,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0.1,0.2,-1.0,6,1,-1,0,1,1,1,1,0,1,80,2,0.316227766,0.7483590865,-1.0,3.6055512755,0.4,0.3,0.1,1,1,9,3,11,0,8,7,2,2,10,1,0,0,0,0,0 +12870,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.5,0.7,0.9620940702,10,1,-1,0,0,1,1,1,0,1,52,2,0.3741657387,0.7725267119,0.3598610843,3.4641016151,0.9,0.8,0.5,2,3,7,2,7,2,5,5,0,8,11,0,0,1,0,0,1 +12873,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.9877373133,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8365365434,0.4074309757,3.0,0.7,0.8,0.7,2,2,7,4,11,1,10,4,0,6,4,0,1,0,0,0,0 +12877,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.8287792226999999,11,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.7674821989,0.3854867053,3.1622776602,0.8,0.5,0.6,2,2,6,4,11,3,11,4,0,2,12,0,1,0,0,0,1 +12881,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.8,0.6,1.0046765649,11,1,-1,0,-1,1,1,0,0,1,80,3,0.316227766,0.8024111392000001,-1.0,3.7416573868,0.3,0.7,0.6,2,1,8,4,7,3,6,7,3,5,3,0,1,1,1,0,1 +12887,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.5086747487,9,1,0,0,0,1,1,1,2,1,51,2,0.3741657387,0.8233423115,0.3307567082,3.6055512755,0.4,0.3,0.9,2,3,10,2,8,4,11,6,1,2,8,0,1,0,0,0,0 +12889,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,0.810863737,4,1,-1,0,0,11,1,1,4,1,99,2,0.316227766,0.6741692162999999,0.3687817783,3.3166247904,0.0,0.0,0.3,2,3,6,2,11,4,13,1,2,1,6,0,1,1,0,1,0 +12898,0,4,2,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.8,0.8,1.114955156,9,1,-1,0,-1,6,0,1,2,1,104,3,0.4,0.6833316536,0.4024922359000001,2.8284271247,0.0,0.3,0.4,3,1,7,5,11,2,10,7,3,1,9,0,0,0,0,0,0 +12899,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.133854047,11,0,-1,0,-1,6,1,0,1,1,104,3,0.4472135955,1.1378808054,0.4177319715,3.6055512755,0.2,0.6,0.5,2,2,8,2,10,3,6,5,2,7,5,0,1,1,0,0,0 +12901,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.5777110004,11,1,-1,0,-1,7,1,1,1,1,104,3,0.4,0.922693685,0.4256759331,3.3166247904,0.2,0.7,0.8,0,2,7,2,9,2,3,9,1,5,4,0,0,1,1,1,0 +12905,0,1,1,8,0,1,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.6,0.8874119675,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6097011868,0.3744329045000001,2.2360679775,0.8,0.7,0.9,1,4,8,2,11,2,6,5,4,1,7,0,1,1,0,0,0 +12907,0,0,1,9,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.3,0.0,0.6670832032,11,1,1,0,0,1,1,0,2,1,85,3,0.4242640687,1.0651923351,0.3577708764,3.7416573868,0.6,0.3,0.7,1,2,8,3,9,3,12,5,1,2,8,1,0,0,0,0,0 +12912,0,0,1,10,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.7721722606,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7018864781,0.3583294573,3.4641016151,0.0,0.6,0.6,3,2,9,2,10,2,9,4,1,5,8,0,0,1,0,0,1 +12915,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.9,0.9775607398,6,0,-1,0,1,10,1,1,0,1,83,2,0.4084115571,0.6135185072,0.3974921383,1.4142135624,0.7,0.0,0.9,2,2,8,5,10,2,8,3,0,7,6,0,1,0,1,0,0 +12917,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.0,0.2,-1.0,6,0,-1,0,1,11,1,1,0,1,44,1,0.4469899328,0.6821211448000001,0.4086563348,2.0,0.3,0.8,0.3,3,1,10,3,6,3,10,5,1,3,12,0,1,1,0,1,0 +12922,0,6,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.9,1.3383758814,4,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.7300515096,0.3974921383,2.6457513111,0.7,0.1,0.5,3,2,9,2,9,1,8,4,3,3,7,1,0,0,0,0,0 +12923,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.3,0.8287792226999999,6,1,-1,0,0,14,1,1,0,1,104,1,0.3160696126,0.5070780011,0.3556683849,1.7320508076,0.8,0.4,0.1,3,1,6,3,7,3,11,6,0,3,9,0,1,0,0,1,0 +12928,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.6,0.2,0.5454356057,7,1,1,0,0,11,1,0,1,1,3,2,0.4242640687,1.1619839119,0.3659234893,3.6055512755,0.0,0.0,0.7,4,1,7,3,10,2,9,4,3,4,5,0,1,1,0,1,0 +12930,1,5,1,4,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,1.3790848415,11,0,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.9080016201,0.40348482,3.1622776602,0.9,0.2,0.0,3,2,8,1,10,2,12,12,1,3,7,0,1,1,0,0,1 +12931,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.2,0.6015604708,9,0,1,9,0,10,1,0,2,1,104,3,0.4472135955,1.5070975334,0.3908964057,3.6055512755,0.6,0.4,0.7,3,1,6,5,10,3,12,6,3,6,8,0,0,1,0,0,0 +12944,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.3,0.6576473219,7,1,-1,0,-1,11,1,1,2,0,7,3,0.4242640687,0.6521578929999999,0.4129164564,2.2360679775,0.4,0.9,0.4,4,3,8,1,9,2,9,3,4,0,13,0,1,0,0,1,0 +12945,1,1,2,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.7,0.9486832981,6,1,-1,0,-1,11,1,1,0,1,16,3,0.3741657387,0.747378338,0.3887158345,3.4641016151,0.7,0.9,0.5,1,4,9,2,8,3,5,3,0,1,13,0,0,1,0,1,0 +12947,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.3,1.2847665158,9,1,-1,0,-1,4,0,1,0,1,12,3,0.4,0.7949348951999999,0.3708099244,3.4641016151,0.2,0.0,0.7,4,1,6,1,10,4,10,4,0,3,6,0,1,1,1,0,0 +12948,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.7850159234,11,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6858818297,0.2887905816,3.4641016151,0.0,0.2,0.1,0,1,7,3,9,3,9,2,0,1,10,1,0,0,0,0,0 +12949,0,7,1,4,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.0,1.069170239,4,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6177806185,0.3687817783,2.8284271247,0.7,0.0,0.7,4,2,7,3,11,2,6,5,2,3,11,0,1,1,1,1,0 +12952,0,1,1,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.0,0.9266876496,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.993408025,0.3820994635,3.4641016151,0.2,0.4,0.2,3,3,10,2,11,2,9,10,0,3,10,0,0,0,1,0,0 +12957,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.8,0.0,0.8785641695,11,1,1,0,0,0,1,1,1,1,88,3,0.4,0.9106690847,0.3289376841,3.6055512755,0.8,0.5,0.4,2,2,9,3,6,4,10,11,1,1,11,0,1,0,0,0,0 +12959,0,4,2,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.5,0.8699856320999999,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9284150718,0.3984971769,3.1622776602,0.6,0.6,0.9,0,1,10,1,8,3,11,5,0,5,8,0,1,1,0,0,0 +12960,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.6,0.5,1.0479145958,11,0,-1,0,-1,11,1,1,2,1,2,3,0.4242640687,1.0243119037,0.3542597917,3.6055512755,0.9,0.6,0.6,1,2,6,2,8,2,8,3,1,4,13,0,0,1,0,1,0 +12961,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.6,0.5477225575,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.7025926015,0.3016620626,3.7416573868,0.9,0.4,0.4,1,4,8,4,9,1,4,8,2,6,13,1,0,1,1,0,0 +12963,0,6,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,1.2,0.9931012033,8,1,-1,0,0,6,0,1,0,1,77,2,0.3741657387,0.7488696717000001,0.3874274126,3.1622776602,0.6,0.1,0.4,3,1,7,3,8,2,4,10,0,3,1,0,1,0,0,0,0 +12965,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.4,0.8019507466,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7219836082,0.3817066937,3.0,0.6,0.8,0.3,3,4,7,2,8,1,6,4,0,1,11,0,0,1,0,1,0 +12973,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5706356105,7,1,0,0,0,11,1,1,2,1,101,3,0.3741657387,0.8224761043000001,0.3214031736,3.4641016151,0.2,0.9,0.6,4,2,6,4,8,3,10,9,0,8,8,0,1,1,0,0,0 +12974,0,3,1,2,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,1.1,1.2971121771,6,1,-1,0,1,1,1,1,0,1,64,1,0.3152776554,0.4756248609000001,0.3591656999,1.0,0.2,0.1,0.6,3,2,8,1,7,1,16,3,3,0,8,0,1,0,0,1,0 +12978,0,6,2,2,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,1.1,2.0236106345,11,1,1,0,0,10,1,1,2,1,28,3,0.3741657387,0.9399643918,0.3248076354,3.4641016151,0.3,0.3,0.0,2,1,8,3,10,3,7,2,3,0,7,0,1,0,0,0,1 +12985,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.5894913061,11,1,1,0,0,9,-1,0,0,1,93,3,0.4,0.9010553959,0.316227766,3.6055512755,0.0,0.3,0.1,2,4,7,5,6,2,10,4,0,3,7,0,1,0,0,0,0 +12986,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.4677071733,3,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.5359782899000001,0.3185906464,1.7320508076,0.6,0.6,0.0,3,3,8,2,9,2,7,8,1,1,7,0,0,1,0,0,1 +12987,0,0,1,11,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,7,0,0,9,1,15,-1,1,2,1,41,2,0.5477225575,1.5164729086000002,0.4289522118,3.3166247904,0.3,0.0,0.5,3,4,8,1,10,3,3,6,1,7,6,0,0,1,0,1,0 +12988,0,2,2,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.6,0.9848857802,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.8980925609,0.3820994635,3.1622776602,0.2,0.6,0.9,3,2,7,2,7,2,8,8,0,4,7,0,0,1,1,0,1 +12989,0,4,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,1.010878331,11,1,-1,0,-1,11,1,1,0,1,30,3,0.4472135955,1.0174104221,0.4477722635,3.4641016151,0.8,0.9,0.6,3,2,8,4,6,3,11,8,1,0,9,0,0,1,0,0,0 +12990,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.5852349955,7,1,-1,2,-1,11,1,0,2,1,94,0,0.3741657387,0.8750194803,0.4301162634,3.6055512755,0.7,0.1,0.1,1,3,9,3,8,4,9,5,1,1,5,0,1,0,1,0,0 +12991,0,3,1,1,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7259505026,0.3814446225,3.0,0.3,0.2,0.3,3,0,7,5,11,5,11,1,2,4,6,0,1,1,0,0,0 +12996,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.8,0.2,0.5926634796,2,1,-1,0,0,11,1,1,0,1,19,3,0.3160696126,0.5661782857,0.3734969879,1.7320508076,0.5,0.0,0.6,1,0,7,3,7,0,6,5,1,4,6,0,1,1,1,0,0 +12998,0,7,1,7,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.2,1.1971319894,6,1,-1,0,1,14,1,1,0,1,82,3,0.3160696126,0.5538744077000001,0.3651027253,1.7320508076,0.9,0.5,0.5,1,3,7,2,8,3,10,4,1,5,7,0,1,0,0,0,0 +13000,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7219764539,11,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.6927010255,0.3248076354,2.4494897428,0.7,0.2,0.4,1,1,6,2,9,4,6,6,1,4,6,0,1,0,1,1,0 +13005,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,1.1,1.1976539567,11,1,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1010522766,0.416533312,3.4641016151,0.0,0.7,0.5,2,3,7,3,10,2,6,3,0,8,11,0,1,1,0,1,0 +13008,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,11,0,0,0,0.8,1.2,1.5421170513,10,1,-1,0,1,4,1,0,0,1,48,2,0.316227766,0.7650690025,0.3710795063,3.7416573868,0.5,0.5,0.9,3,4,9,2,9,2,10,3,3,4,3,0,1,1,1,0,0 +13009,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,1.2,1.2649110641,9,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9300537619,0.3241913015,3.6055512755,0.2,0.4,0.3,1,3,7,5,10,3,8,8,2,0,12,0,1,0,0,0,1 +13011,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.7,1.0562315087,10,1,-1,0,0,10,1,0,0,1,89,2,0.3872983346,1.0669528714,0.4086563348,3.6055512755,0.0,0.3,0.4,1,4,9,1,10,2,13,3,2,1,5,0,1,1,0,0,0 +13016,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6339361167,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8552312287,0.4074309757,3.0,0.0,0.6,0.4,4,1,9,2,9,5,5,5,2,2,7,0,1,0,0,0,0 +13017,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.7,-1.0,11,1,0,0,0,11,1,1,2,1,104,3,0.4472135955,0.8238315041,0.35818989380000005,3.1622776602,0.2,0.4,0.9,2,0,8,1,10,0,8,7,1,4,6,0,1,0,0,0,0 +13018,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.6892024376000001,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6579457136,0.3974921383,1.7320508076,0.7,0.9,0.4,1,1,9,3,9,1,11,4,1,2,6,0,1,0,1,0,1 +13019,0,6,1,7,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.1,0.3,-1.0,6,0,-1,0,1,0,1,1,0,1,78,3,0.4,0.8159565699,0.3848376281000001,3.3166247904,0.9,0.5,0.6,3,2,6,5,9,4,14,4,0,3,6,0,1,0,1,0,0 +13020,0,3,1,5,1,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.7945124291,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6800431440000001,0.4129164564,2.2360679775,0.6,0.5,0.7,2,0,8,3,7,1,13,4,1,1,8,0,1,1,1,0,1 +13032,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,0,1,2,1,74,3,0.3741657387,0.7199489192,0.3861346915,3.1622776602,0.0,0.9,0.3,3,2,9,2,9,1,13,4,2,2,9,0,1,0,0,1,0 +13034,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.1,0.3741657387,7,1,-1,0,-1,14,1,1,1,1,82,3,0.316227766,0.6846192462999999,0.3685105155,3.1622776602,0.6,0.2,0.6,4,1,7,3,8,3,7,9,2,4,4,0,1,0,0,0,0 +13040,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.9,1.3,1.4454670525,11,0,1,0,0,10,1,0,2,1,89,2,0.3872983346,1.1779342648,0.33615472630000004,3.7416573868,0.5,0.2,0.5,3,1,8,4,8,1,6,5,3,2,6,0,1,1,0,1,0 +13041,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7982768115000001,0.3974921383,3.1622776602,0.5,0.2,0.4,1,5,10,5,10,1,8,4,1,7,7,0,0,0,0,0,0 +13044,0,5,3,10,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.3,1.576388277,7,1,1,0,1,1,1,1,2,1,38,3,0.316227766,0.7056296643000001,0.299165506,3.3166247904,0.2,0.6,0.4,1,1,10,3,9,3,7,4,0,2,5,0,0,0,0,0,0 +13049,1,2,1,7,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.5,1.4665009376,11,0,1,9,1,17,-1,1,1,1,104,3,0.6146543743999999,1.6905180387999998,0.4567274899,3.1622776602,0.1,0.6,0.4,3,4,7,0,12,2,4,9,0,2,6,1,0,0,1,0,0 +13050,0,2,1,6,1,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6919176252,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6470530782,0.3619392214,3.0,0.5,0.8,0.7,3,2,9,4,6,3,5,4,2,1,9,0,0,1,0,0,0 +13051,0,7,1,6,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.9,0.2,0.5958187643999999,7,1,0,8,1,13,0,1,1,1,4,2,0.4976946855,0.7371488518000001,0.3911521443,0.0,0.8,0.6,0.7,2,2,9,3,9,2,3,6,0,4,8,0,1,1,0,0,1 +13054,0,0,3,5,1,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.4,0.3,1.1895377253,11,1,1,0,0,1,0,1,2,1,70,3,0.3741657387,0.8332203779999999,0.3301514804,3.4641016151,0.4,0.4,0.0,4,3,5,4,7,4,10,6,1,2,5,0,1,1,1,0,0 +13058,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.8,1.9962464778,10,1,-1,0,0,1,1,0,0,1,91,2,0.4179712909,1.1197882031,0.3657868232,3.6055512755,0.2,0.7,0.3,1,2,8,0,10,2,13,5,1,3,4,0,1,1,0,0,0 +13060,0,5,1,5,0,3,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.5190134873,7,1,-1,0,-1,14,1,1,0,1,68,3,0.4,0.7542852783,0.4074309757,2.6457513111,0.4,0.1,0.0,3,5,6,6,7,5,7,5,0,4,10,0,1,1,1,0,0 +13063,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,11,0,0,1,0.8,0.6,0.8803408431,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5652286892,0.3702701716,1.7320508076,0.0,0.8,0.3,3,3,6,3,10,2,9,4,2,3,5,0,1,1,0,0,0 +13066,0,5,1,9,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.3,0.2,-1.0,4,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.8196829662999999,0.3780211634,3.4641016151,0.0,0.4,0.3,3,1,5,4,9,3,8,2,2,3,9,0,1,0,1,1,0 +13067,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.6046693311,6,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8131410376,0.3848376281000001,3.3166247904,0.8,0.5,0.1,0,1,7,3,6,0,8,11,1,2,8,0,0,1,0,1,0 +13070,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.6408002809000001,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.7103281747,0.3744329045000001,3.1622776602,0.9,0.2,0.6,2,1,6,3,10,3,11,4,3,4,9,1,1,0,0,1,0 +13071,0,6,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.7017834423999999,6,0,-1,0,0,11,1,1,0,1,30,3,0.4472135955,0.9299315713,0.4477722635,3.1622776602,0.4,0.6,0.0,2,2,8,2,8,1,10,4,3,1,6,1,1,1,0,1,0 +13076,0,3,2,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.0,0.4315669125,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6929097826999999,0.3583294573,3.4641016151,0.0,0.8,0.9,1,2,8,1,5,2,4,6,1,4,10,0,0,0,0,0,0 +13077,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.5,0.9695359715,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8724904981999999,0.3793415348,3.6055512755,0.8,0.6,0.8,4,1,5,3,8,1,5,8,3,4,16,1,0,1,1,0,0 +13081,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.9,1.2144957801,9,1,0,0,0,4,0,1,3,1,104,3,0.4,0.7313945696999999,0.3535533906,2.4494897428,0.2,0.4,0.4,1,2,7,3,11,0,8,4,0,3,9,0,0,1,1,0,0 +13086,0,3,1,3,1,6,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,0.7889866918999999,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.6980936261,0.3754996671,3.0,0.9,0.9,0.0,2,1,10,2,8,3,13,5,3,4,10,0,1,0,0,0,0 +13089,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,8,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.9632331918,0.3826225294,3.4641016151,0.7,0.0,0.6,4,2,7,1,11,1,5,6,1,4,4,0,0,1,0,1,0 +13093,0,0,4,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.3,0.2,-1.0,11,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.6744449815000001,0.3435112807,2.4494897428,0.7,0.6,0.3,3,0,7,4,8,2,5,8,1,2,13,1,1,0,0,0,0 +13094,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,1.0,1.1157956802,11,0,1,1,0,9,1,1,0,1,104,2,0.4242640687,1.2503834123,-1.0,3.4641016151,0.3,0.1,0.2,1,0,4,2,8,3,8,11,2,2,7,0,0,1,0,0,0 +13095,0,7,1,6,0,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.0,1.3988834834,4,1,-1,0,1,1,0,1,0,1,74,2,0.3741657387,0.7287003034,0.3716180835,3.6055512755,0.1,0.1,0.5,4,0,6,2,9,5,12,10,0,4,12,0,0,0,0,0,0 +13096,0,0,2,0,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,1.2,1.3014415085,11,1,-1,0,-1,6,1,0,2,1,33,3,0.3872983346,0.9819654772,-1.0,3.7416573868,0.6,0.8,0.7,3,3,7,2,6,2,3,6,0,1,8,0,0,0,0,0,1 +13097,0,2,3,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.6,0.9542667342,7,1,0,0,1,11,0,1,3,1,99,2,0.3155946768,0.5343181335,0.305777697,1.4142135624,0.5,0.0,0.2,4,3,7,2,10,2,9,8,0,2,6,0,1,1,0,0,0 +13102,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,1.0,1.0985786271,6,1,-1,0,1,1,1,1,0,1,70,2,0.3741657387,0.8517119367,0.3860051813,3.6055512755,0.8,0.4,0.8,2,1,8,1,11,4,7,3,1,3,11,0,1,1,1,1,0 +13103,0,5,1,11,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,1.0,1.5159567936000002,7,1,-1,0,-1,7,1,1,2,1,104,3,0.4,1.0054911221,0.4256759331,3.4641016151,0.4,0.2,0.4,2,1,8,4,11,3,9,7,4,2,9,0,1,0,1,0,0 +13104,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5926634796,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6756692428,0.3974921383,2.4494897428,0.8,0.9,0.4,1,3,9,6,8,2,4,7,2,2,10,0,1,0,0,0,0 +13108,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.3160696126,0.5329824087,0.35,2.2360679775,0.2,0.9,0.3,4,2,8,5,8,2,8,7,0,2,9,0,1,0,0,0,0 +13113,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.4,0.8735702605,7,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7968429442,-1.0,3.6055512755,0.3,0.4,0.5,3,1,7,2,12,2,9,3,1,0,4,0,0,0,0,1,0 +13114,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.6,0.4,0.6093028803,8,1,-1,0,1,0,0,1,0,1,88,3,0.4,0.749200676,0.3974921383,3.0,0.4,0.5,0.2,2,0,7,5,11,1,5,9,2,2,5,0,1,1,1,0,0 +13119,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.0,0.5798706752,7,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8725958708,-1.0,3.7416573868,0.9,0.4,0.8,3,1,9,3,12,3,14,7,0,2,11,0,0,0,1,1,0 +13120,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.55,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6977827931999999,0.3887158345,3.0,0.4,0.1,0.7,2,2,8,3,9,4,6,5,2,0,6,0,1,1,1,0,0 +13121,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,9,1,1,2,1,93,3,0.4,0.8641147001,0.3834057903,3.6055512755,0.6,0.3,0.6,3,1,7,4,8,0,7,4,5,1,1,0,1,0,0,0,0 +13123,0,0,3,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.3,0.6123724357,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8029516828000001,-1.0,3.7416573868,0.6,0.5,0.5,2,3,9,5,10,3,9,2,0,0,8,1,1,1,0,0,0 +13124,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.3,0.8154753215,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.785482954,0.3687817783,3.7416573868,0.7,0.2,0.6,4,4,9,4,8,3,8,7,3,1,4,1,0,1,0,0,0 +13126,0,1,1,8,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6791538854000001,7,1,-1,0,-1,11,1,0,2,1,47,2,0.3741657387,0.9249972079,0.3817066937,3.7416573868,0.4,0.5,0.1,1,3,6,6,12,1,2,3,2,4,10,0,1,1,0,0,1 +13127,0,3,1,7,1,4,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,1.4,1.2683650894,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.9908110877,0.4256759331,3.3166247904,0.3,0.3,0.0,3,1,5,3,11,1,10,3,0,3,7,0,0,1,0,1,0 +13131,0,1,2,3,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,1.2,1.2621905561,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7614416514,0.4301162634,3.3166247904,0.2,0.5,0.7,2,2,8,3,10,2,9,5,0,5,9,0,0,1,0,0,0 +13135,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.7713624309999999,7,1,1,0,1,4,1,1,0,1,50,2,0.4,0.8143851303,0.3201562119,3.6055512755,0.8,0.4,0.7,3,2,7,3,10,3,9,9,1,1,6,0,1,0,0,0,0 +13139,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.3,0.5905505906,11,1,1,0,1,14,1,0,2,1,72,3,0.4,1.1410539568,0.3504283094,3.6055512755,0.5,0.3,0.1,3,4,9,2,8,5,11,4,2,4,4,0,1,1,1,1,0 +13140,0,4,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.4,1.0514870422,10,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.9855358906,-1.0,3.4641016151,0.6,0.6,0.9,3,1,7,0,10,1,2,5,1,5,5,0,1,0,0,0,0 +13141,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,1.184535774,11,1,0,0,1,0,1,1,2,1,87,3,0.316227766,0.6960892825,0.2944486373,3.1622776602,0.3,0.1,0.2,4,2,7,5,9,1,7,9,4,3,6,1,1,1,0,0,1 +13142,0,1,1,7,0,6,0,0,1,0,0,0,0,0,0,3,0,0,1,0.9,1.8,1.9648473223,11,1,0,8,0,13,1,1,2,1,104,3,0.5,1.1339428761,0.4341658669,2.8284271247,0.2,0.8,0.2,3,2,8,4,11,0,8,2,1,1,13,0,1,0,0,1,0 +13144,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.6,0.2,0.5442885264,7,1,-1,0,-1,14,1,1,2,1,49,3,0.3997499218,0.5756060407,0.3685105155,1.7320508076,0.5,0.3,0.0,1,0,7,0,10,2,5,9,2,4,8,1,0,1,0,1,1 +13145,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.56844085,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6697723802000001,0.3619392214,3.3166247904,0.5,0.6,0.2,3,0,7,0,6,3,5,3,0,5,6,0,1,1,0,1,0 +13149,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7808926869,0.3754996671,3.6055512755,0.6,0.0,0.7,3,3,7,2,9,4,9,2,0,0,5,0,1,1,0,1,0 +13151,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,11,0,-1,1,-1,6,1,1,2,1,104,3,0.4472135955,0.8364439190999999,0.3681032464,2.8284271247,0.8,0.4,0.2,2,3,8,3,11,3,8,3,2,2,6,0,0,0,0,0,1 +13154,0,0,1,5,0,4,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,1.0,1.3400093283,11,1,-1,1,-1,3,1,0,2,1,45,3,0.4,0.8746900276999999,0.3498571137,3.6055512755,0.2,0.2,0.8,3,4,6,2,11,6,5,5,3,5,9,0,0,1,0,1,0 +13155,0,6,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,1.5,1.7744717524,11,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6805290843999999,0.2944486373,3.0,0.5,0.2,0.5,3,2,10,2,10,2,4,8,1,4,5,0,1,0,1,1,1 +13157,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.6432340165,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4471017781,0.7150247062999999,0.4086563348,2.0,0.5,0.9,0.7,3,0,6,4,8,5,7,2,1,2,0,0,0,0,0,0,1 +13159,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.7437237390000001,7,1,-1,0,-1,11,1,1,-1,1,16,3,0.3741657387,0.6705431374,0.3887158345,2.8284271247,0.2,0.9,0.4,4,0,6,1,10,2,12,5,0,3,5,0,0,1,0,0,0 +13160,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.7,1.1360567768,9,1,1,0,0,11,1,1,0,1,103,1,0.316227766,0.6075225738000001,0.2887905816,3.0,0.6,0.6,0.8,2,1,6,3,7,2,10,3,3,5,10,0,0,0,1,0,0 +13161,0,1,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,0.7,1.0638961415,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7260927928,0.374566416,3.1622776602,0.4,0.2,0.2,3,2,8,3,10,2,8,6,1,2,10,0,1,1,0,1,0 +13162,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.6,2.2175436862,11,0,0,9,1,15,1,1,1,1,104,3,0.4469899328,0.8328235355,0.3598610843,2.0,0.2,0.9,0.7,3,1,10,2,10,2,3,7,2,2,5,0,0,1,0,1,0 +13163,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5804093383,5,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.559903327,0.3016620626,2.4494897428,0.5,0.4,0.3,4,2,7,2,12,2,9,12,1,5,8,0,0,1,0,1,0 +13164,0,4,4,11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.9,0.3,0.7541551564,11,1,0,0,1,0,1,1,3,1,39,3,0.3160696126,0.6272891961,0.3744329045000001,2.2360679775,0.3,0.6,0.0,3,1,9,2,9,1,7,7,3,2,10,0,1,0,0,0,1 +13165,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,1.1349559463,4,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0118614709,0.4,3.1622776602,0.9,0.3,0.4,2,1,10,3,8,2,13,6,3,1,5,0,1,1,1,1,0 +13166,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.6977642868,7,1,-1,8,-1,11,1,1,1,1,24,2,0.4898979486,0.8882381112000001,0.4949747468,2.8284271247,0.9,0.8,0.2,3,3,8,3,8,2,7,6,0,5,7,0,0,1,0,0,0 +13167,0,4,3,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.8035079340000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5182814896,0.3640054945,1.7320508076,0.9,0.4,0.0,3,0,9,3,10,3,7,2,2,2,4,0,0,0,0,1,0 +13168,1,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,0.633442973,5,1,-1,0,-1,6,0,1,2,1,26,3,0.3741657387,0.6350961403000001,0.3907684737,2.6457513111,0.2,0.7,0.4,2,0,10,2,9,2,7,5,1,4,8,0,0,1,1,0,1 +13169,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.1034038245,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.664227632,0.3744329045000001,2.8284271247,0.0,0.5,0.9,0,1,9,5,10,2,11,9,3,2,4,0,1,1,0,0,0 +13171,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.7,0.3,0.5367727638,11,1,-1,0,-1,11,1,1,2,1,44,1,0.4472135955,0.6786289045,0.4062019202,2.6457513111,0.7,0.7,0.9,4,3,9,3,11,3,7,8,1,4,5,0,1,1,0,0,0 +13172,0,1,3,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,0.5989574275,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5825989079999999,0.3619392214,2.6457513111,0.0,0.9,0.5,2,2,9,2,9,2,5,5,1,1,5,0,0,0,0,0,0 +13176,0,2,1,8,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.6164414003,9,1,1,0,1,15,1,1,2,1,5,2,0.4242640687,0.7171453972,-1.0,2.0,0.4,0.3,0.6,4,2,6,4,9,2,5,5,3,0,8,1,1,0,0,0,0 +13177,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.8,1.0449282272,6,0,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.9643436512,0.5204805472,3.3166247904,0.4,0.0,0.3,2,1,5,1,12,2,8,3,1,2,3,0,1,0,0,0,0 +13179,0,1,2,2,1,3,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.2,1.3367404385,11,1,-1,0,-1,14,1,1,2,1,104,1,0.4,0.6490297909,0.34727510710000004,3.0,0.0,0.4,0.9,3,2,7,2,9,3,12,4,0,3,7,0,1,0,0,1,0 +13180,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.9,1.0715059496,10,1,-1,0,0,1,1,1,0,1,70,2,0.3741657387,0.8322030903000001,0.3860051813,3.4641016151,0.5,0.4,0.9,1,3,6,3,12,3,11,7,3,3,9,0,1,1,1,0,0 +13181,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.68556546,11,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9386996457,0.4017461885,3.7416573868,0.6,0.9,0.7,2,2,5,3,12,3,17,8,2,5,6,0,0,0,0,0,0 +13182,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.5556527693,3,1,1,0,0,11,1,1,2,1,16,3,0.4242640687,0.7284791131,0.3263433774,2.8284271247,0.3,0.5,0.5,3,4,5,4,12,2,7,6,1,3,8,0,1,1,0,0,0 +13183,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6495190528,7,1,1,2,1,11,0,0,2,1,94,0,0.3741657387,0.8374622232,0.3304542328,3.7416573868,0.1,0.6,0.0,1,4,8,2,10,2,4,3,1,3,2,0,1,1,0,0,1 +13185,0,3,1,6,0,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.4387482194,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5592571815,0.3619392214,2.4494897428,0.1,0.7,0.1,3,3,7,0,8,1,5,4,1,6,9,0,1,0,1,1,0 +13188,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.6,1.5986322278999998,11,0,-1,1,-1,14,1,1,2,1,104,2,0.5,1.0589836075,0.438520239,3.1622776602,0.3,0.9,0.5,1,1,9,2,9,1,8,5,2,4,5,0,1,0,1,1,0 +13190,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.3,0.0,0.5910795209,8,1,-1,8,0,13,1,1,0,1,4,2,0.5656854249000001,1.446811827,0.5186520992,3.4641016151,0.3,0.3,0.6,4,3,7,5,10,1,8,5,3,1,6,0,0,1,1,0,1 +13191,0,6,1,5,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.4,0.9185586535,8,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7803898156999999,0.3850973903,3.1622776602,0.3,0.6,0.9,2,1,8,2,9,4,9,6,1,3,3,0,1,0,0,0,0 +13192,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.3,-1.0,5,1,1,1,0,3,1,1,2,1,59,3,0.316227766,0.791757643,0.3096772513,3.7416573868,0.5,0.1,0.9,2,2,6,2,8,2,6,8,1,4,17,0,1,1,0,1,0 +13204,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6652067347999999,7,1,1,0,0,1,1,0,0,1,38,3,0.316227766,0.8406301748999999,0.299165506,3.6055512755,0.5,0.7,0.4,3,3,8,4,11,2,16,3,1,1,6,0,1,0,0,1,0 +13211,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.91070028,11,1,-1,0,-1,1,1,0,2,1,65,1,0.316227766,0.6841173356,0.3507135583,3.6055512755,0.9,0.4,0.2,3,2,8,3,9,2,6,5,2,3,7,0,0,0,0,0,0 +13213,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.4,0.9290452088,7,1,-1,0,-1,11,1,1,3,1,67,2,0.3741657387,0.6509370233,0.3666060556,2.8284271247,0.2,0.9,0.2,2,0,7,2,11,4,8,6,1,5,9,0,0,0,1,0,0 +13214,0,5,3,3,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.150271707,11,1,1,0,1,11,1,0,2,1,101,3,0.3741657387,0.9069406388,0.3214031736,3.6055512755,0.2,0.2,0.2,3,3,8,2,11,1,8,1,0,2,3,0,0,1,0,1,1 +13217,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,7,1,-1,6,-1,11,1,1,2,1,104,0,0.4898979486,1.050137732,0.4785394446,3.6055512755,0.0,0.9,0.9,2,2,9,3,10,1,8,3,1,8,7,0,0,1,0,0,0 +13218,0,7,3,6,1,4,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.5,0.9643650761,11,1,1,0,1,0,1,1,1,1,98,3,0.4,0.7231845323,0.3309078422,2.6457513111,0.2,0.0,0.4,2,0,7,3,7,2,7,2,2,1,6,0,1,1,0,0,0 +13227,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,5,1,0,0,0,11,0,1,0,1,101,3,0.3741657387,0.777684633,0.3214031736,3.3166247904,0.6,0.1,0.1,2,1,7,3,10,2,9,6,2,8,10,0,1,0,0,0,0 +13228,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,1.0170422803,6,1,-1,0,0,11,1,1,0,1,103,3,0.316227766,0.5414435862,0.3583294573,2.2360679775,0.4,0.4,0.0,3,2,7,1,10,1,11,2,2,2,6,1,0,1,0,0,0 +13233,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.3,0.0,0.6726812024,11,1,-1,0,-1,1,1,0,2,1,40,2,0.3741657387,0.8700182861,0.3814446225,3.7416573868,0.2,0.5,0.0,3,3,5,2,11,3,4,7,1,3,7,0,1,0,0,0,0 +13234,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,0.9370832407,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.7016951140000001,0.3820994635,2.4494897428,0.3,0.5,0.6,3,3,8,4,8,4,5,6,2,3,9,0,1,1,1,1,0 +13235,0,1,1,5,1,3,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.9,1.2469963913,9,0,1,9,0,2,1,1,2,1,104,3,0.4472135955,1.4424711923,0.4669047012,3.4641016151,0.0,0.7,0.9,4,2,7,3,11,3,11,11,3,5,4,1,1,0,0,1,1 +13239,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.3,1.607210316,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8523545415,0.3964845520000001,2.6457513111,0.1,0.1,0.3,0,0,8,3,10,3,8,9,4,1,6,1,0,0,0,1,0 +13242,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.1,0.3856812155,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6574430812,0.3016620626,3.1622776602,0.9,0.2,0.2,1,2,8,3,8,3,11,6,0,6,11,0,1,1,0,1,0 +13243,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.7,0.9493418773,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7561456198000001,0.4074309757,2.6457513111,0.0,0.5,0.1,2,0,6,3,9,3,4,8,2,2,12,0,1,1,0,1,1 +13248,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.3,0.7562241731,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7504819387999999,0.3615245497,3.6055512755,0.6,0.3,0.7,2,3,8,2,10,1,5,10,1,0,3,0,0,1,0,0,0 +13251,0,0,1,4,1,6,0,1,0,0,0,0,1,0,1,3,0,0,1,0.8,0.9,1.1478240283,11,0,0,9,1,16,-1,1,2,1,104,3,0.5916079783,1.5199091969,0.4415880433,3.4641016151,0.0,0.6,0.2,2,2,8,3,8,3,5,8,1,6,9,0,1,1,0,1,0 +13253,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.5,0.8660254037999999,7,1,-1,0,-1,10,1,0,2,1,28,3,0.3741657387,1.1126457561,0.3820994635,3.6055512755,0.3,0.1,0.0,3,2,8,3,9,2,10,8,1,7,9,0,0,1,1,1,0 +13254,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,65,1,0.316227766,0.6154686449,0.3521363372,3.3166247904,0.2,0.2,0.5,3,3,7,4,10,5,4,5,2,5,7,0,1,1,1,1,0 +13255,0,5,4,7,1,0,0,0,1,0,0,0,0,0,0,6,0,0,1,0.9,0.3,0.7474958194,7,1,0,0,1,0,1,1,3,1,95,2,0.4,0.6686763785000001,0.3348133809,2.2360679775,0.6,0.9,0.3,0,0,8,6,9,1,8,7,2,2,13,0,1,1,0,0,0 +13258,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.6490377493,10,1,-1,0,0,1,1,1,0,1,85,2,0.4,0.8835736976999999,0.4074309757,3.4641016151,0.1,0.3,0.1,1,4,8,4,11,1,13,5,1,5,6,0,1,0,0,0,0 +13260,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.3,0.7271519786,11,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.6875216,0.3748332963,3.4641016151,0.2,0.1,0.0,1,3,9,2,10,3,8,5,4,4,10,0,1,1,0,0,0 +13267,0,6,1,7,0,4,0,0,1,0,0,0,0,0,0,3,1,0,0,0.8,0.2,0.58630197,6,1,-1,0,0,14,1,0,0,1,8,2,0.4,1.0260139109,0.3943348831,3.7416573868,0.1,0.1,0.9,3,1,9,3,11,2,7,7,2,2,8,0,0,1,0,0,0 +13270,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,7,3,0.3741657387,0.7412018384000001,0.4129164564,3.0,0.3,0.4,0.9,0,1,9,4,10,2,11,7,3,1,10,0,0,0,0,0,0 +13273,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.5,0.8961724164,8,1,-1,1,1,1,1,1,0,1,35,0,0.3741657387,0.8759528459999999,0.3535533906,3.4641016151,0.1,0.2,0.7,3,2,6,3,10,2,5,4,2,1,6,0,1,1,1,0,0 +13274,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.1,-1.0,7,1,-1,0,-1,1,1,0,2,1,40,2,0.3741657387,0.8413635136,0.3814446225,3.7416573868,0.1,0.3,0.5,2,1,8,4,9,5,8,10,0,6,6,0,1,1,0,0,1 +13276,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.4828301979,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.7142440956,0.30331501780000003,3.6055512755,0.7,0.3,0.6,2,2,8,5,8,1,9,4,1,8,3,0,0,0,0,1,0 +13280,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.4,0.8867073925,11,1,-1,0,-1,11,1,1,2,0,103,1,0.316227766,0.6111735088,0.3583294573,3.1622776602,0.2,0.5,0.3,3,2,8,5,8,0,6,6,3,4,3,0,0,0,0,1,1 +13283,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,1.3,1.2162956055,9,1,1,0,0,6,1,1,2,1,104,2,0.4,0.7542030987,-1.0,3.0,0.1,0.4,0.3,1,0,6,2,7,6,11,5,4,2,7,0,1,0,0,1,0 +13284,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.5,1.2346558225,11,1,-1,1,-1,3,1,1,2,1,45,3,0.4,0.7930483086,0.3498571137,3.4641016151,0.1,0.7,0.6,1,2,8,3,7,1,7,7,2,1,10,0,1,0,0,0,0 +13286,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7840612643000001,0.4236744033,3.0,0.1,0.4,0.7,3,0,9,5,7,4,12,2,0,1,9,0,0,1,0,0,1 +13287,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,1.0,1.2075284676,4,0,-1,0,1,7,1,1,0,1,92,3,0.4,0.7421072298,0.4045985665,3.0,0.8,0.8,0.6,2,1,9,6,6,0,11,5,0,2,11,0,0,1,0,0,1 +13288,0,1,1,6,0,4,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.5962520683,0.30331501780000003,2.8284271247,0.7,0.8,0.4,2,1,7,4,8,3,7,5,2,0,7,0,1,1,0,0,0 +13292,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.6422616289,11,1,1,8,0,11,0,0,2,1,71,2,0.4898979486,1.2051799358,0.4125530269,3.6055512755,0.1,0.1,0.1,2,2,8,3,9,3,6,7,1,3,9,0,1,0,0,1,0 +13293,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.9,1.4771171247,3,1,1,0,1,9,1,0,2,1,93,3,0.4,1.0056657677,0.3210918872,3.7416573868,0.0,0.8,0.7,2,2,8,4,8,5,7,5,0,3,8,1,1,1,0,0,0 +13300,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.8481597727,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5767535246,0.3583294573,2.8284271247,0.1,0.4,0.0,1,2,8,4,9,1,7,3,2,4,4,0,1,1,0,1,1 +13304,0,4,1,7,0,1,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.6209871174,7,0,-1,0,-1,14,1,1,2,1,29,3,0.4472135955,0.9835002426,0.410487515,3.3166247904,0.3,0.8,0.7,3,4,10,2,9,3,18,2,1,3,9,0,0,1,0,0,0 +13306,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.6614378278,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6816060276000001,0.4129164564,2.2360679775,0.5,0.9,0.2,2,2,7,3,10,1,6,5,1,2,4,0,0,0,0,0,0 +13307,0,0,1,1,0,6,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.6754628043,10,1,-1,0,0,1,1,1,0,1,70,2,0.3741657387,0.8509838739,0.3860051813,3.4641016151,0.6,0.3,0.4,3,2,5,1,10,6,10,10,3,3,12,1,0,0,0,1,0 +13308,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.5,0.679613861,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6034679393,0.3583294573,3.0,0.6,0.5,0.7,3,2,7,6,6,2,9,5,1,1,9,0,0,1,0,0,0 +13310,0,3,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5545268253,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7429002803,0.4062019202,3.0,0.5,0.1,0.2,1,0,7,6,7,3,13,3,3,2,6,0,1,1,1,1,0 +13313,0,0,2,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,1.1,1.5223337348,11,0,-1,1,-1,0,1,0,2,1,104,1,0.4472135955,1.3893485006,0.4277849927,3.6055512755,0.2,0.0,0.4,1,2,6,3,6,2,8,7,1,2,9,0,1,0,0,0,0 +13315,0,1,2,1,1,6,0,0,1,0,0,0,0,0,0,8,0,1,0,0.4,0.0,0.6633249581,7,1,1,0,0,1,1,0,0,1,70,3,0.4,0.9526496325,0.3420526275,3.6055512755,0.2,0.7,0.3,1,2,7,2,7,4,7,8,2,4,8,0,1,0,0,1,0 +13316,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,10,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.7758226772,0.4062019202,3.1622776602,0.5,0.0,0.4,2,2,10,2,9,1,6,8,0,1,7,0,0,1,0,0,1 +13317,0,3,1,6,1,0,0,0,0,1,1,0,0,0,1,10,1,0,0,0.9,1.5,1.6167096214,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,0.8583209633,0.3420526275,2.6457513111,0.6,0.3,0.4,3,2,9,3,8,3,6,6,3,5,7,1,0,0,0,1,0 +13323,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.7770135134,7,1,-1,0,-1,11,1,1,2,0,17,2,0.3741657387,0.8586578995,0.3903844259000001,3.4641016151,0.2,0.0,0.7,0,3,8,3,9,3,5,10,1,5,11,0,0,1,0,0,0 +13324,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.9912113801,11,1,1,0,1,1,1,1,2,2,40,2,0.3741657387,0.6685682247,0.3248076354,2.6457513111,0.7,0.2,0.2,1,3,7,3,7,2,6,4,0,1,6,0,1,1,0,0,0 +13330,0,1,1,6,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.8,1.476482306,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4,0.6897568143,0.4,1.7320508076,0.0,0.4,0.5,2,1,7,1,12,2,8,5,0,4,9,0,1,1,0,0,0 +13332,0,3,1,8,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.8,1.3100572507,11,0,0,0,1,14,1,1,2,1,68,3,0.4472135955,0.7804824742,0.3605551275,2.6457513111,0.2,0.8,0.3,2,4,7,2,12,4,9,6,0,7,4,0,1,0,0,0,0 +13333,0,1,1,7,0,6,0,1,0,0,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,11,1,1,1,0,12,1,1,2,1,104,2,0.3741657387,0.7543811431,0.331662479,3.4641016151,0.4,0.4,0.7,3,3,7,1,9,1,12,3,3,2,7,0,1,1,0,1,1 +13336,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.9,0.8,0.9367496998,6,1,-1,0,0,6,1,1,0,1,77,2,0.3741657387,0.7171165863,-1.0,3.1622776602,0.8,0.8,0.8,1,2,8,4,8,2,11,3,0,3,7,1,1,1,0,1,0 +13343,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.6614378278,3,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.757674236,0.3667424164,3.6055512755,0.2,0.3,0.8,2,3,8,1,9,2,7,2,0,4,7,1,1,0,0,0,0 +13344,0,1,1,7,1,6,0,1,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,1.112148821,10,0,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.9083633452,0.5204805472,3.1622776602,0.3,0.1,0.4,1,3,8,5,7,2,14,4,4,2,9,0,0,0,0,0,0 +13345,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.5797547278,11,0,1,9,1,10,1,1,0,1,104,3,0.4472135955,1.3278135573,0.3908964057,3.4641016151,0.8,0.3,0.6,3,2,9,3,9,2,9,5,0,4,7,0,1,0,0,0,0 +13347,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,-1.0,6,0,-1,0,-1,11,1,0,0,1,69,3,0.4242640687,1.1418684847,-1.0,3.6055512755,0.6,0.2,0.9,3,2,8,5,11,1,12,8,1,1,11,0,0,0,0,0,0 +13349,0,6,1,7,1,2,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.5,1.6988967008000002,11,0,1,0,1,4,1,1,0,1,104,2,0.4472135955,1.0807768097,0.3704051835,3.3166247904,0.2,0.4,0.6,3,3,9,2,11,4,15,0,2,5,9,0,1,0,0,0,1 +13351,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6189709202,7,1,-1,0,-1,1,1,1,3,1,74,3,0.3605551275,0.6067798762,0.3667424164,2.2360679775,0.0,0.3,0.0,1,2,8,4,10,2,6,6,2,2,9,0,0,1,1,0,0 +13353,0,5,1,11,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.7,0.8485281374,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5941867141,0.3619392214,2.8284271247,0.7,0.3,0.5,2,3,7,3,11,5,15,8,1,3,8,0,0,0,0,1,0 +13355,0,0,2,1,0,3,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.6480740697999999,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5878592624,0.3583294573,2.6457513111,0.4,0.2,0.4,4,2,8,0,7,2,9,4,1,5,3,1,0,1,0,0,0 +13356,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.8,0.3,0.9984362774,8,1,-1,0,0,1,1,1,0,1,70,2,0.3741657387,0.8319547826000001,0.3860051813,3.4641016151,0.3,0.4,0.3,1,1,9,2,10,2,9,10,2,3,12,0,0,1,0,1,0 +13362,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.8,1.476482306,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,1.0363736044,0.4511097427,3.4641016151,0.4,0.8,0.4,2,0,9,4,12,2,5,3,2,4,11,0,1,0,0,0,1 +13369,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.9427353817,7,1,1,0,1,1,0,1,2,1,74,3,0.3741657387,0.6747818748000001,0.3303028913,2.8284271247,0.8,0.7,0.5,2,0,9,2,8,1,12,3,1,2,9,1,0,1,0,0,0 +13370,0,7,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.9450529086,0,1,-1,0,0,9,0,1,0,1,93,2,0.4,0.8868617481000001,0.3834057903,3.6055512755,0.5,0.0,0.5,2,3,6,1,11,4,4,7,2,2,8,1,1,0,0,1,0 +13372,0,5,3,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.8,1.0790620927,11,1,0,1,1,3,1,1,2,1,45,3,0.4,0.8298536165000001,0.3096772513,3.6055512755,0.9,0.3,0.8,3,0,7,7,9,2,15,6,1,2,11,1,1,1,1,0,0 +13373,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.069170239,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.5845991775,0.3619392214,2.6457513111,0.2,0.0,0.5,1,4,4,4,10,0,12,6,2,3,5,0,0,1,0,0,0 +13377,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7566372975,7,1,-1,0,-1,11,1,1,3,1,19,3,0.316227766,0.6447499354999999,0.3887158345,2.8284271247,0.7,0.1,0.3,3,1,8,2,8,3,10,3,0,2,8,0,1,1,0,1,1 +13378,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.3,0.8287792226999999,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6825411319,0.3583294573,3.4641016151,0.4,0.6,0.6,0,2,8,2,8,3,4,6,1,3,7,0,1,1,1,0,0 +13383,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.3,0.6604922407,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7040907623999999,0.4129164564,2.8284271247,0.8,0.9,0.5,1,0,8,0,10,2,6,3,3,3,3,0,0,1,0,0,0 +13384,0,0,2,2,1,3,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.7921489759,11,1,-1,0,-1,11,1,1,3,1,19,1,0.3155946768,0.4265467721,0.3626292873,0.0,0.5,0.5,0.5,4,0,9,4,9,1,5,4,0,1,6,0,1,1,0,1,0 +13387,0,5,1,6,0,1,0,0,1,0,0,0,0,0,0,10,0,1,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,86,3,0.4,1.0338636114,-1.0,3.6055512755,0.9,0.6,0.2,3,3,9,3,10,5,8,2,0,1,10,0,1,1,1,0,0 +13388,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,10,0,-1,9,1,15,1,1,0,1,58,3,0.5477225575,1.6704715522,0.500999002,3.3166247904,0.1,0.5,0.5,2,1,6,2,9,1,10,7,2,5,7,0,0,1,1,0,0 +13392,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5267826876,3,1,0,0,0,4,0,1,2,1,9,2,0.316227766,0.6727426287999999,0.3201562119,3.3166247904,0.8,0.5,0.0,2,2,8,2,10,3,10,7,1,5,4,0,1,1,0,0,0 +13396,0,3,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.5574418127,10,1,-1,0,0,1,1,1,0,1,70,2,0.3741657387,0.8715012695000001,0.3860051813,3.6055512755,0.1,0.8,0.1,4,3,8,3,11,1,8,3,1,2,6,0,0,1,0,0,0 +13397,0,1,1,3,1,2,1,0,0,0,0,0,0,0,0,4,0,1,0,0.2,0.4,-1.0,5,1,0,0,1,0,1,1,0,1,32,1,0.316227766,0.5594049377,0.2944486373,2.4494897428,0.6,0.8,0.7,4,2,7,3,11,5,11,5,0,4,3,0,0,1,0,0,0 +13398,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.8767838957999999,10,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5582032865,0.3521363372,1.7320508076,0.6,0.4,0.9,5,3,6,1,7,2,7,7,4,1,11,0,0,0,1,1,0 +13401,0,0,1,2,0,3,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.7721722606,3,1,0,0,1,0,1,1,2,1,87,3,0.316227766,0.6805290843999999,0.2944486373,3.0,0.6,0.8,0.5,1,3,10,1,10,1,10,4,3,1,2,0,1,1,0,0,0 +13402,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.8,1.3804437691999998,11,0,0,9,1,11,1,1,2,1,56,3,0.4898979486,1.1496442137,0.4283689998,3.1622776602,0.5,0.2,0.0,2,2,9,0,10,2,8,3,3,6,5,0,0,1,1,0,1 +13406,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,1.3,1.2732831578,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.7913530623999999,0.4246174749,2.8284271247,0.0,0.4,0.7,3,4,3,3,11,2,11,7,1,1,2,1,0,1,1,0,0 +13408,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.93641604,5,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.6231252875,0.2887905816,3.0,0.5,0.1,0.0,1,1,8,1,9,2,5,5,0,5,4,0,1,1,0,0,0 +13411,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.7834219808,7,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.7565007523999999,0.3248076354,2.8284271247,0.0,0.2,0.1,4,4,8,3,9,3,14,7,1,5,6,0,0,1,1,1,0 +13412,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.7,1.0729631867,11,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.8672174558,0.3667424164,3.7416573868,0.2,0.6,0.6,3,2,10,2,10,2,8,7,2,3,8,0,1,0,0,0,1 +13413,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.8,0.3,0.7322909258,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7856144618,0.374566416,3.6055512755,0.4,0.2,0.5,0,2,9,5,8,0,9,5,1,2,6,0,1,0,0,1,0 +13414,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.6,0.2,0.6712860790999999,11,1,-1,0,-1,1,1,1,3,1,85,3,0.3741657387,0.6982859771,0.3974921383,2.6457513111,0.7,0.7,0.6,3,3,7,0,7,2,7,6,0,5,4,0,0,1,0,0,0 +13417,0,4,2,5,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.9,0.8,1.187697352,9,1,0,8,1,13,1,1,1,1,20,3,0.4472135955,0.8825559237999999,0.3714835124,2.8284271247,0.3,0.8,0.9,1,0,9,4,10,2,8,5,2,5,7,0,1,1,1,1,0 +13418,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,0.3,0.6656763478,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7201497778,0.3814446225,3.1622776602,0.1,0.3,0.9,1,2,9,5,7,1,12,3,0,5,11,0,1,1,0,0,0 +13419,0,4,3,9,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.9,1.6,1.7982630508000002,7,0,0,0,1,15,1,1,1,1,104,3,0.4240283009,0.7659596692,0.3471310992,2.4494897428,0.5,0.4,0.6,4,2,8,3,7,3,17,6,2,4,4,0,0,0,0,0,0 +13421,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,1.6981607698,10,1,-1,9,1,17,1,1,0,1,104,3,0.4472135955,0.8221117738,0.4191658383,3.1622776602,0.6,0.3,0.3,1,2,8,3,10,1,3,4,1,2,7,0,0,1,0,1,0 +13427,0,7,2,10,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,1.3,1.7181021506,8,1,1,0,1,14,1,1,2,1,29,3,0.4,0.7570740762999999,0.3411744422,3.0,0.3,0.6,0.1,1,2,7,4,10,4,7,9,3,1,8,0,1,0,0,1,0 +13430,0,2,1,7,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.1,-1.0,7,1,-1,0,-1,14,1,1,0,1,68,3,0.4,0.8291312789,0.4074309757,3.0,0.1,0.4,0.4,4,2,9,4,9,1,8,5,2,1,6,0,0,1,1,0,0 +13433,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.7,1.5398863594,6,1,-1,0,1,4,1,1,0,1,12,2,0.4,0.8831409947,0.3708099244,3.4641016151,0.4,0.6,0.5,3,2,7,3,8,1,9,8,2,5,12,0,1,0,0,1,0 +13438,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,1.5506047207,11,1,0,0,0,1,1,1,0,1,104,3,0.4242640687,0.9818813111,-1.0,3.6055512755,0.9,0.5,0.5,1,1,5,4,11,3,7,3,1,0,7,0,1,1,0,1,0 +13439,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.2,0.2,-1.0,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7155302028,0.3814446225,3.3166247904,0.8,0.7,0.3,2,1,9,5,8,0,7,6,1,3,3,0,1,1,1,0,0 +13440,0,0,3,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,1.32947358,11,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.5506757682,0.2887905816,2.2360679775,0.6,0.7,0.6,1,3,8,3,8,1,12,5,2,1,7,0,0,1,1,0,0 +13442,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.9,0.2,0.6304760106,7,0,1,0,1,11,1,0,2,1,104,2,0.4,1.0545454545,0.3421987726,3.6055512755,0.9,0.7,0.1,1,2,6,6,10,2,4,9,0,2,6,0,1,0,1,0,0 +13443,0,0,3,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6189709202,11,0,-1,0,-1,15,1,1,1,1,5,2,0.4242640687,0.9705157528,0.4,3.0,0.6,0.2,0.9,2,1,8,4,9,2,9,3,1,1,7,0,0,1,0,1,0 +13445,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.66473679,7,1,0,8,0,13,1,1,2,1,20,3,0.4472135955,0.868847912,0.3714835124,2.8284271247,0.2,0.8,0.9,1,3,9,3,8,3,9,3,0,3,7,0,1,1,1,1,0 +13452,0,4,1,5,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,0.9,1.1062323445,11,1,-1,2,-1,14,0,1,2,1,104,0,0.4,0.7294852708,0.4049691346,3.4641016151,0.0,0.6,0.2,3,3,8,4,7,1,11,7,2,2,8,0,1,0,0,1,0 +13455,0,4,1,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.8,1.2356678356,7,0,1,0,0,10,1,1,0,1,83,2,0.4242640687,1.0659735394,0.35608987630000005,3.3166247904,0.9,0.8,0.0,2,3,7,4,7,2,6,3,1,3,10,0,1,0,0,0,0 +13456,0,5,4,5,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.7677076265999999,6,1,-1,0,1,11,1,1,0,1,103,1,0.3160696126,0.5388041549,0.3307567082,2.0,0.4,0.7,0.2,3,2,9,2,10,3,6,6,0,5,2,0,1,0,0,0,0 +13464,0,0,1,7,1,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.5,0.8710625695,11,1,0,0,1,1,1,1,3,1,65,3,0.316227766,0.5831660524,0.2880972058,2.8284271247,0.8,0.6,0.7,1,2,7,5,11,2,8,4,1,7,9,0,1,1,0,0,0 +13466,1,2,3,6,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,1.0,1.1656543227,11,1,1,0,0,15,1,0,2,1,63,2,0.3872983346,0.8999885215000001,0.3193743885,3.6055512755,0.0,0.0,0.2,2,2,9,3,10,3,8,3,1,1,7,0,0,0,1,1,0 +13469,0,7,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.1,1.3594576124000002,11,0,1,1,1,13,1,1,2,1,104,2,0.4472135955,1.1838086385,-1.0,3.6055512755,0.1,0.7,0.2,2,1,8,5,7,2,8,6,0,2,7,0,0,1,1,0,1 +13473,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.9,0.6,1.5479825580000002,10,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.9113834729,0.4236744033,3.4641016151,0.4,0.1,0.4,3,2,8,3,9,0,8,3,0,5,12,0,1,1,0,0,0 +13474,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.4,0.7335700376000001,6,1,-1,0,1,6,1,1,0,1,26,1,0.3741657387,0.6143262116,0.3907684737,2.8284271247,0.6,0.1,0.7,2,1,8,1,7,4,10,10,2,2,9,0,1,1,1,0,0 +13477,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.561248608,7,0,-1,0,-1,10,1,1,3,1,83,2,0.4242640687,0.8962963279,0.4185689907,2.8284271247,0.8,0.1,0.8,3,2,5,3,8,3,14,6,1,2,11,0,1,0,0,1,0 +13480,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,1.5,1.5876476309,10,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.5735924202,0.3615245497,2.4494897428,0.9,0.6,0.2,2,3,8,3,4,3,7,5,0,2,7,0,0,1,0,1,0 +13481,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.1,1.5390743972,11,1,-1,0,-1,11,1,1,2,0,17,2,0.3741657387,0.9011356471,0.3903844259000001,3.4641016151,0.0,0.7,0.0,2,2,9,3,10,1,16,5,0,3,9,0,1,1,1,0,1 +13483,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.5,0.5,0.7462405778,10,1,-1,0,1,1,1,1,0,1,80,2,0.316227766,0.7532025289000001,-1.0,3.6055512755,0.1,0.4,0.1,2,1,10,3,9,0,10,3,0,8,9,0,1,0,1,0,0 +13485,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.6118619125,11,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.7965576767,0.4286023798,3.1622776602,0.0,0.9,0.3,4,3,8,1,10,3,5,8,0,6,5,0,0,0,1,0,0 +13486,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.3,0.4115519408,0,1,-1,0,1,1,1,1,0,1,64,3,0.3160696126,0.5062012144,0.3640054945,1.0,0.0,0.9,0.8,3,3,9,2,7,4,10,4,2,2,5,0,1,1,0,1,0 +13487,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.8,0.5,0.8785641695,10,1,-1,0,0,3,0,1,0,1,15,3,0.4,0.7841271401000001,0.4023679908,3.1622776602,0.9,0.2,0.6,4,3,8,4,8,1,14,6,0,2,4,0,0,1,1,0,0 +13491,0,1,2,0,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.9,0.5,0.795298686,11,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.710240909,0.3598610843,3.4641016151,0.3,0.7,0.5,1,2,7,4,9,2,10,8,0,2,6,1,1,1,0,1,0 +13500,0,0,3,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6051859218,7,1,-1,0,-1,0,1,0,1,1,22,3,0.316227766,0.8422838884999999,0.374566416,3.6055512755,0.2,0.4,0.5,3,2,7,2,7,2,11,9,1,4,11,0,1,1,1,0,0 +13502,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.9,0.2,0.7202430145000001,7,1,0,0,0,0,1,1,1,1,98,3,0.4,0.7408254275,0.3309078422,2.8284271247,0.2,0.8,0.4,2,1,7,5,9,3,6,6,2,2,4,0,1,0,1,0,0 +13504,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.5,0.2,0.5105144464,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.7183687904,0.3685105155,3.4641016151,0.8,0.3,0.1,3,1,6,3,11,3,5,3,2,2,4,0,1,1,0,1,1 +13507,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.8089344843999999,7,1,1,0,1,0,1,1,2,1,34,2,0.4,0.8056489606999999,0.3144837039,3.6055512755,0.4,0.3,0.8,2,3,7,4,10,2,4,5,0,6,10,0,1,1,0,0,0 +13511,0,3,1,7,1,3,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.8,1.4181854604,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8949121568999999,0.4185689907,2.8284271247,0.9,0.5,0.0,1,2,9,5,9,1,6,6,2,5,9,0,0,0,0,1,0 +13513,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.7137051212000001,11,0,-1,1,-1,0,1,1,0,1,104,2,0.5,1.0587592145,0.4467661581,3.1622776602,0.7,0.7,0.6,3,2,6,5,7,4,4,7,2,4,7,0,0,0,0,0,0 +13514,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.5,0.8707037384,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.8824973954,0.4189272013000001,3.1622776602,0.2,0.4,0.4,4,0,7,2,11,1,9,12,1,5,8,0,1,1,1,0,0 +13515,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.1,0.5202163012,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8030803301,0.374566416,3.6055512755,0.0,0.2,0.2,2,2,9,5,8,2,10,9,0,2,6,0,0,0,0,1,0 +13516,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.5,0.2,0.5700877125,8,1,-1,0,1,4,1,1,0,1,84,3,0.316227766,0.6702349409,0.3667424164,3.0,0.6,0.5,0.6,3,2,6,1,8,1,7,7,0,1,12,0,1,1,0,1,0 +13518,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.6,0.5,0.8782084035,6,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.6293608197,0.3748332963,3.3166247904,0.0,0.4,0.7,2,1,8,2,10,5,7,4,5,3,7,0,0,0,0,0,0 +13520,0,2,4,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.7,1.1486405008,11,0,-1,0,-1,10,1,0,2,1,55,2,0.4472135955,1.2125889249,0.4174925149,3.7416573868,0.4,0.6,0.2,1,3,8,3,11,1,10,0,2,3,6,0,1,0,1,1,0 +13521,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7271519786,10,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.644253043,0.3820994635,2.0,0.9,0.5,0.8,2,1,9,3,12,2,12,7,0,3,7,0,0,0,1,0,0 +13524,0,5,2,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.7,0.9762812095,8,1,1,0,1,6,1,1,2,1,104,3,0.3160696126,0.5551598683,-1.0,2.2360679775,0.7,0.6,0.3,1,0,5,2,8,3,8,11,0,4,11,1,0,0,0,1,0 +13525,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.5,0.2,0.5556527693,3,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7036210945,0.3687817783,3.4641016151,0.3,0.3,0.1,3,1,9,3,10,3,6,3,1,5,6,0,1,1,0,0,0 +13530,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.5012484414,6,1,-1,0,0,10,1,0,0,1,55,2,0.4472135955,1.2304840142,0.4174925149,3.7416573868,0.7,0.0,0.6,3,2,9,5,11,3,6,6,1,5,4,0,1,0,0,0,0 +13532,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5836308765,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5809475019,0.3583294573,2.8284271247,0.5,0.4,0.3,1,0,8,1,7,4,7,4,0,6,11,0,1,1,1,1,0 +13535,0,3,4,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.3,0.7382411529999999,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5962520683,0.3687817783,2.8284271247,0.5,0.3,0.9,3,4,8,3,10,3,9,2,2,3,10,0,1,0,0,0,0 +13536,0,2,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6495190528,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7246586543000001,0.3937003937,3.0,0.5,0.2,0.1,2,3,8,5,10,4,9,3,1,4,6,0,0,1,0,0,0 +13543,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.5700877125,8,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.7837977054,0.3663331817,3.3166247904,0.5,0.5,0.0,3,3,10,4,10,3,8,6,1,4,7,0,0,1,0,1,1 +13544,0,6,2,1,0,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.4,0.3,0.9473647661,11,0,1,0,1,11,1,0,2,1,69,3,0.4242640687,1.2779923563,0.3535533906,3.6055512755,0.1,0.1,0.3,5,0,6,2,9,2,4,10,2,6,4,0,1,0,0,1,0 +13545,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.8077747211,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.7711213258,0.3807886553,2.8284271247,0.1,0.8,0.3,3,2,8,4,9,2,4,5,2,3,7,0,1,1,0,0,1 +13547,0,0,1,6,1,4,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.6475916923,9,1,1,0,1,11,1,0,2,1,2,3,0.4242640687,0.979120874,-1.0,3.6055512755,0.6,0.4,0.8,2,3,10,3,8,5,6,6,0,2,4,0,1,0,1,1,1 +13548,0,0,1,1,0,4,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.6093028803,7,1,0,0,1,11,1,1,0,1,44,3,0.4472135955,0.7198915208,0.33911649920000003,2.6457513111,0.2,0.3,0.9,3,2,9,4,8,4,9,4,0,3,7,0,1,0,0,0,0 +13550,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.6,0.6,0.7361215931999999,3,1,-1,0,-1,6,1,1,0,1,26,3,0.3687817783,0.5943084042,0.3456877203,2.4494897428,0.4,0.3,0.8,4,1,8,4,10,2,6,6,2,0,8,0,0,1,0,0,0 +13556,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.6,0.842985765,11,0,-1,0,-1,0,1,1,1,1,34,2,0.4,0.8176513431999999,0.3780211634,3.3166247904,0.9,0.4,0.4,3,1,8,3,10,2,9,7,3,4,8,0,1,1,0,1,0 +13559,0,6,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.6,0.8609587679,11,1,1,0,1,1,1,1,2,1,104,3,0.4242640687,0.7858248284999999,0.3507135583,2.6457513111,0.4,0.9,0.0,4,1,8,5,12,1,11,2,1,3,6,0,1,1,1,1,0 +13560,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.5080600358,4,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6657966086,0.3619392214,3.3166247904,0.7,0.1,0.8,1,3,3,5,8,1,11,10,2,1,7,0,0,0,0,1,0 +13561,0,4,1,6,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.7,0.6,1.3932874793,10,1,-1,0,1,1,1,1,0,1,64,1,0.3160696126,0.5037257879,0.3640054945,1.7320508076,0.1,0.4,0.6,2,2,8,3,8,2,6,1,1,5,11,1,1,1,0,1,0 +13562,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,36,3,0.3741657387,0.8414003479000001,0.3793415348,3.6055512755,0.5,0.2,0.6,2,2,9,3,11,3,9,6,2,6,10,0,1,1,0,0,0 +13568,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.5,0.6,-1.0,6,1,-1,0,1,1,1,1,0,1,74,3,0.3605551275,0.6189834375,0.3667424164,2.2360679775,0.5,0.5,0.2,2,3,10,3,10,5,13,4,2,3,11,0,1,0,0,0,1 +13574,0,2,1,7,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.7917543811,11,0,-1,0,-1,0,1,0,2,1,104,3,0.4,1.0764669023,-1.0,3.6055512755,0.8,0.3,0.4,1,2,2,3,8,1,6,6,1,2,4,0,1,1,0,0,0 +13576,0,2,1,5,1,3,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.6675514961,11,1,-1,0,-1,14,1,1,3,1,68,3,0.4,0.7327915604999999,0.4074309757,2.4494897428,0.2,0.8,0.7,1,0,7,3,9,1,3,5,0,1,6,0,1,0,0,0,1 +13581,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.3,0.7741931284,7,0,-1,0,-1,10,1,1,0,1,28,3,0.3741657387,0.8391135622,0.3788139385,3.0,0.3,0.2,0.4,2,2,8,2,8,1,8,6,2,5,8,0,1,0,1,0,0 +13582,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.3,0.0,0.9915266008,5,1,0,8,0,9,1,1,2,1,13,3,0.4472135955,0.9876405643,0.3991240409,3.3166247904,0.5,0.0,0.4,1,1,8,5,10,3,9,2,1,0,7,0,0,1,0,0,0 +13592,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,1.2871965662,7,0,-1,0,-1,14,1,0,2,1,104,2,0.4472135955,1.1271077592,0.4349712634,3.6055512755,0.0,0.3,0.4,2,2,8,2,8,1,12,4,0,4,5,0,1,1,1,1,0 +13597,0,0,2,1,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6923691212,7,1,0,0,0,4,1,1,2,1,84,3,0.316227766,0.6726351288,0.3201562119,3.0,0.0,0.7,0.4,2,2,8,3,9,2,10,3,2,1,4,0,1,1,0,1,1 +13598,0,7,1,7,1,6,0,0,1,0,0,0,0,0,0,5,0,1,0,0.4,0.0,0.825,4,0,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.1141371787,0.4,3.3166247904,0.1,0.9,0.0,2,4,8,2,9,3,12,8,0,4,12,0,0,0,0,0,0 +13601,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.0,1.2527469816,10,1,-1,0,0,11,1,0,0,1,36,2,0.3741657387,0.9705902609,0.3794733192,3.7416573868,0.3,0.2,0.8,3,1,7,5,6,2,6,7,1,2,5,0,1,1,0,0,0 +13602,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.6941721688,11,1,-1,0,-1,6,1,1,3,1,104,3,0.3741657387,0.5912236925,0.393192065,2.4494897428,0.7,0.0,0.7,3,1,9,6,10,3,5,2,3,1,8,0,1,1,0,0,0 +13604,0,2,3,4,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.2,0.4,-1.0,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9661117434,0.4185689907,3.0,0.1,0.5,0.3,1,0,6,4,10,2,10,3,0,1,6,0,0,1,1,0,0 +13608,0,6,2,6,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.4,1.3878940882,10,1,-1,0,1,1,1,1,0,1,104,3,0.4945705208,0.9031052948,0.4219004622,2.6457513111,0.8,0.4,0.6,3,2,7,3,12,3,10,4,2,1,4,0,1,1,0,0,0 +13612,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.6,0.9858372077,7,1,-1,0,-1,4,1,1,1,1,12,3,0.4,0.7510873659999999,0.3708099244,3.3166247904,0.7,0.3,0.4,3,3,8,4,7,1,14,6,0,4,5,0,1,1,1,0,0 +13613,0,2,2,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,1.5,1.6469669092,3,1,-1,0,-1,5,1,1,3,1,104,3,0.3997499218,0.5085224099,0.3930648801,0.0,0.0,0.8,0.0,1,2,8,3,11,1,9,6,1,4,4,0,1,1,0,0,0 +13616,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.6,1.1399013115,11,0,1,9,0,9,1,0,2,1,104,3,0.4472135955,1.4471830716999998,0.3872983346,3.7416573868,0.8,0.6,0.7,2,1,7,1,8,2,6,4,2,0,7,0,1,1,0,1,0 +13621,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.6832825184,7,1,-1,0,-1,4,1,0,2,1,9,2,0.316227766,0.8539746643,0.3943348831,3.6055512755,0.6,0.4,0.5,4,2,10,4,9,2,5,4,1,2,7,0,0,1,0,1,0 +13622,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6864765109000001,11,1,1,0,0,0,1,1,2,1,34,2,0.4,0.8004518352,0.3144837039,3.3166247904,0.5,0.0,0.8,3,4,8,6,10,3,6,7,3,1,9,0,1,0,0,1,1 +13623,0,5,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.6860211367,11,0,-1,0,-1,10,1,1,3,1,28,3,0.3741657387,0.6856558663,0.3820994635,2.2360679775,0.4,0.2,0.6,2,1,6,4,11,2,7,5,1,3,3,1,0,0,1,1,0 +13624,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.8,1.0638961415,11,1,-1,0,-1,11,1,1,3,1,104,3,0.4472135955,0.8129250319,0.4246174749,3.0,0.8,0.1,0.0,4,2,5,3,9,0,8,12,1,3,7,0,1,1,1,0,0 +13625,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.6456585785,5,1,0,0,1,11,1,1,2,1,44,3,0.4472135955,0.7677782695,0.33911649920000003,3.1622776602,0.8,0.1,0.3,3,2,7,3,11,1,11,2,0,4,9,1,0,1,0,1,0 +13627,0,5,2,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.8392705166,6,1,-1,0,0,11,1,0,0,1,36,2,0.3741657387,1.0101530037,0.3794733192,3.7416573868,0.9,0.5,0.2,4,2,8,1,9,1,8,3,0,1,6,0,0,1,0,1,0 +13628,0,0,3,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.0,0.2,0.4643543905,7,1,-1,0,-1,11,1,1,2,1,57,2,0.3947150871,0.5722761571,0.3785498646,1.7320508076,0.9,0.3,0.0,3,1,9,2,11,1,7,8,2,2,10,0,1,0,1,0,0 +13629,0,4,1,6,1,2,0,0,1,0,0,0,0,0,0,3,0,1,0,0.6,0.6,0.8707037384,0,1,-1,0,0,10,1,0,0,1,89,2,0.3872983346,1.1076723417,0.388458492,3.7416573868,0.1,0.4,0.1,0,3,8,6,12,2,7,4,2,1,6,0,1,1,0,1,0 +13633,0,3,1,7,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.2,1.7215545301,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.6419237616,0.3943348831,2.6457513111,0.3,0.7,0.3,3,3,6,2,10,4,8,5,1,2,7,0,1,0,1,0,0 +13635,0,0,2,0,0,-1,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.4,0.4609772229,7,1,1,1,0,14,-1,0,1,1,8,3,0.4,0.9916594323,-1.0,3.7416573868,0.7,0.1,0.2,3,3,9,3,9,2,3,12,1,6,12,0,1,1,0,1,0 +13636,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.3,0.9701803956,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.6100060967000001,0.3943348831,2.2360679775,0.9,0.1,0.3,2,0,6,4,9,1,7,6,0,2,10,0,1,1,1,0,0 +13641,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.4,0.3,0.7810249676000001,4,1,-1,0,1,11,1,1,0,1,53,2,0.4469899328,0.5197345158,0.4219004622,0.0,0.1,0.5,0.5,2,3,8,1,10,4,9,5,1,2,8,0,1,1,0,1,0 +13647,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,0,104,3,0.3994996871,0.6293936475999999,0.3872983346,1.7320508076,0.6,0.7,0.8,5,2,9,2,8,2,11,7,2,4,11,0,1,1,1,0,0 +13649,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.4,0.7,0.9219544457,7,1,0,0,0,11,1,1,2,1,67,2,0.3741657387,0.6889925571,0.3008321791,3.1622776602,0.9,0.5,0.4,2,1,8,2,10,3,8,2,0,2,8,0,0,1,0,0,0 +13653,0,1,1,6,0,6,0,0,1,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,7,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.7754364274,0.4196427052,3.6055512755,0.7,0.6,0.2,3,1,7,4,11,3,8,7,4,2,4,0,1,1,0,0,0 +13658,0,1,1,4,1,3,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.0,1.3838352503,3,1,-1,0,-1,11,0,1,2,1,101,3,0.3741657387,0.794414905,0.3849675311,3.3166247904,0.8,0.1,0.4,2,2,8,4,10,1,17,8,3,2,5,0,1,1,0,0,0 +13659,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,87,2,0.316227766,0.7504131094,0.3615245497,3.6055512755,0.8,0.5,0.3,2,0,9,2,11,3,14,2,1,1,6,1,0,0,0,0,0 +13661,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.7,0.4,0.8627716963,11,0,-1,9,-1,15,1,1,1,1,104,3,0.4898979486,1.2364638997,0.4806245936,3.1622776602,0.2,0.6,0.7,3,0,6,3,9,1,7,4,1,0,2,0,1,0,0,1,0 +13662,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.8522030275,6,1,0,0,1,11,1,1,2,1,11,2,0.316227766,0.6748278017,0.30331501780000003,3.3166247904,0.3,0.3,0.0,2,1,7,1,9,1,8,3,0,2,8,0,1,1,0,0,1 +13663,0,0,2,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6859270134000001,0.3885871846,3.0,0.2,0.9,0.7,3,2,9,3,10,2,7,8,1,2,6,0,1,0,0,1,1 +13665,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.9,0.0,0.527967802,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,1.0404326023,0.4009987531000001,3.3166247904,0.8,0.8,0.0,2,3,9,4,8,3,7,8,2,4,12,0,0,1,1,0,1 +13667,0,3,2,1,0,3,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,1.1710038429,11,0,-1,1,-1,0,1,1,1,0,75,2,0.4472135955,1.114415312,0.4440720662,3.4641016151,0.6,0.6,0.9,2,2,6,5,10,0,16,7,0,2,5,0,1,0,1,0,0 +13668,0,2,1,10,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.1,1.3233480268,11,0,0,0,1,4,1,1,2,1,104,3,0.4472135955,0.7984877235,0.3591656999,2.8284271247,0.0,0.7,0.5,3,1,8,1,9,0,8,8,2,3,8,0,0,0,1,0,0 +13669,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.6841169793,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4,0.7830856534,0.4,2.6457513111,0.5,0.2,0.6,0,2,8,1,11,2,5,7,0,1,9,0,1,0,0,0,0 +13670,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,0.5,0.8540345426,11,1,-1,0,-1,15,1,0,2,1,97,3,0.3872983346,0.9227272727,-1.0,3.7416573868,0.1,0.9,0.2,1,1,10,2,7,1,10,4,1,2,14,0,0,0,0,1,0 +13671,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,11,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.7029747888,0.3663331817,3.0,0.4,0.4,0.1,4,2,8,3,9,2,13,2,1,3,8,0,1,0,0,1,0 +13674,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.8496322734,11,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.6918534216,0.31144823,3.0,0.3,0.3,0.7,3,4,8,5,9,2,6,6,2,3,9,0,1,0,0,0,0 +13676,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,11,0,0,1,0.8,0.4,0.8757139944,4,1,-1,2,1,1,0,1,4,1,90,0,0.3741657387,0.7940669716,0.4196427052,3.6055512755,0.8,0.3,0.6,2,2,8,3,10,2,11,6,0,1,2,0,1,0,0,0,0 +13678,0,7,1,6,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.0,-1.0,10,1,-1,8,0,13,1,0,0,1,104,2,0.4472135955,1.5243776674,0.4444097209,3.6055512755,0.2,0.6,0.0,3,2,8,2,8,3,10,2,1,1,5,0,1,0,0,0,0 +13679,0,7,1,9,0,6,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.772576857,4,0,-1,0,1,7,1,1,0,1,104,3,0.4472135955,0.8733898999999999,0.4176122604,3.1622776602,0.8,0.6,0.2,1,3,7,2,7,2,7,6,2,4,5,0,1,0,0,0,0 +13681,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5847007782,11,0,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.8387441419,0.4301162634,3.4641016151,0.8,0.2,0.7,1,2,9,2,9,0,7,10,2,3,7,0,1,0,1,1,1 +13682,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.5910795209,10,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8133061798000001,0.3849675311,3.4641016151,0.7,0.7,0.2,3,2,7,3,10,4,4,7,2,4,10,0,1,1,0,0,0 +13683,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,1.5190457531,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7109677958,0.3974921383,2.8284271247,0.2,0.9,0.7,3,1,6,0,9,2,9,6,2,4,8,0,0,1,0,1,0 +13684,0,4,3,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.4,0.8093207028,6,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.8230034695,0.3826225294,3.1622776602,0.6,0.3,0.5,2,1,9,5,11,2,10,4,2,6,8,1,1,0,0,1,0 +13685,0,1,2,6,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.2,1.1508149286,6,1,-1,0,1,11,1,1,0,1,57,2,0.4242640687,0.7136363636,0.3924283374,2.6457513111,0.1,0.8,0.9,1,3,7,0,9,1,9,7,1,1,8,0,1,0,0,1,0 +13686,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.5,1.1763290356,8,1,-1,0,0,0,1,0,0,1,22,3,0.316227766,0.8750785089,0.374566416,3.7416573868,0.4,0.7,0.7,3,1,8,3,10,3,9,5,2,0,7,0,1,1,0,1,0 +13689,0,2,2,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.3,0.7786205751,7,0,-1,0,-1,11,1,1,2,1,104,3,0.4,0.9919818005,0.3761648575,3.6055512755,0.6,0.4,0.0,2,1,8,3,10,3,4,5,1,2,2,0,1,1,0,0,1 +13690,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,0.3,0.7137051212000001,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9064621083,0.4074309757,3.3166247904,0.7,0.6,0.2,2,1,7,3,10,5,6,5,2,7,11,0,1,1,0,0,0 +13691,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,0.4,0.7284401142,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.8842649981,0.3996248241,3.4641016151,0.6,0.1,0.4,1,1,9,5,11,3,8,5,0,4,10,1,0,0,0,1,1 +13693,0,3,1,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.3758324095,6,1,-1,0,0,0,0,0,0,1,34,2,0.4,1.0215963444,0.3780211634,3.6055512755,0.9,0.3,0.8,2,0,8,4,11,0,11,5,1,2,6,0,1,0,0,0,0 +13695,0,4,1,7,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.7,0.3,0.768927825,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7264768372,0.3814446225,3.3166247904,0.2,0.3,0.8,3,1,7,2,11,4,15,6,0,4,4,0,1,0,0,0,0 +13700,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7101936356,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7357699627,0.3663331817,3.0,0.4,0.3,0.9,3,1,7,3,11,3,9,4,0,1,6,0,1,1,0,0,0 +13701,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,104,3,0.316227766,0.5859582813,0.3872983346,1.4142135624,0.0,0.2,0.4,3,2,6,2,10,4,3,3,1,4,11,0,0,1,1,0,0 +13703,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.8265356356999999,0.40348482,3.0,0.1,0.1,0.3,2,1,6,4,9,0,14,5,2,1,2,0,1,1,1,0,0 +13705,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.6,0.2,0.616948134,5,1,1,0,0,11,1,0,2,1,2,3,0.4242640687,0.9763737938,-1.0,3.6055512755,0.1,0.2,0.7,4,2,9,4,11,1,12,6,1,3,7,0,1,0,1,0,1 +13710,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,0,1,1,2,1,54,3,0.4,0.9138059544,0.32,3.3166247904,0.5,0.9,0.9,1,1,7,2,10,0,11,4,1,1,10,0,1,1,0,0,0 +13711,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.3,0.5517019123,7,1,1,0,1,11,1,1,2,1,11,2,0.316227766,0.7066829745000001,0.30331501780000003,3.6055512755,0.3,0.9,0.6,3,3,6,3,9,5,12,4,1,4,7,0,1,0,0,0,1 +13712,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.4,0.8972179222,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6394567684,0.3744329045000001,2.4494897428,0.6,0.4,0.6,1,3,8,2,8,2,8,3,1,4,7,0,1,1,0,0,0 +13717,1,7,1,6,1,3,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,1.0,1.8417043737,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,1.014094882,0.32557641190000003,3.1622776602,0.6,0.9,0.0,0,3,10,5,10,4,11,5,3,3,10,0,1,0,0,0,0 +13718,0,5,1,10,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,1.3,1.4265342618,11,0,-1,0,-1,14,1,1,0,1,68,3,0.4472135955,0.958853913,0.4272001873,3.4641016151,0.3,0.2,0.1,1,0,6,2,10,2,9,6,0,1,9,0,1,1,1,0,1 +13719,0,6,1,7,0,0,0,0,1,0,1,0,1,0,2,6,0,0,1,0.9,1.3,1.5463667094,9,0,1,0,0,15,0,1,2,1,5,2,0.4242640687,1.0470639786,0.32557641190000003,3.3166247904,0.9,0.3,0.7,3,2,9,5,10,4,7,6,3,5,7,0,1,0,0,1,1 +13720,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,0.3,0.6892024376000001,11,0,1,0,0,1,1,0,2,1,104,3,0.4242640687,1.0794569342,0.3660601044,3.7416573868,0.5,0.8,0.8,2,4,8,2,10,1,6,10,1,6,9,0,1,0,0,1,0 +13733,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.3,-1.0,7,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.801019495,0.423083916,3.6055512755,0.5,0.2,0.9,2,1,9,3,8,5,10,2,1,6,13,0,1,1,0,0,0 +13740,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5006246099,7,1,1,0,0,4,1,0,2,1,48,1,0.316227766,0.783491866,0.3019933774,3.7416573868,0.7,0.3,0.7,3,1,7,3,8,0,10,7,2,3,13,0,1,0,0,0,0 +13741,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.8,0.3,0.6740734381,7,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8705346509999999,0.3903844259000001,3.6055512755,0.4,0.1,0.3,2,1,3,1,12,2,7,0,3,1,5,0,1,0,1,0,0 +13742,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.8689073598,7,1,-1,0,-1,11,1,1,0,1,104,2,0.316227766,0.6624522437,0.3666060556,3.1622776602,0.1,0.7,0.1,3,2,9,4,7,3,9,5,1,3,6,0,1,1,0,0,0 +13743,0,5,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.8507349764,4,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7462073526999999,0.3598610843,3.4641016151,0.2,0.8,0.0,2,1,8,6,10,1,13,9,1,1,1,0,1,0,0,1,0 +13746,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,1.1,1.2517487767,7,1,1,0,0,11,1,0,2,1,101,3,0.3741657387,0.8999540851000001,0.3214031736,3.6055512755,0.2,0.4,0.8,2,2,8,4,7,2,11,7,1,1,8,0,0,0,0,0,0 +13747,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8522030275,11,1,1,0,0,14,1,0,2,1,49,3,0.4,0.8491244883,-1.0,3.6055512755,0.5,0.5,0.8,3,1,7,3,9,3,11,5,2,2,10,0,1,1,0,0,0 +13748,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,1.2,1.5041608956,11,1,0,0,0,1,1,1,2,1,104,3,0.4242640687,0.7878467359,0.3507135583,2.6457513111,0.4,0.0,0.9,0,1,8,4,11,4,13,5,4,2,7,0,1,0,0,1,1 +13749,0,0,2,8,1,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,1.0,1.3493053769,10,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7497244673000001,0.3814446225,3.4641016151,0.2,0.6,0.4,3,1,6,1,11,0,12,6,1,3,10,0,1,1,0,1,0 +13750,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.7,1.0062305899,11,1,-1,0,-1,11,1,0,0,1,76,3,0.316227766,0.8282586533,0.3794733192,3.6055512755,0.8,0.8,0.6,1,1,8,3,8,2,4,4,1,3,5,0,1,0,0,1,0 +13753,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.7437237390000001,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6876117490000001,0.3667424164,3.1622776602,0.3,0.9,0.4,2,2,8,4,11,1,11,6,3,5,7,0,0,0,0,0,0 +13757,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,95,2,0.4,1.0172794297,0.4013726448,3.6055512755,0.7,0.4,0.7,4,3,7,1,9,1,4,6,3,5,4,1,0,1,0,0,0 +13758,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.9058835466,6,1,-1,0,0,0,1,1,0,1,87,2,0.316227766,0.7535727575,0.3615245497,3.6055512755,0.2,0.7,0.3,3,2,6,3,7,2,6,5,1,1,8,0,1,0,0,0,0 +13759,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.6,0.6,1.3181426326,9,1,1,0,0,1,0,0,2,1,38,3,0.316227766,0.8236007418000001,0.299165506,3.7416573868,0.3,0.4,0.2,2,1,7,3,9,0,6,4,1,2,10,0,0,0,0,0,0 +13761,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.6,0.3,0.6773108592,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5607329914,0.3640054945,2.4494897428,0.3,0.8,0.0,2,2,8,4,10,2,10,6,0,3,3,0,1,1,0,1,1 +13767,1,5,4,6,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.4,1.3423393759,6,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9006884419,0.4185689907,2.8284271247,0.7,0.2,0.0,0,4,5,2,9,1,11,3,2,0,8,0,1,0,1,0,0 +13772,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.6860211367,11,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.7169148779000001,0.3943348831,3.6055512755,0.2,0.9,0.8,1,3,9,3,9,3,9,5,0,3,10,0,0,1,0,0,0 +13775,0,7,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.675,5,1,0,0,0,11,1,1,2,1,53,2,0.4469899328,0.4446653491,-1.0,0.0,0.8,0.0,0.7,3,1,9,2,10,0,6,4,2,3,10,0,1,1,0,0,0 +13777,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0.6,0.4,0.8042853970999999,7,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.6971014368,0.3933192088,1.7320508076,0.0,0.7,0.0,2,0,8,3,11,3,9,0,1,1,8,0,1,1,1,0,0 +13778,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5545268253,7,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6383896321,0.34727510710000004,3.3166247904,0.3,0.9,0.7,3,3,10,3,9,3,9,5,1,3,4,0,1,0,1,1,0 +13781,0,1,2,3,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,1.8,1.6296088488,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6349985358,0.3666060556,2.8284271247,0.1,0.4,0.8,2,4,9,2,9,3,7,4,0,4,7,0,1,1,0,1,0 +13789,0,3,1,5,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,1.0680004682,4,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6195172741,0.34727510710000004,3.0,0.7,0.6,0.7,2,4,5,4,11,2,3,4,2,4,11,0,1,1,0,0,1 +13790,0,4,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.5,0.7885905148000001,11,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.7294427851999999,0.3248076354,2.8284271247,0.6,0.9,0.1,1,0,7,2,10,2,5,3,2,1,7,0,1,0,1,0,0 +13791,0,7,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.5,0.9048480535,6,0,-1,0,1,7,1,1,0,1,104,3,0.4472135955,0.9481386724,0.4176122604,3.1622776602,0.0,0.2,0.9,3,1,9,2,11,2,16,10,3,1,10,0,1,1,0,0,0 +13792,0,0,1,10,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.2,0.7171994144,11,1,1,0,1,14,1,0,2,1,72,3,0.4,1.0917151378,0.3504283094,3.6055512755,0.4,0.2,0.2,4,3,8,2,9,2,8,7,0,3,8,0,1,0,0,1,0 +13796,0,1,1,5,1,5,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.2,0.5117372373,11,1,1,0,0,11,0,1,2,1,101,3,0.3741657387,0.7693374847,0.3212475681,3.3166247904,0.0,0.9,0.0,4,2,10,3,7,2,11,8,2,2,7,0,0,1,0,0,0 +13797,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,1.3,1.3894693232,7,1,-1,0,-1,1,1,1,2,1,104,2,0.4358898944,0.8335178859000001,0.4141255848,3.1622776602,0.5,0.6,0.5,2,0,7,3,5,2,11,7,0,1,9,1,1,0,1,0,0 +13798,1,0,1,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,1.0819542504000002,11,0,0,9,0,8,1,1,1,1,104,3,0.5656854249000001,1.2894838483,0.4207136794,3.1622776602,0.4,0.0,0.7,3,2,9,4,10,1,11,3,2,3,6,0,0,0,0,0,0 +13803,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,5,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.7195183191,0.3016620626,3.7416573868,0.8,0.0,0.9,3,4,7,2,10,2,9,4,3,2,6,0,0,1,0,1,1 +13804,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5593680023,0.3507135583,2.8284271247,0.0,0.3,0.5,2,2,8,8,7,2,8,7,0,4,4,0,0,1,0,1,0 +13807,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.4834769901,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7220837615000001,0.4062019202,2.8284271247,0.5,0.0,0.9,2,0,6,5,8,3,13,6,1,1,8,0,1,0,0,1,0 +13809,0,0,4,8,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,39,3,0.3160696126,0.6215815605,0.3744329045000001,2.2360679775,0.9,0.3,0.2,2,1,6,2,10,1,9,7,2,2,8,0,1,1,0,0,0 +13817,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.3,0.7984359711,11,1,1,0,0,4,1,0,2,1,48,1,0.316227766,0.7609327139000001,0.3019933774,3.7416573868,0.6,0.0,0.6,4,3,8,1,8,1,7,10,2,1,13,0,1,1,0,0,0 +13818,0,2,1,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.2,0.6264982043,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.671805265,0.3615245497,3.0,0.1,0.2,0.9,3,2,7,3,11,1,12,6,0,4,7,0,1,1,0,1,0 +13821,0,1,2,0,0,-1,1,0,0,0,0,0,0,0,0,9,0,1,0,0.3,0.0,-1.0,9,1,1,0,0,11,-1,1,2,1,16,3,0.3741657387,0.7129991365,0.3185906464,3.3166247904,0.4,0.5,0.4,3,1,7,2,12,4,6,9,1,7,9,0,1,1,0,0,0 +13824,1,2,3,2,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.2,-1.0,7,0,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.9566751135,0.3984971769,3.4641016151,0.3,0.6,0.9,2,2,9,1,8,2,8,5,0,3,3,0,1,0,1,0,1 +13827,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.6828250142,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.7058689914,0.3619392214,3.4641016151,0.2,0.6,0.0,3,1,10,4,11,3,10,4,0,3,5,0,1,1,1,1,0 +13829,0,1,2,3,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,1.2,1.3145816825,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7834681320999999,0.3926830783,3.3166247904,0.8,0.8,0.4,4,2,8,1,9,2,10,8,3,2,8,0,0,0,0,1,0 +13831,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.3,0.6,-1.0,8,1,-1,9,0,9,1,1,0,1,104,2,0.4472135955,1.3051867287,0.450555213,3.4641016151,0.1,0.9,0.2,3,3,8,4,11,1,7,3,2,3,9,1,0,0,0,0,1 +13835,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.0,1.5518134553,2,1,0,0,0,11,1,1,1,1,103,1,0.316227766,0.6010493579,0.2887905816,3.0,0.4,0.6,0.4,3,2,10,3,11,5,9,5,1,2,17,0,0,0,0,1,0 +13836,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,1.0,1.1135528726,10,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.877590616,0.3820994635,3.1622776602,0.0,0.6,0.0,2,3,8,5,7,4,6,4,3,2,10,1,1,1,0,0,0 +13839,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.8295330012000001,11,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9174051621,0.4679743583,2.8284271247,0.4,0.6,0.5,4,2,8,3,10,0,10,6,2,0,12,0,1,0,1,0,0 +13843,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.6,1.101986842,11,1,1,1,0,3,1,1,2,1,102,2,0.4,0.9021324599,0.3269556545,3.6055512755,0.7,0.5,0.8,1,1,7,3,9,2,3,6,1,3,8,0,0,1,1,0,0 +13845,0,2,3,3,1,3,0,1,0,0,0,0,0,0,0,5,0,0,0,0.7,0.4,1.1597413505,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.670496917,0.3583294573,3.3166247904,0.5,0.3,0.8,3,2,6,4,10,1,8,5,2,1,11,0,1,1,1,1,0 +13847,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.3,0.8699856320999999,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.4823967367,0.3307567082,1.4142135624,0.1,0.2,0.2,4,0,9,3,10,1,12,6,2,5,8,0,0,1,0,1,0 +13851,1,0,2,1,0,6,0,0,0,1,0,0,0,0,0,3,0,0,0,0.8,0.2,0.7123903424,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7326364707999999,0.3615245497,3.4641016151,0.8,0.0,0.3,2,2,8,3,5,1,11,5,1,3,6,1,1,0,0,1,0 +13852,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.1,-1.0,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.5757675438000001,0.3667424164,2.0,0.1,0.6,0.2,4,1,8,1,10,2,7,3,0,2,9,0,1,0,0,0,0 +13853,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9425107141,0.4017461885,3.7416573868,0.7,0.8,0.3,2,3,9,3,9,4,9,5,0,4,9,0,0,1,1,0,0 +13858,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.775403121,7,1,-1,0,-1,0,1,1,2,1,23,3,0.4,0.8953853226999999,0.3974921383,3.4641016151,0.6,0.3,0.4,3,2,7,1,9,2,8,2,0,7,7,0,1,1,0,0,0 +13859,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.1,0.5356071321,4,1,-1,0,1,1,1,1,0,1,52,3,0.3741657387,0.7470465262999999,0.3598610843,3.3166247904,0.1,0.0,0.3,1,2,8,6,9,1,11,5,2,2,10,0,1,0,0,0,0 +13862,0,0,4,5,1,4,0,1,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,0.6128825336,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7171598021,0.3814446225,3.1622776602,0.8,0.1,0.9,2,2,7,1,8,2,6,3,0,0,6,0,0,1,0,0,0 +13863,0,3,1,2,1,6,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,0.4,0.7685213073999999,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8080176743,-1.0,3.7416573868,0.2,0.8,0.4,1,1,8,2,10,1,8,1,3,2,12,0,0,0,0,1,0 +13864,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.0,-1.0,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7017834423999999,0.3687817783,3.6055512755,0.9,0.8,0.2,3,2,6,5,8,2,7,2,1,0,10,0,1,0,0,0,0 +13865,0,1,3,4,1,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.1,0.3,-1.0,8,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7336439675,0.3583294573,3.6055512755,0.4,0.1,0.5,4,1,8,3,9,2,10,7,4,3,6,0,1,1,0,0,0 +13866,0,1,1,5,1,6,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6552671211,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7038999976000001,-1.0,3.4641016151,0.9,0.8,0.6,3,1,7,4,8,1,8,9,2,3,9,0,0,1,0,0,1 +13874,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.0,-1.0,7,1,-1,2,-1,1,1,1,2,1,1,0,0.3741657387,0.8469805387999999,0.4189272013000001,3.3166247904,0.2,0.6,0.7,1,2,7,3,10,3,6,9,1,0,5,1,1,0,0,0,0 +13875,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.4,0.9327379053,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7287768537,0.4,1.7320508076,0.7,0.0,0.9,2,4,8,2,9,3,15,5,3,2,8,0,1,1,0,1,0 +13876,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.1,0.4697073557,11,1,-1,0,-1,11,1,1,1,0,104,3,0.4472135955,0.8602085083,0.4246174749,3.3166247904,0.0,0.3,0.6,4,2,9,3,9,5,8,4,2,2,11,0,0,1,1,1,0 +13882,1,0,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.5968668193,9,1,1,0,0,9,1,0,0,1,21,3,0.316227766,0.8456988893999999,0.3130495168,3.6055512755,0.6,0.7,0.6,2,2,7,1,10,4,10,5,3,1,9,0,0,0,0,0,0 +13883,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6046138034,0.3507135583,3.0,0.9,0.5,0.4,1,2,4,3,11,2,7,3,1,4,7,0,1,0,0,1,1 +13886,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6062177826,11,1,-1,2,-1,11,1,1,1,1,94,0,0.3741657387,0.8233924985,0.4301162634,3.3166247904,0.2,0.4,0.1,2,2,4,3,9,3,11,6,0,3,12,0,1,1,0,0,0 +13887,0,2,1,9,0,1,1,0,0,0,0,0,0,0,0,8,0,1,0,0.7,0.2,0.4841229183,11,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9694720383,0.4679743583,3.1622776602,0.6,0.9,0.2,1,2,7,2,10,2,10,7,4,2,10,0,1,1,1,0,0 +13890,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7241374179000001,7,1,-1,0,-1,14,1,1,0,1,29,3,0.4,0.7776135616,0.3984971769,3.0,0.4,0.4,0.5,3,3,8,3,6,3,7,4,1,5,9,0,1,1,0,0,1 +13891,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.1,1.0277402396,11,0,-1,0,-1,6,0,1,2,1,104,2,0.4472135955,1.135821689,-1.0,3.3166247904,0.0,0.1,0.5,5,1,7,2,8,3,9,6,1,2,11,0,1,1,0,0,0 +13893,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6712860790999999,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5857466804,0.3583294573,2.8284271247,0.6,0.9,0.0,1,4,5,3,7,1,9,4,1,4,10,0,1,1,0,0,0 +13894,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.5522680509000001,7,1,-1,0,-1,1,1,1,1,1,31,3,0.3741657387,0.8172975019,0.3988734135,3.3166247904,0.7,0.0,0.7,3,2,10,3,9,2,12,8,2,1,7,0,1,0,1,0,0 +13908,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7353275539,0.3615245497,3.3166247904,0.3,0.1,0.8,2,3,9,1,7,1,4,2,0,0,17,0,0,1,0,1,0 +13909,0,4,2,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.6,1.1051018053,6,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.7883317462999999,0.3974921383,3.0,0.2,0.3,0.4,2,2,9,5,10,3,9,3,0,6,9,0,1,0,0,0,0 +13910,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.4981214711,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6351286718,0.3615245497,3.0,0.7,0.7,0.0,1,3,8,2,11,3,13,6,0,1,8,1,1,0,0,0,1 +13914,0,1,2,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,1.1,1.5196627915,10,1,-1,8,1,13,1,0,0,1,104,2,0.4472135955,1.3628785772999998,0.4444097209,3.6055512755,0.9,0.4,0.6,1,1,8,3,10,2,9,5,0,0,8,0,1,1,0,1,0 +13916,0,1,2,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.2,0.6279928344,7,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7841284576,0.4301162634,3.4641016151,0.4,0.9,0.2,1,3,8,1,11,3,4,4,2,4,7,0,1,0,1,0,0 +13918,0,0,2,0,1,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.6538348414999999,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.5939954364,0.3687817783,2.6457513111,0.9,0.4,0.6,4,3,8,4,9,2,9,5,2,3,7,0,1,1,0,0,0 +13919,0,3,2,4,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.7145802964,7,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.6168937114999999,0.3907684737,2.4494897428,0.1,0.3,0.2,2,2,9,2,10,3,8,3,4,2,11,1,0,1,1,0,0 +13921,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.0,0.0,0.3230711996,11,1,1,0,1,1,1,1,2,1,65,3,0.316227766,0.6671915977,0.2898275349,3.4641016151,0.7,0.0,0.2,2,5,10,5,8,4,10,3,1,5,8,0,1,0,0,1,0 +13923,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.3,0.1,-1.0,5,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6442209723,0.3070830507,3.3166247904,0.6,0.2,0.9,4,3,5,2,10,3,13,7,6,0,11,0,1,1,0,1,0 +13924,0,0,2,0,0,6,0,1,0,0,0,0,0,0,0,4,0,0,0,0.5,0.2,0.3872983346,4,1,-1,0,0,0,1,1,0,1,46,2,0.4,0.8305877636,0.3663331817,3.7416573868,0.6,0.4,0.7,4,1,8,3,10,1,12,6,0,1,2,1,1,0,0,1,0 +13926,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.4,-1.0,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6942056522,0.30331501780000003,3.4641016151,0.7,0.9,0.2,3,1,9,5,12,2,5,6,2,2,9,0,0,0,0,1,0 +13928,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.0,0.0,-1.0,7,1,1,0,1,0,1,0,0,1,46,3,0.4,0.8668719295,0.3003331484,3.7416573868,0.9,0.7,0.7,2,6,7,3,8,6,9,10,3,8,3,0,1,1,0,0,0 +13933,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6571719714,7,1,-1,0,-1,1,1,1,2,1,25,3,0.4,0.8624388826999999,-1.0,3.6055512755,0.8,0.6,0.0,2,0,8,2,12,1,5,5,2,1,2,0,1,1,0,0,1 +13936,0,3,1,4,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6461423992,6,1,-1,0,0,11,1,0,0,1,2,2,0.4242640687,1.0853266256,0.3542597917,3.7416573868,0.2,0.0,0.9,4,1,8,4,10,1,8,3,1,1,10,1,1,1,0,1,0 +13939,0,7,1,6,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,4,1,-1,0,0,14,0,1,0,1,82,3,0.316227766,0.7584339836,0.3685105155,3.6055512755,0.7,0.3,0.3,0,3,7,5,8,2,8,6,1,3,6,0,1,1,1,1,0 +13942,0,1,1,4,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8192984804000001,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6504607393999999,0.3744329045000001,2.6457513111,0.4,0.2,0.8,3,5,6,5,7,3,4,6,0,2,5,0,1,0,1,0,0 +13944,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.0,1.5341935993,11,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.5901043471,0.3907684737,2.4494897428,0.7,0.1,0.1,3,2,9,3,9,3,4,8,0,4,4,0,1,1,0,0,0 +13950,0,0,1,5,1,0,1,0,0,0,0,1,1,0,2,0,0,0,1,0.9,0.3,0.5825590099,7,1,0,0,0,11,1,1,3,1,19,3,0.316227766,0.6427761329,0.3185906464,2.6457513111,0.6,0.9,0.6,1,0,7,5,11,4,9,3,0,2,7,0,1,0,0,0,1 +13951,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.6759252917,7,1,1,0,1,0,1,0,0,1,87,3,0.316227766,0.8421244289,0.2944486373,3.7416573868,0.8,0.4,0.2,2,3,9,3,10,2,6,7,1,1,8,1,1,1,0,0,0 +13952,0,0,2,1,0,6,0,0,0,1,0,0,0,0,0,8,0,0,1,0.7,0.7,1.1627015954000002,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6267784614,0.3619392214,3.1622776602,0.7,0.7,0.3,1,1,9,3,6,2,15,5,4,3,9,0,1,1,1,0,0 +13957,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.9,0.6,0.9666307465,11,1,0,0,1,14,1,1,2,1,82,3,0.3160696126,0.5810719646,-1.0,2.2360679775,0.0,0.2,0.0,2,2,4,3,9,2,5,5,1,3,7,0,0,1,0,0,0 +13964,0,3,2,9,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.4,0.7520804478,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5388616713000001,0.3583294573,2.2360679775,0.0,0.1,0.6,5,3,8,5,8,2,9,3,1,2,4,0,1,0,0,1,0 +13969,0,3,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.5,0.8351646544,11,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.984418904,0.423083916,3.7416573868,0.7,0.3,0.7,3,0,6,3,9,2,9,6,1,2,3,0,1,0,0,0,0 +13974,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7533259587000001,11,1,-1,0,-1,11,1,1,2,0,103,1,0.316227766,0.5491917427,0.3583294573,2.4494897428,0.0,0.9,0.3,4,0,10,4,9,3,7,5,1,1,8,1,1,1,0,0,0 +13976,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,5,1,-1,0,-1,0,0,1,2,1,104,3,0.4,0.7559953212,0.3910242959,3.0,0.4,0.6,0.7,3,0,9,2,9,0,7,0,1,5,8,0,1,0,0,1,0 +13977,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.5,1.125,5,1,1,0,0,11,1,1,0,1,11,2,0.316227766,0.6692786298,0.30331501780000003,3.3166247904,0.5,0.2,0.6,2,4,8,3,7,2,9,3,1,5,6,0,0,1,0,0,1 +13982,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.3,0.7348469228,8,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.7099499459,0.2887905816,3.6055512755,0.5,0.3,0.0,3,2,9,4,9,3,8,5,1,5,4,0,1,0,0,1,0 +13985,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.605702072,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7665528720999999,0.3687817783,3.7416573868,0.0,0.3,0.8,3,2,6,4,11,3,8,5,0,6,6,0,1,0,0,0,0 +13986,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.7,0.9708243919,6,0,-1,1,1,10,1,1,0,1,104,2,0.4472135955,0.8316939798,0.4318564576,2.6457513111,0.2,0.0,0.1,1,3,9,2,8,0,10,10,4,4,9,1,0,0,0,1,0 +13990,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.8,1.1,0.7198090023999999,9,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.7365179412,0.310322413,3.1622776602,0.2,0.6,0.8,4,2,6,3,10,3,12,6,1,10,7,0,1,1,0,1,0 +13991,0,4,1,6,1,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.7,0.5,0.8554969316,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7229559387000001,0.3817066937,3.0,0.0,0.3,0.1,1,1,5,2,8,2,12,6,0,0,7,0,1,0,1,1,1 +13992,0,2,1,11,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,0.9,0.8147085368000001,6,1,-1,0,1,1,1,1,0,1,52,2,0.3741657387,0.7663237345,0.3598610843,3.4641016151,0.7,0.9,0.0,4,1,9,0,9,1,7,5,2,2,6,0,1,0,1,1,0 +13993,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.1,0.4911720676,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6696181223,0.3615245497,3.3166247904,0.5,0.1,0.1,1,3,9,4,11,1,7,4,3,4,3,1,0,0,0,0,0 +13994,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,10,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7380872084000001,0.3666060556,3.4641016151,0.7,0.1,0.4,2,1,9,1,8,3,12,3,3,8,8,0,1,0,0,0,1 +13995,0,5,3,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.1,1.4069026263,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7316628857999999,0.4129164564,2.8284271247,0.0,0.4,0.9,4,4,8,1,9,2,5,8,1,1,10,0,1,1,0,1,0 +13996,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.8212033853,4,1,-1,0,1,1,0,1,0,1,10,2,0.316227766,0.572149781,0.3768288736,2.4494897428,0.5,0.8,0.3,2,0,8,0,10,4,8,6,0,2,9,0,1,0,0,0,1 +14000,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,0.8,1.3362728015,11,0,0,9,1,15,1,1,2,1,58,3,0.5477225575,1.419477846,0.4358898944,2.8284271247,0.0,0.8,0.3,3,0,9,1,10,3,5,4,3,4,4,0,1,0,0,0,0 +14002,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,1.756238879,9,0,1,9,0,10,1,1,2,1,81,3,0.4472135955,1.0892601173999998,0.3908964057,3.0,0.0,0.8,0.4,4,2,8,2,10,3,8,8,0,6,6,0,0,0,0,0,0 +14003,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0.5,0.0,0.638846617,7,1,-1,0,-1,1,1,1,1,1,52,3,0.3741657387,0.7621332609,0.3598610843,3.4641016151,0.4,0.1,0.7,1,2,6,4,9,3,15,3,2,1,7,0,1,1,0,0,0 +14006,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,1.2,1.1908505364,11,0,0,8,1,13,1,1,2,1,20,3,0.4472135955,0.9346077977,0.3714835124,3.0,0.3,0.8,0.6,4,3,6,4,9,4,6,7,3,3,9,0,1,1,0,1,0 +14008,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,8,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7357039693999999,0.3666060556,3.4641016151,0.6,0.6,0.2,1,2,8,4,11,1,7,5,2,4,4,0,0,0,0,0,1 +14011,0,6,2,1,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,1.0431323023,6,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7771132212999999,0.3926830783,3.4641016151,0.9,0.0,0.2,2,2,7,4,7,3,8,3,2,3,12,0,0,0,1,1,0 +14013,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.8,0.3,0.6427480066,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6678570639,0.3687817783,3.3166247904,0.2,0.6,0.3,3,4,8,2,11,2,5,7,2,2,9,0,1,0,0,1,0 +14016,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.6619101146999999,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6896070267000001,0.3701351105,3.1622776602,0.4,0.2,0.9,4,2,8,2,9,1,8,3,3,3,4,0,1,1,0,0,0 +14020,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5556527693,11,1,-1,0,-1,0,1,1,1,1,78,3,0.4,0.8177025111,0.3848376281000001,3.3166247904,0.4,0.9,0.9,2,3,9,5,11,2,14,1,3,1,11,0,0,1,0,1,0 +14023,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.5,0.8551315688,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7065294645999999,0.3667424164,3.3166247904,0.3,0.9,0.5,0,3,8,1,8,3,4,2,1,3,11,0,1,1,0,0,0 +14024,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,7,1,1,8,1,3,1,0,2,1,104,2,0.5,1.4672738538,0.4427188724,3.6055512755,0.1,0.7,0.3,1,1,5,3,10,1,15,5,2,3,6,0,0,1,1,1,0 +14025,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.3,0.4,-1.0,6,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.7193172842000001,0.3887158345,3.3166247904,0.4,0.3,0.4,1,2,9,4,10,6,11,1,2,5,9,0,0,1,1,1,0 +14026,0,0,3,2,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.6174544518,5,1,0,0,1,0,1,1,0,1,87,3,0.316227766,0.7673610462,0.2944486373,3.7416573868,0.6,0.4,0.9,2,2,9,4,9,1,11,6,2,3,8,0,0,1,0,0,0 +14027,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5408326913,7,1,-1,0,-1,11,1,0,2,1,17,2,0.4242640687,0.9948213013,-1.0,3.7416573868,0.0,0.2,0.5,2,1,8,5,9,3,9,10,1,6,5,0,0,1,1,0,0 +14033,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,0.7,1.1453711189,10,1,-1,1,1,12,1,1,0,1,104,2,0.3741657387,0.7743565711,0.3987480407,3.4641016151,0.1,0.7,0.2,3,0,6,3,7,4,10,10,4,2,10,0,0,1,1,1,0 +14037,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.0,0.6932712312,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6538348414999999,0.3666060556,2.8284271247,0.4,0.3,0.9,1,1,10,4,8,1,10,4,2,4,6,0,1,1,0,0,1 +14041,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,0.0,1.4870272358,3,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6102092853,0.3619392214,2.8284271247,0.4,0.6,0.4,3,2,7,1,10,1,9,3,0,5,8,0,1,0,0,1,0 +14042,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.1,0.5220153254,5,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.6459824985,0.2887905816,3.4641016151,0.5,0.9,0.6,2,2,5,4,7,3,12,3,0,2,6,0,1,1,1,0,0 +14043,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.3,-1.0,11,1,1,0,1,11,1,0,2,1,101,3,0.3741657387,0.9050706561,0.3214031736,3.6055512755,0.1,0.4,0.3,1,2,7,2,9,2,8,3,0,1,6,0,0,0,1,1,0 +14044,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,1.2,0.8385254916,6,1,-1,0,1,14,1,1,0,1,29,3,0.4,0.9727697527,0.3984971769,3.6055512755,0.4,0.1,0.1,5,1,10,1,8,3,14,4,1,5,9,0,0,1,0,0,0 +14048,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,1,0.6,0.1,0.56844085,7,1,1,0,1,14,1,1,1,1,68,3,0.4,0.816083167,0.3443835072,2.8284271247,0.8,0.3,0.8,3,2,9,1,7,0,11,6,1,4,10,0,1,1,1,1,0 +14058,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.8842369592,11,1,1,1,1,3,1,1,2,1,59,3,0.316227766,0.7662832914,0.3096772513,3.6055512755,0.1,0.7,0.0,2,2,6,1,8,3,7,5,2,6,11,1,1,1,0,0,0 +14059,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.6,1.2,1.3021616643,9,1,-1,0,-1,4,0,0,2,1,48,1,0.316227766,0.7349172102,0.3710795063,3.7416573868,0.0,0.0,0.0,4,1,9,1,12,1,7,7,0,2,4,0,1,0,0,0,1 +14060,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.56844085,7,1,-1,0,-1,7,1,1,2,1,96,3,0.4,0.8887497020999999,0.4272001873,3.4641016151,0.1,0.9,0.5,2,1,6,2,10,2,10,3,2,3,8,0,1,1,1,1,1 +14061,0,3,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.8605957239,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7842983915,0.374566416,3.4641016151,0.8,0.3,0.3,3,2,8,3,8,2,11,7,2,2,4,0,1,0,1,1,0 +14063,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.8,0.7578753196,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.540163734,0.3507135583,2.6457513111,0.3,0.4,0.6,3,6,7,4,6,3,9,4,0,0,9,0,1,0,1,0,1 +14068,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.9,0.5,1.0289557814,11,1,-1,1,-1,12,1,1,2,1,104,3,0.4472135955,0.9434123486,0.4701063709,3.4641016151,0.5,0.9,0.3,0,2,6,4,10,4,12,1,2,5,5,0,0,1,0,1,0 +14069,0,5,2,2,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.4,0.0,1.1051018053,4,1,-1,0,1,0,1,1,0,1,66,1,0.3998749805,0.7204509606999999,0.3817066937,3.0,0.1,0.7,0.9,2,0,6,2,11,4,6,5,0,2,10,0,0,1,0,0,1 +14070,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.9624188277,10,1,-1,9,0,16,1,1,0,1,104,3,0.4472135955,0.9871383635,0.4626013402,3.1622776602,0.0,0.1,0.9,2,1,9,6,10,0,9,6,1,3,5,1,1,0,1,0,0 +14072,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.548292805,7,1,-1,0,-1,1,1,1,1,1,91,3,0.4242640687,0.9871383635,0.4419275959,3.3166247904,0.2,0.7,0.2,3,3,9,5,11,2,6,2,0,5,5,1,1,0,1,0,1 +14073,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.9,0.9871043511,10,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8361659845999999,0.4017461885,3.6055512755,0.2,0.8,0.6,2,4,4,2,7,2,8,6,3,3,12,0,1,0,0,1,0 +14074,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.9,0.6,0.6595452978999999,11,0,0,9,1,11,1,1,2,1,56,3,0.5477225575,1.2357117265000002,0.4283689998,3.3166247904,0.0,0.2,0.4,3,1,7,4,8,2,8,5,1,3,2,0,0,1,1,0,0 +14075,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.4,0.6456585785,9,1,0,2,0,1,1,1,2,1,104,0,0.3605551275,0.7549423929000001,0.316227766,3.4641016151,0.4,0.9,0.4,3,2,8,3,9,3,7,7,3,1,8,1,1,0,1,0,0 +14076,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.6,0.2,0.7280109889,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6621246793,0.31144823,2.8284271247,0.6,0.5,0.9,1,0,7,2,12,3,4,4,0,3,5,0,0,0,0,0,0 +14078,0,0,1,6,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.6576473219,4,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7479641791,0.3598610843,3.6055512755,0.0,0.5,0.6,2,2,10,2,6,2,7,3,1,1,8,0,0,1,0,0,0 +14079,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.4677071733,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6184157311,0.3744329045000001,2.2360679775,0.9,0.0,0.0,1,2,7,4,11,3,11,2,1,3,6,0,0,0,0,1,0 +14085,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.2,0.6708203932,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.619750683,0.3887158345,2.8284271247,0.2,0.6,0.6,0,2,6,2,7,4,9,3,1,1,6,0,1,1,0,1,0 +14086,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.0618380291,9,1,1,0,1,0,1,0,2,1,78,3,0.4,0.8951545412999999,0.3287856445,3.7416573868,0.0,0.4,0.0,3,0,8,2,10,3,9,3,1,2,5,0,0,1,0,0,0 +14088,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.4,-1.0,10,1,-1,8,1,11,1,1,4,1,24,2,0.4898979486,0.9170109546,0.4949747468,3.1622776602,0.4,0.8,0.3,3,2,7,2,9,4,5,7,2,5,7,0,0,0,1,0,0 +14091,0,6,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0.2,0.3,-1.0,10,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.6173289571,0.3521363372,3.1622776602,0.6,0.1,0.7,3,1,8,4,11,1,11,3,3,2,6,0,1,1,1,0,0 +14097,0,0,1,8,0,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.6619101146999999,7,1,-1,0,-1,1,0,1,2,1,64,1,0.316227766,0.6069501048,0.3619392214,2.8284271247,0.0,0.1,0.2,2,1,8,2,9,1,12,7,3,3,8,0,0,1,0,0,1 +14100,0,7,1,7,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.0,0.0,-1.0,7,1,1,0,0,0,0,0,2,1,87,3,0.316227766,0.8023210131999999,0.2944486373,3.7416573868,0.3,0.0,0.5,1,3,9,3,8,3,8,8,1,4,9,0,1,0,1,1,0 +14103,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.632455532,7,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6740006376000001,0.3744329045000001,3.0,0.6,0.9,0.9,3,1,8,6,11,3,5,7,0,5,8,0,1,0,0,0,0 +14105,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.5722761571,6,1,-1,0,0,1,1,1,0,1,38,3,0.316227766,0.6992469385,0.3598610843,3.3166247904,0.4,0.4,0.9,3,4,5,3,8,1,11,6,3,1,3,0,1,1,0,1,1 +14106,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.289864334,4,1,-1,1,1,3,1,1,0,1,104,2,0.4242640687,0.9524110336,0.3984971769,3.4641016151,0.7,0.7,0.8,2,1,6,2,12,3,5,9,4,3,6,0,0,1,0,0,0 +14107,0,1,1,7,0,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.6816514948000001,0.4013726448,2.4494897428,0.1,0.9,0.3,3,1,8,2,11,2,8,4,1,3,5,0,1,1,0,0,0 +14109,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.3858661552,11,1,0,0,1,1,1,1,1,1,104,3,0.4242640687,0.7914835949,0.3507135583,3.1622776602,0.8,0.2,0.0,1,3,9,1,7,2,7,6,3,3,6,0,0,1,1,1,0 +14112,0,3,2,3,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.3,0.6914658343000001,6,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6142084875,0.3615245497,2.8284271247,0.1,0.9,0.0,2,2,10,6,8,3,5,3,1,3,3,0,1,1,0,0,1 +14113,0,1,1,9,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.4,0.9607939425,10,1,-1,0,1,11,1,1,0,1,103,0,0.316227766,0.6446858419,0.3583294573,3.4641016151,0.8,0.5,0.3,1,0,7,3,8,1,9,6,1,3,10,0,1,1,0,0,0 +14114,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6490377493,7,0,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,1.022191779,0.3984971769,3.6055512755,0.3,0.2,0.5,2,4,8,4,10,3,13,6,2,1,6,0,0,0,0,0,1 +14117,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.3,0.8455767262999999,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6905651058,0.3615245497,3.1622776602,0.6,0.0,0.4,3,5,7,3,10,1,8,4,2,1,8,0,1,1,1,0,0 +14119,0,0,1,9,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.7483314774,7,0,1,1,0,12,1,1,2,1,104,2,0.3872983346,0.9288200103,0.3721558813000001,3.6055512755,0.0,0.9,0.9,4,2,6,4,11,1,4,3,1,3,6,0,1,0,0,0,0 +14123,0,0,1,6,1,4,0,0,1,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.8404544225,0.4086563348,3.0,0.5,0.8,0.9,1,2,9,2,10,2,8,2,0,4,8,0,1,1,0,0,0 +14127,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.3,0.705336799,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5190781721,0.3640054945,1.0,0.4,0.7,0.7,2,3,8,3,8,4,7,4,1,0,8,0,1,0,0,0,0 +14128,0,7,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,1.2,0.8385254916,6,1,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.9935847945,0.3820994635,3.4641016151,0.7,0.1,0.1,3,1,8,5,7,3,9,9,4,2,7,0,0,1,0,0,1 +14129,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.6882949948999999,11,1,-1,0,-1,11,1,0,0,1,76,3,0.316227766,0.8494772334999999,0.3794733192,3.7416573868,0.8,0.7,0.4,2,3,9,3,7,3,7,5,1,3,10,0,1,0,0,0,0 +14133,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.8507349764,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8426762757999999,0.4269660408,3.0,0.8,0.5,0.6,3,3,7,3,7,4,3,3,2,3,4,0,1,0,0,1,0 +14137,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.6878408246,11,1,1,0,1,9,1,0,2,1,93,3,0.4,1.0367024964,0.316227766,3.7416573868,0.1,0.7,0.4,2,3,8,1,12,1,7,4,1,2,10,0,0,0,0,1,0 +14141,0,0,1,5,0,1,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5841660723,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7106189829,0.4074309757,2.2360679775,0.8,0.9,0.6,2,2,8,1,11,2,10,3,3,2,6,0,0,0,0,1,0 +14143,0,1,1,10,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.0,-1.0,7,0,1,0,1,0,1,1,2,1,78,3,0.4,0.8887264544,0.3287856445,3.4641016151,0.5,0.7,0.6,2,0,8,1,10,4,16,10,2,2,7,0,1,0,0,1,0 +14144,1,2,1,7,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.5,1.3209844814,4,1,-1,9,0,15,1,0,0,1,41,2,0.5477225575,1.6871414526,0.5329165038,3.6055512755,0.2,0.3,0.5,3,3,9,3,7,3,7,3,1,3,10,1,0,0,0,0,0 +14153,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.5798706752,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7394156728,0.3861346915,3.1622776602,0.5,0.6,0.3,1,0,6,4,10,2,6,6,1,5,6,1,1,1,1,0,0 +14154,1,0,1,5,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,-1.0,4,1,-1,8,1,11,1,1,0,1,24,2,0.4898979486,1.0436842719,0.4949747468,3.3166247904,0.1,0.8,0.1,3,2,9,4,10,3,11,2,4,3,9,0,1,1,1,0,0 +14157,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.7,0.9212762886,11,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.7327774628,0.3943348831,3.4641016151,0.4,0.2,0.6,5,2,9,2,10,5,9,7,2,4,6,0,0,1,0,1,0 +14160,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,5,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.7058638691,0.2887905816,3.4641016151,0.6,0.8,0.8,3,3,8,3,8,3,13,1,1,5,10,0,1,1,1,0,0 +14161,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.3,0.6344288770000001,7,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6880473028,0.2887905816,3.4641016151,0.9,0.7,0.8,2,1,6,4,12,2,3,5,0,2,8,0,0,1,0,1,0 +14164,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,1.6,1.3797644727,9,1,0,9,1,9,1,1,2,1,104,3,0.4472135955,1.1959902015,0.3872983346,3.3166247904,0.8,0.8,0.3,2,2,6,3,11,4,5,8,0,4,6,0,0,0,0,0,0 +14165,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.5695392875,7,1,0,0,0,1,1,1,2,1,74,3,0.3605551275,0.5642591867,0.307408523,1.7320508076,0.4,0.3,0.3,1,4,8,4,9,3,7,6,3,1,10,0,1,0,1,0,0 +14166,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.4,0.9823441352,11,1,0,0,1,14,1,1,2,1,29,3,0.4458699362,0.8570683262000001,0.2097617696,3.0,0.2,0.3,0.8,2,1,8,4,7,1,7,5,2,2,9,0,1,0,0,1,0 +14170,0,5,1,7,0,4,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,1.2,1.4197270865,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.8376965663,0.3788139385,3.0,0.6,0.6,0.3,4,2,9,5,11,4,8,6,1,4,7,0,1,1,0,0,0 +14171,0,3,1,6,0,6,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.1,0.5244044241,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7631390426000001,0.3666060556,3.4641016151,0.1,0.5,0.8,2,2,7,2,9,2,9,5,1,2,6,0,0,1,0,1,0 +14172,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5899117457,0.3583294573,2.6457513111,0.0,0.5,0.1,4,1,7,5,9,3,9,8,4,3,6,0,1,1,0,0,0 +14175,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.6628536792,11,1,0,8,0,13,1,1,2,1,20,3,0.4472135955,1.0463336225,0.3714835124,3.3166247904,0.1,0.6,0.4,2,2,8,2,12,3,7,2,0,2,7,0,1,1,0,0,0 +14179,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.5568397477,11,0,-1,0,-1,7,1,1,0,1,104,3,0.4,1.1233527886,0.43,3.6055512755,0.6,0.0,0.4,2,1,6,3,8,1,8,4,0,5,8,0,1,1,1,0,0 +14184,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.2,0.4351723796,6,0,-1,9,0,15,1,1,0,1,41,2,0.5477225575,1.3925569561000002,0.5329165038,3.0,0.9,0.0,0.4,0,0,10,2,10,2,6,3,1,2,8,0,0,0,0,0,0 +14185,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.6937218463,11,1,0,0,1,0,1,1,0,1,32,1,0.316227766,0.6391497451,0.2944486373,3.3166247904,0.3,0.3,0.5,2,0,8,5,7,2,8,3,4,3,8,1,1,1,0,0,0 +14188,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.3,1.3683932183,8,1,-1,9,1,2,1,1,0,1,104,2,0.4472135955,1.4424711923,-1.0,3.4641016151,0.5,0.6,0.0,1,2,5,5,9,5,9,4,1,1,9,0,1,0,1,0,0 +14190,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.0,0.0,-1.0,11,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.5710111374,0.2887905816,2.4494897428,0.2,0.7,0.8,3,3,7,3,11,4,7,6,4,1,11,0,1,0,0,0,0 +14192,0,5,1,3,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.6,0.9646890691,6,0,0,9,0,10,1,1,2,1,81,3,0.4472135955,1.133633083,0.3908964057,3.1622776602,0.5,0.7,0.0,4,0,6,1,7,1,9,8,2,6,6,0,1,1,0,0,0 +14193,1,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.7520804478,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7195757474,0.3754996671,3.3166247904,0.1,0.9,0.1,3,1,6,2,11,1,12,5,0,3,6,0,1,1,0,0,0 +14194,0,3,3,6,1,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,3,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.5350137096,0.3307567082,2.0,0.3,0.6,0.0,4,1,8,2,10,1,7,5,2,3,9,0,1,1,0,1,0 +14195,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.4,0.0,0.8177713617,3,1,-1,0,-1,14,1,1,0,1,82,3,0.316227766,0.6931184770000001,0.3685105155,3.3166247904,0.0,0.4,0.1,2,0,9,3,11,3,7,4,1,1,4,0,0,0,1,0,0 +14199,0,0,1,6,0,0,1,0,0,0,0,1,1,0,2,0,0,0,1,0.9,0.5,0.8027297179,7,1,0,0,0,1,1,1,2,0,40,2,0.3974921383,0.4733605898,-1.0,0.0,0.4,0.2,0.0,4,2,9,4,9,3,10,6,1,5,5,0,1,1,0,1,0 +14200,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.3,0.0,0.5798706752,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.568636182,0.3687817783,2.2360679775,0.7,0.3,0.8,1,2,9,4,11,4,5,6,3,2,13,1,1,1,1,0,0 +14201,0,3,2,4,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.1,0.2,-1.0,6,1,-1,0,0,4,1,1,0,1,104,2,0.4,0.7247256534000001,0.3938273734,3.1622776602,0.9,0.9,0.7,4,0,8,1,9,5,9,5,0,3,12,0,0,1,0,0,0 +14202,0,1,3,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.8,1.0307764064,10,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.949086664,0.3826225294,3.4641016151,0.1,0.4,0.0,2,3,8,3,12,1,13,8,0,5,8,0,0,1,0,0,0 +14204,0,1,3,5,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.7479137651000001,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7888033619,0.4301162634,3.6055512755,0.6,0.7,0.1,4,2,9,4,10,2,16,2,1,5,6,0,1,1,1,0,0 +14205,0,1,1,9,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,1.6,1.559647396,11,0,1,9,1,9,1,1,2,1,104,3,0.4472135955,1.3339263488,0.3969886648,3.4641016151,0.9,0.6,0.6,3,3,8,2,11,3,7,6,1,3,2,0,1,0,1,0,0 +14206,0,5,1,9,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.4,1.1736694594,10,0,-1,1,0,6,1,1,0,1,104,3,0.4472135955,0.802127852,0.3681032464,2.8284271247,0.5,0.0,0.3,2,2,9,3,8,2,6,6,0,5,14,0,1,1,0,1,0 +14209,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0.1,0.2,-1.0,6,1,-1,6,0,11,1,0,0,1,104,0,0.5291502621999999,1.3043633069,0.4785394446,3.6055512755,0.6,0.7,0.7,2,0,7,2,10,2,8,5,0,2,8,1,1,0,0,0,1 +14213,0,4,3,8,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,1.0,1.2616952881,10,0,-1,0,1,6,1,1,0,1,77,2,0.4,0.8038260779999999,0.4216633728,3.3166247904,0.6,0.5,0.7,4,1,4,1,7,3,10,6,2,4,5,0,1,0,1,0,0 +14217,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6595609609,0.3619392214,3.1622776602,0.0,0.3,0.7,5,3,7,4,10,0,10,6,1,3,4,0,1,1,0,0,0 +14219,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,1.0006248048,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7533670974,0.3937003937,3.3166247904,0.6,0.7,0.3,3,1,8,6,8,3,8,4,1,1,11,0,1,0,0,0,0 +14221,0,3,1,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.3,0.701338007,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.811653246,0.3663331817,3.6055512755,0.2,0.7,0.3,3,2,7,5,7,0,5,5,0,6,10,0,1,1,1,0,0 +14224,0,7,1,11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.9,1.8,1.9962464778,10,0,-1,0,1,11,1,1,0,1,104,3,0.4472135955,0.9296315808,0.4272001873,3.3166247904,0.8,0.7,0.8,2,3,8,2,10,4,4,7,0,1,4,0,0,0,0,1,0 +14229,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.2,1.4289419162,10,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7162949898000001,0.3685105155,3.4641016151,0.4,0.9,0.7,2,3,7,2,11,3,4,8,1,1,8,0,1,1,1,1,1 +14230,0,1,2,1,1,0,0,1,0,0,0,1,1,0,2,0,0,0,1,0.9,0.3,0.7537406715999999,7,1,0,0,0,14,1,1,2,1,104,1,0.3160696126,0.4571742168,0.30331501780000003,1.0,0.6,0.4,0.1,0,2,7,5,12,1,5,7,0,2,10,0,1,0,0,1,0 +14237,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.1,0.5958187643999999,7,1,0,0,0,11,1,1,2,1,103,1,0.316227766,0.6166089616,0.2887905816,3.1622776602,0.6,0.8,0.4,4,1,6,5,11,1,11,5,1,1,10,0,1,1,0,0,0 +14240,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.6670832032,11,1,-1,0,-1,1,1,1,0,1,38,1,0.316227766,0.6847512669,0.3598610843,3.6055512755,0.6,0.1,0.2,3,2,7,4,9,1,9,8,3,1,7,0,1,0,0,1,0 +14243,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.6279928344,6,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6602654111999999,0.3744329045000001,3.0,0.3,0.9,0.7,1,4,6,4,11,3,7,4,1,3,4,0,1,1,0,1,0 +14244,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,1.8,1.43396304,7,0,0,9,1,16,1,1,2,1,104,3,0.4472135955,0.9664517192,-1.0,3.1622776602,0.7,0.8,0.5,4,4,9,5,9,3,11,7,1,4,4,0,1,1,1,0,0 +14245,0,5,2,0,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6133922073,7,1,-1,0,-1,0,1,1,3,1,32,1,0.3160696126,0.4108547832,0.3619392214,0.0,0.3,0.0,0.6,2,2,10,4,10,3,6,7,2,4,9,0,0,1,0,1,0 +14246,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,0.4,0.7545694136,7,1,-1,0,-1,14,1,1,2,1,29,3,0.3994996871,0.6541191794,0.3984971769,2.6457513111,0.9,0.3,0.1,2,3,8,2,9,1,6,6,1,2,9,0,0,1,0,1,0 +14247,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.4,0.0,0.6504805915999999,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6196673328,0.34727510710000004,3.1622776602,0.0,0.0,0.8,3,1,7,5,11,1,16,4,1,6,8,0,0,0,0,0,0 +14248,0,2,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8170067319,11,0,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7332143655,0.3907684737,3.0,0.5,0.6,0.6,1,1,7,5,10,3,17,7,3,6,4,1,1,0,0,0,1 +14249,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6809919236,6,0,-1,0,0,11,1,1,0,1,53,2,0.4472135955,0.707889425,0.4306971093,2.6457513111,0.8,0.1,0.1,2,3,7,2,11,3,7,8,0,3,8,0,1,1,1,1,0 +14250,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.8,1.4,1.6534055764,10,1,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.9751033003,0.5204805472,3.4641016151,0.5,0.3,0.5,1,1,9,1,9,3,3,5,2,5,7,0,1,1,0,0,0 +14251,1,4,3,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.3,0.7399324293,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6897568143,0.3768288736,3.1622776602,0.0,0.9,0.5,4,3,8,3,11,5,8,2,1,4,12,1,1,1,0,1,0 +14252,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,0.9031195934,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7595942806,0.4,2.0,0.8,0.0,0.0,3,4,8,2,9,2,5,5,1,3,6,0,1,1,0,1,0 +14256,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,9,1,1,0,0,1,1,1,2,1,31,3,0.3741657387,0.8083768554999999,0.31400636940000004,3.1622776602,0.5,0.1,0.6,1,1,6,4,8,3,6,3,2,3,6,0,1,1,1,0,0 +14258,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.2,0.7171994144,11,1,-1,0,-1,6,1,1,2,1,104,3,0.4,0.65687716,0.4024922359000001,2.6457513111,0.2,0.6,0.5,2,2,8,5,9,2,9,4,1,6,3,0,0,0,0,1,0 +14268,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.8,1.1330269194,11,1,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,0.979120874,0.3466987165,3.6055512755,0.5,0.1,0.9,1,0,6,2,6,2,7,5,1,2,5,0,1,1,0,0,0 +14269,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0.9,0.4,0.8642193009,11,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9976729122,0.4086563348,3.4641016151,0.3,0.0,0.7,3,2,9,5,10,4,5,5,4,3,10,0,0,1,1,0,0 +14271,0,1,2,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.4,1.2203995247,11,1,-1,1,-1,16,1,0,0,1,104,3,0.316227766,0.9183055722,0.3674234614,3.6055512755,0.7,0.6,0.1,3,3,8,2,9,2,13,6,0,1,11,0,1,1,0,1,0 +14276,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.6712860790999999,6,1,-1,0,-1,0,1,1,2,1,43,3,0.4242640687,0.5666342561,0.3721558813000001,0.0,0.4,0.6,0.6,1,1,6,4,10,3,12,12,1,1,5,0,1,1,0,1,0 +14278,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5477225575,11,1,1,0,1,1,1,1,2,1,10,2,0.316227766,0.7196475262,0.3193743885,3.4641016151,0.3,0.6,0.7,4,2,7,4,9,2,8,5,1,2,9,0,1,0,1,0,0 +14279,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.8359126749,11,1,-1,0,-1,15,1,1,2,1,63,2,0.3872983346,0.8410933459000001,-1.0,3.6055512755,0.2,0.3,0.9,2,2,6,4,10,2,9,4,2,2,6,0,0,0,0,1,0 +14282,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.7,0.4,0.8374067112000001,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.5830597547999999,0.3615245497,2.4494897428,0.0,0.7,0.4,2,1,8,1,9,0,11,3,0,1,6,0,1,0,0,0,1 +14283,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.8023403268000001,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8029516828000001,-1.0,3.7416573868,0.9,0.7,0.9,3,3,9,1,11,3,11,3,1,1,8,0,1,1,0,1,0 +14285,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6098155459000001,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6982541687999999,0.3687817783,3.4641016151,0.2,0.1,0.7,4,0,10,3,7,1,5,7,1,2,6,0,1,1,1,0,1 +14292,0,1,3,6,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,7,1,-1,0,-1,6,1,1,2,1,26,3,0.3983716857,0.5477036961999999,0.3940812099,1.7320508076,0.9,0.2,0.1,3,3,10,6,10,3,11,2,2,0,8,0,1,1,1,0,0 +14297,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,0.2,0.6128825336,6,1,-1,0,0,11,1,1,0,1,7,3,0.4235563717,0.6692477582999999,0.3542597917,2.0,0.2,0.2,0.7,3,1,10,5,7,1,9,6,2,4,5,0,0,1,0,0,0 +14298,0,1,2,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7636262175,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6367855743999999,0.3926830783,2.4494897428,0.8,0.2,0.3,3,0,10,2,7,1,5,13,1,2,12,0,1,1,1,0,1 +14300,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.3,0.3,-1.0,6,1,-1,2,0,1,0,1,0,1,104,0,0.3869108424,0.4622975322,0.4043513324,0.0,0.4,0.8,0.3,1,1,10,4,10,3,8,7,0,1,7,0,0,1,0,1,0 +14304,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,1.6520820198,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7604641906,0.3937003937,3.1622776602,0.4,0.6,0.2,1,2,8,6,9,3,8,6,2,0,7,0,1,0,0,0,0 +14305,0,3,1,5,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.5921359640999999,11,1,-1,0,-1,1,1,1,2,1,85,3,0.4242640687,0.7870202198,0.4159326869,2.8284271247,0.0,0.7,0.5,3,2,8,5,10,3,10,4,3,1,7,0,1,1,0,1,0 +14306,0,5,2,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.5,0.5012484414,11,0,0,9,1,15,1,1,2,1,104,3,0.4469899328,0.8207535340000001,0.3598610843,1.7320508076,0.6,0.0,0.9,4,2,9,5,10,3,7,8,1,2,8,1,1,1,0,1,0 +14313,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.7,0.1,0.4534589287,6,1,-1,0,1,1,1,1,0,1,70,2,0.3741657387,0.8622716490000001,0.3860051813,3.4641016151,0.2,0.3,0.4,3,3,8,3,8,2,5,3,0,3,10,0,0,0,0,0,0 +14317,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,14,1,1,0,1,104,2,0.316227766,0.6599993739,0.3937003937,3.0,0.2,0.4,0.5,3,3,7,3,11,3,7,7,1,4,8,1,1,0,0,1,0 +14318,0,2,3,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,11,1,1,0,1,19,3,0.316227766,0.623291052,0.3185906464,2.8284271247,0.7,0.5,0.2,2,0,7,4,10,5,6,2,2,5,10,0,1,1,0,0,1 +14320,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.6,0.5,0.5012484414,11,1,1,0,1,15,1,0,2,1,63,2,0.3872983346,0.8999885215000001,0.3193743885,3.6055512755,0.9,0.0,0.9,3,1,5,2,9,3,7,5,3,3,11,0,1,0,0,0,0 +14326,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.5,1.7746478524,11,1,-1,0,-1,4,1,1,0,1,104,2,0.4,0.7503398679000001,0.3938273734,3.1622776602,0.0,0.9,0.6,3,1,7,1,10,0,6,5,1,1,3,0,0,1,1,0,0 +14328,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.9300315466,0.3826225294,3.4641016151,0.9,0.9,0.2,0,2,6,4,10,1,8,6,0,3,7,0,1,0,1,1,1 +14332,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,1.2070107705,11,1,-1,0,-1,14,1,1,0,0,82,3,0.3160696126,0.5314100998,0.3774917218,2.2360679775,0.1,0.8,0.6,1,3,8,0,8,0,3,4,1,3,5,0,0,1,1,0,0 +14333,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.4,0.0,0.8359126749,11,1,0,0,1,0,0,1,2,1,86,3,0.4,0.9864997811,0.3424908758,3.4641016151,0.0,0.7,0.0,5,1,6,5,7,3,5,6,3,1,8,0,0,0,0,0,0 +14334,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.4,11,1,-1,0,-1,9,1,1,2,1,104,2,0.316227766,0.8835503137999999,-1.0,3.7416573868,0.1,0.8,0.7,2,1,8,5,11,4,10,6,1,1,7,0,0,0,0,1,0 +14335,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.9260129589,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0243925836,0.4,3.1622776602,0.4,0.2,0.2,4,2,7,4,9,1,6,8,0,6,4,0,1,1,1,1,0 +14339,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.4,0.9959292144,10,0,-1,1,0,16,0,1,0,1,104,2,0.4,0.9049336764,0.4147288271,3.1622776602,0.4,0.5,0.9,4,1,10,3,11,1,2,5,1,4,8,0,0,0,0,1,0 +14340,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6189709202,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.5955933218,0.3840572874,2.2360679775,0.6,0.5,0.2,1,2,6,6,7,3,12,9,3,5,8,1,1,0,0,0,0 +14343,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.3,0.6946221995,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6949641765000001,0.3615245497,3.6055512755,0.3,0.3,0.1,3,2,9,4,10,0,11,6,1,1,7,0,0,0,0,0,0 +14346,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5326818938,7,1,0,0,1,1,0,1,3,1,74,3,0.3974921383,0.5661600393,0.31144823,1.7320508076,0.7,0.5,0.0,3,4,9,3,10,4,12,5,2,4,9,0,1,1,0,0,0 +14347,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.7,1.2381942497,10,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.9284862825,-1.0,3.3166247904,0.4,0.2,0.6,1,2,9,1,9,3,10,4,3,0,12,0,1,1,1,0,0 +14350,0,3,2,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6224949799,6,1,-1,0,1,7,1,1,0,1,79,2,0.3872983346,0.9384090634,0.39,3.6055512755,0.8,0.2,0.4,3,2,5,1,9,1,8,2,0,3,10,0,1,1,1,1,0 +14352,1,0,2,0,0,-1,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,1.1,1.0606601718000002,11,1,0,0,1,11,-1,1,2,1,99,2,0.316227766,0.5967196831,0.30331501780000003,2.8284271247,0.4,0.6,0.9,4,2,7,3,10,1,9,9,2,3,5,0,0,1,1,0,0 +14353,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,1.1472793906,6,1,-1,0,1,1,0,1,0,1,74,2,0.3741657387,0.8141263126,0.3716180835,3.6055512755,0.4,0.0,0.7,2,2,10,2,6,0,4,4,2,4,5,0,1,1,0,0,0 +14359,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5878988008,7,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8407862318000001,0.3794733192,3.6055512755,0.7,0.1,0.0,2,3,8,1,8,4,8,4,3,2,6,0,0,0,0,1,0 +14366,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.8265137627,7,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.5740245049,0.2887905816,2.6457513111,0.2,0.0,0.8,2,1,8,3,7,3,9,4,0,2,7,0,1,1,0,0,0 +14367,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.6,0.9968701019,10,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.1949878106999998,0.4349712634,3.6055512755,0.6,0.0,0.4,1,2,7,5,8,0,10,5,1,2,4,0,1,0,0,0,1 +14368,0,0,2,0,0,6,0,0,1,0,0,0,0,0,0,7,0,0,1,0.6,0.4,0.8660254037999999,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6220633488,0.34727510710000004,3.1622776602,0.4,0.5,0.3,2,1,6,3,11,2,12,5,1,5,6,0,0,1,1,0,1 +14373,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,8,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6655172598,0.3887158345,2.8284271247,0.6,0.7,0.0,2,2,7,2,9,2,6,2,1,6,9,0,1,0,0,0,0 +14377,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.7,1.7038559211000002,0,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.9783952327,0.4074309757,3.4641016151,0.9,0.6,0.4,2,1,6,6,8,2,8,6,2,1,3,0,1,1,0,0,0 +14378,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.6,0.2,0.5900211861,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4297558407,0.3612478374,0.0,0.2,0.4,0.9,3,2,7,3,9,5,4,6,0,3,5,0,1,1,1,0,0 +14383,0,0,1,7,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.7,0.9826622004,10,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.6856407994,0.4166533331,3.1622776602,0.5,0.4,0.9,2,2,8,2,11,0,6,4,0,4,4,1,1,0,1,1,1 +14384,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.8714212529,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6633405318,0.3619392214,3.1622776602,0.7,0.7,0.3,1,1,5,3,7,2,7,7,4,6,8,1,0,0,1,0,0 +14388,0,0,2,5,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.6,1.067415102,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.846748765,0.374566416,3.7416573868,0.9,0.6,0.6,3,1,8,4,10,2,7,11,2,4,10,0,1,0,1,1,0 +14389,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,-1.0,11,1,-1,0,-1,1,1,1,3,1,64,1,0.3160696126,0.5034591089,0.3640054945,1.7320508076,0.5,0.0,0.3,1,0,9,2,11,3,12,7,1,4,9,0,0,0,0,1,0 +14390,0,1,2,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.2,0.601040764,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3152776554,0.44732908,0.3612478374,0.0,0.7,0.2,0.5,2,1,6,2,9,4,8,5,1,6,7,0,0,0,1,0,0 +14392,0,3,3,8,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.6,0.4,0.8287792226999999,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.4471442905,0.3774917218,0.0,0.1,0.5,0.0,3,1,9,4,9,3,5,7,1,1,11,0,0,1,0,0,1 +14394,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,64,1,0.3160696126,0.5159441318,0.3640054945,2.0,0.5,0.0,0.6,2,2,9,2,9,2,10,6,1,1,1,0,0,0,0,0,0 +14397,1,4,1,5,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,-1.0,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6308855117000001,0.3687817783,3.1622776602,0.8,0.7,0.0,2,3,8,5,9,2,4,6,1,2,5,0,1,1,0,0,0 +14398,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6722164829999999,6,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.8035175766,0.3826225294,3.0,0.4,0.9,0.3,4,2,9,3,10,4,4,2,3,2,15,0,0,1,0,0,0 +14400,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.4,0.6,0.8947765084,7,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.7378352299,0.3248076354,2.8284271247,0.5,0.1,0.6,1,2,8,3,10,2,9,6,2,1,8,0,1,1,1,0,0 +14401,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.6,0.704006392,7,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.5822796465,0.2887905816,2.6457513111,0.0,0.1,0.3,2,1,7,4,11,3,9,8,1,1,9,0,0,1,0,1,0 +14403,0,7,1,11,0,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.9,0.7,1.1683321446,6,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.8166273111,0.3708099244,3.1622776602,0.3,0.4,0.7,4,1,7,0,12,0,9,5,2,4,9,0,0,1,0,1,0 +14406,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.0,1.1379806677,4,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.5901568639,0.3687817783,2.6457513111,0.0,0.5,0.8,2,0,7,4,9,1,7,5,1,1,9,0,0,0,1,1,0 +14410,1,0,1,8,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.9,1.0139649895,11,0,0,0,1,1,1,1,2,1,104,2,0.4358898944,0.8836906081,0.3626292873,3.1622776602,0.7,0.7,0.4,2,2,9,2,9,3,17,6,1,2,8,0,0,0,1,0,0 +14412,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.8,0.8192984804000001,4,1,-1,0,0,11,0,1,0,1,103,2,0.316227766,0.7335404634999999,0.3583294573,3.6055512755,0.1,0.7,0.6,3,0,5,3,12,2,6,9,0,2,7,1,1,1,0,1,0 +14413,0,2,3,9,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.5,1.3836094102,11,1,1,0,1,6,1,1,2,1,27,3,0.3741657387,0.6941461251000001,0.3204684072,3.0,0.8,0.7,0.0,1,3,8,2,8,2,3,3,1,4,7,0,1,1,1,0,1 +14416,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.1382552438,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6804713970999999,0.3619392214,3.4641016151,0.7,0.1,0.0,2,2,8,1,7,5,9,5,6,3,8,1,1,1,0,0,0 +14417,0,0,1,5,1,3,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,4,1,1,0,1,104,3,0.4471017781,0.7569649051999999,0.3591656999,2.6457513111,0.6,0.9,0.7,3,4,6,4,8,6,4,3,2,2,6,0,0,0,0,0,1 +14420,0,2,4,11,1,0,0,0,0,1,0,0,0,0,0,8,0,0,1,0.3,0.0,1.6735067971000002,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.0402538628,0.4009987531000001,3.3166247904,0.4,0.9,0.8,1,0,8,3,12,2,7,3,3,3,7,0,1,1,1,1,0 +14422,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.3,0.6777720856,5,1,1,0,0,0,1,1,2,1,78,3,0.4,0.836474795,0.3287856445,3.6055512755,0.6,0.2,0.3,3,2,7,3,9,4,6,9,1,2,8,0,0,1,0,0,0 +14424,0,5,2,5,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.7,1.5773791553999998,8,1,-1,0,1,0,0,1,0,1,78,3,0.4,0.8577261888,0.3848376281000001,3.6055512755,0.6,0.1,0.6,1,4,7,4,7,0,9,9,1,1,5,0,1,1,0,0,1 +14426,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.8,0.1,0.3929058411,7,1,1,0,0,0,1,0,0,1,87,3,0.316227766,0.8087844159,0.2944486373,3.7416573868,0.9,0.4,0.1,2,1,9,2,9,2,7,7,1,0,4,0,0,0,1,0,0 +14430,0,4,3,7,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.6,0.5,0.8685476383,6,0,-1,0,1,11,1,1,0,1,53,2,0.4472135955,0.7488834664,0.4306971093,2.4494897428,0.0,0.3,0.1,2,4,7,2,10,2,10,7,0,4,7,0,1,1,0,0,1 +14433,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.7713624309999999,11,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.711349114,0.3687817783,3.4641016151,0.0,0.0,0.1,2,1,8,4,9,4,9,4,2,0,8,0,1,1,0,0,0 +14435,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.3,0.1,-1.0,6,0,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.9545454545,0.5204805472,3.1622776602,0.5,0.1,0.3,4,1,9,4,11,2,11,3,1,6,5,0,1,0,0,1,0 +14437,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.6077622891,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6248305555,0.3615245497,2.8284271247,0.2,0.5,0.2,1,2,8,1,7,3,8,5,1,5,7,0,0,0,0,0,0 +14442,0,3,1,4,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.5,0.9303897033,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6222626004,0.4129164564,1.7320508076,0.7,0.1,0.4,4,0,8,2,10,1,12,7,1,1,12,0,0,1,0,1,0 +14444,0,5,2,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.2,0.4589389938,7,1,1,0,1,11,1,0,2,1,76,3,0.316227766,0.8638378951000001,0.3181194744,3.6055512755,0.2,0.3,0.5,3,2,9,1,11,1,9,4,1,2,6,0,1,0,1,1,1 +14445,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.6204836823,9,0,1,2,0,1,0,1,2,1,1,0,0.4242640687,0.9770195232,0.3468429039,3.4641016151,0.1,0.3,0.0,3,1,9,4,10,3,8,5,4,0,8,1,0,1,1,0,0 +14449,0,6,1,5,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0.5,0.2,0.6504805915999999,5,1,1,1,0,3,1,1,2,1,104,3,0.4242640687,0.9771564413,0.3474190553,3.6055512755,0.4,0.7,0.8,1,1,10,2,9,2,12,6,0,1,4,0,1,1,1,0,0 +14451,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.8,1.0216408371,10,1,-1,0,-1,7,1,1,2,1,92,3,0.3983716857,0.6242350690999999,0.3926830783,2.2360679775,0.0,0.3,0.4,3,2,9,3,9,3,13,6,1,2,13,1,1,0,1,0,0 +14455,0,3,4,11,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.4,0.7262919523,6,1,-1,0,1,6,1,1,0,1,26,1,0.3741657387,0.6143262116,0.3907684737,2.8284271247,0.9,0.7,0.6,0,1,9,4,8,3,9,7,1,4,5,1,0,1,0,0,0 +14459,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.5402545696,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5063848535000001,0.3640054945,1.7320508076,0.1,0.9,0.6,2,3,8,4,8,2,4,5,2,5,6,0,1,1,0,1,0 +14460,1,2,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.6284902545000001,11,1,-1,1,-1,3,1,1,2,1,102,2,0.4,0.8968493982,-1.0,3.6055512755,0.1,0.4,0.3,4,4,8,7,9,5,9,5,3,7,9,0,0,0,0,0,0 +14465,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5787918450999999,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6645541599,0.3817066937,2.4494897428,0.7,0.5,0.3,3,2,9,2,8,3,9,11,0,5,10,0,1,1,1,1,0 +14468,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.5,0.8699856320999999,11,1,1,0,0,4,1,0,2,1,48,1,0.316227766,0.7289752799,0.3019933774,3.7416573868,0.9,0.9,0.7,1,1,8,5,9,1,9,7,2,4,1,0,1,1,0,0,0 +14469,0,0,2,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,1.0,1.2925265955,6,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.5232605975,0.3507135583,2.4494897428,0.2,0.5,0.9,3,1,8,2,10,4,12,8,4,3,3,0,0,1,0,0,0 +14470,0,3,2,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.5,1.2482487733,10,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6652843796,0.3615245497,3.0,0.9,0.1,0.1,2,3,8,3,10,3,5,4,1,1,15,0,1,1,1,1,0 +14472,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.5,0.8150920193000001,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7130136252,0.3685105155,3.1622776602,0.5,0.6,0.9,2,2,9,2,10,2,6,8,1,7,5,0,1,0,0,0,0 +14473,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.0,1.4458993741,11,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6796936597,0.2944486373,3.1622776602,0.9,0.2,0.8,2,2,8,3,10,2,9,6,0,1,5,1,1,1,1,0,0 +14480,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.3,0.9486832981,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.657772977,0.3619392214,3.1622776602,0.9,0.3,0.9,2,4,9,2,10,1,7,9,0,4,3,0,0,0,0,1,0 +14489,0,2,4,7,1,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.6,0.5,1.2397076268,11,0,-1,0,-1,6,1,1,2,1,77,2,0.4,0.8441461038,0.4216633728,3.4641016151,0.7,0.5,0.8,2,0,5,3,10,2,10,7,2,4,7,1,1,0,0,1,0 +14490,0,2,2,3,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,1.2,1.1554220008,7,1,-1,1,-1,3,1,1,2,1,102,2,0.4,0.8988054515,-1.0,3.6055512755,0.7,0.9,0.0,3,2,8,2,11,3,7,5,0,4,10,0,0,1,0,1,1 +14493,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.6,0.8884677822,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7022396285,0.3907684737,3.1622776602,0.7,0.3,0.3,2,3,8,4,9,1,11,7,2,2,12,0,1,0,0,1,0 +14498,0,7,1,5,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.7378147197,11,0,0,8,1,13,1,1,2,1,104,3,0.4472135955,1.2822738552,0.3794733192,3.4641016151,0.0,0.1,0.5,3,4,6,4,9,4,5,11,3,4,5,0,0,1,1,1,1 +14500,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.7318640584,10,1,-1,1,0,1,1,1,0,1,35,0,0.3741657387,0.8749380143000001,0.3535533906,3.4641016151,0.6,0.3,0.4,2,1,10,3,7,2,7,4,1,2,11,0,0,1,0,0,0 +14503,0,0,3,5,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.1578536177,11,0,-1,1,-1,1,1,1,2,1,35,1,0.3741657387,0.9176753779,0.3535533906,3.6055512755,0.5,0.1,0.1,3,1,6,3,11,3,2,4,2,6,7,0,1,0,1,0,1 +14504,0,3,2,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,0.8674675786,11,1,-1,1,-1,14,1,1,0,1,104,2,0.4,0.9379289652,0.3920459157,3.4641016151,0.9,0.7,0.3,2,1,6,3,7,1,12,9,1,2,5,0,1,0,0,0,0 +14507,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,-1.0,6,1,-1,0,0,0,1,0,0,1,78,2,0.4,0.9426203148,0.3848376281000001,3.7416573868,0.8,0.2,0.1,2,4,8,5,8,0,8,6,1,3,7,1,1,1,1,1,0 +14508,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.8444672877,11,1,-1,0,-1,11,1,1,2,1,16,3,0.4242640687,0.6519043939,0.3905124838,2.4494897428,0.3,0.8,0.7,5,2,9,6,10,1,11,6,1,4,8,0,1,1,1,1,0 +14509,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.7,0.7132671309,11,0,-1,0,-1,1,1,0,2,1,91,3,0.4242640687,1.1257687915,0.4419275959,3.6055512755,0.3,0.5,0.2,1,2,7,2,9,2,6,10,1,1,8,0,1,0,0,1,0 +14510,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,1,1,1,2,1,64,1,0.316227766,0.6628419903,0.3016620626,3.4641016151,0.6,0.0,0.3,2,2,8,0,6,3,10,8,1,3,8,0,1,0,0,0,1 +14516,0,2,1,6,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.9,0.4,0.7870038119,6,1,-1,0,1,11,1,1,0,1,103,1,0.3160696126,0.5352839672999999,0.3307567082,2.0,0.6,0.1,0.3,1,2,7,3,9,4,5,5,2,4,12,0,1,0,1,0,0 +14520,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,0.75,11,1,-1,0,-1,11,1,1,0,1,19,3,0.316227766,0.6277830599,0.3887158345,2.8284271247,0.7,0.1,0.6,2,2,6,2,8,3,9,8,1,4,4,0,0,1,0,0,0 +14521,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.1,0.2,0.8609587679,11,0,-1,0,-1,7,1,1,2,1,79,3,0.4,1.0713936240000002,0.4009987531000001,3.7416573868,0.3,0.9,0.1,2,0,9,3,11,3,8,8,1,4,9,1,1,0,0,1,1 +14525,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,1.3,1.4777516706,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.9594032236,0.3794733192,3.7416573868,0.2,0.3,0.6,1,4,10,3,9,3,8,6,0,3,9,0,0,0,0,1,0 +14531,0,4,2,0,0,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.4,1.2224463178,0,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.9161955338,0.3780211634,3.6055512755,0.3,0.9,0.4,1,1,7,1,8,1,10,11,4,3,11,0,0,1,0,1,0 +14534,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.9,0.2,0.5062114182999999,7,1,0,0,1,1,1,1,1,1,52,3,0.3741657387,0.8098056088,0.30903074280000004,3.6055512755,0.3,0.5,0.6,2,1,9,5,10,4,10,6,0,5,6,0,1,0,1,1,0 +14535,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.0,0.3,0.6344288770000001,7,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.6330922406,0.3619392214,3.3166247904,0.8,0.4,0.3,2,0,9,2,11,4,7,4,2,1,13,0,0,1,1,0,0 +14536,0,1,1,5,0,6,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.7,0.5921359640999999,11,1,-1,0,-1,14,1,1,0,1,82,3,0.316227766,0.7265571764000001,0.3685105155,3.4641016151,0.2,0.4,0.8,3,1,6,3,8,3,5,4,3,4,5,0,0,0,0,0,0 +14537,0,5,1,10,1,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0.3,0.3,-1.0,7,0,1,1,1,7,1,1,2,1,104,3,0.4472135955,1.2317259274,0.3641428291,3.4641016151,0.0,0.8,0.2,4,2,9,2,12,1,9,8,1,4,14,0,1,0,0,0,0 +14538,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.8,0.3,0.6403124237,11,0,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7791444768000001,0.3907684737,3.3166247904,0.9,0.6,0.0,3,1,8,2,11,3,4,4,2,0,4,1,1,0,1,0,0 +14540,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.6,1.0535653753,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.8258854501999999,0.4013726448,3.3166247904,0.1,0.0,0.9,3,1,6,4,8,2,5,4,1,6,7,0,1,1,0,1,0 +14542,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,88,3,0.3998749805,0.6361850399,0.4031128874,2.0,0.2,0.4,0.5,3,2,9,2,10,1,9,9,3,1,7,0,1,0,0,0,0 +14546,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,5,1,1,2,1,0,0,1,2,1,104,0,0.3943348831,0.5179425285,0.3106444913,0.0,0.6,0.2,0.4,4,2,8,3,8,1,8,2,4,3,6,0,0,0,0,1,0 +14547,0,0,1,5,0,0,0,1,0,0,1,1,1,0,3,0,0,0,1,0.7,0.3,0.8388980868000001,11,0,1,8,1,3,-1,0,2,1,104,2,0.5,1.6151593325,0.4427188724,3.6055512755,0.2,0.0,0.9,2,1,7,3,10,2,13,1,4,3,10,0,1,1,0,1,0 +14548,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.0,1.4115594213,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6199173499,0.3685105155,2.8284271247,0.9,0.3,0.1,2,2,9,2,8,2,6,4,0,1,9,0,0,0,1,0,0 +14550,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.3,0.0,-1.0,6,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.7263772897,0.3754996671,3.3166247904,0.6,0.1,0.4,4,3,9,4,5,2,7,4,0,5,3,0,1,0,0,0,0 +14552,0,5,2,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.3,1.1470069747,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8072757985,0.3708099244,3.4641016151,0.0,0.6,0.7,1,2,8,3,7,3,9,10,3,6,6,0,1,1,0,0,0 +14557,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,1.3,1.5477806691999998,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6948155115000001,0.3598610843,3.3166247904,0.7,0.1,0.8,1,3,8,1,9,4,11,5,2,0,4,0,0,1,0,0,0 +14564,0,3,3,6,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.8,1.0,1.3174312126,0,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.501299963,0.3307567082,1.4142135624,0.6,0.1,0.1,5,1,8,1,9,2,12,5,3,3,11,0,1,1,0,0,0 +14565,1,2,1,3,1,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.8,0.6,0.8746427842,9,1,1,0,0,4,1,0,2,1,9,2,0.316227766,0.8479435503,0.3201562119,3.6055512755,0.5,0.9,0.2,3,2,7,3,10,3,8,6,1,5,7,0,0,0,1,1,0 +14567,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.7444005853,0.4084115571,2.8284271247,0.7,0.8,0.1,4,1,8,3,11,2,8,7,1,1,6,0,1,1,0,0,0 +14571,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,1.2160386506999998,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7158621918000001,0.3583294573,3.6055512755,0.0,0.4,0.9,3,0,8,5,8,3,11,6,1,4,5,0,0,1,0,1,0 +14572,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.2,0.6841966092,7,0,-1,0,-1,7,1,1,2,1,96,3,0.4472135955,0.7017540007999999,0.4301162634,2.4494897428,0.3,0.5,0.8,2,1,6,3,9,4,7,4,1,7,7,0,1,0,0,0,1 +14576,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.5,0.8070006195999999,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6318835807000001,0.3685105155,2.8284271247,0.1,0.7,0.7,3,1,8,4,8,3,8,6,0,3,7,0,0,0,0,0,0 +14580,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7689882803,0.423083916,3.4641016151,0.7,0.0,0.9,2,2,8,2,9,4,11,4,1,1,11,0,0,0,0,0,0 +14581,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7461609735,-1.0,3.6055512755,0.4,0.9,0.6,1,3,8,4,12,2,4,3,0,4,4,0,1,0,0,0,0 +14582,0,0,2,2,0,1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.625,11,1,-1,0,-1,11,1,1,3,1,19,3,0.3155946768,0.5288573368,0.3660601044,1.4142135624,0.3,0.8,0.8,2,2,10,3,11,4,12,4,1,2,7,0,1,0,0,0,1 +14586,0,1,1,11,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,-1.0,9,1,1,0,1,0,1,1,2,1,39,3,0.316227766,0.6736633536,-1.0,2.8284271247,0.1,0.1,0.2,2,3,4,5,8,2,17,7,1,1,6,0,0,1,0,1,0 +14594,1,0,1,4,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.6754628043,11,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7141717737000001,0.3974921383,2.6457513111,0.6,0.4,0.3,2,2,8,4,8,2,11,7,1,6,3,0,0,0,1,1,0 +14595,0,0,1,5,1,3,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.6179603547,7,1,1,0,0,1,1,0,0,1,38,1,0.316227766,0.7580831634,0.299165506,3.7416573868,0.8,0.7,0.8,3,2,6,3,7,4,13,3,1,2,13,0,1,0,0,0,0 +14596,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.5994789403999999,11,1,-1,0,-1,0,1,1,2,0,104,2,0.445421149,0.5621865518,0.3987480407,1.0,0.5,0.4,0.8,1,2,9,3,12,3,9,3,4,1,9,0,0,0,0,1,0 +14602,0,4,1,8,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,0.6,0.7745966692,6,1,-1,2,0,11,1,0,4,1,94,0,0.3741657387,0.8342983393000001,0.4301162634,3.6055512755,0.3,0.1,0.8,2,0,8,4,8,1,9,6,2,3,9,0,1,0,0,0,0 +14603,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.2,0.3,-1.0,11,0,0,0,1,4,0,1,2,1,104,3,0.4471017781,0.6465579557,-1.0,2.0,0.3,0.6,0.1,4,5,9,1,7,2,6,4,2,5,7,0,1,1,1,1,0 +14605,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,5,1,-1,2,-1,1,0,1,2,1,1,0,0.3741657387,0.8825091014,0.4189272013000001,3.6055512755,0.6,0.5,0.2,1,2,9,3,9,3,14,7,2,5,8,0,1,0,0,1,0 +14606,1,0,2,1,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,0.8200609732999999,11,1,-1,0,-1,7,1,0,2,1,79,3,0.3872983346,0.9870232399,0.39,3.6055512755,0.7,0.6,0.9,2,0,9,4,7,3,10,4,3,1,6,0,1,0,0,0,0 +14608,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,-1.0,7,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.9253132148,0.3307567082,3.7416573868,0.6,0.2,0.0,3,3,8,3,10,4,10,6,3,4,7,0,0,0,0,0,0 +14610,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.1,1.4868170701,11,1,-1,0,-1,7,1,1,0,1,92,3,0.3741657387,0.8030803301,0.3926830783,3.4641016151,0.0,0.3,0.9,3,4,9,2,8,1,10,9,2,3,12,0,0,1,0,0,0 +14612,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.7,-1.0,10,1,-1,0,1,0,1,1,0,1,86,3,0.399374511,0.6366720032000001,0.4062019202,1.0,0.0,0.8,0.5,3,2,7,3,6,2,9,5,2,4,9,0,1,1,0,0,0 +14614,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,1.139627132,10,0,-1,9,1,15,1,1,0,1,58,3,0.5477225575,1.3857822924,0.500999002,2.6457513111,0.9,0.9,0.7,2,1,7,4,8,2,4,4,1,2,10,0,1,1,0,1,0 +14616,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,0.9357897624,0.4295346319,3.0,0.8,0.1,0.5,2,2,7,5,11,3,10,7,1,2,9,1,0,1,0,0,0 +14617,0,4,1,10,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,14,1,1,0,1,82,3,0.3160696126,0.5092937907,0.3773592453,2.0,0.9,0.9,0.3,3,0,10,1,9,2,14,5,1,1,7,0,1,1,1,0,0 +14626,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,8,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9930335858,0.4086563348,3.6055512755,0.9,0.3,0.9,1,2,9,3,10,5,10,5,1,2,10,0,1,0,0,1,0 +14627,0,5,2,1,0,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.3,1.6261534368,9,1,1,0,1,14,1,1,2,1,49,3,0.4,0.7078076967,-1.0,3.1622776602,0.3,0.6,0.8,3,2,9,2,9,1,13,7,0,3,4,0,1,1,1,0,0 +14629,0,0,1,3,1,1,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6015604708,11,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.6670522301,0.30331501780000003,3.3166247904,0.3,0.0,0.4,1,3,8,5,8,4,12,1,0,2,9,1,1,1,0,0,0 +14631,0,0,1,9,0,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,104,2,0.4469899328,0.6863034290000001,0.4110960958,2.2360679775,0.0,0.9,0.8,3,4,8,5,9,2,9,7,2,1,7,0,0,0,0,0,1 +14632,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.4,1.1310946026,11,0,1,0,0,7,1,0,0,1,104,3,0.4,1.1008824409,0.3773592453,3.7416573868,0.8,0.9,0.2,0,2,10,5,7,2,6,11,3,1,5,0,1,0,0,0,1 +14633,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.5,0.3,0.9440603794,8,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6500317856000001,0.3619392214,3.0,0.6,0.5,0.2,2,3,9,3,9,2,12,5,2,4,3,0,0,0,0,0,0 +14634,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9430668057,11,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9532892166,0.4,3.0,0.4,0.4,0.1,4,0,8,2,10,3,10,4,0,3,6,1,1,0,1,0,0 +14636,0,1,1,6,0,6,1,0,0,0,0,0,0,0,0,0,1,0,0,0.1,0.1,-1.0,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1399964658,0.416533312,3.6055512755,0.5,0.0,0.0,3,3,7,1,10,3,9,8,0,1,4,0,0,1,1,0,0 +14637,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.2958039892,7,0,-1,0,-1,11,1,1,1,1,53,2,0.4472135955,0.9185080429,0.4374928571,3.1622776602,0.8,0.7,0.9,3,1,9,3,8,1,11,8,5,3,5,0,1,1,1,0,0 +14644,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.4,0.6986594306,10,1,-1,0,0,11,1,1,0,1,57,2,0.3947150871,0.5722761571,0.3785498646,1.7320508076,0.4,0.8,0.3,3,2,8,2,8,2,8,7,3,1,4,0,0,0,1,1,1 +14645,0,5,3,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.5,1.1319231423,11,1,-1,1,-1,14,1,1,2,1,104,2,0.4,0.9622529736,0.3920459157,3.4641016151,0.6,0.8,0.0,4,2,8,3,11,4,6,4,2,3,8,0,0,1,1,1,0 +14646,0,2,3,4,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.5,0.2,0.5285593628,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7767542129999999,0.374566416,3.4641016151,0.1,0.7,0.2,3,3,9,2,7,2,7,7,2,5,10,0,1,1,0,0,0 +14648,0,7,1,7,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,1.1,1.4289419162,9,0,1,8,1,3,1,1,1,1,104,2,0.5,1.2604685604,-1.0,3.0,0.0,0.8,0.7,1,1,7,5,8,2,15,11,1,4,7,0,1,1,0,0,0 +14649,0,0,1,9,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.1,0.1,-1.0,6,1,-1,8,0,11,1,1,0,1,71,2,0.4898979486,1.1917242179,0.4949747468,3.6055512755,0.2,0.8,0.6,1,0,8,2,10,5,11,5,0,5,6,0,1,0,0,0,0 +14651,1,1,1,7,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,1.2,1.0636023693,6,1,-1,9,0,15,1,1,0,1,104,2,0.4898979486,1.3224070215,0.4806245936,3.4641016151,0.4,0.0,0.7,1,2,9,2,11,1,8,8,2,1,7,1,1,1,0,1,1 +14653,0,2,1,11,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.6,0.2,0.3674234614,7,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8385963282,-1.0,3.6055512755,0.8,0.5,0.6,2,2,6,0,8,4,5,3,1,1,8,1,1,1,0,1,0 +14655,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.0,0.5878988008,6,1,-1,0,0,11,1,1,0,1,17,2,0.3741657387,0.9121969666,0.3903844259000001,3.4641016151,0.3,0.8,0.8,3,3,9,3,9,0,8,4,2,3,8,0,1,1,1,0,0 +14660,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7814249804000001,8,1,1,0,1,0,1,1,2,1,86,3,0.4,0.8635645903,0.3424908758,3.1622776602,0.7,0.5,0.8,4,1,10,4,9,2,12,7,1,5,4,0,1,1,0,0,0 +14666,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,1.4,1.4966629547,11,0,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7698878312999999,0.4306971093,2.4494897428,0.0,0.6,0.3,4,0,8,3,10,5,10,4,2,1,10,0,0,0,0,0,0 +14667,1,5,1,5,0,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0.3,0.0,0.6547900427000001,11,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7426082023,0.3986226286,2.6457513111,0.0,0.6,0.4,3,4,8,4,9,4,11,3,0,6,5,0,1,1,0,0,0 +14670,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.3,1.4912243291999998,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.8135474812000001,0.3926830783,3.4641016151,0.7,0.4,0.2,4,2,6,2,7,4,11,5,1,6,10,0,1,0,0,0,0 +14671,0,5,2,7,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.5,0.8015609771,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.4218221003,0.3619392214,0.0,0.7,0.5,0.7,2,1,7,2,10,2,8,6,4,3,6,1,1,1,0,0,0 +14672,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.4575751304,11,1,1,8,0,11,1,0,2,1,71,2,0.4898979486,1.3048859233,0.4125530269,3.6055512755,0.9,0.2,0.6,0,3,7,3,8,1,6,4,1,3,8,0,1,0,1,1,0 +14676,0,1,2,0,0,6,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.5567764363000001,6,0,-1,0,0,7,1,1,0,1,104,2,0.4472135955,0.812492848,0.4254409477,2.8284271247,0.4,0.9,0.0,3,3,9,3,10,6,6,7,2,2,10,0,1,0,0,0,0 +14678,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.6,0.9006941767000001,11,1,1,0,1,0,1,0,2,1,23,3,0.4,0.9886546498,0.3309078422,3.7416573868,0.7,0.6,0.1,3,1,10,2,8,1,11,2,1,3,6,0,1,0,1,0,0 +14679,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.413067791,11,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.8633013704000001,-1.0,3.0,0.7,0.8,0.7,0,2,7,4,7,1,10,10,1,0,6,1,1,0,0,0,0 +14680,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.4,0.5798706752,6,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.6263497821,0.3744329045000001,2.8284271247,0.0,0.2,0.7,4,1,5,4,8,5,7,3,0,3,6,0,0,0,0,0,0 +14681,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.6,1.7455300055,11,0,-1,1,-1,9,1,1,2,1,104,2,0.4242640687,1.2103889137,-1.0,3.4641016151,0.5,0.2,0.7,4,3,10,3,8,2,9,4,4,2,6,0,0,0,1,0,0 +14683,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.6,-1.0,7,1,-1,0,-1,14,1,1,0,1,82,3,0.316227766,0.6274538605,0.3685105155,2.8284271247,0.0,0.8,0.7,1,3,8,4,10,3,5,5,1,3,6,0,1,1,0,0,0 +14684,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.4,0.8514693182999999,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7053953818,0.3708099244,3.0,0.5,0.9,0.9,4,1,7,3,9,1,14,3,0,2,9,0,1,0,0,1,0 +14685,0,0,1,6,0,1,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.4,0.6015604708,11,0,-1,0,-1,15,0,0,1,1,5,2,0.4472135955,1.2162807418,0.4,3.7416573868,0.3,0.0,0.8,3,2,8,3,11,1,12,4,1,3,5,0,0,1,1,0,0 +14686,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,11,1,0,0,1,4,1,1,0,1,12,3,0.4,0.7035476806000001,0.3248076354,3.0,0.2,0.0,0.3,2,1,7,1,11,2,5,8,0,2,10,0,0,1,0,0,0 +14687,0,7,1,7,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5562148865,0,1,-1,0,1,1,1,1,0,1,64,3,0.3152776554,0.3985251737,0.3612478374,0.0,0.2,0.6,0.8,2,3,8,2,6,3,8,3,2,4,8,0,1,1,0,0,0 +14688,0,1,1,2,0,0,0,1,0,0,0,0,1,1,2,4,0,1,0,0.4,0.0,-1.0,9,1,0,0,0,0,1,1,2,1,62,3,0.4,0.8230034695,0.32,3.1622776602,0.6,0.6,0.6,1,4,6,3,8,2,4,4,3,6,5,0,1,0,0,0,0 +14689,0,0,1,2,1,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0.3,0.0,0.65,5,1,1,0,0,1,0,0,2,1,25,3,0.4,0.8752567509999999,-1.0,3.6055512755,0.7,0.4,0.2,2,3,9,2,11,4,10,7,3,2,9,0,1,0,0,0,0 +14690,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,32,0,0.316227766,0.6991435138,0.36,3.7416573868,0.9,0.4,0.8,2,2,7,3,10,3,9,5,1,2,7,0,1,0,1,0,0 +14691,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.632455532,7,1,0,0,1,14,1,1,2,1,49,3,0.3604164258,0.3596083728,-1.0,0.0,0.6,0.7,0.0,3,2,8,3,11,5,7,7,2,4,6,0,0,1,1,0,0 +14694,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7545694136,7,1,-1,1,-1,12,1,1,2,1,104,2,0.3741657387,0.7613602442,0.3987480407,3.4641016151,0.0,0.7,0.8,1,2,8,3,12,1,10,4,1,2,9,0,1,1,1,0,0 +14701,0,2,3,10,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,1.2,2.0251543151,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9055727378,0.4185689907,2.8284271247,0.0,0.8,0.3,2,0,10,4,10,0,10,7,1,6,6,0,1,1,0,1,0 +14702,0,0,1,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.9,1.5894181325,11,1,-1,0,-1,11,1,0,2,1,104,2,0.316227766,0.8794837892,0.3817066937,3.7416573868,0.2,0.9,0.4,3,3,10,2,10,2,6,3,4,4,4,0,0,0,0,1,0 +14707,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.7,0.3,0.5244044241,7,1,0,0,1,1,1,1,3,1,64,3,0.3152776554,0.4838080693,0.3041381265,0.0,0.7,0.4,0.9,3,4,10,2,8,2,9,2,1,5,8,0,1,0,0,0,0 +14708,0,1,1,5,0,4,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5634713835,11,1,1,0,0,0,1,1,2,1,39,3,0.3160696126,0.7064929097,-1.0,3.1622776602,0.0,0.7,0.6,3,2,8,2,9,1,15,6,1,1,8,0,1,1,0,0,1 +14712,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6703543839,7,1,0,0,1,11,1,1,3,1,16,3,0.4242640687,0.6377096154999999,0.3263433774,2.2360679775,0.0,0.4,0.1,2,3,8,1,9,4,13,4,2,5,7,0,1,1,0,0,0 +14713,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.7874007874,7,1,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.6445896895000001,0.4449719092,1.0,0.4,0.6,0.7,1,2,8,2,10,1,8,6,3,1,4,0,0,0,1,0,0 +14714,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.4,0.7885905148000001,6,1,-1,0,1,0,1,1,0,1,66,1,0.4,0.7338058833,0.3794733192,2.8284271247,0.6,0.3,0.1,3,3,7,1,10,2,5,9,1,5,11,0,1,0,0,0,0 +14715,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.0,0.7057797106999999,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6528228595000001,0.3615245497,3.1622776602,0.1,0.4,0.4,2,1,7,2,9,2,5,4,0,1,7,0,1,0,0,1,0 +14717,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.66473679,9,1,1,0,1,0,0,0,1,1,78,3,0.4,0.9427299027,0.3287856445,3.7416573868,0.2,0.2,0.2,2,2,7,6,11,2,8,6,0,3,10,0,0,1,0,1,0 +14718,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.3,-1.0,11,1,-1,0,-1,14,1,1,2,1,82,1,0.3160696126,0.4459644577,0.3774917218,0.0,0.1,0.1,0.5,3,3,9,1,11,1,5,6,2,1,10,0,1,0,1,0,0 +14719,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.6,0.2,0.7693341277,11,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.0912310131,0.4349712634,3.4641016151,0.3,0.2,0.2,3,2,6,5,7,1,5,3,2,2,2,1,0,1,1,0,0 +14720,0,0,1,6,1,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.6882949948999999,7,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.7998966875,0.3598610843,3.6055512755,0.0,0.0,0.1,2,2,9,4,10,4,11,5,2,5,12,0,1,1,0,0,0 +14722,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.3,0.4,-1.0,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6873562959999999,0.3687817783,3.4641016151,0.0,0.1,0.9,2,1,7,3,11,2,5,3,1,4,9,0,1,1,1,1,0 +14723,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,10,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7490800143,0.3814446225,3.3166247904,0.9,0.9,0.4,2,3,5,2,9,2,7,3,3,0,4,0,1,0,0,0,1 +14728,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.7,0.2,0.6062177826,11,0,0,8,1,13,1,1,1,1,4,2,0.5656854249000001,1.3587336107,0.4410215414,3.1622776602,0.7,0.5,0.3,3,3,7,3,8,3,6,6,3,1,6,0,1,1,1,0,0 +14732,0,2,1,6,1,6,0,1,0,0,0,0,0,0,0,11,0,0,1,0.5,0.2,0.6823672031999999,11,1,0,0,1,6,1,1,2,1,73,3,0.4,0.783032883,0.35608987630000005,3.0,0.7,0.0,0.1,2,0,7,1,10,1,12,4,0,2,9,0,0,1,1,0,0 +14738,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,9,1,0,0,1,0,1,1,0,1,87,3,0.316227766,0.6595609609,0.2944486373,3.0,0.9,0.8,0.2,1,0,8,4,8,4,9,3,3,5,8,0,1,0,0,1,0 +14739,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.7115778068999999,0.31144823,3.3166247904,0.0,0.1,0.4,2,2,9,4,10,1,12,6,3,0,6,1,1,1,1,1,0 +14742,0,4,1,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,0.7897784498999999,7,1,1,0,0,4,1,1,2,1,12,3,0.4,0.9013305133,0.3278719262,3.6055512755,0.2,0.4,0.6,2,2,8,2,10,5,8,5,2,3,6,0,1,0,0,1,0 +14743,0,1,1,2,1,0,1,0,0,0,0,0,1,0,1,6,1,0,0,0.6,1.1,1.2901065847,11,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.6082253008,0.2887905816,3.1622776602,0.5,0.7,0.7,4,1,7,4,8,3,13,1,3,2,1,0,1,1,0,0,0 +14744,0,0,2,0,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.4,0.98836987,11,1,-1,0,-1,14,1,0,2,1,49,3,0.4,0.8359188541,0.3685105155,3.6055512755,0.7,0.5,0.1,2,0,8,4,5,3,7,6,1,4,10,0,1,0,0,0,0 +14746,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0.3,0.0,0.5820223363,6,1,-1,0,0,11,1,0,0,1,47,2,0.3741657387,0.9868662314,0.3817066937,3.7416573868,0.0,0.2,0.4,2,2,9,2,8,1,13,3,0,3,8,0,0,1,0,1,0 +14749,0,1,1,6,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,1.1129914645,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.7211675566,0.3521363372,3.6055512755,0.1,0.6,0.8,3,4,7,3,9,4,8,8,0,2,8,0,0,1,0,0,0 +14753,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.577169819,5,1,0,0,0,11,1,1,1,1,99,2,0.316227766,0.5962520683,0.30331501780000003,2.8284271247,0.1,0.2,0.4,2,0,6,5,10,4,10,7,1,2,5,0,0,1,0,0,0 +14755,0,4,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.5,1.6444984038,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7176925837,0.3907684737,3.3166247904,0.9,0.7,0.2,2,1,7,1,10,2,6,8,2,3,6,0,1,0,1,0,0 +14757,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.4,1.156233108,10,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,1.024725321,0.4086563348,3.6055512755,0.8,0.3,0.8,4,2,9,2,9,5,9,6,0,0,7,0,0,0,0,1,0 +14762,0,1,3,7,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.6,0.9640409742,9,0,1,0,1,10,1,1,0,1,28,3,0.3741657387,0.864816777,0.32984845,3.6055512755,0.6,0.3,0.5,3,1,6,3,7,3,9,6,3,3,8,0,1,1,1,1,1 +14766,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.2,1.5568397477,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8503523820000001,0.374566416,3.6055512755,0.6,0.3,0.6,3,4,7,1,10,4,6,7,1,2,8,1,1,0,0,0,0 +14768,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.3,-1.0,7,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9816498172,0.4017461885,3.7416573868,0.6,0.8,0.0,2,2,9,1,10,2,7,4,4,1,9,0,0,1,1,0,0 +14772,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.2,0.575,9,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6591692743,0.3016620626,3.1622776602,0.9,0.8,0.6,3,2,7,0,7,1,6,5,1,4,5,0,1,0,0,0,0 +14775,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7301540933,7,1,1,0,0,9,1,0,2,1,21,3,0.316227766,0.8589345697,0.3130495168,3.7416573868,0.6,0.4,0.1,4,1,6,3,11,1,8,3,3,3,8,0,1,1,0,1,0 +14780,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.0,0.8891709622,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7527635037,-1.0,3.6055512755,0.6,0.1,0.1,3,0,9,4,11,1,7,6,1,1,8,0,0,0,0,1,1 +14783,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.4,-1.0,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.6508100483,0.3820994635,2.0,0.1,0.6,0.1,3,1,7,3,11,2,7,6,1,4,5,0,1,1,1,0,0 +14784,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,104,3,0.3974921383,0.4840428913,0.3376388603,1.0,0.3,0.6,0.8,2,2,6,4,11,1,10,2,2,5,6,0,1,0,0,1,0 +14785,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6950719387000001,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.4478137895,0.3626292873,0.0,0.0,0.9,0.2,1,3,7,3,10,1,3,5,4,1,9,0,1,1,0,0,0 +14786,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.7,0.2,0.5979130372,11,1,0,8,0,4,1,1,2,1,6,3,0.4,1.0039899739,0.3466987165,3.6055512755,0.3,0.7,0.9,0,1,9,3,11,2,11,3,0,2,9,0,1,1,0,0,1 +14793,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.5689903338000001,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6406833903,0.3619392214,3.0,0.8,0.8,0.3,1,2,7,2,11,4,6,3,2,2,11,0,1,0,0,0,0 +14796,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.6,1.3932874793,9,0,0,1,1,5,-1,0,0,1,104,2,0.4,1.6064179134,0.3866522986,3.7416573868,0.8,0.5,0.0,1,2,9,4,9,5,4,9,0,4,8,0,0,1,0,1,0 +14798,0,6,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.6,0.4697073557,10,1,-1,0,1,1,1,1,0,1,31,3,0.423792402,0.6090739482,0.3984971769,1.7320508076,0.4,0.3,0.1,3,3,6,4,11,2,8,4,1,4,9,0,0,0,0,0,1 +14803,0,2,2,0,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.8007808689,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5154633637,0.3556683849,2.0,0.7,0.0,0.6,1,2,7,4,10,3,10,12,2,3,9,0,1,0,0,1,0 +14805,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.5634713835,10,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8681699190000001,0.3848376281000001,3.4641016151,0.1,0.6,0.6,2,1,6,2,6,4,6,6,1,0,4,0,0,1,1,0,0 +14808,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,-1.0,4,1,-1,0,0,14,1,0,0,1,60,1,0.316227766,0.7084204289,0.34727510710000004,3.6055512755,0.9,0.4,0.5,4,0,8,2,8,0,3,2,0,5,4,0,1,0,0,0,0 +14817,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.6,1.1171951486,11,0,-1,0,-1,14,1,0,2,1,72,3,0.4472135955,1.3315233928,0.4093897898,3.7416573868,0.7,0.8,0.6,2,5,9,5,10,5,10,4,1,1,6,0,1,0,0,0,0 +14820,0,2,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,-1.0,6,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.4973691115,0.3556683849,1.7320508076,0.4,0.1,0.8,1,3,6,3,5,0,9,9,1,2,7,0,0,1,1,1,0 +14825,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.1,0.3,-1.0,7,1,1,0,0,0,1,1,0,1,37,2,0.316227766,0.7834945031,0.31144823,3.4641016151,0.6,0.9,0.6,3,1,7,2,11,4,11,7,2,3,2,0,1,0,0,0,0 +14827,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,1.1,1.5153382461000002,11,0,1,9,0,15,-1,1,2,1,58,3,0.5477225575,1.5592366749000002,0.4358898944,3.0,0.4,0.0,0.8,0,2,10,4,10,3,9,4,4,4,7,0,1,1,0,0,0 +14828,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.2,0.595294045,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7963890614,0.4074309757,2.8284271247,0.8,0.0,0.8,1,2,9,2,11,1,4,4,1,2,5,0,1,0,0,0,0 +14829,0,2,1,5,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.3,0.6675514961,11,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7859600909000001,0.3685105155,3.6055512755,0.4,0.9,0.0,2,3,8,3,12,3,8,7,0,3,11,0,0,0,1,1,0 +14831,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.2,0.7057797106999999,7,1,0,8,1,11,1,1,2,0,24,2,0.4898979486,0.9689817438,0.4098780306,3.3166247904,0.6,0.1,0.9,2,2,6,4,7,2,11,13,1,5,7,0,0,1,0,0,0 +14833,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,1.0,1.003742995,11,1,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9482367281,0.5204805472,3.3166247904,0.2,0.5,0.4,4,1,8,2,11,0,7,9,0,4,11,0,1,0,0,0,0 +14834,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,43,1,0.3994996871,0.4277318616,0.3667424164,0.0,0.5,0.3,0.0,0,2,9,2,9,5,7,9,0,1,10,0,0,1,0,0,0 +14835,0,4,2,6,1,0,0,1,0,0,0,0,0,1,1,9,0,0,1,0.9,0.5,1.1494563933,11,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.8563224995000001,0.3201562119,3.7416573868,0.0,0.3,0.1,4,4,6,3,8,1,7,2,2,2,7,0,0,1,0,1,1 +14838,0,7,1,6,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.6,0.7512489601000001,4,1,-1,8,1,9,1,1,0,1,13,2,0.4472135955,1.0923087612,0.4679743583,3.4641016151,0.7,0.0,0.0,2,0,8,3,11,3,7,2,0,3,7,0,0,1,0,0,0 +14848,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,0.6368869601,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.4780880482,0.3626292873,0.0,0.5,0.6,0.6,2,1,10,4,8,3,9,6,2,2,9,0,1,0,0,1,0 +14849,0,7,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.2,0.5232112384000001,6,1,-1,2,0,1,1,1,0,1,1,0,0.3741657387,0.8626429693000001,0.4189272013000001,3.4641016151,0.3,0.6,0.1,2,3,6,3,11,2,6,6,1,5,4,0,1,0,0,1,0 +14853,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.4,0.9273618495,7,1,1,0,0,11,1,0,2,1,47,2,0.3741657387,0.992117695,0.3284813541,3.7416573868,0.2,0.6,0.8,2,1,8,2,11,2,9,5,2,4,4,0,1,1,1,1,0 +14855,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.2,0.6373774392,6,1,-1,0,0,1,1,0,0,1,10,2,0.316227766,0.7753964595,0.3814446225,3.6055512755,0.8,0.4,0.8,2,2,4,3,9,3,12,10,3,3,7,0,0,1,1,1,0 +14858,0,3,1,7,1,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.3,0.6923691212,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8710447796999999,0.3820994635,3.1622776602,0.1,0.1,0.3,3,1,9,2,9,2,9,4,2,0,9,0,1,0,0,1,0 +14860,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.6,0.6,0.9216154296,10,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7454801825,0.3666060556,3.4641016151,0.7,0.4,0.2,4,1,8,4,8,1,13,10,2,5,6,0,1,0,1,1,1 +14864,0,1,1,11,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.0,0.7,1.0335013304,11,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7326364707999999,0.2944486373,3.4641016151,0.7,0.0,0.2,3,2,7,5,9,3,10,4,1,3,6,0,1,1,1,0,0 +14872,0,3,1,3,0,3,0,1,0,0,0,0,0,0,0,2,1,0,0,0.6,0.2,0.4937104415,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6896819245,0.3974921383,2.6457513111,0.6,0.3,0.2,2,2,8,1,10,4,5,6,2,3,6,0,1,1,0,0,0 +14873,0,0,2,0,1,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.5710267343000002,10,0,0,0,1,10,-1,1,2,1,83,2,0.4084115571,0.6760360888,0.3413209633,2.0,0.8,0.9,0.6,2,4,8,2,9,2,5,6,1,5,6,1,1,1,1,0,0 +14877,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.1,0.5291502621999999,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.940425875,0.4185689907,3.0,0.3,0.5,0.5,0,2,9,3,11,2,6,6,1,5,8,0,1,0,0,0,0 +14881,0,1,1,8,0,1,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.5,0.7591113225,5,1,1,0,1,1,1,1,2,1,38,3,0.316227766,0.7006490497,0.299165506,3.4641016151,0.4,0.2,0.7,3,3,8,3,9,2,4,6,0,2,3,0,0,0,0,1,0 +14883,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.2,0.5830951895,11,1,-1,0,-1,1,1,1,0,1,52,3,0.3741657387,0.7016951140000001,0.3598610843,3.4641016151,0.0,0.8,0.4,2,1,9,5,8,4,3,6,1,3,8,0,1,1,0,1,0 +14892,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,86,3,0.399374511,0.717980409,0.4062019202,2.2360679775,0.6,0.0,0.7,1,2,8,3,9,3,7,4,1,6,9,0,1,0,0,0,0 +14893,0,2,1,4,1,0,0,1,0,0,0,1,0,0,1,3,0,0,1,0.6,0.3,0.68556546,5,1,1,0,0,7,1,1,2,1,79,3,0.3872983346,0.9053217318,0.3287856445,3.7416573868,0.0,0.7,0.6,3,1,7,3,6,3,5,5,2,4,5,1,0,1,1,0,0 +14894,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.2,0.6461423992,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6859420740000001,0.3687817783,3.4641016151,0.7,0.6,0.8,2,4,6,3,11,3,14,3,4,4,12,0,1,0,0,1,0 +14896,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.6466258578,6,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.7105462920000001,0.3885871846,3.1622776602,0.4,0.3,0.7,1,2,7,4,7,4,8,3,0,3,7,0,0,0,0,1,0 +14902,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7550368061,0.3615245497,3.4641016151,0.2,0.5,0.6,0,3,6,3,9,4,21,5,2,5,8,0,0,0,0,0,0 +14903,0,0,2,5,1,6,0,1,0,0,0,0,0,0,0,3,0,0,1,0.5,0.6,1.3240562677,5,0,0,9,0,8,-1,1,2,1,104,3,0.4472135955,1.9549576732,0.399374511,3.6055512755,0.0,0.6,0.9,4,0,6,5,9,3,7,7,3,4,6,0,1,1,0,0,0 +14905,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.6051859218,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7686792365,0.3685105155,3.4641016151,0.7,0.7,0.3,3,3,9,2,7,2,10,3,0,1,8,0,0,1,0,1,0 +14906,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.0,0.8377798040000001,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6793135816,0.3615245497,3.1622776602,0.5,0.9,0.0,2,1,9,2,8,2,7,2,1,5,15,0,1,0,1,0,0 +14910,1,1,1,8,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.4,0.0,1.1467344941,10,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7365179412,0.3926830783,3.3166247904,0.1,0.4,0.5,2,0,9,2,9,1,11,10,1,4,13,0,1,1,0,0,0 +14914,0,5,1,6,1,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.6,1.4413535305,6,1,-1,0,0,4,1,1,0,1,48,1,0.316227766,0.6347381838,0.3943348831,3.3166247904,0.1,0.1,0.8,1,1,8,4,8,3,11,3,2,1,6,0,0,1,1,1,0 +14915,0,3,1,9,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.8391135622,0.3248076354,3.0,0.2,0.3,0.4,2,1,6,3,8,2,10,10,3,2,7,1,1,0,0,1,1 +14918,0,7,1,5,0,6,0,0,1,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,6,1,-1,2,1,11,1,1,0,1,14,0,0.3741657387,0.6991878404999999,0.4302324953,3.1622776602,0.4,0.6,0.2,4,2,8,3,12,2,13,10,1,2,6,0,0,1,0,0,0 +14919,0,0,2,0,0,-1,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,0,0,1,1,-1,1,2,1,74,3,0.4,0.7701024940000001,0.3212475681,3.3166247904,0.9,0.7,0.0,4,2,8,5,11,3,10,4,2,2,8,0,0,1,0,0,0 +14922,0,1,3,6,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.7,0.4,0.8944271909999999,7,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7492282531000001,0.2944486373,3.6055512755,0.6,0.5,0.6,3,1,8,5,10,3,12,5,3,1,6,0,0,1,0,0,0 +14924,0,4,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,1.0111874208,11,1,-1,0,-1,0,1,1,0,1,98,3,0.4,0.800296949,0.3974921383,3.1622776602,0.9,0.2,0.4,2,2,10,3,8,3,14,4,2,2,8,1,0,0,0,0,0 +14929,0,1,1,2,0,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.5,0.8100925873,11,1,1,0,0,11,1,1,2,1,7,3,0.4242640687,0.7067852959,0.3542597917,2.8284271247,0.6,0.6,0.4,5,3,7,4,11,3,11,7,3,5,12,0,1,0,1,0,0 +14930,0,1,3,4,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.7,0.2,0.5562148865,5,1,0,2,0,0,0,1,1,1,104,2,0.3741657387,0.8270354305,0.3601388621,3.4641016151,0.1,0.1,0.8,2,1,6,3,5,3,6,2,3,2,5,0,1,0,1,0,0 +14931,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.8,0.6,0.9650129533,7,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.8292521275,-1.0,3.7416573868,0.3,0.8,0.1,3,3,7,4,9,0,11,8,1,4,8,0,1,0,0,0,0 +14935,0,2,1,10,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.561248608,11,1,-1,0,-1,0,1,1,0,1,66,3,0.3998749805,0.755024492,0.3817066937,3.1622776602,0.4,0.5,0.7,4,2,7,4,11,3,10,4,0,2,7,1,0,1,1,0,0 +14938,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.9,0.6,0.8488963423,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.9369040806,0.4086563348,3.3166247904,0.1,0.2,0.8,2,1,10,3,11,1,10,10,0,4,6,0,1,0,0,0,0 +14944,0,3,1,5,1,1,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.4415880433,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.5221538357,0.3626292873,1.4142135624,0.2,0.1,0.0,1,2,9,5,10,3,10,3,0,1,7,0,1,0,0,0,0 +14945,0,7,1,4,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.3,0.0,1.7718281519,4,1,-1,0,1,0,1,0,0,1,78,3,0.4,0.8648078179,0.3848376281000001,3.6055512755,0.4,0.1,0.8,1,1,8,5,10,1,9,9,2,3,5,0,1,1,1,1,0 +14946,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.4,0.7992183681999999,11,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,0.5605118675999999,0.32557641190000003,0.0,0.5,0.2,0.7,3,3,7,3,7,3,13,5,1,2,5,0,0,0,1,0,0 +14947,0,0,2,6,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.5,0.6914658343000001,6,1,-1,0,1,11,1,1,0,1,104,1,0.423792402,0.375873638,0.3867815921,0.0,0.7,0.5,0.3,0,3,9,2,10,0,10,9,2,1,9,0,1,0,1,0,1 +14950,1,0,1,5,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.8,0.9,1.1478240283,11,0,-1,0,-1,1,1,1,1,1,31,3,0.4242640687,0.8630500402,0.40348482,3.1622776602,0.9,0.1,0.2,3,1,8,2,11,2,9,5,2,3,5,0,0,1,0,0,0 +14951,0,2,2,8,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,1.1,1.5578430601,9,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.6934664095,0.2944486373,3.1622776602,0.5,0.1,0.8,4,2,8,4,7,3,10,2,1,3,5,0,0,1,0,0,0 +14952,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.2,0.5460082417000001,10,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.7495315341,0.3887158345,3.4641016151,0.8,0.3,0.2,3,1,6,3,5,3,5,7,3,1,6,0,1,0,0,0,0 +14957,1,2,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.5782516753,7,1,-1,0,-1,1,1,1,2,1,104,2,0.4242640687,0.9775369622,0.4141255848,3.6055512755,0.7,0.4,0.8,2,2,8,4,11,3,6,5,4,6,11,0,0,1,1,1,0 +14960,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.7668930825,11,0,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,1.0165164953,0.3984971769,3.6055512755,0.5,0.5,0.9,1,3,8,4,9,3,11,8,0,5,6,0,1,1,0,1,0 +14961,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.1,0.4596194078,7,1,0,0,1,11,1,1,3,1,7,3,0.4242640687,0.6393275134,0.3542597917,2.2360679775,0.2,0.3,0.9,3,3,8,3,10,4,8,5,7,2,8,0,0,0,0,0,0 +14962,0,2,3,5,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.2,0.6046693311,7,1,1,0,0,0,1,0,2,1,34,2,0.4,0.8924268148000001,-1.0,3.7416573868,0.7,0.1,0.8,2,2,5,1,8,6,5,3,4,1,7,0,1,1,1,1,1 +14964,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.5,1.4282856857,9,1,1,0,0,0,1,0,2,1,46,3,1.2649110641,0.8829187134,0.3003331484,3.6055512755,0.1,0.5,0.0,3,1,6,4,10,3,3,5,2,5,10,0,1,0,1,1,1 +14976,0,2,4,9,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.5973901573,7,1,0,0,1,1,1,1,2,1,38,3,0.316227766,0.7050877678,0.299165506,3.3166247904,0.0,0.4,0.2,3,0,9,2,9,3,9,4,1,2,6,0,1,0,0,0,1 +14978,0,1,1,4,0,2,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,5,1,0,0,0,11,1,1,0,1,104,2,0.4469899328,0.6555232595,0.3420526275,2.0,0.5,0.0,0.5,2,2,6,3,11,3,6,1,1,3,5,0,0,1,0,0,0 +14979,0,7,3,4,0,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0.3,0.0,0.8003905297,0,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.6512384895000001,0.3666060556,3.0,0.3,0.6,0.7,4,1,6,1,10,2,6,6,1,6,9,0,0,0,0,0,0 +14980,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.4,0.5,0.87535707,11,0,1,0,0,11,1,0,1,1,3,2,0.4242640687,1.2686297677,0.3789459064,3.7416573868,0.9,0.0,0.8,3,2,10,5,9,1,6,3,1,3,12,0,1,0,0,1,0 +14983,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.7,0.4,0.4630064794,4,1,-1,0,0,1,1,1,0,1,74,2,0.3741657387,0.8099051062,0.3716180835,3.6055512755,0.3,0.8,0.0,2,1,7,2,9,2,8,2,1,3,11,0,1,1,0,0,0 +14985,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.4,0.7458216945,11,1,1,0,1,11,0,1,2,1,7,3,0.4242640687,0.6386808461,0.3542597917,2.2360679775,0.7,0.1,0.0,1,4,8,3,10,4,11,6,1,2,11,0,1,0,1,0,0 +14989,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.5,0.3,0.5787918450999999,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6440124736,0.3926830783,2.6457513111,0.5,0.3,0.4,4,4,7,2,11,3,15,4,4,2,10,0,1,0,0,0,0 +14992,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.9,1.6,1.6678953803999998,11,0,1,8,1,9,1,1,2,1,13,3,0.4472135955,0.9593278466,0.3991240409,3.1622776602,0.8,0.1,0.6,1,3,8,1,9,1,8,1,2,3,6,0,1,0,0,0,0 +14998,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.2,0.6046693311,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.5235763855,0.3146426545,1.0,0.1,0.3,0.8,1,2,6,2,11,3,13,4,0,6,7,0,0,0,0,0,0 +15000,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.55,7,1,-1,0,-1,4,0,1,2,1,9,2,0.316227766,0.668150896,0.3943348831,3.3166247904,0.3,0.1,0.0,1,4,10,5,7,3,8,3,0,4,6,0,0,1,0,0,0 +15006,0,5,2,3,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.2157816416,11,1,1,1,0,17,1,0,2,1,104,1,0.4,1.2254574117,0.3271085447,3.6055512755,0.2,0.1,0.1,2,1,6,5,10,4,5,8,1,3,10,0,0,0,0,0,0 +15007,0,0,1,4,1,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.2,0.5550900828,7,1,0,0,1,1,1,1,1,0,85,3,0.3741657387,0.6982859771,0.3435112807,2.6457513111,0.4,0.1,0.8,2,2,7,4,7,3,6,3,0,1,9,0,1,0,0,1,0 +15009,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,7,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.9436827804,0.4308131846,3.4641016151,0.1,0.9,0.7,3,1,9,5,10,3,12,8,0,2,7,0,1,1,0,0,0 +15011,0,5,2,2,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,0.4344536799,6,0,-1,0,1,10,1,1,0,1,83,2,0.4084115571,0.6072904189,0.3974921383,1.4142135624,0.8,0.2,0.9,4,1,7,3,11,2,8,4,3,4,5,0,0,0,0,0,0 +15013,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.6,0.8242420761,7,0,-1,0,-1,6,1,0,2,1,33,3,0.4,1.069872936,-1.0,3.7416573868,0.3,0.4,0.2,3,0,5,2,9,1,12,11,0,1,7,0,1,1,0,0,1 +15014,0,2,2,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.6093028803,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6780654299,0.3583294573,3.3166247904,0.7,0.7,0.5,3,2,8,3,11,2,4,6,2,2,5,1,1,1,0,0,1 +15023,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,1.0,1.0216408371,5,1,0,0,1,0,1,1,2,1,22,3,0.316227766,0.7244832869,0.310322413,3.1622776602,0.1,0.6,0.1,3,1,7,3,7,1,8,7,1,4,6,0,1,0,1,1,0 +15026,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.1,-1.0,7,1,1,0,0,1,1,0,2,1,70,3,0.3741657387,0.9452482292,0.3301514804,3.7416573868,0.4,0.6,0.5,4,2,10,3,11,3,10,3,1,2,6,1,1,0,1,0,0 +15027,0,5,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.4,0.8689073598,6,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5717885525,0.3507135583,3.0,0.1,0.5,0.7,2,1,8,2,8,2,9,4,2,3,8,0,1,0,0,0,0 +15028,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.8,0.3,0.6986594306,7,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.6585577781,0.354682957,2.8284271247,0.7,0.4,0.3,2,1,9,2,9,2,8,2,0,1,7,0,1,0,1,1,1 +15034,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.5,1.4724554323,11,0,1,1,1,9,1,0,1,1,61,3,0.4,1.2721833253,0.3819685851,3.6055512755,0.7,0.1,0.9,2,1,8,4,9,4,6,7,4,2,3,0,1,1,0,0,1 +15038,0,3,2,1,0,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,1.1,1.2351619327,11,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.7458563219,0.3937003937,2.8284271247,0.8,0.4,0.2,3,2,9,5,10,4,11,8,1,2,11,0,0,0,0,1,0 +15042,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7474958194,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6356814525,0.3887158345,3.0,0.2,0.1,0.7,3,2,9,4,9,1,7,5,1,3,6,0,0,1,0,0,0 +15044,0,2,2,4,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.8329165623999999,5,1,-1,0,-1,11,0,1,1,1,103,3,0.316227766,0.6246155843,0.3583294573,3.0,0.1,0.4,0.8,1,1,8,3,8,2,14,6,1,0,14,0,1,0,0,1,0 +15046,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7448414885,0.4062019202,2.8284271247,0.2,0.5,0.7,2,2,8,2,6,4,15,4,0,4,7,0,0,0,0,0,0 +15050,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.0,0.7656696416,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7134336712999999,0.3615245497,3.3166247904,0.9,0.8,0.3,4,1,9,3,9,1,8,5,0,1,6,0,0,1,0,1,0 +15051,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.4,0.0,0.6437196595,11,1,1,0,1,11,1,1,2,1,17,2,0.3741657387,0.9262338209,0.32756678710000003,3.4641016151,0.5,0.4,0.3,2,2,10,5,9,3,5,6,0,4,12,0,1,0,1,1,0 +15053,0,0,3,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.3,0.9017344398,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5699971002,0.3507135583,2.6457513111,0.1,0.4,0.3,4,3,9,3,7,3,8,8,1,2,6,0,1,1,1,0,0 +15054,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.5,0.9370832407,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8245710129,0.3708099244,3.6055512755,0.3,0.8,0.4,2,0,8,4,10,2,7,6,2,3,8,0,0,1,0,1,1 +15055,0,3,1,10,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,1.7,1.7455300055,7,1,0,0,1,0,1,1,2,1,86,3,0.4,0.7392759469,0.3424908758,2.4494897428,0.4,0.9,0.2,3,1,10,3,9,1,10,4,3,3,6,0,0,1,1,0,0 +15056,0,7,1,5,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.3,0.6046693311,6,1,-1,0,1,1,1,1,0,1,70,3,0.3741657387,0.7883972653,0.3860051813,3.3166247904,0.2,0.4,0.7,3,2,7,4,11,3,6,10,1,2,11,0,0,1,0,1,0 +15062,0,5,1,6,0,6,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.2,0.5836308765,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.7283089209,0.3924283374,3.3166247904,0.4,0.7,0.2,3,2,8,2,8,4,10,6,1,1,9,0,1,1,0,0,0 +15064,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.4,0.2,0.6179603547,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6984486943000001,0.3598610843,3.3166247904,0.0,0.3,0.1,3,2,7,5,10,3,6,9,1,1,7,0,1,1,0,0,0 +15068,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.4,1.4,1.0464224768,9,1,0,0,1,0,1,1,2,1,54,3,0.4,0.8930632584,0.32,3.3166247904,0.7,0.7,0.8,3,1,8,4,10,3,8,1,3,1,3,0,0,0,0,1,0 +15072,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.5634713835,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6929097826999999,0.3583294573,3.4641016151,0.5,0.9,0.8,2,2,6,3,9,0,11,6,1,5,4,0,1,0,1,0,0 +15074,0,5,4,10,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.4,0.8764274070999999,11,1,-1,0,-1,0,1,1,2,1,43,1,0.3994996871,0.4368132154,0.3667424164,0.0,0.6,0.1,0.8,2,2,7,3,9,2,5,3,1,3,3,0,1,1,0,1,0 +15081,0,3,1,11,0,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.8272696054,4,1,-1,0,0,11,1,0,0,1,99,2,0.316227766,0.8036139959999999,0.3687817783,3.7416573868,0.1,0.4,0.6,2,3,7,4,8,1,6,4,2,4,6,0,0,1,1,0,0 +15088,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7645874759000001,-1.0,3.6055512755,0.8,0.7,0.9,5,2,7,3,9,2,6,3,1,3,9,1,1,0,0,0,0 +15090,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.56844085,10,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6239536696,0.3687817783,3.1622776602,0.0,0.2,0.6,1,2,7,3,6,2,6,5,1,4,4,0,1,1,1,0,0 +15094,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.9,1.1497282288,11,1,-1,0,-1,0,1,1,2,1,43,1,0.4220189569,0.401700929,0.3640054945,0.0,0.4,0.1,0.1,2,2,5,5,10,1,13,4,5,1,4,0,0,1,0,0,0 +15095,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.8,1.2954246408,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.6891574686,0.3708099244,3.0,0.6,0.2,0.3,3,0,8,3,7,2,11,3,2,2,6,1,0,0,1,1,0 +15102,0,4,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5315072906,7,1,1,0,1,14,1,0,2,1,8,3,0.4,0.9842772236,0.3355592347,3.7416573868,0.7,0.9,0.3,4,3,5,4,9,2,10,6,3,2,8,0,1,0,1,0,0 +15104,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,8,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.3125191852,0.5329165038,2.6457513111,0.2,0.7,0.4,4,2,9,4,10,1,11,6,3,0,7,0,0,0,1,1,0 +15107,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6914658343000001,7,1,0,0,1,6,1,1,2,1,26,1,0.3983716857,0.510003241,0.3082207001,1.0,0.1,0.6,0.7,3,4,7,3,11,2,12,7,1,3,8,0,1,1,0,1,0 +15113,0,0,4,10,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.9141252649,6,1,-1,0,1,10,1,0,0,1,28,3,0.3741657387,1.1146748405,0.3820994635,3.7416573868,0.0,0.6,0.6,3,2,9,3,8,6,6,4,1,3,8,0,1,0,0,0,0 +15114,0,7,2,5,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,1.5116216458,6,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.8230034695,0.3826225294,3.1622776602,0.6,0.0,0.6,3,2,6,4,8,2,9,7,1,4,10,0,0,1,0,0,1 +15115,0,3,1,7,0,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.5261891295000001,7,1,0,0,1,11,1,1,2,1,19,3,0.316227766,0.65355038,0.3185906464,3.0,0.6,0.4,0.5,3,2,9,3,9,1,17,4,0,8,6,0,1,0,0,1,0 +15116,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.1,1.3181426326,3,1,-1,0,-1,0,1,1,0,1,98,3,0.4,0.7231845323,0.3974921383,2.6457513111,0.9,0.3,0.2,3,4,8,2,10,3,7,5,0,3,5,0,1,0,1,0,0 +15119,0,3,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5477225575,7,1,-1,0,-1,1,1,1,2,1,91,3,0.4236744033,0.7414805381,0.4347413024,2.0,0.6,0.5,0.2,4,2,8,1,8,3,11,2,2,1,10,1,1,0,0,0,0 +15121,0,3,2,6,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.8,0.4,0.75,6,1,-1,0,0,10,1,1,0,1,89,2,0.3872983346,1.0610165872,0.4086563348,3.6055512755,0.8,0.6,0.7,4,0,7,0,9,3,10,5,1,3,11,0,0,1,0,0,0 +15122,0,7,2,6,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.9,0.4,0.7697402159000001,11,0,1,0,1,14,1,0,2,1,8,3,0.4,1.0741131264,-1.0,3.7416573868,0.2,0.5,0.0,2,2,8,4,10,3,6,6,2,3,3,0,1,0,1,0,0 +15126,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.1,0.496235831,5,0,1,0,1,1,1,1,2,1,25,3,0.4,0.7537391640000001,-1.0,3.6055512755,0.2,0.0,0.2,1,1,7,4,7,2,9,2,3,3,2,0,0,1,0,1,0 +15130,0,5,1,8,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,0.3,0.6139014579,7,1,-1,0,-1,1,1,1,1,1,51,2,0.3741657387,0.829243407,0.4017461885,3.6055512755,0.4,0.1,0.9,1,2,7,4,9,5,10,7,0,2,11,0,1,1,0,1,0 +15131,0,5,1,6,1,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7245688373,7,1,1,2,1,1,1,1,2,1,1,0,0.4242640687,0.9270587989,0.33615472630000004,3.3166247904,0.7,0.0,0.5,3,2,6,3,8,5,7,5,3,0,3,0,1,1,0,0,1 +15133,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.1,-1.0,7,1,-1,0,-1,6,1,1,0,1,26,3,0.3741657387,0.6267290134000001,0.3907684737,2.8284271247,0.7,0.0,0.1,2,1,7,5,6,2,4,6,0,2,7,1,0,1,0,1,0 +15138,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.6,0.6,1.1986972095,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6462223346,0.3926830783,2.6457513111,0.5,0.8,0.1,4,1,7,5,12,1,8,6,1,3,9,0,0,0,0,1,0 +15141,0,4,3,7,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,1.3,1.4131082761000002,6,1,-1,0,1,0,1,1,0,1,66,1,0.3998749805,0.7250249355,0.3817066937,3.0,0.6,0.8,0.6,2,3,9,1,11,1,12,8,1,5,5,0,1,0,1,0,0 +15145,0,4,1,2,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.3,0.8470537173,11,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0174307295,0.4086563348,3.6055512755,0.6,0.8,0.2,2,1,8,3,9,4,6,1,1,3,8,1,1,1,0,1,0 +15148,0,2,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.3,1.0488088482,10,1,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.4291461359,0.5186520992,3.4641016151,0.8,0.7,0.5,3,1,5,3,11,3,6,4,2,2,8,0,1,1,0,1,0 +15150,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.631961233,9,1,0,0,0,0,1,1,2,1,32,3,0.316227766,0.5710834996999999,0.2944486373,2.4494897428,0.4,0.7,0.6,4,1,7,3,10,3,8,6,1,3,8,1,1,1,1,0,0 +15151,0,6,1,9,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.6,1.09573035,6,0,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.8231917323000001,0.4129164564,3.3166247904,0.4,0.7,0.5,0,1,7,2,11,1,11,5,1,2,9,0,0,0,0,0,0 +15156,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.0,0.0,0.6562202374,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7747166904,0.4062019202,3.1622776602,0.3,0.9,0.8,1,3,10,5,8,3,3,7,1,3,9,1,1,1,1,1,0 +15157,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.2,0.5847007782,4,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7018864781,0.3583294573,3.4641016151,0.9,0.5,0.8,1,0,7,1,10,3,13,5,2,2,7,0,1,1,0,0,0 +15158,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,3,0,0,0,0.9,1.1,1.8026022856,11,0,1,1,0,0,1,1,2,1,104,2,0.4472135955,0.8423206825,-1.0,3.0,0.8,0.5,0.3,1,3,8,3,8,1,5,5,0,3,8,1,1,0,0,1,0 +15163,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.1,0.3,-1.0,7,1,0,0,1,11,1,1,3,1,104,2,0.4469899328,0.647579728,0.3420526275,1.7320508076,0.8,0.5,0.6,2,1,7,4,11,2,10,7,0,3,5,0,0,1,0,1,0 +15164,1,1,1,8,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.8,1.1,1.1840080236,10,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.639068925,0.3583294573,3.1622776602,0.5,0.1,0.9,4,3,5,2,9,2,2,7,1,1,10,0,1,0,0,0,1 +15166,1,6,1,3,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.8,1.2905909499,11,1,0,0,1,14,1,1,3,1,29,3,0.4,0.7588731315,0.3411744422,3.0,0.5,0.8,0.6,1,2,5,3,10,2,4,5,2,1,4,0,1,1,1,1,0 +15176,0,5,1,2,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.7,0.8814051281999999,11,1,1,0,1,6,1,1,3,1,26,3,0.3741657387,0.614948093,0.3204684072,2.8284271247,0.0,0.5,0.2,4,0,8,4,8,3,6,5,1,4,7,0,1,0,0,0,0 +15178,1,1,3,8,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.5,1.0,1.2930100541,8,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.919632068,0.4086563348,3.1622776602,0.6,0.6,0.0,0,0,7,4,10,2,6,4,1,3,10,0,1,1,1,0,0 +15189,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.6,0.9788385975,8,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.6971755296,0.3583294573,3.4641016151,0.8,0.7,0.2,3,0,9,0,8,3,8,3,2,1,4,0,1,0,0,0,0 +15190,0,2,2,1,0,-1,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,8,1,0,0,0,14,-1,1,2,1,72,3,0.4,1.1050690865,0.354541958,3.6055512755,0.3,0.4,0.0,0,1,7,4,10,4,7,5,0,2,11,0,0,0,0,0,1 +15191,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.4,1.7093492914,11,0,0,5,0,13,1,1,2,1,104,2,0.4472135955,1.212895586,0.3728270376,3.4641016151,0.4,0.1,0.7,1,2,7,3,10,2,12,4,3,4,8,0,1,1,0,0,0 +15194,1,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,0.725861557,11,1,-1,0,-1,0,1,1,1,1,62,3,0.4,0.7258651151000001,0.3826225294,2.2360679775,0.8,0.8,0.6,1,0,8,2,11,3,11,7,3,0,11,0,1,0,0,0,0 +15200,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.3,-1.0,10,1,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.702533785,0.4129164564,2.4494897428,0.9,0.9,0.4,3,1,7,3,8,1,9,9,1,1,7,0,1,1,1,0,0 +15201,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.6814506585,7,1,1,0,0,0,1,0,1,1,37,2,0.316227766,0.8399995081,0.31144823,3.7416573868,0.6,0.0,0.1,5,3,10,3,12,0,14,7,0,4,11,0,0,1,1,0,1 +15202,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0.1,0.1,-1.0,4,1,-1,2,1,0,1,1,0,1,100,0,0.4,0.8841931467,0.423083916,3.3166247904,0.7,0.2,0.4,5,3,8,3,8,4,7,2,1,6,9,0,1,1,0,0,0 +15204,0,5,2,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.9685685314,5,1,0,0,1,11,0,1,2,1,16,3,0.3741657387,0.7468252365000001,0.3185906464,3.4641016151,0.8,0.2,0.4,1,2,8,4,9,2,7,9,0,4,4,0,1,0,0,0,1 +15207,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.2,0.632455532,6,1,-1,0,0,0,1,1,4,1,39,1,0.3160696126,0.6190668798,0.3744329045000001,2.6457513111,0.7,0.0,0.9,3,2,9,2,10,1,5,6,0,1,10,0,1,0,0,1,0 +15208,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.5926634796,10,0,0,9,0,9,1,1,0,1,104,3,0.4472135955,1.3091382567,0.3969886648,3.4641016151,0.3,0.6,0.6,3,1,7,4,6,3,10,5,5,4,4,0,0,0,0,0,0 +15213,0,3,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.0,0.6309714732,10,1,-1,0,-1,1,1,1,3,1,64,1,0.3152776554,0.4398299822,0.3612478374,0.0,0.8,0.0,0.8,2,1,7,5,11,1,3,5,4,3,5,0,1,0,0,0,0 +15215,0,1,1,9,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.6,0.6,0.9604686356,7,1,0,0,1,14,1,1,2,1,49,3,0.4,0.6654551664,-1.0,2.8284271247,0.8,0.3,0.1,2,1,9,3,11,2,8,4,1,0,7,0,0,1,0,0,0 +15216,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.605702072,7,1,-1,0,-1,9,1,0,2,1,21,3,0.316227766,0.8482237152,0.3768288736,3.6055512755,0.3,0.4,0.3,2,1,9,4,7,2,5,2,1,2,6,0,1,1,0,0,1 +15218,0,5,2,11,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.0,1.0618380291,11,1,0,0,1,1,1,1,0,1,65,1,0.3152776554,0.4802074276,0.2898275349,2.0,0.1,0.1,0.9,5,3,7,2,8,3,6,2,0,0,7,0,1,1,1,1,0 +15219,0,3,1,9,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.3,0.6585969936,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7483038672,0.3814446225,3.6055512755,0.9,0.0,0.3,4,2,7,2,9,3,14,3,2,2,4,0,1,1,1,1,0 +15221,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.8,1.0644834428,10,1,-1,0,0,6,1,1,0,1,77,2,0.3741657387,0.8247589179000001,-1.0,3.6055512755,0.9,0.8,0.8,4,1,8,3,9,2,12,9,2,4,9,0,0,0,0,1,1 +15222,0,5,4,7,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.4,0.8374067112000001,11,1,1,1,0,7,1,1,2,1,104,1,0.4472135955,0.85516177,0.365650106,3.0,0.1,0.4,0.8,2,1,6,0,9,3,15,5,1,5,6,1,0,0,1,0,0 +15229,0,2,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.5,0.9542667342,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6927755889,0.3615245497,3.3166247904,0.2,0.3,0.3,2,2,8,4,10,6,7,4,0,2,6,1,1,1,0,1,0 +15230,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.5658315025,0.2887905816,2.4494897428,0.2,0.2,0.6,2,3,8,2,8,4,10,4,0,3,4,0,1,1,1,1,0 +15233,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.9,0.3,0.6562202374,5,1,0,0,0,11,1,1,3,1,16,3,0.4217819342,0.6300006559,-1.0,1.7320508076,0.2,0.5,0.4,2,3,9,2,6,3,12,5,0,3,8,0,1,1,0,0,0 +15234,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.9340770846,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8863100217000001,0.374566416,3.7416573868,0.8,0.2,0.4,4,1,8,2,7,1,4,1,3,4,4,0,0,1,0,1,0 +15237,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.3,1.3416407865,7,1,0,0,1,14,1,1,2,1,104,1,0.3160696126,0.4332035194,0.30331501780000003,0.0,0.3,0.6,0.4,1,1,7,3,7,2,8,4,0,3,4,0,1,1,0,0,0 +15238,0,0,1,7,0,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8071606188,0.3615245497,3.7416573868,0.1,0.6,0.5,2,2,10,3,8,2,4,3,3,5,9,0,1,0,0,0,0 +15239,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.8,0.3,0.8562271895,6,1,-1,0,0,0,1,0,0,1,87,2,0.316227766,0.8023210131999999,0.3615245497,3.7416573868,0.7,0.3,0.2,3,2,9,2,8,4,13,5,3,2,12,0,0,0,0,1,0 +15240,0,5,1,6,0,2,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,6,1,-1,0,-1,11,1,1,0,1,53,2,0.4472135955,0.7614687851,0.4306971093,2.6457513111,0.8,0.4,0.9,2,1,7,2,9,2,2,4,1,3,3,0,0,0,0,0,0 +15241,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.8547660498999999,5,1,1,8,0,9,1,1,2,1,13,3,0.4472135955,0.9382263027,0.3991240409,3.1622776602,0.0,0.5,0.2,1,1,8,1,7,1,8,4,1,1,5,0,0,0,1,0,1 +15242,1,2,1,2,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.1,0.2,-1.0,5,1,1,0,0,0,0,1,2,1,87,3,0.316227766,0.7474128932999999,0.2944486373,3.4641016151,0.4,0.3,0.4,2,4,7,2,12,2,8,4,3,1,7,0,0,0,1,0,1 +15245,0,1,1,10,0,0,0,1,0,0,0,0,1,0,1,3,0,0,1,0.9,1.6,1.8781639971,11,0,1,1,1,14,1,1,2,1,104,2,0.4795831523,0.8508867518000001,0.390256326,2.6457513111,0.2,0.8,0.0,2,1,5,2,5,1,9,6,2,4,10,0,1,0,1,0,0 +15247,1,1,1,5,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9273618495,11,1,-1,0,-1,14,1,1,1,1,49,3,0.4,0.7771531008,0.3685105155,3.4641016151,0.6,0.3,0.6,2,2,6,3,10,0,9,6,1,3,7,0,1,1,0,0,0 +15248,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.9209370228,0,0,-1,4,0,0,1,1,0,1,104,3,0.4220189569,0.6502224667000001,0.4135214626,0.0,0.6,0.3,0.7,3,4,8,4,11,2,8,9,0,2,6,0,0,1,1,1,0 +15249,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7591113225,4,1,-1,0,1,1,1,1,0,1,64,1,0.3152776554,0.4637700342,0.3591656999,1.0,0.1,0.7,0.0,3,2,9,1,11,1,11,4,3,3,6,0,1,1,0,1,0 +15253,0,5,2,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,1.3,1.4935277031,8,0,-1,0,1,10,0,1,0,1,28,3,0.3872983346,0.9063823286,0.3820994635,3.0,0.4,0.0,0.3,1,3,8,1,8,3,5,5,0,3,9,0,0,0,1,0,0 +15254,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.3,0.7454025758,11,1,-1,0,-1,11,1,0,2,1,104,2,0.316227766,0.8796717081000001,0.3817066937,3.7416573868,0.6,0.6,0.9,4,2,8,2,8,0,7,7,7,3,8,1,0,1,0,0,0 +15255,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,1.3,1.2903487901,11,1,1,0,1,14,1,1,2,1,49,3,0.4,0.7078076967,-1.0,3.1622776602,0.7,0.2,0.0,1,2,9,2,9,5,8,0,1,3,11,0,1,1,0,0,1 +15257,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,6,0,-1,0,0,15,1,1,0,1,5,2,0.4242640687,0.7595942806,0.4,2.0,0.4,0.6,0.2,2,1,6,5,8,3,10,4,1,1,7,0,1,0,0,0,0 +15258,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6339361167,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8035432896,-1.0,3.7416573868,0.5,0.3,0.7,2,1,7,3,7,1,7,4,1,2,11,0,0,1,0,1,0 +15261,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.703562364,4,1,-1,0,1,11,0,1,0,1,19,3,0.3160696126,0.5805739537,0.3734969879,2.0,0.2,0.6,0.3,1,2,9,4,9,2,9,10,3,1,10,0,0,1,0,0,0 +15267,0,4,1,5,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.2,0.8503675676000001,7,1,-1,0,-1,0,1,1,2,1,23,3,0.4,0.8651899901000001,0.3974921383,3.3166247904,0.7,0.8,0.0,3,2,8,3,7,3,6,1,0,3,9,0,0,1,0,0,0 +15271,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.8944271909999999,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.710240909,0.3598610843,3.4641016151,0.3,0.0,0.8,2,3,9,5,10,2,10,2,1,5,6,0,1,0,0,1,0 +15275,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,-1,1,-1,3,1,0,2,1,102,2,0.4,0.9414030324,-1.0,3.7416573868,0.7,0.6,0.3,2,1,7,2,12,4,4,7,1,3,4,1,0,1,1,0,0 +15283,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.790964601,11,1,0,0,0,1,1,1,2,1,65,3,0.316227766,0.6208165777,0.2898275349,3.1622776602,0.4,0.3,0.9,3,2,7,4,10,3,7,9,0,4,7,0,1,1,0,0,1 +15285,0,4,1,6,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.0,0.0,0.6600189391,2,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.0186078654,0.4009987531000001,3.1622776602,0.3,0.0,0.5,1,2,10,3,9,2,8,8,1,1,10,0,1,0,0,0,0 +15292,0,0,4,10,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,1.3,1.3964240044,7,1,0,0,1,0,1,1,2,1,66,3,0.3998749805,0.6420042223,-1.0,2.0,0.7,0.7,0.3,4,3,6,3,10,4,11,4,1,4,10,0,1,1,1,0,0 +15295,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.2,0.3,-1.0,4,1,-1,1,0,0,1,1,0,1,75,2,0.4472135955,1.1381803659999998,0.4440720662,3.4641016151,0.5,0.8,0.9,3,1,10,5,9,1,7,8,2,4,11,0,0,1,0,1,1 +15298,0,0,1,7,0,6,1,0,0,0,0,0,0,0,0,12,0,0,1,0.4,0.0,0.6637959024,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7069752821999999,0.3814446225,2.8284271247,0.5,0.0,0.9,2,3,8,1,11,4,10,6,0,2,10,0,1,1,0,0,0 +15300,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.9065732182,7,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6713899484,0.3292415527,3.1622776602,0.2,0.6,0.5,1,2,7,3,11,2,8,6,1,5,9,1,1,0,0,1,0 +15301,0,2,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.6,1.1863810518,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7262350552,0.378153408,2.4494897428,0.4,0.9,0.6,2,2,9,4,9,0,10,10,2,2,4,0,0,0,0,0,0 +15304,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,14,1,1,0,1,82,3,0.3160696126,0.5907517272999999,0.3651027253,2.4494897428,0.9,0.9,0.6,1,2,6,3,9,3,8,4,0,3,10,0,1,0,1,0,1 +15308,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,1.3683932183,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7244975459999999,0.3861346915,3.1622776602,0.9,0.2,0.4,3,1,9,4,8,1,8,4,1,3,8,1,1,0,0,0,0 +15310,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.65,6,1,-1,0,1,11,1,0,0,1,76,2,0.316227766,0.8518696015999999,0.3794733192,3.7416573868,0.9,0.1,0.8,2,1,8,4,6,5,7,7,0,4,9,1,0,0,0,0,1 +15311,0,3,1,9,1,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,0.3,0.8923284148999999,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.6019081229,0.3507135583,3.1622776602,0.8,0.6,0.6,3,1,7,3,10,1,7,4,1,1,5,0,0,1,0,0,0 +15321,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.87535707,7,1,-1,0,-1,14,1,0,2,1,42,2,0.4,0.8454215536,-1.0,3.7416573868,0.4,0.4,0.2,2,2,9,3,8,1,12,6,3,4,12,0,1,1,0,1,0 +15322,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7342055919,0.3861346915,3.1622776602,0.5,0.3,0.1,3,3,9,5,10,0,8,10,1,4,5,0,1,1,1,0,0 +15323,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.1,0.0,-1.0,7,1,0,2,0,1,1,1,3,1,90,0,0.3741657387,0.6158042514000001,0.3210918872,2.6457513111,0.1,0.7,0.8,1,2,9,3,10,3,4,9,2,1,9,0,1,1,0,0,1 +15325,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.62003399,0.3687817783,2.8284271247,0.4,0.5,0.1,2,4,8,3,12,4,7,11,0,3,9,1,1,1,0,1,0 +15335,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6398241946000001,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4471017781,0.7740096311,0.4272001873,2.4494897428,0.1,0.6,0.5,1,3,8,3,11,3,8,2,0,2,9,1,1,0,0,1,0 +15339,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,5,1,-1,0,-1,14,0,1,2,1,29,3,0.4,0.8991616848999999,0.3984971769,3.3166247904,0.7,0.8,0.0,1,3,6,3,12,2,10,7,3,6,8,0,1,0,0,1,0 +15340,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.2,0.9506576671,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6153007731,0.3685105155,2.8284271247,0.6,0.9,0.0,2,2,7,1,11,4,8,7,1,1,4,0,0,1,0,0,0 +15342,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.3,0.6118619125,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6148976936,0.34727510710000004,3.0,0.3,0.7,0.6,1,2,7,3,9,4,7,8,1,4,5,0,1,0,0,0,0 +15343,0,5,4,11,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.9055385138,11,1,0,0,0,10,1,1,2,1,28,3,0.3741657387,0.9785425155,0.3248076354,3.4641016151,0.3,0.3,0.9,4,1,10,4,10,1,10,7,1,2,6,0,0,1,0,1,1 +15345,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,1.6,1.559647396,10,1,-1,0,-1,11,1,0,2,1,101,3,0.3741657387,0.8995637143,0.3850973903,3.6055512755,0.7,0.3,0.3,3,1,9,2,10,3,12,5,2,3,6,0,1,0,0,0,0 +15346,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,0.9006941767000001,7,1,1,0,1,14,1,0,2,1,49,3,0.4,0.8469195518000001,0.3292415527,3.7416573868,0.7,0.0,0.5,2,1,6,3,8,1,8,3,2,3,14,0,1,1,0,1,0 +15348,0,3,1,6,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.8,0.2,0.5884301148,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7848421961,0.3667424164,3.4641016151,0.1,0.5,0.2,4,2,9,3,10,3,6,8,5,4,5,1,0,0,0,1,0 +15349,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,1.1216617137,11,1,-1,0,-1,1,1,1,0,1,31,3,0.3741657387,0.7899419374,0.3854867053,3.1622776602,0.6,0.8,0.4,2,3,9,3,11,4,4,5,0,1,5,0,0,0,0,0,0 +15360,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.4,0.4,0.7462405778,9,1,1,0,0,1,1,1,2,1,52,1,0.3741657387,0.7740203084999999,0.30903074280000004,3.4641016151,0.8,0.1,0.4,1,3,5,2,10,3,16,2,0,2,9,0,1,0,1,0,1 +15362,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,0.2,0.6485560886,6,1,-1,0,1,4,1,1,0,1,50,2,0.4,0.7652715176999999,0.3943348831,3.4641016151,0.0,0.0,0.7,3,2,7,3,9,1,5,7,3,1,5,0,0,1,1,0,1 +15368,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.5,0.9829801626,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5728895874000001,0.3583294573,2.4494897428,0.3,0.1,0.1,1,2,9,2,8,2,9,6,2,2,8,0,1,1,0,1,0 +15372,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.7483314774,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6683673212,0.3615245497,3.0,0.8,0.1,0.8,1,2,7,6,5,1,10,3,0,3,8,0,1,0,1,0,0 +15375,0,5,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.7,1.1787175234,11,0,-1,0,-1,11,1,0,2,1,69,3,0.4242640687,1.2779923563,-1.0,3.6055512755,0.4,0.3,0.7,2,1,6,4,10,2,7,9,1,3,11,0,1,0,0,0,0 +15376,0,2,2,3,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,1.2,1.3667936933000002,11,0,1,1,1,9,1,1,1,1,61,3,0.4472135955,0.9480297098,0.3819685851,3.1622776602,0.2,0.6,0.5,4,4,7,2,10,4,17,4,2,2,7,0,1,0,1,0,0 +15379,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.5839034061,4,1,-1,0,1,0,1,1,0,1,43,1,0.4220189569,0.3838689515,0.3640054945,0.0,0.0,0.8,0.0,0,2,7,3,8,1,12,1,4,2,10,0,1,1,0,0,0 +15380,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.527967802,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6350148043,0.3687817783,3.0,0.0,0.2,0.2,2,1,8,4,8,3,6,8,0,0,3,0,0,1,1,0,0 +15381,0,6,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,1.2,1.1685995893,11,0,1,9,0,13,-1,0,2,1,104,3,0.5477225575,1.6700757146,0.4043513324,3.7416573868,0.0,0.6,0.7,4,1,7,5,10,3,12,4,4,2,7,0,0,1,0,0,0 +15382,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,11,0,0,0,1,4,1,1,2,1,104,2,0.4472135955,1.0670516265,0.3704051835,3.4641016151,0.0,0.5,0.1,3,0,8,4,10,2,10,5,0,3,7,0,1,1,1,0,1 +15385,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.7,0.1,0.5390964663000001,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7049265831,0.3814446225,3.1622776602,0.9,0.9,0.4,1,1,6,4,9,2,8,2,3,1,4,0,1,0,0,0,0 +15387,0,1,4,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.8,0.9,1.1524430572,10,1,-1,0,0,1,1,1,0,1,64,1,0.3160696126,0.5484764774,0.3640054945,1.7320508076,0.0,0.5,0.5,1,2,8,4,10,0,12,9,2,1,9,0,1,1,0,1,0 +15388,0,7,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.8674675786,6,0,-1,1,0,9,0,1,0,1,61,3,0.4472135955,0.9450611069,0.5204805472,3.1622776602,0.7,0.3,0.4,4,3,10,1,10,4,13,8,2,3,8,0,1,0,0,1,1 +15389,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.768927825,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5309433364,0.3687817783,1.4142135624,0.7,0.9,0.1,3,2,8,0,8,1,8,7,1,5,4,0,1,1,0,0,0 +15391,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.2,0.2,-1.0,10,1,-1,0,1,0,1,0,0,1,22,3,0.316227766,0.8837549023000001,0.374566416,3.7416573868,0.1,0.5,0.5,1,3,10,3,12,1,8,7,3,1,7,0,1,0,1,0,0 +15394,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.5,0.8678277479000001,10,1,-1,0,1,1,1,1,0,1,104,3,0.4242640687,0.7878073977,0.4129164564,3.1622776602,0.4,0.4,0.0,3,3,7,4,10,4,8,7,1,1,7,0,0,1,1,0,0 +15396,0,0,3,6,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.2,1.3367404385,10,1,-1,0,1,4,1,1,0,1,48,1,0.316227766,0.6798000434999999,0.3748332963,3.3166247904,0.5,0.5,0.0,2,1,9,5,9,3,8,8,3,6,4,0,1,1,1,0,0 +15403,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.3,0.0,1.7718281519,11,0,-1,0,-1,10,1,0,2,1,89,2,0.3872983346,1.1355997432,0.4086563348,3.7416573868,0.7,0.0,0.3,3,0,8,5,8,2,11,5,1,0,5,0,1,0,0,1,0 +15405,0,1,4,7,1,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.1,0.0,-1.0,7,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.5756239877,0.3619392214,2.6457513111,0.8,0.3,0.2,3,3,5,4,11,0,12,3,0,2,8,0,0,0,0,0,1 +15408,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.7026734661,7,1,-1,0,-1,14,1,1,0,1,82,3,0.3160696126,0.5774158734,0.3702701716,2.0,0.9,0.5,0.7,3,2,10,4,9,4,8,7,1,2,10,0,0,0,0,0,0 +15420,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,1,8,1,11,1,1,2,1,71,2,0.4898979486,1.1210652033,0.4125530269,3.6055512755,0.9,0.1,0.2,4,1,7,2,8,1,13,2,1,2,6,0,1,1,0,0,0 +15421,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,7,0,0,0,1,1,1,1,2,1,40,2,0.4,0.8819657795999999,0.3296968304,3.4641016151,0.0,0.4,0.2,0,2,6,4,11,1,8,5,1,2,3,0,0,1,0,0,0 +15424,0,5,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.0,0.0,1.3932874793,11,0,-1,1,-1,0,1,1,2,1,75,2,0.4472135955,1.1379625115,0.4440720662,3.4641016151,0.4,0.6,0.7,2,1,9,4,9,4,5,2,2,1,5,1,1,0,0,0,0 +15425,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,13,0,0,0,0.1,0.1,0.4656984003,7,1,1,0,0,1,1,0,0,1,70,3,0.3741657387,0.9165602242,0.3301514804,3.6055512755,0.2,0.9,0.6,2,2,9,5,11,1,13,6,0,1,12,0,0,1,0,1,0 +15427,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.697316284,11,1,1,0,1,1,1,0,2,1,10,2,0.316227766,0.8256602667,0.3248076354,3.7416573868,0.8,0.6,0.8,2,1,8,1,9,2,8,5,1,4,8,0,1,1,0,1,0 +15430,0,5,3,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.7,0.9769211841,4,1,-1,0,1,0,1,1,0,1,39,1,0.316227766,0.6489820382,0.3794733192,2.8284271247,0.1,0.4,0.5,4,3,8,6,9,3,7,7,4,5,7,0,1,0,0,1,0 +15431,0,4,1,5,1,6,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.5,1.1346805718,6,1,-1,0,1,4,1,1,0,1,84,2,0.316227766,0.7736558592,0.3667424164,3.4641016151,0.6,0.5,0.2,4,2,8,2,10,1,8,5,1,2,9,0,0,1,0,0,0 +15432,1,3,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.4,1.3221667822,6,1,-1,0,1,10,1,0,0,1,89,2,0.3872983346,1.1024578101,0.4086563348,3.6055512755,0.7,0.3,0.0,2,3,6,2,8,3,17,5,1,1,5,0,1,1,1,1,0 +15436,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,11,1,1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6451023367000001,0.3008321791,2.6457513111,0.6,0.7,0.9,3,3,9,5,7,3,8,6,0,2,8,0,0,0,0,0,0 +15437,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.1,-1.0,11,1,-1,0,-1,6,1,0,0,1,33,3,0.3872983346,0.9315520684,-1.0,3.7416573868,0.4,0.3,0.5,3,2,7,4,7,4,4,8,2,3,5,0,1,0,0,0,0 +15439,0,2,1,1,1,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.5979130372,5,1,0,0,0,11,1,1,1,1,101,3,0.3741657387,0.7610752506999999,0.3212475681,3.1622776602,0.3,0.0,0.3,2,2,9,2,9,0,14,4,2,5,11,0,0,1,0,1,0 +15441,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,1.1624327938,11,0,-1,0,-1,7,1,1,0,1,104,3,0.4,1.0454644268000002,0.4154515616,3.6055512755,0.6,0.7,0.2,1,1,8,4,9,4,4,2,2,4,9,0,1,1,0,1,0 +15442,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.4,0.6098155459000001,11,1,0,0,1,0,1,1,2,1,88,3,0.4,0.7400859901000001,0.33241540280000004,2.6457513111,0.8,0.1,0.8,2,0,8,1,10,3,7,10,1,3,13,0,1,0,1,0,0 +15445,0,1,3,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,1.2,1.3833835332,11,0,-1,0,-1,1,1,1,2,1,51,2,0.4,0.8927393075,0.4084115571,3.6055512755,0.0,0.0,0.1,3,4,10,5,7,2,10,1,0,6,6,0,0,1,0,0,0 +15449,0,2,1,0,0,-1,0,0,1,0,0,0,0,0,0,4,0,1,0,0.5,0.2,0.6887488656999999,11,0,1,0,0,10,-1,1,2,1,28,3,0.3741657387,0.7746766854000001,0.3271085447,2.8284271247,0.2,0.6,0.0,0,1,9,2,9,2,14,3,1,3,9,0,0,0,0,0,0 +15451,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.7,1.7,1.5536247937999998,11,1,-1,2,-1,11,1,1,2,1,14,0,0.4241462012,0.6715130319,0.4302324953,2.2360679775,0.9,0.1,0.7,2,3,9,4,10,4,9,7,1,2,7,0,0,0,0,0,0 +15452,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.2,1.1280514173,10,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.8042243837999999,0.3663331817,3.3166247904,0.3,0.1,0.3,3,3,7,4,9,4,5,4,4,4,14,0,1,0,0,1,0 +15455,0,0,4,6,1,1,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.5979130372,7,1,0,0,0,1,1,1,2,1,65,3,0.316227766,0.6146960547,0.2880972058,3.1622776602,0.4,0.1,0.1,3,3,8,4,7,4,7,4,1,1,5,0,1,1,0,0,0 +15460,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.2,0.2,-1.0,4,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.3822367787,0.5329165038,3.0,0.4,0.3,0.4,2,3,9,4,12,1,7,5,2,5,5,0,0,0,1,1,1 +15461,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.3,-1.0,8,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.8960888386,0.3826225294,3.3166247904,0.3,0.9,0.0,3,1,6,6,7,2,4,5,2,3,7,0,0,1,0,0,0 +15462,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,7,1,1,0,1,1,1,1,2,1,38,3,0.316227766,0.7356618429,0.299165506,3.6055512755,0.8,0.7,0.9,3,3,9,0,10,2,5,7,0,5,8,1,1,0,0,0,1 +15466,0,1,2,5,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6939079654000001,0.3887158345,3.1622776602,0.9,0.3,0.7,1,3,9,4,8,1,8,6,0,4,5,0,0,1,0,0,0 +15468,0,5,1,6,1,6,1,0,0,0,0,0,0,0,0,10,0,1,0,0.6,1.1,1.4603081866999998,11,1,0,0,1,0,1,1,2,1,104,0,0.445421149,0.4248480526,-1.0,0.0,0.0,0.3,0.4,4,2,8,2,10,2,11,6,4,0,11,0,1,0,1,0,0 +15469,0,5,2,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.7,1.0344080433,7,1,-1,0,-1,1,1,1,3,1,64,3,0.3152776554,0.4634357855,0.3612478374,0.0,0.2,0.3,0.0,2,0,10,2,11,2,8,4,0,4,6,0,0,0,1,0,0 +15472,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.2,0.3,-1.0,7,0,-1,0,-1,10,1,1,2,1,83,2,0.399374511,0.5625906722,0.3930648801,0.0,0.0,0.1,0.6,1,1,8,3,4,3,6,3,4,2,8,0,0,0,0,1,0 +15473,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.1,0.5573374202,7,1,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9396676043,0.3964845520000001,3.1622776602,0.2,0.6,0.7,2,3,9,4,6,2,10,6,1,1,6,0,0,0,1,1,0 +15475,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.6731456009000001,11,1,-1,0,-1,14,1,0,2,1,49,3,0.4,0.8491244883,0.3685105155,3.6055512755,0.1,0.0,0.5,1,3,5,4,9,1,9,5,1,1,10,0,1,1,1,0,0 +15480,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7167635593,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.6301154295,0.3667424164,2.2360679775,0.4,0.4,0.6,3,2,9,1,9,1,14,6,1,5,11,1,1,1,1,1,1 +15482,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.3,0.1,-1.0,6,1,-1,0,1,1,1,1,0,1,91,2,0.3741657387,0.9148680075,0.4045985665,3.3166247904,0.1,0.1,0.3,3,0,8,1,9,3,6,9,0,4,5,1,0,0,0,1,0 +15488,1,5,1,6,1,3,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,1.4,1.0520812706,11,1,1,0,1,4,1,1,2,1,104,3,0.4,0.8947043466,0.35707142140000003,3.4641016151,0.7,0.8,0.0,3,3,8,3,11,1,14,2,2,2,9,1,0,1,0,0,0 +15489,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.5,-1.0,7,1,-1,0,-1,0,1,1,0,1,46,3,0.4,0.7622430470999999,0.3663331817,3.3166247904,0.7,0.3,0.4,3,3,8,4,10,3,12,9,1,4,4,0,1,1,1,1,0 +15490,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.5,0.2,0.5012484414,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.5915730535,0.3687817783,2.6457513111,0.7,0.1,0.0,1,3,6,2,12,2,6,8,2,4,9,0,0,1,0,0,0 +15492,0,2,1,6,0,4,1,0,0,0,0,0,0,0,0,9,0,1,0,0.6,0.4,0.6403124237,9,1,0,0,1,14,1,1,2,1,68,3,0.4,0.8148416668999999,0.3443835072,3.0,0.1,0.7,0.8,2,2,8,4,10,3,6,9,2,4,10,0,0,0,0,0,1 +15495,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.7859299908,0.3708099244,3.3166247904,0.1,0.4,0.0,4,1,6,0,10,4,13,5,0,1,10,1,0,0,0,1,0 +15496,0,2,1,1,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.1,0.7693341277,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.6999114465999999,0.3591656999,3.3166247904,0.9,0.0,0.2,2,1,7,6,10,5,10,8,3,3,5,0,0,1,0,0,0 +15497,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,78,3,0.4,0.8425168905,0.3848376281000001,3.6055512755,0.2,0.4,0.7,4,1,9,2,10,2,10,4,6,2,2,0,1,0,1,0,0 +15498,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6401672044,0.3615245497,3.0,0.0,0.7,0.6,2,0,6,5,9,1,10,1,2,4,6,0,1,0,0,0,0 +15503,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.5,0.1,0.384870108,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7316628857999999,0.4129164564,2.8284271247,0.4,0.6,0.5,1,2,6,3,9,4,3,9,3,5,5,0,0,1,0,0,0 +15506,1,0,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.0502975769,11,1,-1,0,-1,14,1,1,2,1,72,3,0.4,0.9700472852,0.4093897898,3.6055512755,0.0,0.9,0.4,2,2,6,1,10,4,11,7,0,2,5,0,1,1,0,0,0 +15507,0,5,1,6,1,2,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.7,1.4796536756999998,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7076033347,0.3937003937,3.0,0.0,0.7,0.6,1,4,10,2,8,4,3,3,1,3,8,1,0,1,0,1,0 +15510,0,2,1,7,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.6139014579,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7049265831,0.3814446225,3.1622776602,0.1,0.0,0.2,3,3,8,1,9,2,4,4,2,4,10,0,1,0,0,0,1 +15513,0,7,1,2,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.4,0.7640353395,6,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7579468788,0.4062019202,3.0,0.6,0.9,0.2,3,1,8,1,8,2,5,2,0,1,12,0,0,0,1,0,0 +15514,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.3407087678,7,1,-1,0,-1,1,1,0,2,1,104,2,0.4242640687,1.0414944761,0.4141255848,3.6055512755,0.2,0.8,0.4,3,3,10,4,9,2,7,9,1,4,10,1,1,1,1,1,0 +15522,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.7,0.9048480535,10,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7357741748000001,0.3666060556,3.4641016151,0.1,0.6,0.0,3,1,9,3,9,2,10,3,1,6,5,0,1,0,0,1,0 +15523,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.5,1.2487493744,11,1,1,0,1,9,1,0,2,1,21,3,0.316227766,0.8417808749,0.3130495168,3.6055512755,0.7,0.7,0.4,3,3,9,2,9,1,13,4,2,3,8,0,0,0,0,1,0 +15528,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.4,1.2559856687,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.7051610214,0.393192065,3.0,0.8,0.1,0.2,2,5,10,3,9,4,8,7,0,4,7,0,1,1,0,0,0 +15529,1,0,2,1,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.6,1.3126785593,11,1,-1,0,-1,1,1,0,2,1,25,3,0.3741657387,0.862472661,-1.0,3.6055512755,0.2,0.9,0.4,3,1,9,3,8,2,5,5,1,2,9,0,0,1,0,0,1 +15533,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.8185352772,10,1,-1,0,1,7,1,1,0,1,96,3,0.4,0.8301896626999999,0.4272001873,3.3166247904,0.8,0.9,0.1,2,1,8,2,11,3,10,6,1,5,6,0,0,1,0,0,0 +15535,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.8,1.4,1.75,8,1,-1,0,0,1,1,1,0,1,40,2,0.3741657387,0.7835208732,0.3814446225,3.6055512755,0.7,0.3,0.4,3,0,8,4,9,2,5,10,2,2,4,0,1,0,0,0,1 +15536,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,0.2,0.5361902647,11,1,0,0,1,1,1,1,1,1,85,3,0.3741657387,0.8713649405,0.3459768778,3.6055512755,0.5,0.8,0.8,5,2,9,6,10,4,10,6,3,3,10,0,0,1,0,0,0 +15538,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.8280247581,11,0,-1,8,-1,9,1,1,1,1,13,3,0.4472135955,1.140628361,0.4679743583,3.6055512755,0.5,0.0,0.5,2,1,9,5,9,2,7,2,3,6,6,0,1,0,0,1,0 +15539,0,2,1,8,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.6,1.0256095748,7,1,-1,0,-1,1,1,1,2,1,85,3,0.4242640687,0.9520313211,0.4098780306,3.4641016151,0.7,0.6,0.2,4,2,6,6,6,2,2,6,1,3,5,0,1,0,0,1,0 +15540,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0.9,0.2,0.5431390246,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.8497447356000001,0.3850973903,3.6055512755,0.6,0.7,0.9,4,2,8,4,12,2,6,5,1,2,4,0,0,1,0,1,0 +15541,0,5,2,9,1,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.0,1.2162956055,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.8487825506000001,0.3278719262,3.4641016151,0.9,0.9,0.3,3,3,6,2,9,2,7,4,2,4,7,0,1,0,1,0,0 +15542,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.6,1.3806701271,10,1,-1,0,-1,3,1,1,2,1,15,3,0.4242640687,0.9482911991,0.4052159918,3.4641016151,0.3,0.7,0.0,3,1,6,4,10,2,9,2,1,4,9,1,1,0,1,1,0 +15544,0,6,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.8767838957999999,8,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6454225344,0.3615245497,3.0,0.1,0.5,0.2,3,5,10,2,9,2,9,6,3,4,9,0,1,0,1,0,0 +15548,0,2,3,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.8,0.8951256895,11,0,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9624778628,0.4086563348,3.3166247904,0.7,0.3,0.2,3,2,7,2,10,2,7,5,1,1,10,0,0,1,0,1,0 +15552,0,2,1,11,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.3892443988999998,7,1,-1,0,-1,15,1,0,0,1,63,2,0.3872983346,0.9258679198,-1.0,3.6055512755,0.0,0.3,0.2,3,2,9,4,7,1,12,4,3,4,4,0,0,0,0,1,0 +15553,0,1,4,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,-1.0,4,1,-1,0,0,1,1,1,0,1,52,1,0.3741657387,0.7513761479000001,0.3598610843,3.3166247904,0.3,0.1,0.9,2,1,7,2,9,2,8,7,0,5,10,0,0,0,0,1,0 +15556,0,0,1,9,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,1.150271707,7,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.9521615253,0.4256759331,3.3166247904,0.3,0.8,0.7,2,3,9,5,8,0,9,6,3,4,7,1,0,0,0,1,0 +15557,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.8,0.8692669325,11,1,1,0,1,1,1,1,2,1,74,3,0.3741657387,0.6747818748000001,0.3303028913,2.8284271247,0.4,0.1,0.0,2,2,5,1,7,1,8,8,1,4,5,0,0,1,0,0,0 +15560,0,5,2,5,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,1.5,1.3763629609,11,0,0,0,1,15,1,1,2,1,5,2,0.4472135955,1.118862136,0.32557641190000003,3.3166247904,0.9,0.0,0.5,2,1,9,2,9,2,5,8,3,4,5,0,1,0,0,1,0 +15562,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7564870966,0.30331501780000003,3.6055512755,0.0,0.8,0.6,2,3,9,1,7,3,9,6,0,3,5,1,1,1,0,1,1 +15564,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,1.1,1.1739356881999998,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6910585963,0.3619392214,3.4641016151,0.2,0.6,0.6,1,3,9,1,11,0,7,7,1,2,6,0,1,0,1,0,0 +15566,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.4,0.6144102864000001,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9855358906,0.3788139385,3.6055512755,0.2,0.3,0.2,1,3,8,2,10,2,6,4,3,3,10,0,1,0,1,0,0 +15567,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,-1.0,6,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.7753564895999999,-1.0,3.3166247904,0.1,0.0,0.4,3,3,7,4,11,4,5,2,0,1,4,0,1,1,0,1,0 +15568,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.8,1.1302654555,11,1,-1,0,-1,11,1,1,0,1,104,3,0.4472135955,0.8050332368,0.4246174749,3.0,0.5,0.5,0.1,3,1,9,5,8,1,6,5,0,1,8,0,1,0,1,0,1 +15571,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.6,1.0677078251999998,11,1,1,0,0,4,1,0,2,1,12,3,0.4,0.8834450784000001,0.3248076354,3.6055512755,0.0,0.4,0.9,4,1,10,4,7,2,9,5,3,6,5,0,0,1,0,1,0 +15572,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,3,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5783275974000001,0.3583294573,2.8284271247,0.8,0.2,0.6,3,2,10,2,9,1,5,8,3,2,14,0,1,0,0,0,0 +15573,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.9,-1.0,11,1,0,0,1,1,1,1,0,1,38,3,0.316227766,0.7010912392,0.299165506,3.3166247904,0.8,0.1,0.3,3,0,10,2,9,4,1,4,1,3,11,0,1,0,1,1,0 +15574,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.5,0.8692669325,10,0,-1,0,0,4,1,1,0,1,104,2,0.4472135955,0.7460640524,-1.0,2.6457513111,0.5,0.2,0.7,4,0,8,3,7,3,8,5,0,2,9,0,1,1,0,0,0 +15575,0,2,2,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.2,1.010878331,11,1,-1,0,-1,14,1,0,1,1,72,3,0.4,1.1992042816,0.4093897898,3.7416573868,0.3,0.3,0.3,3,3,7,0,8,3,12,6,0,5,7,1,0,1,0,0,0 +15576,0,1,1,7,0,3,0,1,0,0,0,0,1,0,1,4,1,0,0,0.2,0.2,-1.0,11,0,1,9,0,17,-1,0,0,1,104,2,0.8185352772,1.9521655701,-1.0,3.4641016151,0.0,0.9,0.0,1,3,9,0,9,4,4,6,2,0,9,0,1,1,1,0,1 +15577,0,0,1,4,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.5,1.0845505982,7,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6103616324000001,0.34727510710000004,3.0,0.0,0.6,0.9,0,1,7,1,10,3,5,7,2,1,11,1,1,0,0,0,1 +15578,0,1,2,1,1,3,0,0,0,1,0,0,0,0,0,1,0,0,1,0.7,0.3,0.7271519786,7,1,0,0,0,11,1,1,1,1,103,3,0.316227766,0.5899117457,0.2887905816,2.6457513111,0.0,0.2,0.6,2,2,8,5,8,3,11,5,1,4,2,1,1,0,0,0,0 +15579,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6224949799,7,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.51840107,0.3893584467,1.4142135624,0.7,0.4,0.1,3,3,8,2,11,2,13,4,2,5,6,0,0,0,0,0,0 +15580,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,1.4,1.1288821905,11,0,1,0,1,9,1,0,2,1,93,3,0.4,1.0898233233,0.3210918872,3.7416573868,0.3,0.3,0.4,3,2,7,3,6,6,8,3,1,2,11,0,1,1,0,0,0 +15582,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.5645794895,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7051903206999999,0.3583294573,3.4641016151,0.1,0.1,0.8,2,1,9,1,10,4,9,5,3,3,12,0,1,1,0,0,0 +15585,0,2,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.0,0.2,-1.0,5,1,1,0,1,1,1,1,2,1,65,1,0.316227766,0.6475637752000001,0.2898275349,3.3166247904,0.1,0.3,0.1,3,1,8,1,12,2,6,6,1,1,3,0,1,0,0,1,0 +15588,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.7,0.7,0.6923691212,11,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.6858818297,0.2887905816,3.4641016151,0.4,0.6,0.3,1,1,10,4,9,2,11,4,0,4,8,0,0,1,1,0,1 +15590,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.8742854225,11,1,0,0,0,4,1,1,2,1,48,3,0.316227766,0.5977229519,0.2966479395,2.4494897428,0.5,0.9,0.0,0,1,10,4,10,3,7,5,1,4,9,0,1,1,1,1,0 +15599,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.3,0.3,-1.0,7,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8430194648999999,0.3181194744,3.6055512755,0.5,0.9,0.4,1,3,8,4,9,3,4,5,2,5,6,0,1,1,0,0,0 +15602,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.3,0.8366600265,11,0,1,0,1,10,1,0,0,1,28,3,0.3741657387,1.0640636282,0.32984845,3.7416573868,0.9,0.5,0.8,2,1,8,4,8,2,14,6,1,4,10,0,0,1,0,1,0 +15603,0,1,1,6,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,0,0,0,11,1,1,0,1,44,1,0.423792402,0.580342589,-1.0,1.0,0.4,0.8,0.8,0,4,9,1,9,3,4,4,4,3,12,0,1,0,0,1,0 +15606,1,0,1,1,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.5,0.2,0.4974937186,7,1,1,0,1,0,1,0,-1,1,87,3,0.316227766,0.8087844159,0.2944486373,3.7416573868,0.6,0.0,0.4,3,4,6,3,6,3,9,6,1,3,8,0,1,0,1,0,1 +15609,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.0,0.68556546,7,1,-1,2,-1,0,1,1,1,1,100,0,0.3997499218,0.7933608811,0.423083916,3.6055512755,0.8,0.5,0.4,4,1,9,3,7,2,10,4,0,6,5,1,1,0,0,0,1 +15611,0,6,1,5,1,4,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.6,-1.0,6,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.6753633855,0.3887158345,3.0,0.9,0.3,0.4,2,1,8,3,7,2,5,4,2,1,5,0,0,0,0,0,0 +15612,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.425,6,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.8029902792,0.3958535083,2.4494897428,0.9,0.6,0.7,2,2,10,3,10,3,11,6,1,1,10,1,0,0,0,1,0 +15613,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.9,0.3,0.6800735254000001,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6164916735,0.3687817783,2.8284271247,0.9,0.5,0.1,4,0,10,3,8,1,10,7,2,4,9,0,0,1,0,0,1 +15616,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,0.4,0.7022285953,7,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.8947274390000001,0.4101219331,3.3166247904,0.3,0.5,0.1,1,1,7,3,9,3,11,8,1,1,7,0,1,1,0,0,0 +15619,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.3960744879,11,1,-1,0,-1,1,1,1,1,1,51,2,0.3741657387,0.8335922463,0.4017461885,3.6055512755,0.1,0.9,0.0,3,3,7,7,7,1,6,7,1,0,3,0,0,1,0,1,0 +15621,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.6,1.3,1.337908816,11,1,1,0,0,0,1,0,2,1,34,2,0.4,0.869715447,-1.0,3.6055512755,0.9,0.4,0.4,2,2,9,4,8,1,11,6,1,4,8,0,1,0,1,0,0 +15622,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.9949874371,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6318835807000001,0.3685105155,2.8284271247,0.1,0.7,0.6,3,3,8,3,9,2,5,4,2,2,8,0,1,1,0,1,1 +15632,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,0.9,1.9702474464,11,1,1,0,0,1,1,1,2,1,85,3,0.3741657387,0.89140756,0.3459768778,3.6055512755,0.3,0.2,0.9,5,2,9,2,8,2,9,6,3,2,8,0,1,1,0,1,0 +15634,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,10,1,-1,0,1,1,1,0,0,1,65,3,0.316227766,0.6798456315000001,0.3507135583,3.7416573868,0.9,0.2,0.7,3,1,6,2,11,2,5,7,2,2,10,0,1,1,0,0,0 +15636,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.7,1.0908712115,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.7842588753,-1.0,3.6055512755,0.1,0.8,0.3,3,0,7,2,10,2,10,1,1,2,11,0,1,1,1,0,0 +15640,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.8710625695,11,1,0,0,0,4,1,1,2,1,50,2,0.4,0.6628887445,0.3201562119,3.0,0.7,0.5,0.6,2,0,7,4,10,1,9,4,1,3,6,1,0,1,0,1,0 +15643,1,5,1,6,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.7,0.7,0.8147085368000001,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8123784079,0.3663331817,3.6055512755,0.2,0.6,0.0,2,1,10,0,10,3,9,6,3,5,6,1,0,0,1,0,0 +15644,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6254998002000001,6,1,-1,0,1,11,1,1,0,1,104,1,0.423792402,0.4064307449,0.3867815921,0.0,0.4,0.9,0.9,2,1,6,5,9,3,11,6,0,3,4,0,0,1,1,0,0 +15649,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,0.425,11,1,1,0,1,11,1,0,2,1,11,2,0.316227766,0.7605185269,0.30331501780000003,3.7416573868,0.5,0.0,0.7,0,1,9,4,11,0,6,7,1,3,9,0,1,1,0,0,0 +15652,0,4,1,7,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.9,0.8,1.6263455966999998,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7940376992,0.3681032464,3.4641016151,0.8,0.1,0.4,5,2,8,0,8,1,3,3,1,0,8,0,1,0,1,0,0 +15658,0,4,1,8,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,1.0,1.1926860442,6,1,-1,2,0,11,1,1,4,1,14,0,0.3741657387,0.6871157829000001,0.4302324953,3.0,0.8,0.0,0.0,5,1,5,2,9,4,10,5,1,3,7,0,1,1,0,1,0 +15659,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0.5,0.3,0.9433981132,11,1,-1,0,-1,6,1,1,2,1,104,2,0.4,0.8071606188,-1.0,3.3166247904,0.3,0.5,0.7,2,2,7,4,11,3,7,4,1,5,9,0,1,0,0,0,1 +15661,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.8432308591,10,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7832307534999999,0.3850973903,3.3166247904,0.0,0.4,0.9,1,2,9,4,9,3,8,5,2,3,6,0,1,0,0,0,0 +15666,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.651440711,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5309433364,0.3687817783,1.4142135624,0.2,0.7,0.6,4,2,6,2,11,3,5,6,0,3,7,0,0,0,0,0,1 +15669,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.4247806849000002,7,1,0,0,0,11,1,1,3,1,103,1,0.316227766,0.5325364225,0.2887905816,2.0,0.9,0.6,0.4,1,1,8,3,9,2,5,3,2,3,4,0,1,0,1,1,0 +15672,0,4,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.4,0.5,0.7668930825,10,0,-1,0,1,11,1,1,0,1,44,3,0.4458699362,0.6865141316,0.4458699362,2.2360679775,0.7,0.8,0.8,3,4,8,2,8,1,7,2,0,3,6,1,1,1,1,1,0 +15675,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.7818247886,7,1,-1,0,-1,6,1,0,2,1,104,3,0.4472135955,1.1818105769,0.4177319715,3.7416573868,0.8,0.7,0.0,3,2,4,3,9,2,8,9,1,1,6,0,1,0,1,1,0 +15676,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,11,0,0,0,0.5,0.1,0.4444097209,6,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.8030417381,0.4013726448,3.1622776602,0.4,0.9,0.6,3,1,9,2,8,2,8,4,0,4,9,0,0,0,1,0,0 +15679,0,6,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,4,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7407138616,0.4062019202,2.8284271247,0.7,0.6,0.5,2,2,9,4,10,3,11,5,2,2,7,0,1,1,0,0,0 +15686,0,4,3,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.9,0.8261355820999999,11,1,-1,0,-1,4,0,1,0,1,48,1,0.316227766,0.6276020216,0.3748332963,3.3166247904,0.5,0.9,0.9,2,2,7,4,9,2,10,6,2,4,2,0,0,0,0,0,0 +15687,0,5,3,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5994789403999999,7,1,-1,0,-1,1,1,1,2,1,74,3,0.4242640687,0.6603123478,0.4260281681000001,2.4494897428,0.2,0.5,0.3,3,3,10,2,9,1,7,3,2,0,7,0,1,1,0,0,0 +15689,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.9,0.0,0.8986100378,11,1,-1,0,-1,1,1,0,2,1,85,3,0.4,0.9659278073,0.4074309757,3.6055512755,0.9,0.3,0.5,4,4,7,3,9,5,10,7,5,2,14,0,0,1,0,0,0 +15693,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.9360822613,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7163526764,0.3598610843,3.4641016151,0.1,0.6,0.3,2,2,9,1,6,2,10,5,1,5,5,0,0,1,1,0,0 +15696,1,2,2,6,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.7,0.2,1.2987975208,6,1,-1,0,0,4,1,1,0,1,12,2,0.4,0.8836637201,0.3708099244,3.6055512755,0.0,0.2,0.7,3,1,8,3,10,1,11,7,0,6,8,0,0,1,0,0,0 +15697,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6846531968999999,7,1,1,0,0,14,1,0,2,1,82,3,0.316227766,0.7939205989,0.3292415527,3.7416573868,0.6,0.8,0.8,1,2,7,3,11,2,5,1,1,1,6,1,1,1,1,1,0 +15701,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7652681429000001,0.3887158345,3.4641016151,0.0,0.4,0.4,3,3,7,2,9,1,9,7,0,5,7,0,1,1,0,1,1 +15705,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,9,1,1,0,1,0,1,1,2,1,62,3,0.4,0.8328607475,0.32,3.0,0.9,0.0,0.4,2,3,8,2,11,2,6,10,1,0,9,0,0,1,0,0,0 +15708,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,5,0,1,0,1,15,1,1,2,1,5,2,0.4472135955,1.1597769806,0.32557641190000003,3.6055512755,0.5,0.7,0.2,4,3,6,5,12,5,8,6,1,0,3,0,0,0,1,0,0 +15710,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,3,0.3160696126,0.5397045411,0.366469644,2.2360679775,0.1,0.9,0.1,1,3,9,2,5,1,5,7,3,0,8,1,0,1,0,0,0 +15713,0,1,1,5,0,6,1,0,0,0,0,0,0,0,0,5,0,0,0,0.4,0.0,0.7314369419,4,1,-1,0,1,6,0,1,0,1,27,2,0.3741657387,0.7524477962,0.3907684737,3.4641016151,0.8,0.5,0.0,1,1,9,3,11,3,6,5,0,4,6,0,1,1,0,0,1 +15714,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.7,1.0,7,1,-1,0,-1,11,1,1,2,0,104,2,0.4469899328,0.5732140788000001,0.4086563348,0.0,0.8,0.2,0.4,1,3,6,5,8,3,11,4,0,1,10,0,1,0,1,1,0 +15717,0,0,1,7,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.3,0.3,-1.0,11,1,-1,8,-1,11,1,1,2,1,24,2,0.5291502621999999,1.2033699238,0.5394441584,3.3166247904,0.1,0.1,0.2,3,3,7,3,9,4,11,6,0,4,5,1,0,0,0,1,0 +15718,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.6684870978999999,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6426153947,0.3924283374,2.6457513111,0.1,0.8,0.9,3,0,8,1,8,4,6,6,2,2,5,0,1,0,0,0,0 +15723,0,2,4,6,1,6,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,6,0,-1,8,1,13,1,1,0,1,4,2,0.4976946855,1.0267697884,0.5186520992,2.6457513111,0.7,0.5,0.1,3,1,8,0,9,2,11,6,1,3,12,0,1,0,0,0,1 +15724,0,6,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,1.2,0.8351646544,8,1,-1,0,0,9,1,0,0,1,93,2,0.4,0.9663426834,0.3872983346,3.7416573868,0.2,0.3,0.9,2,1,8,4,8,2,13,5,1,8,8,0,1,0,0,0,0 +15728,0,1,3,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,1.2,1.0974402034,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7797806429999999,0.3708099244,3.4641016151,0.1,0.8,0.3,3,2,9,3,10,1,9,3,3,3,6,0,1,1,0,1,0 +15730,0,7,1,9,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7198090023999999,6,1,-1,2,0,0,1,1,0,1,100,0,0.3997499218,0.8244663939,0.423083916,3.4641016151,0.0,0.2,0.8,2,2,6,3,10,3,10,7,1,5,5,0,0,0,0,0,0 +15732,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6911781773000001,0.3615245497,3.1622776602,0.4,0.2,0.6,1,1,6,4,8,0,9,4,3,2,3,0,0,1,0,0,0 +15740,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,-1.0,5,1,1,0,1,0,1,0,2,1,87,1,0.316227766,0.7813555714,0.2944486373,3.7416573868,0.5,0.9,0.0,2,3,9,1,5,3,9,3,1,3,7,0,0,1,0,0,0 +15745,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.5,0.7110731326999999,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.6797696499,0.3615245497,3.4641016151,0.8,0.3,0.4,2,1,9,2,7,4,9,2,1,0,8,1,0,0,0,1,0 +15746,0,6,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.5,0.9110433579,10,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.8119204862999999,0.4141255848,3.1622776602,0.0,0.7,0.8,3,2,8,1,10,3,8,2,1,7,3,0,0,0,0,1,0 +15747,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.3,0.0,1.5546301811,4,1,-1,0,0,11,0,1,0,1,101,3,0.3741657387,0.7937253933,0.3850973903,3.3166247904,0.7,0.6,0.8,2,3,9,2,8,2,8,2,0,3,3,0,0,1,0,1,0 +15748,0,2,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.9,0.5,0.7925433742,7,0,1,0,1,10,1,1,3,1,83,2,0.4242640687,0.8751859307,0.3420526275,2.6457513111,0.1,0.7,0.4,3,3,9,7,12,2,4,7,4,1,9,1,1,1,0,0,0 +15751,1,5,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,1.7,1.607210316,11,0,1,0,0,10,1,1,2,1,83,2,0.4242640687,0.8803995148999999,0.3420526275,2.6457513111,0.3,0.8,0.3,2,3,8,4,9,3,7,5,1,3,13,1,1,1,0,0,0 +15753,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.8,0.7901740315000001,5,0,0,8,1,9,1,1,2,1,13,3,0.4472135955,0.9658208516,0.3991240409,3.1622776602,0.1,0.3,0.6,0,1,9,4,9,4,5,6,1,4,12,1,1,0,0,1,0 +15759,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.920597632,4,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.6298366572999999,0.3615245497,3.0,0.4,0.3,0.9,2,2,6,2,9,4,7,6,2,5,8,1,1,0,0,0,0 +15761,0,0,2,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.3,0.3,-1.0,11,0,1,0,1,11,1,0,2,1,101,3,0.3741657387,0.9381712473,0.3214031736,3.6055512755,0.2,0.5,0.6,2,3,9,2,8,1,8,8,2,4,5,0,1,1,0,0,0 +15762,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.6,1.0216408371,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5683636073,0.3583294573,2.6457513111,0.6,0.3,0.2,2,3,9,5,9,1,7,3,2,4,8,0,1,0,0,1,0 +15768,0,0,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.6,1.1205467416,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6949047143000001,0.3701351105,3.1622776602,0.2,0.4,0.7,2,1,8,4,9,0,9,7,3,6,4,0,0,1,0,0,0 +15769,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.8,0.8,0.6229967896999999,7,0,1,0,0,15,1,1,2,1,5,2,0.4242640687,0.9690350487,0.32557641190000003,3.0,0.4,0.5,0.6,2,2,7,4,10,2,8,4,1,3,6,0,0,1,0,1,0 +15770,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.8,0.9082951062,11,1,1,0,0,14,0,0,2,1,42,2,0.4,0.8924702809999999,0.3376388603,3.6055512755,0.1,0.4,0.7,3,0,7,3,9,2,9,1,4,4,4,0,1,1,0,0,0 +15771,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.1,0.334477204,10,0,-1,8,1,13,1,1,0,1,104,3,0.5,1.0832782355,0.500999002,2.6457513111,0.1,0.3,0.7,3,0,9,6,11,3,8,8,2,3,12,0,0,0,1,0,0 +15772,0,2,2,3,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.6,0.9256754291,7,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8793721934000001,0.374566416,3.6055512755,0.0,0.9,0.9,2,2,8,4,10,1,7,3,2,1,9,0,0,1,1,0,0 +15773,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.6408002809000001,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6505560241,0.3521363372,3.3166247904,0.3,0.4,0.3,1,2,7,1,12,0,6,5,2,3,11,0,0,1,1,0,0 +15777,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.2,0.5244044241,10,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.8124038404999999,0.3937003937,3.6055512755,0.5,0.3,0.9,2,1,6,2,10,3,7,5,1,4,7,0,1,0,0,0,1 +15780,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.1,1.3699908759,11,1,-1,0,-1,14,1,1,2,1,104,2,0.4472135955,1.0206114477,0.4349712634,3.1622776602,0.5,0.6,0.9,1,2,10,1,9,3,10,8,2,5,14,1,1,1,0,0,0 +15781,0,5,1,7,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.3,1.6768646338,11,0,1,0,0,6,1,1,2,1,104,2,0.4472135955,0.9911905355,-1.0,3.4641016151,0.3,0.7,0.2,2,2,9,4,9,4,11,2,2,2,9,0,1,1,0,0,0 +15783,0,6,2,3,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.6,1.5773791553999998,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7921880984999999,0.3850973903,3.3166247904,0.0,0.4,0.4,3,4,8,3,11,2,10,8,0,3,5,0,1,0,0,0,0 +15789,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6139014579,10,1,-1,0,1,7,1,1,0,1,104,3,0.4,0.8627387679999999,0.4176122604,3.1622776602,0.5,0.6,0.3,4,3,6,2,9,2,11,5,0,4,15,1,0,0,0,1,1 +15795,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.5,0.8038967595000001,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7621468156,0.374566416,3.3166247904,0.2,0.5,0.5,3,0,8,2,9,2,5,9,1,2,8,0,1,1,0,1,0 +15798,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.8,0.2,0.5814851675,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.6981380195,0.3768288736,3.4641016151,0.8,0.6,0.8,4,2,7,5,10,3,6,2,4,2,11,1,1,0,1,0,0 +15799,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.8728545125,7,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.835968286,0.423083916,3.3166247904,0.5,0.9,0.2,3,3,9,7,11,3,14,3,1,1,5,0,1,0,0,1,0 +15801,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7314369419,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.6877769915,0.3615245497,3.3166247904,0.7,0.9,0.9,3,4,6,5,11,2,4,11,1,1,4,0,1,1,0,1,0 +15806,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.0,1.1330269194,7,1,-1,1,-1,3,1,0,2,1,45,3,0.4,0.8874701718000001,0.3498571137,3.7416573868,0.4,0.7,0.0,2,1,8,2,11,1,8,9,1,1,10,0,1,1,0,0,0 +15809,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.7533259587000001,10,1,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.652553788,0.4129164564,2.2360679775,0.1,0.3,0.8,3,2,10,2,7,1,7,3,1,1,5,0,1,1,1,1,0 +15811,0,5,1,8,1,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,1.3,1.678913339,8,1,-1,0,-1,11,0,1,2,1,53,2,0.4688283268,0.5660870476,0.4318564576,0.0,0.4,0.7,0.4,1,0,8,3,8,2,7,9,2,2,9,0,1,1,0,1,0 +15814,0,2,2,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.8050621094,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3160696126,0.4766229343,0.3640054945,1.0,0.9,0.7,0.4,2,4,8,1,8,1,10,3,0,1,8,0,1,0,1,1,0 +15815,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.2,1.460094175,1,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.7058638691,0.2887905816,3.4641016151,0.7,0.7,0.0,4,5,6,4,7,3,13,3,1,1,5,0,1,1,0,0,0 +15816,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,0,0,1,32,1,0.316227766,0.7653248379,0.3615245497,3.7416573868,0.6,0.2,0.8,3,1,7,3,7,1,10,6,2,3,9,0,0,1,0,0,0 +15817,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.4,0.0,0.5562148865,7,1,0,0,0,0,1,1,3,1,39,3,0.316227766,0.6571916207999999,-1.0,2.6457513111,0.3,0.2,0.5,4,1,9,2,11,0,5,11,1,3,9,0,1,0,0,0,0 +15819,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5728219619,7,1,1,0,0,1,-1,0,2,1,80,3,0.316227766,0.8153080845,-1.0,3.6055512755,0.7,0.6,0.8,3,2,8,0,10,4,3,8,0,4,5,0,0,1,0,0,0 +15824,0,2,2,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.7,1.5413062642,6,1,-1,0,1,6,1,1,0,1,77,2,0.3741657387,0.7711749112999999,-1.0,3.4641016151,0.4,0.5,0.6,4,1,7,2,11,4,6,3,0,2,10,0,1,1,0,0,0 +15829,0,7,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.3,0.8681877677,7,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,0.7979959403,0.3420526275,2.2360679775,0.2,0.1,0.1,0,1,7,3,10,1,7,5,1,4,8,0,0,0,0,0,0 +15832,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.4,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.639068925,0.3583294573,3.1622776602,0.3,0.0,0.6,2,1,7,2,11,5,5,8,0,7,4,0,1,1,0,1,0 +15834,0,4,1,2,0,1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4905354218,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7445393495,0.3958535083,2.0,0.4,0.6,0.0,2,2,7,6,9,1,15,9,2,1,2,0,1,1,0,0,0 +15835,0,1,1,8,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.6509608283,6,1,-1,2,1,0,1,1,0,1,104,0,0.4,0.7523791465999999,0.4123105626,3.0,0.0,0.9,0.2,1,3,9,2,11,3,9,9,1,2,8,0,1,1,1,0,0 +15838,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.6,0.4,0.6103277807999999,7,1,-1,0,-1,7,1,1,0,1,92,3,0.3741657387,0.6287203323,0.3926830783,2.4494897428,0.9,0.4,0.5,1,3,6,2,9,1,11,5,2,6,6,0,1,1,0,0,0 +15839,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.75,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8897023367,0.3848376281000001,3.6055512755,0.3,0.0,0.4,2,1,10,3,11,1,8,4,0,0,13,0,0,0,0,1,0 +15840,0,3,4,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.4,0.8215838363,7,1,-1,0,-1,1,1,1,3,1,64,3,0.3160696126,0.518201754,0.3701351105,1.4142135624,0.6,0.2,0.2,3,3,7,3,11,2,6,3,1,3,10,0,0,1,0,0,0 +15844,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.4,0.0,1.2098553633,10,1,-1,0,-1,6,1,1,2,1,33,3,0.4,1.0103570067,-1.0,3.7416573868,0.7,0.5,0.5,3,1,9,4,9,2,16,7,1,7,9,0,1,0,1,0,1 +15847,0,1,1,2,1,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.9,0.4,0.7232738070999999,11,1,1,0,1,14,1,1,2,1,82,3,0.316227766,0.7266332416,0.3292415527,3.4641016151,0.5,0.7,0.3,4,3,9,2,10,2,9,4,3,6,2,0,0,0,0,1,0 +15850,0,2,2,2,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,1.8,1.7762319668000002,7,0,-1,0,-1,14,0,1,2,1,68,3,0.4472135955,0.8624992514,0.4272001873,3.0,0.8,0.6,0.5,3,1,9,3,8,2,10,7,1,0,9,0,0,0,0,0,0 +15852,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0.0,0.0,-1.0,6,1,-1,0,1,1,0,1,0,1,91,2,0.4236744033,0.7386048944,0.4347413024,2.0,0.9,0.9,0.5,1,0,8,2,11,2,15,9,0,4,6,0,1,0,0,0,1 +15855,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.4,0.5629165125,10,1,-1,0,1,14,1,1,0,1,82,1,0.3160696126,0.4340849595,0.3774917218,0.0,0.3,0.1,0.2,1,1,8,2,9,2,4,4,4,3,12,0,0,0,0,1,0 +15858,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0.4,0.0,0.7344215411,7,1,-1,0,-1,6,1,1,0,1,27,3,0.4,0.7322838722,0.3907684737,3.1622776602,0.0,0.8,0.8,4,1,9,3,10,2,4,1,3,3,7,0,1,1,0,1,0 +15860,0,0,1,5,0,1,1,0,0,0,0,0,0,0,0,3,1,0,0,0.2,0.3,-1.0,11,0,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.9323501807,0.4130375286,3.4641016151,0.3,0.7,0.4,2,2,8,4,10,3,11,5,2,2,5,0,0,0,0,1,0 +15866,0,0,2,3,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.3,1.0591860082,2,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6260033268999999,0.3687817783,2.8284271247,0.5,0.7,0.6,2,3,6,3,9,1,11,3,1,4,7,0,1,1,1,0,0 +15873,0,4,2,4,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.4,0.5,0.7280109889,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9619346037,0.4074309757,3.3166247904,0.6,0.7,0.7,3,2,7,2,10,0,13,1,0,4,4,0,1,1,1,1,0 +15876,1,2,1,10,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.9,0.5,0.9082951062,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7517060486,0.3615245497,3.6055512755,0.0,0.0,0.6,1,4,10,3,10,2,5,5,0,4,4,0,1,0,0,0,0 +15877,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.5,0.4107919181,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.6182152397,0.3943348831,2.4494897428,0.2,0.2,0.6,1,2,8,5,7,0,6,6,0,3,4,0,0,1,0,1,0 +15879,0,2,1,6,1,1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,7,1,-1,2,-1,11,1,1,2,1,14,0,0.4242640687,0.6427118424,0.4302324953,2.4494897428,0.9,0.9,0.5,3,4,7,3,10,0,7,5,0,0,8,0,1,1,1,0,0 +15880,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,62,3,0.4,0.8043399840000001,0.3826225294,3.0,0.6,0.8,0.4,4,0,9,3,11,2,7,4,2,3,5,0,1,1,1,1,0 +15882,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.5,1.0043654713,11,1,1,0,0,11,1,0,2,1,101,3,0.3741657387,0.9355910317,0.3214031736,3.6055512755,0.1,0.4,0.6,3,0,7,7,10,2,16,8,2,4,5,0,1,1,0,0,0 +15884,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.57797023,0.366469644,2.2360679775,0.5,0.7,0.5,0,0,9,2,7,3,6,2,2,2,3,0,1,1,0,1,0 +15886,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.4,0.2,0.5910795209,6,1,-1,0,1,4,1,1,0,1,84,2,0.316227766,0.7143019479,0.3667424164,3.4641016151,0.5,0.7,0.8,3,3,9,4,9,3,11,2,2,2,9,1,1,1,1,0,0 +15887,0,3,2,5,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.7,0.9,1.1163556781,9,0,1,8,1,13,1,0,0,1,20,3,0.4472135955,1.2711028595,0.3714835124,3.7416573868,0.2,0.8,0.9,4,2,9,5,6,0,11,4,3,4,10,0,0,1,1,1,0 +15888,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.54886246,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7538722353,0.3666060556,3.4641016151,0.0,0.6,0.1,2,2,8,5,9,5,9,7,0,3,9,1,1,1,0,1,0 +15889,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.638846617,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7613466755,0.4306971093,2.6457513111,0.2,0.3,0.0,0,1,5,2,7,2,8,5,2,6,6,0,1,0,0,0,0 +15891,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.5,0.2,0.5332682252000001,7,1,-1,0,-1,11,1,1,3,1,99,2,0.316227766,0.5912935812,0.3734969879,2.0,0.8,0.5,0.7,2,4,6,2,11,3,9,6,1,2,10,0,1,0,0,0,0 +15892,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.4981214711,5,1,1,0,0,10,1,1,2,1,28,3,0.3741657387,0.7115632889,0.3248076354,2.6457513111,0.3,0.3,0.5,3,2,5,3,8,3,6,4,0,3,9,0,0,0,0,1,0 +15896,0,4,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,4,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6025428211,0.3685105155,2.6457513111,0.0,0.9,0.2,2,3,7,5,8,2,8,8,1,4,9,0,1,0,1,0,1 +15898,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.8,0.1,0.5910795209,10,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.7054393157,0.3701351105,3.1622776602,0.0,0.4,0.8,2,0,8,2,9,0,11,3,3,1,7,0,0,1,0,0,0 +15899,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.4,-1.0,11,1,-1,1,-1,3,1,0,2,1,102,2,0.4,0.9662913682,-1.0,3.6055512755,0.3,0.6,0.3,2,2,8,2,9,3,7,5,1,1,7,1,0,0,0,0,0 +15901,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.701338007,5,1,-1,0,-1,0,0,1,3,1,32,1,0.3160696126,0.4344655689,0.3708099244,0.0,0.7,0.8,0.3,2,1,9,2,9,4,11,3,2,5,11,0,1,0,0,0,0 +15905,0,1,1,7,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.5419870847,7,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.9792791243,0.4308131846,3.6055512755,0.2,0.0,0.1,3,5,7,2,11,3,9,5,1,1,8,0,1,1,0,0,1 +15907,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.0,1.4,1.8201991649,11,1,1,0,1,6,1,1,2,1,27,3,0.3741657387,0.764298955,0.3204684072,3.6055512755,0.6,0.2,0.1,3,4,7,3,10,1,8,2,1,2,5,0,0,1,0,1,0 +15912,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.5640257086,6,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7662293638,0.374566416,3.3166247904,0.4,0.8,0.8,3,2,9,2,8,5,10,8,2,3,8,0,1,1,1,0,0 +15916,0,2,2,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.4,0.0,1.0764525071,7,1,-1,2,-1,11,1,1,0,1,94,0,0.3741657387,0.765231019,0.4301162634,3.4641016151,0.5,0.8,0.7,0,5,8,6,8,4,7,6,0,2,6,0,1,1,0,0,0 +15919,0,3,1,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.9,1.2270391192,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7927512507,0.3814446225,3.1622776602,0.6,0.4,0.7,4,3,7,3,8,3,8,7,1,4,9,0,1,0,1,0,0 +15920,1,0,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.7636262175,7,0,0,1,1,9,1,1,2,1,61,3,0.4472135955,0.9547077784,0.3819685851,3.1622776602,0.2,0.9,0.2,4,0,9,1,9,1,6,1,1,2,13,0,0,0,0,0,0 +15922,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.6763874629000001,11,1,0,1,0,3,1,1,0,1,102,2,0.4,0.8245835413,0.3268026928,3.4641016151,0.3,0.1,0.5,4,2,8,2,9,2,7,5,2,1,4,0,1,1,0,0,0 +15924,0,3,1,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.4,0.1,-1.0,4,1,-1,0,1,1,0,1,4,1,64,1,0.316227766,0.6004646961,0.3619392214,2.8284271247,0.9,0.5,0.2,3,1,8,4,8,1,6,5,4,4,14,0,1,1,0,0,0 +15925,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.0,0.0,0.75,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6226277293,0.3768288736,2.6457513111,0.0,0.5,0.8,1,3,10,0,9,4,12,1,0,5,7,0,0,1,0,1,0 +15928,0,3,2,6,1,0,0,1,0,0,0,0,0,0,0,13,0,0,1,0.4,0.0,0.6264982043,4,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6841626359,0.3926830783,3.0,0.6,0.1,0.4,1,0,8,3,10,1,9,6,2,2,7,0,0,0,0,0,0 +15935,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.5700877125,7,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.6404898693,0.30331501780000003,3.1622776602,0.7,0.6,0.9,0,1,7,3,9,3,11,4,0,4,16,0,0,0,0,1,0 +15937,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.4,0.6015604708,11,1,-1,2,-1,0,1,0,2,1,100,0,0.4,1.0538134215,0.423083916,3.7416573868,0.3,0.5,0.3,2,2,8,4,10,4,11,5,2,2,5,0,1,0,1,1,0 +15940,0,1,1,10,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.8,2.0259257143,11,0,0,1,1,17,1,1,2,1,104,3,0.4472135955,0.9368048387,0.3832753579,3.0,0.2,0.3,0.9,3,2,8,2,8,4,7,4,1,4,11,0,1,1,1,1,0 +15943,0,2,4,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.4,0.7356969484999999,10,1,-1,0,0,10,0,1,0,1,89,2,0.3872983346,1.0174307295,0.4086563348,3.6055512755,0.0,0.7,0.9,1,2,9,4,11,4,4,2,0,5,6,1,1,0,0,1,0 +15944,0,6,1,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.6,1.9013153342,6,1,-1,0,1,4,1,1,0,1,84,3,0.316227766,0.6809388269,0.3667424164,3.1622776602,0.8,0.9,0.7,0,1,8,3,7,2,5,8,1,6,8,0,1,0,1,1,0 +15945,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.7458216945,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8023210131999999,0.3615245497,3.7416573868,0.0,0.5,0.4,2,3,6,4,10,3,9,3,4,2,3,0,0,0,1,0,0 +15947,1,5,1,5,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.6,0.5373546315,5,0,0,0,1,15,1,1,3,1,5,2,0.4242640687,0.7403372026,0.32557641190000003,2.0,0.0,0.5,0.7,5,1,7,5,12,2,6,7,2,4,10,0,1,0,1,1,0 +15952,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4943429983,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5767535246,0.3583294573,2.8284271247,0.2,0.7,0.6,3,3,8,3,9,2,7,5,1,2,7,0,0,0,1,0,0 +15956,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.5830951895,7,1,-1,0,-1,10,1,1,0,1,55,2,0.4242640687,1.0929242751,0.416533312,3.4641016151,0.3,0.3,0.4,2,4,6,4,9,3,5,7,2,3,5,1,0,1,0,0,1 +15957,0,0,2,6,1,0,0,1,0,0,0,0,0,0,0,4,0,0,0,0.9,0.8,-1.0,11,1,0,0,0,1,1,1,2,1,25,3,0.3741657387,0.8448103606,-1.0,3.6055512755,0.2,0.0,0.7,2,1,8,4,10,2,6,5,2,4,7,0,0,0,1,0,0 +15960,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,1.1,0.7048936090000001,11,1,0,0,1,14,1,1,2,1,68,3,0.4,0.8380417947,0.3443835072,3.0,0.4,0.1,0.5,3,4,6,3,7,2,13,6,1,6,12,0,1,0,1,0,0 +15961,0,0,1,8,0,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.937416663,3,1,-1,0,-1,11,1,0,2,1,103,1,0.316227766,0.7032392584,0.3583294573,3.6055512755,0.4,0.0,0.7,1,2,8,3,10,3,8,7,0,2,11,0,1,1,0,0,0 +15962,0,4,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,32,1,0.316227766,0.554899291,0.3615245497,2.4494897428,0.5,0.9,0.3,2,1,7,2,8,3,5,2,1,0,12,0,1,1,1,0,0 +15964,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,5,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.737989227,0.3008321791,3.4641016151,0.3,0.8,0.6,3,1,7,2,8,2,6,6,0,5,10,0,1,1,1,0,1 +15968,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,43,3,0.4,0.6682281988000001,0.3663331817,2.8284271247,0.8,0.4,0.3,1,4,9,0,9,2,7,5,1,4,7,0,0,1,0,1,0 +15969,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6887488656999999,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7456346789,0.3887158345,3.4641016151,0.8,0.2,0.5,2,1,10,1,8,2,7,7,1,3,2,0,1,1,1,0,0 +15977,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,0.9974968672,9,1,-1,0,-1,14,0,1,2,1,60,1,0.316227766,0.63605512,0.34727510710000004,3.3166247904,0.9,0.3,0.7,2,3,9,1,8,2,7,5,2,0,14,0,0,0,0,1,1 +15980,0,1,2,0,1,-1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.6309714732,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6148976936,0.34727510710000004,3.0,0.9,0.8,0.7,3,2,9,5,9,2,12,4,0,4,8,0,1,0,0,0,0 +15982,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.5,0.2,0.6005206075,11,0,-1,1,-1,9,1,0,2,1,104,2,0.4242640687,1.3160876783,-1.0,3.6055512755,0.2,0.6,0.8,1,3,9,4,10,0,9,4,3,3,9,0,0,1,1,1,0 +15983,0,2,2,0,1,-1,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.9,1.2678722333,7,1,1,0,1,1,-1,1,1,1,70,3,0.3741657387,0.7670917494,0.33911649920000003,3.1622776602,0.8,0.9,0.1,3,2,9,4,6,2,11,6,1,1,11,0,1,1,0,1,0 +15985,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.6,0.6437196595,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8418545054000001,0.3848376281000001,3.6055512755,0.7,0.9,0.0,3,1,7,3,7,1,7,4,2,1,5,0,0,0,0,1,0 +15986,0,4,2,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.7508328709000001,7,1,-1,0,-1,11,1,1,3,1,19,1,0.3155946768,0.4222137644,0.3626292873,0.0,0.6,0.3,0.0,4,2,8,3,11,0,8,2,0,5,6,0,0,0,1,0,0 +15990,0,1,1,7,1,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5973901573,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7495315341,0.3887158345,3.4641016151,0.6,0.3,0.8,4,1,9,1,9,1,6,11,1,4,7,0,1,0,1,1,0 +15992,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.7331439149,8,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6466538154,0.3768288736,2.8284271247,0.3,0.7,0.1,4,2,7,3,10,2,7,5,4,5,6,0,1,0,0,1,0 +15994,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,11,1,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.7084933379,0.3248076354,2.6457513111,0.7,0.7,0.9,3,1,7,3,10,3,6,11,1,2,7,0,1,0,0,0,0 +15998,0,4,2,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.1,-1.0,6,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1336786461,0.416533312,3.7416573868,0.2,0.5,0.3,4,2,8,6,11,3,9,5,0,7,5,0,1,1,0,0,1 +16001,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.1,1.775,11,1,-1,0,-1,11,1,1,0,1,104,1,0.3741657387,0.5660870476,0.3612478374,2.2360679775,0.0,0.9,0.8,2,0,7,3,10,3,10,5,4,2,4,0,1,1,0,0,0 +16002,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.0,1.2412191587,7,1,-1,0,-1,6,1,1,2,1,26,1,0.3972404813,0.5706310846,0.3940812099,2.0,0.2,0.4,0.2,3,3,10,2,11,2,7,5,1,4,14,0,0,0,1,1,1 +16009,1,6,1,6,1,6,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.6501893831,0,1,-1,1,1,3,1,1,0,1,104,2,0.4242640687,0.8797304245,0.405339364,3.3166247904,0.6,0.8,0.2,0,2,6,3,10,4,8,7,0,2,8,0,0,0,0,0,0 +16014,0,2,1,5,1,3,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.4,0.6946221995,11,0,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,0.9392937385,0.4185689907,3.0,0.8,0.9,0.1,1,1,6,1,8,0,12,8,1,6,9,0,1,0,0,0,0 +16017,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.2,0.4677071733,7,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.8712226612999999,0.3708099244,3.6055512755,0.5,0.5,0.0,2,3,9,5,12,2,6,5,2,4,8,0,0,0,0,1,0 +16018,0,1,3,6,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.9324028099,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.6635273883,0.3820994635,2.0,0.6,0.0,0.5,4,2,8,3,7,2,11,4,1,4,4,0,1,1,0,1,0 +16022,0,5,2,1,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.3,0.4723610907,7,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8921836893,0.3903844259000001,3.4641016151,0.7,0.5,0.9,2,3,7,6,7,5,9,4,2,2,7,0,1,0,0,0,1 +16024,0,5,1,7,0,1,0,0,0,1,0,0,0,0,0,11,0,1,0,0.7,0.4,0.7681145748,11,0,0,0,1,11,1,1,3,1,57,2,0.4,0.6412152718,0.3135283081,2.6457513111,0.9,0.7,0.9,3,2,7,2,10,5,4,6,1,2,4,0,0,1,0,0,0 +16027,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5055937104,11,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6025428211,0.3292415527,2.6457513111,0.4,0.0,0.3,2,0,8,1,11,1,10,8,1,2,7,1,1,0,0,0,0 +16028,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,1.0535653753,11,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6383896321,0.3070830507,3.3166247904,0.6,0.2,0.2,3,2,7,2,12,3,15,5,4,2,7,0,1,0,0,0,0 +16033,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6642665128,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.8372895073000001,0.3974921383,3.3166247904,0.2,0.2,0.7,0,2,9,1,10,2,9,6,1,3,6,0,1,1,0,0,1 +16034,0,6,1,5,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.1,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.7723662258,0.4013726448,3.0,0.9,0.3,0.1,2,1,6,2,9,2,7,7,0,5,7,0,0,1,1,1,0 +16036,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.5049752469,10,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6962413849,0.3887158345,3.1622776602,0.4,0.7,0.3,3,2,7,3,11,2,5,6,1,3,4,0,1,1,1,0,0 +16037,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.0,0.7407766195000001,11,1,1,8,1,11,1,1,2,1,71,2,0.5291502621999999,1.3130778932,0.4125530269,3.6055512755,0.3,0.6,0.8,3,3,8,3,9,4,10,9,1,5,9,1,1,0,0,0,1 +16038,0,7,1,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.9,0.4,0.7327175445,7,1,1,0,0,11,1,0,2,1,67,2,0.3741657387,0.7920185531,0.3008321791,3.4641016151,0.6,0.3,0.0,2,0,8,2,10,3,7,8,1,1,14,0,0,1,1,0,0 +16042,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.9646890691,5,0,0,0,1,10,1,1,1,1,28,3,0.3741657387,0.894773622,0.3286335345,3.0,0.8,0.1,0.6,3,3,8,4,7,2,11,5,4,3,9,0,1,1,0,0,0 +16045,0,3,4,7,1,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.8,1.0793516572,11,1,0,0,1,0,1,1,2,1,43,1,0.3994996871,0.446288644,-1.0,0.0,0.3,0.5,0.2,2,1,5,3,11,2,10,7,0,0,7,0,1,0,0,0,0 +16046,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,1.1146748405,8,1,-1,0,1,6,1,1,0,1,73,3,0.4,0.7835999781,0.4180908992,3.0,0.7,0.6,0.3,1,3,10,4,11,2,12,4,0,2,11,0,1,0,0,0,1 +16047,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,-1.0,11,0,-1,1,-1,13,1,1,2,1,104,2,0.4472135955,1.1371815238,-1.0,3.4641016151,0.0,0.6,0.0,3,1,9,3,10,2,8,8,0,3,12,0,1,1,0,1,0 +16054,0,4,1,7,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.6446898479,7,1,-1,0,-1,1,1,1,0,1,64,3,0.3160696126,0.5332730682,0.3640054945,2.0,0.3,0.3,0.6,4,1,9,4,8,4,8,5,0,2,6,0,0,0,1,1,0 +16056,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.6403124237,11,1,-1,0,-1,14,1,1,0,1,68,3,0.4472135955,0.8516512886,0.4086563348,3.0,0.6,0.5,0.3,3,1,6,3,9,0,8,7,1,5,5,0,1,0,0,0,0 +16061,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.5,0.7611668674,7,1,1,0,0,14,1,1,2,1,42,2,0.4,0.6453104833,0.3376388603,2.4494897428,0.9,0.1,0.8,0,3,8,2,8,3,9,6,0,6,4,1,0,0,0,0,0 +16062,0,0,1,3,0,6,0,1,0,0,0,0,0,0,0,6,0,0,1,0.3,0.1,-1.0,7,1,-1,8,-1,11,1,1,2,1,71,2,0.4898979486,1.2032325606999998,0.4949747468,3.6055512755,0.2,0.3,0.8,4,0,8,4,10,3,4,7,2,3,6,0,1,1,1,0,1 +16063,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,8,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6732798713,0.3926830783,2.8284271247,0.2,0.4,0.0,2,3,8,2,10,3,10,5,3,6,9,0,0,1,1,0,0 +16064,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.8,0.8,0.938083152,11,1,-1,0,-1,6,1,1,2,1,104,2,0.4472135955,0.9630680142,-1.0,3.4641016151,0.6,0.3,0.4,3,2,8,3,8,5,6,5,0,3,8,0,1,0,0,0,0 +16065,0,1,2,6,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.1,0.2,-1.0,11,1,1,0,1,9,1,0,2,1,93,3,0.4,1.0512183015,0.3210918872,3.7416573868,0.0,0.1,0.5,5,2,9,3,9,1,10,10,4,5,12,0,1,0,0,1,1 +16068,0,0,2,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.7871120978,0.2944486373,3.6055512755,0.8,0.9,0.1,2,0,6,2,10,5,4,6,0,0,11,0,1,1,0,1,0 +16071,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.6,0.8580501151000001,11,1,1,1,0,16,1,0,2,1,104,3,0.316227766,0.889365546,0.3016620626,3.7416573868,0.9,0.7,0.3,1,2,8,5,10,1,12,5,1,4,3,0,0,1,0,0,0 +16077,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.3679364019999998,11,0,1,3,1,17,1,1,2,1,104,3,0.4472135955,1.2599029216,0.3748332963,3.6055512755,0.3,0.6,0.6,1,3,9,1,12,2,7,8,1,3,7,0,1,1,1,0,0 +16083,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,1.2160386506999998,11,1,0,0,1,6,1,1,2,1,104,2,0.4,0.7804295278,-1.0,3.0,0.7,0.1,0.1,3,2,9,3,8,4,11,4,1,5,10,0,1,0,0,0,0 +16088,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.7758060325,11,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6317854799,0.4031128874,1.7320508076,0.8,0.6,0.5,2,2,5,2,8,3,9,3,1,1,4,0,1,0,0,0,0 +16090,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.6652067347999999,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5713728574,0.3583294573,2.4494897428,0.3,0.0,0.8,4,3,8,4,10,3,13,7,1,1,5,1,0,1,0,1,0 +16092,0,4,2,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.5,0.3,1.0292594425,11,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7945059279000001,-1.0,3.6055512755,0.0,0.0,0.0,3,2,8,3,12,2,7,3,1,2,7,0,1,1,0,0,0 +16093,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.6991065727,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.6926413690000001,0.4201190308,2.2360679775,0.1,0.7,0.4,3,3,7,2,9,3,9,6,0,5,6,1,1,1,0,0,1 +16102,0,5,1,2,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.9,1.4267533072999998,11,0,1,9,1,17,1,1,2,1,104,2,0.7681145748,1.4215141502000002,-1.0,2.8284271247,0.8,0.6,0.5,3,2,8,2,11,2,8,9,0,0,9,0,0,1,0,0,0 +16107,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6892024376000001,11,1,-1,0,-1,0,1,1,2,1,66,1,0.3998749805,0.6602654111999999,0.3817066937,2.4494897428,0.7,0.7,0.2,3,1,7,5,9,2,10,9,0,1,7,0,0,1,1,1,0 +16109,0,2,2,7,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,1.7,1.6416455159,11,1,-1,0,-1,7,1,1,2,1,96,3,0.4472135955,0.7571286559,0.4301162634,2.8284271247,0.7,0.4,0.5,4,1,8,3,9,3,10,8,2,3,4,1,0,1,0,0,1 +16117,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.6046693311,10,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8530451045999999,0.3794733192,3.7416573868,0.6,0.1,0.8,3,1,9,3,8,3,10,9,3,3,9,0,0,0,0,0,0 +16120,0,6,1,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,1.1863810518,10,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.8479557333,0.3974921383,3.3166247904,0.8,0.2,0.0,1,2,9,1,10,3,5,3,1,1,13,1,1,1,1,0,0 +16122,1,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6675514961,6,1,-1,0,0,11,1,1,0,1,17,2,0.3741657387,0.8782089917,0.3903844259000001,3.6055512755,0.1,0.2,0.0,3,5,7,3,11,1,6,5,2,1,8,0,1,0,0,1,1 +16123,0,0,1,1,1,6,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.5942432162,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6274538605,0.3685105155,2.8284271247,0.7,0.1,0.6,1,2,8,1,12,2,6,6,0,2,9,0,1,1,0,0,0 +16124,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.408503366,10,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.6909240429000001,0.3583294573,3.4641016151,0.3,0.3,0.9,0,3,9,2,9,4,4,2,2,2,6,0,0,0,0,0,0 +16127,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,14,1,1,0,1,42,2,0.4,0.7344250576000001,0.3937003937,3.1622776602,0.3,0.4,0.9,3,1,7,4,12,2,14,6,0,4,4,0,0,1,0,1,0 +16129,0,0,1,9,0,1,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.6,0.9756408151,11,1,-1,0,-1,11,1,1,0,1,7,3,0.4235563717,0.6722971598,0.4633573135,2.0,0.8,0.2,0.1,3,1,7,4,10,2,14,5,2,4,9,0,1,1,0,0,0 +16130,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.0,0.7524958472,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1049662498,0.4,3.4641016151,0.1,0.7,0.1,2,3,7,5,9,4,4,3,2,1,10,0,1,1,1,1,0 +16135,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.678693598,7,1,0,1,1,14,1,1,2,1,104,2,0.4,0.9516205187,0.340881211,3.4641016151,0.0,0.6,0.6,2,4,8,1,10,2,10,10,1,5,4,0,0,0,1,0,0 +16137,0,7,1,8,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.8,0.9,1.09573035,0,1,-1,0,1,1,1,0,0,1,40,2,0.3741657387,0.8592941078,0.3814446225,3.6055512755,0.0,0.4,0.5,2,4,10,2,9,3,6,5,0,3,6,0,1,0,0,0,0 +16138,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.6533567173,7,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.6116972729,0.3016620626,2.8284271247,0.2,0.4,0.8,2,2,6,4,7,3,2,7,0,1,5,0,0,1,1,1,0 +16139,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,0.8692669325,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.8214203582999999,0.3926830783,3.4641016151,0.6,0.4,0.0,2,3,8,6,10,2,7,5,5,2,5,0,0,1,0,1,0 +16142,0,3,3,3,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.5,1.0606601718000002,11,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.7644341070999999,0.3849675311,3.1622776602,0.3,0.4,0.2,3,3,8,2,10,0,12,12,3,4,5,0,0,1,1,1,0 +16146,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.5755432217,11,1,0,0,1,6,1,1,3,1,104,3,0.3160696126,0.5167444179,0.3061045573,1.4142135624,0.7,0.0,0.0,2,4,7,1,10,1,10,8,0,4,12,0,1,1,1,0,0 +16154,0,1,1,8,0,4,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.4,0.8162413859000001,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9701005316,0.4,3.0,0.4,0.6,0.2,3,0,7,0,10,5,12,2,0,5,5,0,1,1,0,1,0 +16156,0,5,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.8268917704000001,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.621116031,0.34727510710000004,3.1622776602,0.9,0.3,0.9,3,1,9,2,9,1,9,4,2,4,7,0,1,0,0,1,0 +16159,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.3,0.1,-1.0,11,1,-1,0,-1,1,1,1,2,0,40,2,0.3741657387,0.6570658545,0.3814446225,2.6457513111,0.0,0.4,0.6,3,0,4,5,10,2,5,5,1,8,6,1,0,1,1,1,0 +16165,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0.9,1.4,1.2764697411,11,1,0,0,1,4,1,1,0,1,84,3,0.316227766,0.7081433062000001,0.3201562119,3.3166247904,0.2,0.2,0.1,2,0,6,3,11,2,8,6,1,4,7,0,0,0,0,0,0 +16168,0,7,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.6,1.1053845485,6,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.919530962,0.4086563348,3.1622776602,0.5,0.4,0.7,1,2,7,2,8,3,8,4,2,3,12,0,1,1,0,0,0 +16171,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.084802987,0.4253234064,3.6055512755,0.1,0.8,0.1,1,2,7,5,10,3,10,4,0,4,9,0,0,1,1,0,0 +16172,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.5,0.7322909258,5,1,1,0,0,1,1,1,1,1,25,3,0.4,0.78095883,-1.0,3.4641016151,0.8,0.7,0.3,3,2,10,3,9,2,8,9,1,2,5,0,1,0,0,0,0 +16174,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.7,0.3,0.6133922073,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6119674274,0.3744329045000001,2.2360679775,0.7,0.9,0.1,3,2,8,3,7,2,6,7,0,2,7,0,1,1,1,0,1 +16175,0,3,1,9,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,1.0,1.0568230694,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7908503112999999,0.4301162634,3.4641016151,0.6,0.1,0.7,2,2,8,3,9,4,10,3,0,3,2,0,1,1,0,0,0 +16176,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.6906847722,0.3615245497,3.3166247904,0.6,0.2,0.2,4,2,7,3,9,2,17,6,1,1,10,0,1,1,0,0,0 +16178,0,2,1,5,1,5,1,0,0,0,0,0,0,0,0,1,0,0,1,0.6,0.2,0.7262919523,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5545268253,0.3687817783,2.2360679775,0.5,0.1,0.9,1,2,9,1,9,2,12,7,2,3,4,0,0,0,0,0,1 +16184,0,3,2,2,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.3,0.5454356057,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7056296643000001,0.3598610843,3.3166247904,0.4,0.4,0.5,1,2,7,2,11,1,7,4,2,3,4,0,0,1,1,1,0 +16185,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,0.6294839156,6,1,-1,0,1,1,1,1,0,1,91,3,0.4242640687,0.8153106187000001,0.4347413024,2.4494897428,0.4,0.8,0.0,3,0,8,3,9,1,4,3,0,2,7,0,0,0,0,0,0 +16186,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.8,1.1691342951,7,1,0,8,0,3,1,1,2,1,104,2,0.5291502621999999,0.9755481612,0.439886349,2.4494897428,0.1,0.9,0.8,2,1,8,5,11,3,11,5,4,0,8,0,1,1,0,1,1 +16189,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,1,1,0,2,1,90,0,0.3741657387,0.8387318251000001,0.4196427052,3.6055512755,0.6,0.5,0.0,2,2,7,1,11,2,11,5,2,1,11,0,0,0,1,1,0 +16191,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.5,0.3,0.7591113225,4,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.5980857895,0.3744329045000001,2.0,0.9,0.3,0.5,4,2,6,5,9,4,12,11,1,2,8,1,0,1,1,0,0 +16193,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.9,1.3,1.5173990905,11,0,0,0,1,10,1,1,2,1,83,2,0.399374511,0.5338732632,0.34278273,0.0,0.9,0.8,0.6,3,1,8,5,10,2,6,10,3,5,3,1,0,0,1,0,0 +16194,1,0,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.0,0.4534589287,7,1,-1,2,-1,1,1,0,1,1,1,0,0.4242640687,1.0272727273,0.4308131846,3.6055512755,0.4,0.0,0.8,4,0,8,4,7,2,7,5,3,2,7,0,0,1,1,0,0 +16195,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.4568916721,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6642416293,0.3666060556,3.0,0.4,0.0,0.2,3,2,5,1,7,4,9,7,2,1,7,0,1,0,0,0,1 +16197,1,1,1,7,0,4,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.7,1.5644487847,11,0,-1,0,-1,11,1,1,2,1,69,3,0.4242640687,1.117100364,-1.0,3.4641016151,0.3,0.8,0.7,3,2,7,3,10,1,13,11,0,3,7,0,1,0,1,0,0 +16199,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.6,0.9643650761,11,0,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,1.0058198416,0.5204805472,3.4641016151,0.4,0.2,0.6,4,2,10,2,5,1,10,5,2,2,7,0,0,0,0,0,0 +16209,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.9171968164,11,1,-1,0,-1,10,1,0,2,1,89,2,0.3872983346,1.0061792555,0.4101219331,3.6055512755,0.6,0.8,0.7,4,2,8,3,10,0,5,11,1,2,14,1,1,1,0,1,1 +16211,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.5,0.3,0.7866066361,11,1,-1,0,-1,4,1,1,2,1,48,1,0.3160696126,0.5731600097,0.3794733192,2.6457513111,0.1,0.3,0.5,4,0,7,6,6,1,5,4,0,5,11,0,1,0,1,1,0 +16212,0,2,2,1,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.2,0.3,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7236843292,0.3685105155,3.4641016151,0.6,0.7,0.2,3,1,9,6,10,2,13,3,0,2,8,0,1,0,0,1,0 +16213,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.7,1.4120021246,7,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.6610941344,0.3943348831,2.8284271247,0.1,0.0,0.7,1,3,8,3,8,4,4,3,1,4,5,0,0,1,0,1,0 +16214,0,1,1,11,0,0,0,0,1,0,0,0,0,0,0,6,0,0,1,0.8,1.0,1.2036403117,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6506830486,0.3768288736,2.8284271247,0.5,0.7,0.8,2,4,10,5,10,3,6,11,1,1,11,0,1,1,0,0,1 +16216,0,6,1,8,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,1.1,1.2326293036,11,1,1,8,1,13,1,1,2,1,20,3,0.4472135955,0.8910598203,0.3714835124,2.8284271247,0.0,0.5,0.1,5,2,9,1,6,3,11,7,1,2,5,0,0,1,0,0,1 +16221,1,2,1,5,1,6,0,0,0,1,0,0,0,0,0,4,0,0,0,0.6,0.3,0.7721722606,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6905651058,0.3615245497,3.1622776602,0.0,0.0,0.6,3,1,5,3,8,2,6,8,5,3,7,0,1,1,0,1,1 +16222,1,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.6,0.1,0.4930770731,10,1,-1,0,0,4,1,0,0,1,12,2,0.4,0.9235889394,0.3708099244,3.7416573868,0.7,0.0,0.9,2,1,8,4,9,0,7,9,1,5,5,0,1,1,1,0,1 +16225,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.3,0.4795831523,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6638698219,0.3615245497,3.1622776602,0.0,0.6,0.0,2,2,5,3,11,1,7,3,1,4,3,1,1,0,1,0,1 +16226,0,0,1,8,1,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0.1,0.2,-1.0,6,1,-1,0,0,1,1,0,0,1,80,2,0.316227766,0.8608279697,-1.0,3.6055512755,0.0,0.6,0.8,4,1,9,1,8,2,7,9,0,6,5,0,0,0,0,0,0 +16227,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.7483314774,11,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.6171783299,0.2887905816,3.3166247904,0.8,0.7,0.3,4,4,7,2,9,4,10,4,2,6,4,0,0,0,1,0,0 +16228,0,1,1,4,0,0,1,0,0,0,0,0,1,0,1,4,0,1,0,0.9,0.2,0.4451123454,7,1,0,0,1,11,1,1,2,0,99,2,0.316227766,0.6304760106,0.30331501780000003,3.0,0.6,0.3,0.4,4,3,6,6,11,1,6,6,2,4,9,0,1,1,0,1,0 +16233,0,5,1,10,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,7,0,1,9,0,15,1,1,2,1,41,2,0.5477225575,1.3193255226,0.4289522118,2.8284271247,0.8,0.7,0.3,2,3,6,6,10,2,9,5,0,3,10,0,0,0,1,0,0 +16234,0,4,1,3,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.5,0.8388980868000001,10,1,-1,0,0,3,1,1,0,1,104,3,0.4242640687,1.0545047994,0.4306971093,3.6055512755,0.2,0.2,0.9,0,3,8,2,10,1,7,9,2,2,5,0,1,1,0,1,1 +16235,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.5,0.9996874512,11,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.8433276031999999,0.3826225294,3.1622776602,0.5,0.3,0.9,2,2,8,6,10,2,7,3,2,3,10,0,1,1,0,0,0 +16236,0,6,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.6,1.09573035,10,1,-1,0,1,7,1,1,0,1,96,3,0.4468780594,0.6160222975,0.4301162634,1.7320508076,0.3,0.2,0.4,1,0,9,0,10,5,8,7,2,3,4,0,1,1,0,0,0 +16239,0,1,2,0,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.9,1.5,1.3849638984,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7851277729,0.3598610843,3.6055512755,0.4,0.5,0.2,3,3,7,5,9,3,16,13,1,1,15,0,0,1,0,1,0 +16242,0,5,1,6,1,6,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,1.1,1.2427288522,11,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5619365865,0.3748332963,1.4142135624,0.5,0.4,0.8,2,1,9,1,12,3,6,12,2,5,4,0,1,0,0,1,0 +16244,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.8,1.2144957801,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6248801538000001,0.3619392214,3.1622776602,0.0,0.0,0.0,2,2,9,2,11,3,17,7,0,2,9,1,1,0,0,1,0 +16246,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.6219927652,6,0,-1,0,1,11,1,1,0,1,7,3,0.4242640687,0.8024497615999999,0.4129164564,3.3166247904,0.8,0.9,0.9,1,2,9,3,9,1,11,3,2,2,4,0,0,1,0,1,1 +16248,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.6,0.1,0.5979130372,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.777684633,0.3850973903,3.3166247904,0.0,0.7,0.1,2,1,7,1,9,6,11,6,0,3,5,0,1,1,0,0,0 +16249,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.4,0.8351646544,7,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9010553959,0.316227766,3.6055512755,0.0,0.6,0.6,3,0,8,2,11,5,1,3,2,6,9,0,1,1,0,0,0 +16251,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.6923691212,5,1,-1,2,-1,1,0,1,1,1,1,0,0.4242640687,0.9468302928,0.4308131846,3.4641016151,0.1,0.3,0.4,3,2,8,2,10,3,8,6,1,3,5,0,1,0,0,1,0 +16252,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,5,0,0,0,0.7,1.0,1.4669270602000002,10,0,-1,9,0,13,1,1,0,1,104,3,0.5477225575,1.3107549399,0.4847679857,3.1622776602,0.6,0.7,0.0,2,2,7,3,8,1,9,9,4,2,7,0,1,0,0,0,0 +16253,0,4,1,3,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.7826237920999999,8,1,-1,0,1,7,0,1,0,1,79,2,0.3872983346,0.9686458555,0.39,3.6055512755,0.2,0.9,0.4,3,3,6,5,11,2,9,6,3,5,5,1,1,0,0,0,0 +16257,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.075,3,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.8774375728,0.4301162634,3.6055512755,0.8,0.4,0.2,2,1,5,2,6,3,9,7,1,3,10,0,0,0,1,1,0 +16259,0,1,4,6,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.1,1.6074047406,11,0,1,5,1,13,1,1,2,1,104,2,0.4472135955,1.2029577873,0.3728270376,3.4641016151,0.5,0.6,0.4,4,3,10,4,8,4,7,2,3,2,10,0,0,1,0,1,0 +16263,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.410895106,11,0,1,9,1,1,1,0,2,1,104,3,0.4898979486,1.4454952824,-1.0,3.7416573868,0.7,0.8,0.4,4,4,7,3,11,1,13,5,1,5,9,0,1,1,1,1,0 +16264,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.1,0.5905505906,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6403124237,0.3619392214,3.1622776602,0.7,0.2,0.9,3,1,8,3,11,2,6,8,1,1,7,0,1,1,0,1,0 +16266,0,1,3,7,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6694213918999999,7,0,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7488282857999999,0.4236744033,2.6457513111,0.7,0.3,0.6,3,2,7,2,9,4,7,10,0,2,8,0,1,1,0,0,1 +16268,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.701338007,11,1,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.6752104049,0.4477722635,1.4142135624,0.0,0.2,0.2,3,1,8,3,7,1,14,10,2,4,11,0,1,1,0,0,0 +16270,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.4358898944,6,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6925817073999999,0.3598610843,3.3166247904,0.0,0.4,0.1,3,4,7,4,9,4,7,6,1,2,6,0,1,1,0,1,0 +16272,1,1,1,10,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,1.3,1.0781929326000002,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1049662498,0.4,3.4641016151,0.7,0.6,0.0,4,2,6,7,9,1,9,4,2,0,6,0,1,1,1,1,0 +16274,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.7,0.2,0.5533985905,11,1,-1,2,-1,1,1,1,1,1,1,0,0.4242640687,0.9468302928,0.4308131846,3.4641016151,0.7,0.1,0.8,2,2,9,3,7,0,8,2,0,5,8,0,1,1,0,0,0 +16275,0,1,3,6,1,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.0,0.0,0.6814506585,5,1,-1,2,-1,11,0,1,2,1,14,0,0.3741657387,0.7056443043999999,0.4302324953,3.1622776602,0.3,0.7,0.3,3,3,10,5,9,2,15,4,3,6,11,0,0,1,0,0,1 +16280,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.2,0.5825590099,11,0,-1,0,-1,14,1,1,2,1,68,3,0.4472135955,0.9680004098,0.4272001873,3.4641016151,0.6,0.1,0.8,2,2,7,3,9,3,5,4,1,2,10,0,0,1,0,0,1 +16282,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,1.4,1.3100572507,11,0,-1,1,-1,16,1,1,2,1,104,2,0.4,0.9723129959,0.4147288271,3.3166247904,0.8,0.1,0.9,2,1,6,3,8,3,11,5,0,3,13,0,1,1,1,0,0 +16283,0,3,1,5,0,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.454835135,11,1,0,8,1,9,1,1,2,1,13,3,0.4472135955,0.8250719979000001,0.3991240409,2.2360679775,0.4,0.4,0.3,3,3,5,1,12,1,9,8,1,0,9,0,0,0,0,0,0 +16284,0,2,2,5,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.6,1.1,1.6058486853,11,0,-1,1,-1,9,1,1,2,1,104,2,0.4898979486,1.2968254309,-1.0,3.4641016151,0.6,0.9,0.6,2,1,8,3,7,3,12,5,1,1,12,0,0,0,0,0,0 +16286,0,6,1,2,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.2,0.3,-1.0,8,1,0,0,1,0,1,1,2,1,43,3,0.3994996871,0.5091720715,0.3130495168,0.0,0.7,0.9,0.1,2,1,4,1,11,4,12,3,1,2,8,1,1,1,0,0,0 +16287,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.697316284,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9030137786,0.4185689907,2.8284271247,0.7,0.2,0.9,2,3,6,3,9,3,7,4,3,1,7,0,1,0,1,0,0 +16289,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.9303897033,10,1,-1,0,0,4,1,1,0,1,12,3,0.4,0.7328056579000001,0.3708099244,3.3166247904,0.8,0.5,0.1,2,1,9,2,6,2,9,7,2,2,10,0,0,1,0,0,0 +16290,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.4,1.182423359,9,1,1,0,1,0,1,1,2,1,104,2,0.445421149,0.5690720299,-1.0,1.4142135624,0.8,0.6,0.3,3,5,10,4,6,3,11,5,0,2,9,0,0,0,1,0,0 +16291,0,1,3,6,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.8,1.2903487901,11,1,0,0,1,1,1,1,2,1,38,3,0.316227766,0.7201928115999999,0.299165506,3.4641016151,0.8,0.0,0.0,1,3,8,1,8,2,4,7,3,4,6,0,1,1,0,1,0 +16292,0,2,1,8,0,4,1,0,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,-1.0,7,1,-1,2,-1,11,0,1,2,1,14,0,0.3741657387,0.7398402776,0.4302324953,3.1622776602,0.0,0.9,0.0,2,1,9,4,9,2,12,4,0,2,11,1,0,0,1,0,1 +16298,0,3,1,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,9,1,1,0,1,0,1,1,0,1,46,3,0.4,0.8243216595,0.3003331484,3.6055512755,0.5,0.6,0.8,1,2,8,5,7,2,14,9,2,1,5,0,0,0,0,0,0 +16299,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,1.1546103239,11,1,0,0,1,4,1,1,2,1,48,1,0.316227766,0.6416984179,0.2966479395,3.3166247904,0.7,0.9,0.8,2,2,9,4,8,2,12,6,2,3,7,0,0,0,0,0,1 +16302,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.4,0.7044501402,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5870855317,0.3734969879,2.0,0.6,0.2,0.1,2,0,8,0,8,3,10,4,2,3,8,0,1,0,0,1,0 +16305,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,-1.0,8,1,-1,0,0,9,1,0,0,1,104,2,0.4,1.0071336465,0.3847076812,3.7416573868,0.8,0.5,0.6,2,4,8,2,10,2,6,5,1,5,9,1,0,1,0,1,0 +16309,0,3,1,1,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.6,0.95,6,0,-1,0,0,10,1,1,0,1,28,3,0.3872983346,0.7446503423,0.378153408,2.2360679775,0.6,0.2,0.3,4,5,9,4,10,1,10,8,3,7,5,0,1,1,0,0,0 +16310,0,3,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.4,0.7960841664,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6880022583,0.3937003937,2.8284271247,0.5,0.8,0.4,4,5,7,2,10,2,9,6,0,0,11,0,1,1,0,1,0 +16320,1,7,1,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.4,1.0231690965,6,1,-1,0,0,1,1,1,0,1,51,2,0.3741657387,0.829243407,0.4017461885,3.6055512755,0.0,0.8,0.9,4,1,9,4,9,3,9,1,3,7,2,0,0,1,0,0,0 +16322,0,2,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.3,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,19,1,0.3155946768,0.4678728018,0.3626292873,0.0,0.6,0.6,0.0,3,1,6,3,10,0,8,10,0,1,3,1,0,1,1,0,0 +16323,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6461423992,7,1,1,0,0,0,1,1,2,1,32,3,0.316227766,0.6400058109000001,0.2944486373,2.8284271247,0.5,0.1,0.7,3,4,7,5,10,4,13,5,2,2,7,0,0,1,0,0,0 +16324,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,1.5,1.1651180198,10,1,-1,0,1,1,1,1,0,1,104,2,0.4242640687,0.9303758238,0.4141255848,3.4641016151,0.6,0.6,0.0,4,2,8,5,10,2,12,10,1,5,10,0,1,1,0,0,0 +16325,0,5,2,5,1,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.5,0.8287792226999999,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7086974433,0.3754996671,3.1622776602,0.5,0.7,0.5,3,1,10,4,11,3,6,2,2,2,6,0,1,0,0,1,0 +16326,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.6,-1.0,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7714963457999999,0.3615245497,3.6055512755,0.9,0.8,0.7,1,2,6,2,12,3,10,3,3,4,9,1,1,0,0,0,1 +16327,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.8,1.1291589791,7,0,-1,0,-1,14,1,1,2,1,29,3,0.4458699362,0.7468252365000001,0.3488552709,2.8284271247,0.7,0.2,0.1,2,1,7,3,8,3,4,5,3,0,5,0,1,0,0,0,0 +16328,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.4,0.0,0.54886246,7,1,-1,0,-1,0,1,1,1,1,62,3,0.4,0.7406720201000001,0.3826225294,2.4494897428,0.3,0.0,0.1,1,2,6,1,7,2,5,8,0,5,11,0,1,0,0,1,0 +16331,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.8,1.1461893386,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7228987790000001,0.3926830783,3.1622776602,0.1,0.9,0.9,3,2,9,4,6,3,14,6,4,5,11,0,0,1,1,0,0 +16332,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.7,1.1453711189,11,0,-1,0,-1,1,1,1,2,1,74,3,0.4242640687,0.8029516828000001,0.378153408,3.1622776602,0.5,0.2,0.7,2,3,7,7,8,2,9,10,0,2,7,0,1,0,0,0,0 +16334,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5550900828,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6417306147,0.3687817783,3.1622776602,0.8,0.6,0.6,2,3,7,4,11,3,8,9,0,1,3,0,1,1,1,1,0 +16336,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,9,1,1,0,1,1,0,1,2,1,38,3,0.316227766,0.7196331709999999,0.299165506,3.4641016151,0.3,0.1,0.4,3,1,8,3,12,1,7,6,4,1,4,0,1,1,0,0,0 +16339,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,1.2,1.2666392541,8,1,-1,8,1,4,1,0,0,1,6,2,0.4472135955,1.1475179827,0.4232020794,3.6055512755,0.5,0.4,0.1,1,2,9,4,6,4,6,2,1,2,10,0,0,1,0,0,0 +16342,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,43,3,0.4,0.654861035,0.3003331484,2.8284271247,0.2,0.7,0.6,2,2,5,3,10,1,11,9,0,1,9,0,0,0,0,0,1 +16343,0,1,1,8,0,4,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.4,0.916856041,7,1,-1,0,-1,1,1,1,3,1,64,3,0.3160696126,0.5190781721,0.3640054945,1.0,0.9,0.5,0.4,2,2,8,2,9,3,6,7,2,2,9,0,0,1,0,0,0 +16345,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,1.0,1.2477479713,5,1,-1,2,-1,0,0,1,2,1,104,0,0.4455333882,0.5970312228,0.4123105626,0.0,0.8,0.4,0.7,3,1,8,2,10,1,6,4,2,5,5,1,1,0,0,1,0 +16347,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,0.5,0.7603453162999999,4,0,-1,9,1,10,1,1,0,1,81,3,0.4472135955,1.2053599305,0.4975942122,3.3166247904,0.0,0.2,0.9,2,3,7,4,10,3,10,7,0,3,6,0,1,0,0,0,1 +16351,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,1.1129914645,11,1,-1,0,-1,1,1,1,2,0,65,3,0.316227766,0.3925704653,0.354964787,0.0,0.2,0.8,0.7,3,1,8,5,8,2,11,4,2,0,9,0,1,0,0,0,0 +16353,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.5,0.6878408246,7,1,-1,0,-1,3,1,1,1,1,15,3,0.4,0.8830708067,0.4023679908,3.4641016151,0.0,0.0,0.8,3,2,9,2,7,0,9,7,4,2,6,0,0,1,1,1,1 +16354,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.9,0.4,0.8492643876,11,1,0,0,0,15,1,1,2,1,5,2,0.4,0.7318746449,-1.0,2.4494897428,0.9,0.8,0.9,2,1,7,4,10,1,7,5,0,2,9,1,0,1,0,1,0 +16355,0,1,2,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.1,0.2,-1.0,7,1,0,0,1,1,1,1,2,1,65,1,0.3152776554,0.377573812,0.28372521920000005,0.0,0.2,0.9,0.5,3,3,8,3,11,2,9,6,0,3,5,0,0,0,1,0,0 +16358,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.8,1.2439855305,8,1,-1,1,1,16,1,1,0,1,104,2,0.4,1.0848353647,0.3730951621,3.4641016151,0.7,0.6,0.5,2,0,8,3,7,3,10,5,2,2,8,0,0,1,0,0,0 +16359,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,10,1,-1,0,0,10,1,0,0,1,89,2,0.3872983346,1.1387520355,0.4086563348,3.7416573868,0.9,0.0,0.1,2,0,7,2,8,2,8,9,1,3,6,0,1,0,1,0,0 +16360,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.9,1.2,1.2088217404,11,0,1,9,0,10,1,1,2,1,81,3,0.4472135955,1.1992301249,0.3908964057,3.1622776602,0.0,0.0,0.3,1,3,10,3,9,2,8,5,1,4,7,0,1,1,0,1,0 +16361,0,2,2,0,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.4181854604,11,1,-1,0,-1,0,1,1,1,1,37,2,0.316227766,0.730645588,0.3754996671,3.3166247904,0.3,0.3,0.1,2,3,7,4,11,3,6,5,1,3,8,0,1,0,0,1,0 +16362,0,5,1,6,1,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.8,1.0574142991,6,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.7145477678000001,0.3907684737,3.1622776602,0.5,0.2,0.2,3,1,8,4,9,2,9,4,0,1,9,0,1,1,1,0,1 +16363,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,0.1,0.4301162634,7,1,1,8,0,1,1,1,2,1,104,2,0.4795831523,1.2190380302,-1.0,3.3166247904,0.2,0.3,0.2,2,2,8,2,10,1,4,6,3,4,7,0,1,1,0,0,0 +16365,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.8433563897,10,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.7299524495,0.4013726448,2.8284271247,0.8,0.7,0.6,1,3,5,4,9,0,7,5,0,2,6,0,1,1,0,1,0 +16369,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.0,0.0,0.6427480066,6,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.9964658624,0.4159326869,3.6055512755,0.6,0.4,0.7,4,3,8,2,10,2,4,9,0,1,5,0,1,0,0,0,0 +16372,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.6,0.9542667342,7,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8831175993000001,0.3793415348,3.6055512755,0.5,0.5,0.1,2,2,6,5,6,2,7,1,3,2,9,0,1,0,0,0,1 +16373,0,5,2,4,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.2,1.1551515052,11,0,0,0,1,10,1,1,2,1,83,2,0.4242640687,0.9010553959,0.3420526275,2.6457513111,0.8,0.1,0.1,0,3,6,1,10,2,8,2,2,1,10,0,1,1,1,1,1 +16374,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.3504628836,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7032686378,0.3907684737,3.3166247904,0.8,0.2,0.1,3,2,6,3,9,4,6,4,0,3,5,1,0,0,1,0,1 +16377,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.8961724164,7,1,1,0,1,1,1,1,2,1,31,3,0.3741657387,0.6717437528,0.31400636940000004,2.4494897428,0.7,0.4,0.1,5,3,8,6,8,0,8,7,0,2,5,1,1,1,0,1,0 +16378,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,-1.0,7,1,-1,0,-1,0,1,1,1,1,23,3,0.4,0.9299315713,0.3974921383,3.6055512755,0.4,0.1,0.4,1,3,9,0,11,2,1,4,2,3,7,0,1,1,0,0,0 +16379,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.6403124237,7,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8378691983,0.4246174749,3.1622776602,0.7,0.4,0.2,3,3,9,4,12,3,10,8,0,3,6,0,1,0,0,1,0 +16381,0,7,2,2,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.6,1.3,1.3550830233000002,8,1,0,0,1,1,1,1,2,1,104,3,0.3974921383,0.3506192868,-1.0,0.0,0.4,0.4,0.3,1,1,7,2,7,2,7,4,2,5,7,0,1,1,0,0,0 +16384,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.2,1.564049232,3,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.6045625425,0.3907684737,2.6457513111,0.9,0.5,0.1,2,1,7,3,11,2,10,2,1,2,4,1,0,1,0,1,0 +16385,0,7,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.4,1.8521946442,10,1,-1,9,1,9,1,1,0,1,104,2,0.4898979486,1.3311276522,0.5004997502,3.4641016151,0.8,0.9,0.4,2,0,8,4,6,2,8,6,3,5,5,0,1,0,0,1,1 +16386,0,7,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.3,0.9390819985,0,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6057404457,0.3619392214,2.8284271247,0.8,0.2,0.6,3,2,8,2,10,1,7,4,3,1,7,0,0,0,0,0,0 +16387,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.1,0.3840572874,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.7136631437000001,0.3619392214,3.4641016151,0.9,0.7,0.5,5,3,7,4,9,1,13,5,0,5,7,0,0,1,0,1,1 +16390,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.7745966692,11,1,-1,0,-1,7,1,0,2,1,79,3,0.3872983346,0.9273061491,0.3883297568,3.7416573868,0.3,0.8,0.1,3,2,8,6,9,3,10,3,0,1,7,1,1,1,1,0,0 +16391,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.6128825336,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5831660524,0.3507135583,2.8284271247,0.2,0.8,0.2,3,2,9,3,6,2,7,6,2,2,10,1,1,1,0,1,0 +16394,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7504165509999999,11,1,-1,0,-1,14,1,0,2,1,42,2,0.4,0.8659466706000001,-1.0,3.7416573868,0.7,0.8,0.4,2,0,4,4,8,3,11,4,1,3,5,0,1,0,0,1,1 +16397,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,1.2,1.564049232,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7668398714,-1.0,3.6055512755,0.9,0.4,0.5,2,1,9,3,10,2,5,3,0,5,5,0,1,1,0,1,0 +16402,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.0,1.0467210708,10,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.5541168239,0.3016620626,2.6457513111,0.8,0.7,0.6,1,3,5,4,10,1,12,9,2,0,8,0,1,1,0,0,0 +16405,0,1,2,3,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.9,1.3,1.0715059496,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5845991775,0.3619392214,2.6457513111,0.3,0.8,0.6,2,3,7,2,10,2,12,10,4,3,7,0,1,1,0,1,0 +16407,0,5,2,1,0,6,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.5,0.810863737,7,1,-1,0,-1,11,1,1,2,1,36,3,0.3741657387,0.8411670365999999,0.3793415348,3.6055512755,0.8,0.7,0.1,3,1,9,5,7,1,6,4,0,3,4,0,0,0,1,0,0 +16408,0,0,2,0,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6571719714,11,1,-1,0,-1,11,1,0,2,1,101,3,0.3741657387,0.9132405294,0.3850973903,3.6055512755,0.1,0.3,0.5,2,1,6,2,9,5,10,5,0,2,11,0,1,1,0,0,0 +16410,0,0,1,7,1,6,1,0,0,0,0,1,1,0,2,0,0,0,1,0.6,0.2,0.5695392875,9,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6119505463,0.3292415527,2.8284271247,0.7,0.3,0.9,3,4,8,4,11,3,6,5,0,3,6,0,0,0,0,0,1 +16411,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.6,0.9509863301,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.8970106461,0.3820994635,3.1622776602,0.9,0.4,0.1,4,1,7,5,8,1,14,4,1,2,9,0,1,1,0,1,0 +16412,0,4,1,11,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.8,0.5,1.1393528865,11,1,-1,0,-1,14,1,0,2,1,49,3,0.4,0.8439502747,0.3685105155,3.6055512755,0.9,0.9,0.3,2,4,7,3,11,3,10,1,1,1,8,0,1,1,0,0,1 +16415,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.3,1.2835497653,10,1,-1,1,1,3,1,0,0,1,59,2,0.316227766,0.8448238116,0.3498571137,3.6055512755,0.1,0.2,0.8,3,2,9,7,11,4,15,7,1,3,6,0,1,0,1,0,0 +16416,0,4,2,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.2,-1.0,11,1,-1,0,-1,1,1,0,2,1,70,3,0.4242640687,1.0131878339,0.3992492956,3.6055512755,0.0,0.8,0.0,2,1,5,2,11,1,5,5,3,6,10,0,0,0,1,1,0 +16418,0,6,1,4,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6914658343000001,11,1,1,0,0,10,1,0,2,1,28,3,0.3741657387,1.0297235447,0.3248076354,3.7416573868,0.2,0.9,0.7,2,2,7,3,10,3,9,4,2,4,6,0,1,1,0,1,0 +16419,0,1,1,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.8403868157,11,1,-1,8,-1,4,1,1,2,1,6,3,0.4472135955,1.0381667926,0.4232020794,3.4641016151,0.0,0.8,0.0,3,4,8,6,7,3,12,5,4,5,9,0,1,1,0,0,0 +16421,0,1,2,4,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.6,0.2,0.5390964663000001,5,1,1,0,1,11,0,1,2,1,103,3,0.316227766,0.6732491832999999,0.2887905816,3.3166247904,0.5,0.6,0.4,2,1,8,4,9,4,9,2,0,4,9,0,1,0,0,0,0 +16424,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.6950719387000001,4,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7152117816,0.3583294573,3.4641016151,0.2,0.6,0.2,2,2,10,6,9,2,7,5,2,4,9,1,0,1,0,0,0 +16430,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.3,0.7141428429000001,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6057404457,0.3619392214,2.8284271247,0.4,0.7,0.4,3,1,6,1,9,2,10,5,2,2,5,0,1,0,0,0,0 +16432,1,0,1,2,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0.1,0.0,-1.0,7,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.6148808929,0.30331501780000003,2.8284271247,0.7,0.4,0.2,4,1,9,3,9,3,7,3,1,3,9,0,0,0,0,0,0 +16438,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,4,0,-1,0,1,11,1,1,0,1,104,3,0.4472135955,0.8039031848,0.4248529157,3.0,0.0,0.2,0.1,4,3,10,3,8,2,10,5,1,4,6,0,1,1,0,0,0 +16441,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.6103277807999999,9,1,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.7493109782999999,0.3248076354,2.8284271247,0.2,0.3,0.4,2,2,7,2,6,3,6,9,3,4,10,0,1,0,1,0,0 +16442,0,3,1,7,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.5,0.5,-1.0,0,0,-1,9,0,15,1,1,0,1,41,2,0.5477225575,1.5159005724,0.5329165038,3.3166247904,0.7,0.2,0.0,3,3,10,3,9,2,4,7,1,2,7,1,1,0,0,0,0 +16448,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.810863737,10,1,-1,0,0,9,1,1,0,1,93,2,0.4,0.8537109078,0.3834057903,3.6055512755,0.6,0.1,0.1,2,2,7,3,9,2,6,10,0,5,1,0,0,1,0,1,1 +16451,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5465802777000001,7,1,0,0,0,0,1,1,2,1,32,3,0.316227766,0.6462638972,0.2944486373,3.1622776602,0.4,0.6,0.4,4,3,8,2,11,3,8,9,1,2,7,0,1,1,1,1,0 +16452,0,0,2,1,1,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5947688627000001,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.5772011409000001,0.3615245497,2.4494897428,0.6,0.5,0.3,3,1,6,1,12,2,9,9,4,3,9,0,1,0,0,0,0 +16458,0,5,1,6,1,4,0,1,0,0,0,0,0,0,0,10,0,0,0,0.6,0.6,0.8663861726000001,7,1,1,0,1,14,1,1,2,1,104,1,0.4,0.6437076232,0.3070830507,3.0,0.7,0.2,0.0,3,3,7,3,10,2,10,4,1,3,16,0,1,1,0,1,0 +16465,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.5,0.1,0.5963430221,4,1,1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6596236092000001,0.3278719262,2.8284271247,0.0,0.9,0.4,1,0,10,3,9,3,15,8,1,2,11,0,0,0,0,0,0 +16467,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.8,11,0,-1,1,-1,16,1,1,2,1,104,2,0.4,0.7769137926999999,0.4147288271,2.8284271247,0.3,0.8,0.5,2,2,7,3,8,1,10,5,1,5,8,0,0,1,0,1,0 +16468,0,1,3,7,1,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.9344115796,7,1,1,0,1,4,1,1,0,1,84,3,0.316227766,0.7112147679999999,0.3201562119,3.3166247904,0.6,0.5,0.7,3,1,9,4,8,1,9,7,2,3,7,0,1,1,0,1,0 +16471,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.6,1.3840610536000002,11,0,0,0,1,7,1,1,2,1,104,2,0.4472135955,0.8554878749,0.3695943723,3.0,0.8,0.2,0.6,4,4,8,2,6,6,11,8,1,1,3,1,0,0,1,0,0 +16472,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.8,1.5610493266,11,0,-1,1,-1,9,1,1,2,1,104,2,0.5744562647,1.1030667243,0.4615192304,3.3166247904,0.7,0.2,0.6,1,2,7,3,10,1,10,5,2,4,9,0,0,0,0,0,0 +16477,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,1.7,1.8688231591,11,1,-1,1,-1,12,1,1,2,1,104,3,0.3741657387,0.7405464813,0.3754996671,3.4641016151,0.3,0.4,0.2,4,2,8,3,9,3,7,2,0,2,14,0,0,1,0,1,0 +16478,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.4486089611,3,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6382925312,0.3974921383,1.4142135624,0.0,0.8,0.4,2,0,6,4,10,4,10,8,0,3,9,0,0,1,1,1,0 +16482,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.7681145748,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6718513954,0.3885871846,2.8284271247,0.7,0.3,0.2,3,3,7,4,11,2,8,4,0,1,6,0,1,1,0,1,0 +16486,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7150174823000001,11,1,1,8,1,11,1,1,2,1,104,3,0.4688283268,0.6074945158,-1.0,0.0,0.2,0.1,0.0,3,1,9,5,9,3,11,9,1,1,7,0,0,0,0,1,0 +16488,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.4,0.3,0.5517019123,6,1,-1,0,0,11,1,1,0,1,17,2,0.3741657387,0.8831292971,0.3903844259000001,3.4641016151,0.6,0.9,0.7,2,2,8,3,8,3,13,4,3,1,4,0,1,1,1,1,0 +16490,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.7,1.2985568912999998,11,0,-1,0,-1,6,1,1,2,1,27,3,0.4,0.7601652713,0.3907684737,3.1622776602,0.0,0.2,0.6,3,1,7,3,7,2,4,2,2,3,8,0,1,0,1,1,0 +16491,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.7,1.2275483697,1,0,0,1,1,9,1,1,2,1,61,3,0.4472135955,0.9756646389,0.3819685851,3.3166247904,0.8,0.4,0.1,3,3,7,4,10,2,5,2,0,1,6,0,0,1,0,0,0 +16492,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.9,1.1036870027,7,1,1,0,1,1,1,1,2,1,65,3,0.316227766,0.6638853829,0.2898275349,3.4641016151,0.7,0.3,0.5,3,2,8,3,6,2,12,3,3,2,9,0,0,1,0,0,0 +16494,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.2,1.1197097838,11,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.8465706220999999,0.2944486373,3.7416573868,0.9,0.7,0.7,4,2,8,4,10,3,11,3,2,3,9,0,0,1,0,1,1 +16497,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,1.006541107,10,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.7955454493999999,0.3848376281000001,3.3166247904,0.4,0.3,0.7,1,3,8,1,10,2,4,5,1,6,19,0,1,1,0,0,0 +16505,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.3,0.6,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6652843796,0.3615245497,3.0,0.8,0.3,0.9,2,0,7,3,11,1,14,7,0,5,9,0,1,1,0,0,1 +16508,0,1,3,7,1,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,0.522613624,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.747378338,0.3887158345,3.4641016151,0.8,0.5,0.6,2,3,8,3,9,1,3,6,1,2,10,0,0,0,1,0,0 +16510,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.5494315244,11,1,1,0,1,1,1,0,2,1,25,3,0.4,0.8896791138,-1.0,3.7416573868,0.7,0.2,0.8,3,2,6,3,9,3,9,3,4,2,15,0,0,0,0,0,0 +16513,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.5153882032,6,1,-1,0,0,1,1,1,0,1,52,2,0.3741657387,0.7966581803,0.3598610843,3.4641016151,0.3,0.5,0.5,4,2,4,3,7,3,6,4,0,2,12,0,0,0,0,0,1 +16514,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.0,0.0,0.87535707,3,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7714963457999999,0.3615245497,3.6055512755,0.6,0.2,0.5,3,2,7,4,7,0,11,9,1,3,9,1,0,0,0,0,0 +16516,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.2,0.2,-1.0,5,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6621246793,0.31144823,2.8284271247,0.9,0.6,0.2,4,1,6,5,11,1,11,4,2,4,9,0,1,0,1,0,0 +16517,0,4,4,9,1,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.8,0.6,1.003431612,10,1,-1,0,1,6,1,1,0,1,27,1,0.3741657387,0.7066098787,0.3907684737,3.0,0.5,0.3,0.0,4,2,6,3,10,3,6,9,0,4,11,0,1,1,1,1,0 +16518,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.54886246,11,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.9655641095,0.3903844259000001,3.6055512755,0.7,0.4,0.6,3,2,6,3,9,0,7,10,0,5,9,0,0,1,0,1,1 +16519,0,4,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.0,0.0,-1.0,11,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7932436808,0.3933192088,2.6457513111,0.1,0.0,0.0,2,0,6,2,9,3,7,9,1,1,9,0,0,1,0,0,0 +16520,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.1,1.1734031703,11,1,0,0,1,11,1,1,3,1,7,3,0.4235563717,0.6776844385999999,0.3542597917,2.0,0.2,0.1,0.6,1,1,9,6,11,1,7,3,2,2,4,0,1,1,1,0,1 +16526,0,2,2,1,1,6,0,0,1,0,0,1,1,0,2,10,0,0,0,0.2,0.3,-1.0,7,1,0,0,0,11,1,1,2,1,19,3,0.3160696126,0.5811786258,-1.0,2.0,0.6,0.5,0.9,3,3,7,4,9,1,8,6,2,3,10,0,0,0,0,1,0 +16530,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.4,-1.0,7,1,1,0,0,11,1,1,2,1,44,3,0.4472135955,0.8081582981000001,0.33911649920000003,3.3166247904,0.0,0.4,0.0,0,2,6,3,10,2,10,6,1,1,13,0,0,1,1,0,0 +16538,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.631961233,11,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,1.0304055207,0.4949747468,3.3166247904,0.1,0.5,0.3,1,2,7,3,11,1,12,3,4,3,3,1,0,0,0,0,0 +16541,0,6,1,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.1,0.3,-1.0,0,1,-1,8,1,3,1,1,0,1,104,2,0.5,1.2369734459,0.474341649,3.4641016151,0.0,0.4,0.5,0,0,8,2,7,1,13,4,2,2,10,0,0,0,0,0,1 +16543,0,6,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,1,1,1,0,1,104,3,0.4242640687,0.8162983370999999,0.4129164564,3.3166247904,0.7,0.9,0.8,4,3,7,5,10,3,11,5,1,0,6,0,0,1,0,0,0 +16545,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.5,1.0960155108,11,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7654948974,0.3598610843,3.6055512755,0.3,0.1,0.0,1,2,10,2,4,1,11,4,1,1,9,0,1,1,0,1,0 +16547,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,4,1,-1,2,0,1,1,1,0,1,1,0,0.3741657387,0.8624393618999999,0.4189272013000001,3.4641016151,0.1,0.1,0.0,3,1,8,2,9,1,6,4,2,3,5,0,1,0,0,1,0 +16548,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.7322909258,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6083781447,0.3619392214,2.8284271247,0.4,0.0,0.5,2,1,8,4,10,3,10,2,3,3,6,1,1,0,0,1,1 +16551,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.9,1.1583932838,9,1,-1,0,-1,4,0,1,2,1,48,1,0.316227766,0.6585891507,0.3748332963,3.4641016151,0.8,0.2,0.6,2,1,5,5,9,1,9,5,2,3,2,0,1,1,0,0,0 +16552,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,1.3681648293000002,6,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9150260801,0.4086563348,3.1622776602,0.7,0.3,0.3,3,2,8,2,11,1,7,7,2,5,11,0,1,1,0,0,0 +16553,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,7,1,-1,2,-1,1,1,0,2,1,1,0,0.3741657387,0.9005278526,0.4189272013000001,3.6055512755,0.3,0.8,0.2,2,1,7,2,7,6,8,10,2,5,9,0,1,0,0,0,0 +16557,0,2,1,6,0,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.6244997997999999,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7404069687,0.3754996671,3.3166247904,0.5,0.1,0.4,2,2,7,3,11,1,11,4,2,2,12,0,0,1,0,0,0 +16559,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7071067812,11,1,0,0,1,6,1,1,2,1,104,3,0.3160696126,0.5463439718,-1.0,2.0,0.9,0.8,0.0,2,2,7,5,9,0,9,1,0,2,6,0,1,1,0,1,0 +16562,1,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.3,0.5117372373,6,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6156868099,0.3583294573,3.0,0.2,0.4,0.3,3,3,7,2,11,4,5,4,0,2,8,0,0,0,0,0,1 +16564,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,0.4,0.7344215411,11,1,1,0,0,1,1,0,1,1,80,3,0.316227766,0.7949868755,-1.0,3.6055512755,0.4,0.6,0.0,1,1,7,4,5,3,5,8,0,1,8,0,1,1,1,1,1 +16565,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.5,0.6,0.7327175445,7,1,-1,0,-1,1,1,1,2,1,91,3,0.4242640687,0.8505345912000001,0.4347413024,2.8284271247,0.4,0.5,0.9,4,3,6,1,10,3,13,6,0,4,6,0,1,0,1,0,1 +16566,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.2,0.2,-1.0,4,1,-1,0,0,0,1,1,0,1,32,3,0.316227766,0.6785832348,0.3615245497,3.6055512755,0.6,0.0,0.7,4,0,5,3,9,1,10,12,1,2,8,0,1,1,0,0,0 +16568,0,5,1,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.5,0.8923284148999999,6,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7149380138,0.3666060556,3.3166247904,0.8,0.1,0.8,1,3,6,7,11,3,11,2,2,2,9,0,1,0,0,1,0 +16570,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7850159234,4,1,0,0,1,0,1,1,2,1,34,2,0.4,0.8220489419,0.3144837039,3.6055512755,0.3,0.5,0.5,2,1,10,3,9,1,5,2,2,1,7,0,1,1,0,0,0 +16572,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.5,0.2,0.5798706752,10,1,-1,0,1,1,1,1,0,1,70,3,0.3741657387,0.7253383365999999,0.3937003937,2.8284271247,0.2,0.9,0.9,2,2,8,6,10,3,6,7,0,1,6,0,1,1,0,1,0 +16573,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.4145780988,11,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8530451045999999,0.3794733192,3.7416573868,0.8,0.1,0.0,0,3,8,2,8,4,4,7,1,3,10,0,1,1,0,1,1 +16574,0,0,1,7,0,6,0,0,1,0,0,0,0,0,0,7,0,1,0,0.6,0.9,1.2265296572,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9545454545,0.5204805472,3.1622776602,0.6,0.1,0.8,2,3,8,2,11,2,11,8,0,4,7,0,0,1,0,0,0 +16577,0,2,1,6,1,2,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6741692162999999,0.3687817783,3.3166247904,0.5,0.0,0.7,3,1,6,5,8,2,9,6,1,7,17,1,1,1,0,0,0 +16581,0,0,1,9,0,3,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.9,1.6343959129,11,1,1,0,0,1,1,0,2,1,38,3,0.316227766,0.7777776138,0.299165506,3.6055512755,0.6,0.7,0.7,0,2,9,1,8,1,4,5,0,2,1,0,1,1,0,0,0 +16582,0,7,2,2,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.8,1.8471261462,4,1,-1,0,1,14,1,1,0,1,29,3,0.4,0.6976347288,0.3984971769,2.8284271247,0.5,0.5,0.4,3,1,7,3,6,3,4,7,1,0,11,1,0,1,0,0,0 +16583,0,0,2,0,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.2,1.2668859459,11,1,1,0,1,0,-1,0,2,1,78,3,0.4,0.9435623548,0.3287856445,3.7416573868,0.3,0.1,0.2,1,2,7,5,8,3,10,8,1,3,6,1,1,1,1,1,0 +16587,1,0,3,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.601040764,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6547348211,0.34727510710000004,3.4641016151,0.8,0.4,0.5,4,4,8,4,8,2,9,3,0,2,10,0,1,1,1,0,0 +16590,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.8444672877,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6732798713,0.3687817783,3.3166247904,0.4,0.3,0.6,1,2,10,5,9,1,8,4,1,1,8,0,0,1,0,0,0 +16592,0,5,2,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.4,0.0,0.7693341277,7,1,-1,0,-1,1,1,1,3,1,65,3,0.316227766,0.5662512657,0.3507135583,2.6457513111,0.3,0.6,0.4,3,2,9,2,12,4,12,3,0,3,6,0,1,1,1,1,0 +16593,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.7866066361,11,1,-1,0,-1,0,1,0,0,1,22,3,0.316227766,0.8503523820000001,0.374566416,3.6055512755,0.7,0.0,0.9,4,4,7,5,9,3,8,4,0,3,9,0,0,1,0,0,0 +16594,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.5,0.8735702605,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6601871761,0.3926830783,2.8284271247,0.0,0.0,0.6,2,2,7,2,7,2,9,7,0,3,11,0,1,0,0,0,1 +16596,1,2,1,11,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.66473679,5,0,1,0,0,1,1,1,2,1,25,3,0.4,0.8415599447,-1.0,3.6055512755,0.9,0.2,0.8,4,4,8,3,4,2,8,6,1,1,7,0,1,1,0,0,1 +16598,0,4,2,3,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.5,0.811634154,6,1,-1,0,0,11,1,0,0,1,104,2,0.316227766,0.8884009220999999,0.3817066937,3.6055512755,0.6,0.7,0.7,3,1,6,5,10,3,4,5,2,1,4,0,1,1,0,0,1 +16599,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.5,0.3,0.6427480066,11,1,1,0,0,14,1,1,2,1,49,3,0.4,0.7127672762,-1.0,3.1622776602,0.6,0.7,0.1,4,3,10,5,10,2,3,1,0,4,4,0,1,0,0,0,1 +16600,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.452078533,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.607239384,0.3619392214,2.8284271247,0.8,0.4,0.6,2,1,10,3,10,3,8,2,2,0,9,0,1,1,0,1,0 +16601,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.3,0.6698880503,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7077055231,0.3958535083,1.7320508076,0.0,0.6,0.2,2,1,4,3,8,2,9,4,1,3,10,0,0,1,1,0,0 +16603,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.8,1.0848386977,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8185731387,0.3663331817,3.4641016151,0.0,0.3,0.9,1,0,7,3,9,2,2,4,2,7,3,0,1,1,0,0,0 +16605,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.6740734381,7,1,-1,0,-1,4,1,1,2,1,104,3,0.3997499218,0.4650379883,0.3870400496,0.0,0.1,0.7,0.3,3,2,6,1,11,2,5,5,3,1,7,0,0,1,0,0,0 +16606,0,6,1,11,0,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.9,1.0,1.4987494787,11,1,0,0,1,4,1,1,3,1,48,3,0.3160696126,0.5435002870000001,0.2966479395,1.7320508076,0.8,0.5,0.4,4,0,5,3,8,4,11,6,1,2,12,0,1,1,0,0,0 +16616,0,1,2,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.5606915373,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7856144618,0.374566416,3.6055512755,0.0,0.0,0.7,3,3,7,3,9,3,10,6,0,3,6,0,1,0,1,0,0 +16619,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.3,0.9350802105,6,1,-1,3,0,17,1,1,0,1,104,1,0.3605551275,0.9667616558,0.4604345773,3.3166247904,0.6,0.7,0.7,4,3,5,3,9,3,11,5,2,4,9,0,0,0,0,0,0 +16622,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.1,0.4582575695,11,1,1,0,1,1,1,1,1,1,38,3,0.316227766,0.7158477606999999,0.299165506,3.4641016151,0.7,0.8,0.9,2,4,10,4,6,2,7,6,0,4,7,0,0,0,0,0,0 +16623,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.5,1.2852528934,11,0,-1,0,-1,10,1,0,2,1,28,3,0.3872983346,1.1232424287,0.3820994635,3.7416573868,0.3,0.2,0.5,5,3,7,3,9,2,10,6,0,2,7,0,1,0,0,1,0 +16624,0,2,1,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.1,0.514174095,11,1,0,0,1,0,1,1,3,1,32,3,0.316227766,0.6373855431000001,0.2944486373,3.0,0.7,0.3,0.2,3,2,8,3,9,0,8,6,1,1,6,0,0,1,0,0,0 +16626,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.0,0.6408002809000001,11,1,-1,0,-1,0,1,0,2,1,34,2,0.4,0.8977013804999999,-1.0,3.7416573868,0.0,0.8,0.0,1,2,9,5,10,3,7,5,1,1,13,0,1,0,0,0,1 +16627,0,1,2,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5953157368,0.3619392214,2.6457513111,0.8,0.4,0.5,2,3,7,1,8,2,13,2,1,2,6,0,0,0,0,1,0 +16632,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6547900427000001,3,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6877083456,0.3687817783,3.4641016151,0.2,0.6,0.1,3,4,6,2,11,1,5,7,3,6,9,0,0,1,1,0,0 +16633,1,1,1,4,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.6,0.5,0.9467048114,10,1,-1,0,1,7,1,1,0,1,104,3,0.4,0.8839828165000001,0.4176122604,3.3166247904,0.1,0.4,0.7,2,1,4,1,9,3,12,3,1,6,17,0,0,1,0,0,0 +16634,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5220153254,7,0,-1,0,-1,1,1,1,2,1,70,3,0.4,0.895016044,0.3962322551,3.4641016151,0.4,0.8,0.7,4,1,7,4,8,3,10,6,2,2,7,0,1,0,0,0,1 +16637,0,5,3,5,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.4,0.7219764539,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.785883984,0.3598610843,3.6055512755,0.6,0.4,0.9,2,0,7,2,8,5,7,9,1,4,1,0,0,1,0,1,0 +16642,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.4,0.7591113225,5,1,0,0,0,14,1,1,3,1,104,1,0.3160696126,0.5294039998,0.30331501780000003,2.2360679775,0.3,0.2,0.6,1,2,8,6,10,5,8,8,1,3,5,0,0,1,1,1,0 +16643,0,2,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,7,1,1,1,0,14,1,1,2,1,8,3,0.4,0.9106010185,-1.0,3.4641016151,0.1,0.0,0.8,2,4,8,5,10,3,5,4,2,2,1,0,0,0,0,1,0 +16644,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.3,0.3,-1.0,7,1,1,2,0,0,0,0,2,1,104,2,0.3741657387,0.9875359602,0.3601388621,3.7416573868,0.7,0.5,0.5,1,2,8,2,9,2,14,5,4,3,6,0,1,1,1,0,0 +16652,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,1.3560051622,11,1,1,0,1,3,1,1,2,1,15,3,0.4,0.9565800827,0.3420526275,3.6055512755,0.4,0.5,0.6,1,1,6,2,9,4,10,4,1,1,3,0,0,0,1,0,1 +16654,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.3,0.0,0.6698880503,11,1,0,0,1,17,1,1,2,1,104,3,0.399374511,0.7382271593999999,0.3301514804,2.2360679775,0.7,0.9,0.6,1,2,3,1,9,5,2,6,1,5,4,0,1,0,0,0,1 +16657,0,5,2,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,1.0,0.7697402159000001,5,1,0,0,1,0,1,1,3,1,43,3,0.3998749805,0.5963386913000001,0.3146426545,2.2360679775,0.1,0.6,0.5,2,0,8,3,11,2,6,12,0,1,13,0,1,1,0,0,1 +16660,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4937104415,7,1,0,0,1,11,1,1,0,1,16,3,0.4242640687,0.6339564862,0.3263433774,2.2360679775,0.4,0.7,0.4,1,0,5,2,8,2,7,5,4,4,8,0,1,1,1,0,1 +16664,0,3,2,1,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7062150306,0.3754996671,3.0,0.3,0.1,0.2,1,1,8,2,10,3,10,3,2,4,5,0,1,0,0,1,0 +16666,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.0,0.4949747468,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5875780237,0.3687817783,2.6457513111,0.0,0.2,0.1,2,0,9,2,11,1,6,3,2,4,2,0,0,1,0,0,0 +16668,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.5105144464,7,1,0,0,0,11,1,1,2,1,16,3,0.3741657387,0.694280054,0.3185906464,3.1622776602,0.6,0.0,0.7,1,4,8,5,10,1,6,9,1,5,12,0,1,0,1,0,0 +16669,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.9,0.9813893213,8,1,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.1275013514,0.4009987531000001,3.4641016151,0.5,0.5,0.1,2,3,7,2,10,2,8,7,1,5,12,0,0,0,0,1,0 +16671,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.4,0.0,0.4841229183,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6992173901000001,0.3583294573,3.4641016151,0.6,0.1,0.6,2,3,8,3,6,3,9,2,3,0,11,0,0,0,0,1,0 +16676,0,5,1,6,1,3,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.4,0.7818247886,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5901568639,0.3687817783,2.6457513111,0.9,0.3,0.4,2,1,10,4,8,3,14,3,3,2,8,0,1,0,1,1,1 +16683,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.7,0.5,0.408503366,11,1,0,0,0,6,1,1,2,1,27,3,0.3741657387,0.7461194374,0.3204684072,3.3166247904,0.8,0.4,0.5,2,3,9,4,9,4,8,6,1,3,11,0,0,1,0,0,1 +16686,0,4,1,7,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,1.7,1.3152946438,10,1,-1,2,1,14,0,1,0,1,104,0,0.4,0.6390527598,0.4049691346,3.0,0.6,0.0,0.2,4,3,6,2,10,2,9,5,2,4,11,0,1,0,0,1,0 +16688,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.3,0.9209370228,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6394083009,0.3768288736,2.8284271247,0.3,0.3,0.4,4,2,5,3,9,1,10,7,1,2,16,0,1,0,0,0,0 +16692,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.4,0.0,0.5255949010000001,6,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7622572773999999,0.3887158345,3.4641016151,0.6,0.1,0.6,2,2,10,2,8,1,5,3,1,3,7,1,0,0,0,1,1 +16696,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.0,0.4,0.7407766195000001,11,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8080176743,-1.0,3.7416573868,0.7,0.2,0.7,3,1,6,3,9,1,6,3,0,1,7,0,1,0,0,0,0 +16697,0,5,2,5,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,1.5386682553,11,1,-1,0,-1,1,0,1,2,1,70,3,0.4242640687,0.8606527409,0.3976179070000001,3.3166247904,0.6,0.7,0.8,2,1,8,3,7,0,10,7,3,4,12,0,1,1,0,0,1 +16698,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.6309714732,7,1,1,0,0,11,1,0,2,1,17,2,0.4242640687,1.0066924814,-1.0,3.7416573868,0.7,0.7,0.4,0,2,6,2,10,2,11,9,2,3,9,0,0,1,0,1,0 +16699,0,0,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.4795831523,7,1,0,0,1,14,1,1,2,1,68,3,0.4,0.8143851303,0.3443835072,2.8284271247,0.7,0.8,0.5,2,2,7,2,8,2,11,7,1,5,7,0,1,0,0,0,0 +16701,0,2,2,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.4,0.6604922407,10,0,-1,0,1,1,1,1,0,1,40,2,0.423792402,0.8096014732,0.3853569774,3.1622776602,0.5,0.7,0.9,4,2,8,1,8,2,11,2,2,1,7,0,1,1,1,1,0 +16703,0,2,3,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,-1.0,7,1,-1,0,-1,0,1,1,1,1,86,3,0.4,0.8568995621,-1.0,3.0,0.7,0.5,0.2,2,1,7,4,10,2,7,6,2,1,6,0,1,1,0,1,0 +16704,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.7,1.0,1.3306483381999998,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8615285281999999,0.3780211634,3.4641016151,0.5,0.4,0.0,5,1,7,3,10,5,10,2,0,5,5,0,0,0,0,0,0 +16706,0,3,2,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.7673004627,6,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.8229124603,0.374566416,3.6055512755,0.6,0.8,0.6,1,2,10,5,9,3,16,7,1,2,10,0,1,0,0,1,0 +16707,0,1,1,7,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5522680509000001,7,1,1,0,0,0,1,1,2,1,46,3,0.4,0.8546131501,0.3003331484,3.4641016151,0.7,0.7,0.9,1,1,7,4,8,3,7,8,2,4,4,0,0,1,0,0,0 +16708,0,1,3,3,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.1,1.8212289807,11,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7995091469,0.3874274126,3.4641016151,0.2,0.6,0.0,2,1,6,3,7,2,4,2,4,5,9,1,0,1,0,0,0 +16711,0,4,1,9,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0.5,0.3,0.7344215411,6,1,-1,9,1,15,1,0,0,1,58,3,0.5196152423,1.610688729,0.5059644256,3.6055512755,0.5,0.5,0.8,2,2,9,3,10,3,6,5,2,4,9,0,0,1,0,1,0 +16713,0,4,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,1.5,1.6592543506,11,0,-1,1,-1,16,1,1,2,1,104,3,0.316227766,0.9258790775,0.3674234614,3.6055512755,0.5,0.3,0.6,2,3,8,2,11,2,11,7,1,1,10,0,1,0,0,0,0 +16716,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.1,0.5390964663000001,7,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8652690309000001,0.374566416,3.6055512755,0.8,0.7,0.8,3,1,9,1,11,0,17,8,2,5,6,0,1,1,0,0,0 +16717,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.1,0.4716990566,7,1,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.8876214851,0.3190611227,3.7416573868,0.8,0.2,0.6,2,2,6,4,9,1,6,7,0,2,8,0,1,0,0,0,0 +16719,0,3,2,4,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.3,0.0,1.0155048006,9,0,-1,0,-1,15,0,1,2,1,5,2,0.4242640687,0.8189895003000001,0.3958535083,2.6457513111,0.5,0.1,0.8,2,1,7,1,7,5,9,5,2,3,5,0,0,0,0,0,0 +16725,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.4190763654,7,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9426970277,0.3708099244,3.6055512755,0.9,0.3,0.3,1,2,6,3,9,4,5,5,1,3,5,0,0,0,1,1,0 +16726,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,0.7,0.9559027147,9,1,1,0,0,11,1,0,1,1,3,2,0.4242640687,1.1547870184,0.3659234893,3.6055512755,0.6,0.5,0.5,4,1,8,2,9,2,10,3,1,2,8,0,1,1,0,1,0 +16727,0,2,3,6,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.7449832212999999,11,1,1,0,0,0,1,1,2,1,62,3,0.4,0.8667712244,0.32,3.1622776602,0.0,0.3,0.3,1,3,8,6,6,1,7,5,0,3,3,0,1,1,0,0,0 +16728,0,1,1,5,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.5,0.842985765,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.674720634,0.34727510710000004,3.6055512755,0.3,0.3,0.4,2,2,8,1,10,2,8,3,1,3,7,0,0,0,0,1,1 +16729,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.54886246,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.628539564,0.3687817783,3.0,0.7,0.1,0.0,3,2,6,4,11,2,13,3,0,2,13,0,1,1,0,0,1 +16730,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,10,0,-1,0,1,4,1,1,0,1,104,3,0.4472135955,0.773862802,-1.0,2.6457513111,0.7,0.2,0.1,2,3,8,3,10,1,5,4,2,2,10,0,1,0,1,0,1 +16734,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.6,0.8721381771,3,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6815605574,0.3744329045000001,3.0,0.8,0.2,0.4,2,4,8,2,10,3,10,4,5,4,10,0,1,0,0,1,1 +16735,0,7,1,7,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.3596874641,6,1,-1,0,1,1,1,1,0,1,10,2,0.3152776554,0.4882080575,0.3860051813,0.0,0.2,0.3,0.6,0,2,9,3,10,2,8,5,1,3,11,0,1,0,0,0,0 +16737,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6149186938,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5203106192,0.3687817783,1.0,0.3,0.5,0.3,2,4,9,1,10,2,11,3,6,4,8,0,0,0,0,0,0 +16738,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7228416147,11,1,0,0,1,1,1,1,0,1,40,2,0.3741657387,0.7386608388,0.3248076354,3.0,0.4,0.9,0.8,2,0,8,4,10,2,6,5,1,2,3,1,1,0,0,0,0 +16739,0,4,2,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.9400797838,10,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.777684633,0.3850973903,3.3166247904,0.4,0.0,0.7,2,3,6,3,11,2,12,4,0,2,7,0,1,1,0,0,0 +16746,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,5,1,-1,0,-1,0,0,1,2,1,87,3,0.316227766,0.7092220159,0.3615245497,3.3166247904,0.9,0.5,0.5,3,0,9,2,11,2,10,6,1,1,4,0,1,0,0,0,0 +16753,0,5,1,3,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.7449832212999999,10,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.7774853509999999,0.3974921383,3.0,0.4,0.3,0.5,3,1,9,2,7,3,6,8,1,0,8,0,0,1,1,0,0 +16756,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.6,-1.0,10,1,0,0,1,14,1,1,2,1,42,2,0.4,0.7071944336,0.3376388603,3.0,0.3,0.9,0.5,4,3,9,5,10,5,13,7,1,1,8,0,1,0,0,0,0 +16758,0,4,1,7,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.5,0.2,0.6025985397,9,1,1,0,1,14,1,0,2,1,72,3,0.4,1.1353995911,0.3504283094,3.7416573868,0.6,0.1,0.8,1,3,8,2,8,5,7,6,1,3,10,0,1,0,0,0,0 +16760,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.4,-1.0,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8577261888,0.3848376281000001,3.6055512755,0.4,0.4,0.5,4,1,9,3,10,1,13,7,4,4,7,0,1,1,0,0,0 +16761,0,5,4,10,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.9,1.4077908225,11,1,1,0,1,7,1,0,2,1,104,3,0.4,1.0787676624,0.3637306696,3.7416573868,0.8,0.7,0.9,4,2,8,4,8,2,7,6,2,5,3,0,1,1,0,0,0 +16764,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.7163274391,11,1,-1,8,-1,13,1,1,1,1,20,3,0.4472135955,1.0229999636,0.4295346319,3.1622776602,0.0,0.1,0.4,0,0,5,3,9,2,9,2,1,3,11,0,0,0,0,0,0 +16765,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,1.4378803845,11,1,0,0,1,11,1,1,2,1,53,2,0.4472135955,0.7464101414000001,0.3774917218,2.4494897428,0.4,0.8,0.6,3,2,8,3,11,2,6,5,2,3,8,1,1,1,0,0,1 +16767,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.5,0.3,0.7206767653,7,1,-1,0,-1,0,1,1,3,1,32,3,0.3160696126,0.54636288,0.366469644,2.2360679775,0.9,0.2,0.8,3,2,9,1,9,3,7,8,2,1,12,0,1,0,0,0,0 +16768,0,1,1,5,0,3,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,1.0105691466,11,0,-1,0,-1,1,1,1,2,1,104,2,0.4242640687,0.8758349027,0.4147288271,3.3166247904,0.9,0.3,0.3,2,1,9,5,8,3,7,3,1,3,3,0,0,1,0,0,1 +16770,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.4046603514,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6758488694,0.3619392214,3.1622776602,0.8,0.4,0.8,3,2,7,3,9,1,7,3,0,3,3,0,0,0,0,1,0 +16771,1,1,2,0,0,-1,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.8,0.5689903338000001,4,1,1,0,1,14,-1,1,2,1,82,3,0.316227766,0.6483131322,0.3292415527,3.0,0.3,0.6,0.3,3,2,8,3,10,1,12,4,2,1,10,0,0,0,0,0,0 +16776,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,1.5,1.6444984038,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.7552707358,0.3937003937,3.3166247904,0.3,0.5,0.2,4,0,8,3,7,2,12,8,3,3,10,0,0,1,0,1,0 +16778,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,46,3,0.4,0.8123784079,0.3663331817,3.6055512755,0.1,0.6,0.8,5,1,8,1,9,1,12,3,1,5,2,0,1,1,0,1,0 +16779,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.2,0.3,-1.0,11,0,-1,8,-1,9,1,0,2,1,13,3,0.4472135955,1.198742454,0.4679743583,3.6055512755,0.9,0.8,0.1,3,0,6,1,8,0,9,7,1,6,7,0,1,0,0,1,0 +16780,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.5261891295000001,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5144603206,0.3556683849,2.0,0.6,0.9,0.9,1,0,7,2,8,5,13,7,3,4,15,0,1,1,0,1,0 +16783,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.6,1.1863810518,11,0,1,1,1,16,1,1,2,1,104,2,0.4,1.0128768047,0.3885871846,3.3166247904,0.7,0.3,0.9,1,2,6,3,9,4,6,7,1,2,8,0,1,0,0,0,1 +16786,0,5,1,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.5,1.5929532322,6,1,-1,0,1,4,1,1,0,1,104,2,0.4,0.7448029303,0.3938273734,3.1622776602,0.5,0.4,0.5,1,3,8,2,10,4,13,6,1,3,8,0,0,1,0,0,0 +16788,0,2,2,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.5,1.1031205736,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8087716428,0.3958535083,2.4494897428,0.0,0.2,0.8,4,1,7,2,9,2,10,2,1,1,10,1,1,1,0,0,1 +16792,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,11,0,-1,9,-1,16,1,1,0,1,104,3,0.4472135955,1.4782475804,0.450555213,3.6055512755,0.2,0.8,0.0,2,1,5,5,8,2,4,9,1,4,9,0,1,0,0,1,0 +16794,0,6,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.7930421077,6,0,-1,9,0,9,1,1,0,1,104,3,0.5153639490999999,1.1566194686,0.5067543784,3.1622776602,0.8,0.5,0.8,2,3,5,6,8,2,6,7,1,2,9,0,1,1,0,0,0 +16798,0,0,2,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.9089829481,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8133061798000001,0.3663331817,3.6055512755,0.1,0.7,0.0,4,2,7,2,8,1,7,7,1,6,7,0,0,0,0,0,0 +16800,0,7,1,6,0,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,4,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.9941772627,0.4,3.1622776602,0.0,0.4,0.9,2,1,7,3,8,2,9,6,4,3,9,0,0,0,0,0,0 +16802,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.0,0.4987484336,7,1,0,0,0,0,1,1,0,1,32,1,0.316227766,0.5938736822,0.2944486373,2.8284271247,0.0,0.7,0.9,2,3,10,2,8,1,5,7,2,4,5,0,1,1,0,0,0 +16804,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,9,0,0,1,0.6,1.1,1.4241225369,7,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6398766668,0.4086563348,1.7320508076,0.3,0.2,0.3,1,2,6,3,9,2,5,2,1,3,5,0,1,1,0,0,0 +16805,0,1,3,11,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.2,1.3355710389,11,0,1,0,1,10,1,1,2,1,55,2,0.4242640687,1.2164459308,0.3586084215,3.4641016151,0.2,0.7,0.7,2,3,7,3,9,3,10,5,2,1,7,0,1,0,0,0,0 +16807,0,0,4,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.2,0.5471517157,7,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7280677473,-1.0,3.1622776602,0.1,0.0,0.9,2,2,7,3,9,3,7,3,0,8,15,0,1,0,0,0,0 +16809,0,2,1,8,0,4,1,0,0,0,0,0,0,0,0,13,0,1,0,0.9,0.3,0.6694213918999999,11,0,0,0,1,10,1,1,3,1,83,2,0.399374511,0.5419775544,0.3376388603,0.0,0.7,0.3,0.3,1,0,9,5,8,1,4,3,0,2,9,0,1,1,0,0,0 +16812,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,0.8576858398999999,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6692786298,0.3687817783,3.3166247904,0.8,0.6,0.5,3,3,8,1,6,2,12,5,1,3,9,1,1,1,0,1,0 +16813,0,6,1,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,0,1,-1,9,1,0,1,0,0,1,104,3,0.4472135955,1.6765698207,0.4567274899,3.7416573868,0.9,0.0,0.0,1,1,8,5,11,0,7,3,2,2,8,0,1,0,1,1,0 +16814,0,0,2,1,0,0,1,0,0,0,0,0,1,0,1,3,0,0,0,0.1,0.2,-1.0,11,0,1,0,0,9,1,0,0,1,104,2,0.4,1.0334488516,0.316227766,3.7416573868,0.1,0.9,0.7,2,2,7,2,8,3,8,4,0,2,7,0,0,1,0,0,1 +16815,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.7,0.8877640452,11,0,1,1,1,5,-1,1,1,1,104,2,0.5916079783,2.2508262946,0.4055859958,3.4641016151,0.3,0.7,0.1,2,2,8,6,11,3,7,5,1,4,11,0,0,1,0,0,0 +16817,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,3,0,1,0,0.7,0.4,0.701338007,11,1,0,0,0,14,1,1,3,1,60,1,0.316227766,0.6121530895,0.3070830507,3.0,0.8,0.1,0.4,3,2,9,1,7,3,10,4,2,1,14,0,1,0,0,0,0 +16819,0,3,2,4,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.5942432162,5,0,1,0,0,11,1,0,2,1,104,3,0.4,1.0247354023,0.33911649920000003,3.6055512755,0.7,0.6,0.8,3,3,7,3,9,2,8,2,2,3,11,0,1,0,1,0,0 +16820,0,4,3,5,1,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.5,1.0,1.3397761007,11,1,-1,0,-1,10,1,1,3,1,28,3,0.3872983346,0.7721388134,0.378153408,2.8284271247,0.9,0.7,0.0,4,4,10,5,9,3,3,9,0,2,7,0,1,1,0,0,0 +16822,1,2,1,3,1,3,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,1.1,1.5781714102000002,11,0,1,8,1,13,1,0,2,1,20,3,0.4472135955,1.3086824647,0.3714835124,3.7416573868,0.8,0.3,0.0,4,3,8,3,10,5,10,1,2,5,5,0,1,0,0,0,0 +16825,0,4,2,4,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.5,0.8796306043000001,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7364478066,-1.0,3.4641016151,0.1,0.4,0.1,2,1,9,3,9,2,11,8,0,1,9,1,0,0,0,0,0 +16828,0,6,2,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.87535707,6,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.7260927928,0.374566416,3.1622776602,0.6,0.1,0.0,2,0,9,3,8,1,13,3,1,2,10,0,1,0,0,1,0 +16829,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.1,-1.0,7,1,0,0,1,10,1,1,2,1,83,2,0.4242640687,0.8566945895999999,0.3420526275,2.6457513111,0.6,0.7,0.5,2,1,6,2,11,1,10,8,2,6,9,0,0,0,0,0,0 +16831,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,0.4,0.5884301148,7,1,-1,0,-1,0,1,1,2,1,104,3,0.3994996871,0.7080557713,0.3910242959,2.4494897428,0.7,0.4,0.5,0,3,4,2,9,1,8,5,2,1,13,0,0,1,0,0,0 +16832,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.5766281297,11,0,1,0,1,11,1,0,2,1,2,3,0.4242640687,1.1000187827,-1.0,3.7416573868,0.6,0.3,0.2,3,2,8,3,9,2,9,4,3,2,8,0,1,1,1,0,0 +16839,0,3,1,6,1,2,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7858116823000001,6,1,-1,0,1,10,1,0,0,1,89,2,0.3872983346,1.0669528714,0.4086563348,3.7416573868,0.0,0.8,0.2,2,1,10,3,11,4,9,5,1,2,6,0,1,1,1,1,0 +16840,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.7051903206999999,0.3583294573,3.4641016151,0.0,0.2,0.5,3,1,7,4,6,3,11,4,1,2,7,0,1,0,0,0,0 +16842,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.9,0.3,0.6093028803,11,1,-1,1,-1,14,1,1,2,1,104,2,0.4,0.8988284386,0.3920459157,3.3166247904,0.7,0.6,0.7,3,1,9,4,11,2,9,3,2,5,6,0,1,1,0,1,0 +16847,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,1.0,1.3136304655,11,1,1,1,1,3,1,1,2,1,102,2,0.4,0.8731651364,0.3268026928,3.7416573868,0.7,0.9,0.9,2,3,7,6,11,4,8,6,3,3,9,1,0,1,1,0,0 +16856,0,0,2,1,0,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.6841966092,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6549241329,0.3887158345,2.8284271247,0.0,0.7,0.8,1,1,9,3,11,3,10,4,1,2,9,0,0,1,0,0,0 +16861,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,6,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6064563102,0.3507135583,3.0,0.2,0.5,0.0,2,3,7,1,11,4,8,8,4,2,5,0,1,1,0,0,0 +16863,0,7,1,11,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.9,0.6,-1.0,4,1,-1,0,1,11,1,1,0,1,30,3,0.4472135955,0.7031364209000001,0.4477722635,1.7320508076,0.5,0.7,0.6,1,4,9,3,8,0,5,3,2,1,11,0,1,1,0,0,1 +16864,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,1.0,1.1039701083,6,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8842632456,0.3903844259000001,3.4641016151,0.1,0.7,0.4,3,0,7,5,8,0,8,6,1,3,7,1,0,1,0,0,1 +16865,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.9,1.3610657589,11,0,1,9,0,17,1,0,2,1,104,3,0.608276253,1.4385986639,0.432087954,3.4641016151,0.8,0.9,0.0,3,3,5,2,12,3,6,8,0,4,10,0,1,1,0,0,0 +16867,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.5939780445,0.3907684737,2.4494897428,0.9,0.6,0.1,3,2,10,5,10,2,14,3,1,4,5,0,1,1,0,0,0 +16869,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.9,1.0671222985,11,1,1,0,1,0,1,1,2,1,66,3,0.3998749805,0.7204509606999999,-1.0,3.0,0.1,0.8,0.2,4,3,7,1,9,0,14,5,1,3,7,0,1,0,0,0,0 +16870,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,0,1,0,1,0,1,1,2,1,95,2,0.4,0.8071094225,0.3348133809,3.1622776602,0.7,0.3,0.3,3,1,8,3,9,2,9,5,1,3,8,0,1,1,1,0,0 +16877,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6504805915999999,7,1,1,0,1,0,1,1,2,1,98,3,0.4,0.7292728179000001,0.3309078422,2.8284271247,0.4,0.6,0.9,3,3,8,3,11,3,13,7,0,3,9,0,1,1,1,1,0 +16878,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.6036348234000001,11,1,0,0,1,0,1,1,2,1,95,2,0.4,0.7150680484999999,0.3315116891,2.6457513111,0.1,0.8,0.1,3,0,8,3,9,1,8,6,0,6,4,0,1,0,0,1,0 +16880,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,1.0371234256,8,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.9400193422,0.3826225294,3.4641016151,0.6,0.6,0.9,0,3,10,4,4,1,8,7,2,1,9,0,0,1,0,0,1 +16882,0,0,3,9,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.8,0.1,0.5798706752,11,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8634359815,0.310322413,3.7416573868,0.6,0.1,0.1,3,3,9,5,10,0,8,5,0,2,7,0,0,0,0,1,0 +16883,0,3,3,6,1,5,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.2371843031999998,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6299514608,0.3768288736,2.8284271247,0.2,0.8,0.2,1,1,7,3,8,3,16,6,2,4,7,1,1,1,0,0,0 +16887,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.1,0.4828301979,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6645386146,0.30331501780000003,3.3166247904,0.8,0.5,0.0,1,3,7,3,12,3,9,5,2,4,5,0,0,0,0,1,0 +16888,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.4220485754,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6477551828,0.3583294573,3.3166247904,0.9,0.1,0.5,3,2,7,3,9,2,7,6,3,2,6,1,1,1,0,0,0 +16894,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.8,0.0,0.4993746089,7,1,0,0,0,11,1,1,0,1,103,3,0.316227766,0.7652040186,0.2887905816,3.7416573868,0.7,0.9,0.6,1,4,7,2,11,4,4,0,0,2,9,1,1,1,0,0,0 +16901,0,5,3,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.6471089553,7,1,1,0,1,1,0,1,1,1,31,3,0.423792402,0.6527753843999999,0.3358571125,2.0,0.2,0.6,0.0,2,3,9,5,10,2,10,6,1,3,6,0,0,1,0,1,0 +16906,0,0,3,8,0,0,0,1,0,0,0,0,0,0,0,4,0,0,0,0.4,0.0,0.675,10,1,-1,8,0,0,1,0,0,1,104,2,0.4472135955,1.6677234941,0.5567764363000001,3.6055512755,0.9,0.7,0.9,4,3,8,1,10,2,11,7,2,2,6,0,0,1,1,0,0 +16907,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.3,0.6887488656999999,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4459412925,0.3619392214,1.0,0.2,0.9,0.4,2,2,8,5,8,1,11,7,0,2,9,1,1,1,0,1,0 +16911,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.5,0.3,0.4968651729,10,0,-1,1,1,0,1,1,0,1,104,2,0.445421149,0.8275349234999999,0.363868108,3.0,0.4,0.8,0.9,1,2,9,4,10,2,10,1,1,6,5,0,1,1,0,0,1 +16912,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.2,0.2,-1.0,5,1,1,0,0,11,1,1,2,1,3,2,0.4242640687,1.0638694383,0.3659234893,3.4641016151,0.6,0.9,0.4,3,1,7,4,8,3,8,5,0,3,6,1,1,1,1,0,0 +16913,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,11,0,-1,0,-1,0,1,1,2,1,34,2,0.4,0.8156653219,0.3780211634,3.3166247904,0.5,0.0,0.8,1,4,8,4,9,3,11,5,5,2,8,0,1,1,1,0,0 +16916,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.1,0.460298816,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.775423105,0.3754996671,3.6055512755,0.6,0.4,0.3,0,3,9,1,7,3,8,1,0,2,5,0,0,0,1,0,0 +16917,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6087897831,7,0,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9895293772,0.3708099244,3.6055512755,0.7,0.8,0.3,4,3,9,0,9,2,11,3,1,1,4,0,1,1,1,1,0 +16921,0,5,1,6,0,6,0,0,1,0,0,0,0,0,0,3,1,0,0,0.0,0.0,-1.0,4,0,-1,1,0,3,1,1,0,1,104,2,0.4472135955,0.8343602487999999,0.4268489194,3.0,0.3,0.2,0.8,2,1,7,4,10,2,9,6,1,2,9,0,0,1,0,0,1 +16923,1,0,1,5,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.1,1.2727922061,11,0,0,8,1,13,1,1,2,1,104,3,0.5656854249000001,1.4972012457,0.4588027899,3.3166247904,0.9,0.0,0.2,5,3,8,1,9,3,10,7,0,4,12,0,1,0,1,1,0 +16928,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.3,0.8062257748,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5753188121,0.3651027253,2.2360679775,0.4,0.7,0.2,2,1,7,6,10,2,6,5,1,2,12,0,0,0,0,0,0 +16930,0,2,2,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.0,-1.0,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7797806429999999,0.3708099244,3.4641016151,0.7,0.8,0.5,2,3,7,5,11,2,13,5,3,4,8,0,0,0,0,0,1 +16931,0,0,4,10,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.85732141,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.698803582,0.3598610843,3.3166247904,0.6,0.8,0.6,2,3,9,3,10,2,11,8,1,1,7,0,1,1,0,0,0 +16932,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,4,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.522252749,0.2887905816,1.7320508076,0.5,0.2,0.0,2,2,7,5,7,4,11,4,1,2,7,1,1,0,0,0,0 +16934,0,1,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.0,-1.0,7,0,1,0,1,17,-1,1,1,1,104,3,0.4220189569,0.7528870054000001,-1.0,2.2360679775,0.4,0.4,0.9,2,1,9,2,8,3,13,9,0,6,10,0,1,0,1,0,0 +16935,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.1,0.4873397172,7,1,-1,0,-1,0,1,1,0,1,32,3,0.316227766,0.6801190951,0.3615245497,3.4641016151,0.0,0.0,0.6,2,0,7,3,9,1,10,4,1,1,3,0,1,0,1,0,0 +16936,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.5117372373,7,1,1,0,0,1,0,0,2,1,38,3,0.316227766,0.7634469462000001,0.299165506,3.7416573868,0.6,0.5,0.9,2,2,8,5,9,3,6,8,2,1,7,0,1,1,0,0,1 +16937,0,6,1,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7988272654,11,1,0,0,1,4,1,1,2,1,12,3,0.4,0.7060687345000001,0.3248076354,3.0,0.3,0.6,0.9,3,0,7,8,10,1,11,2,1,7,8,0,1,0,1,0,0 +16938,0,6,1,6,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.6,0.4,0.6896557112,0,1,-1,0,0,6,1,1,0,1,77,2,0.3741657387,0.7915769123999999,-1.0,3.4641016151,0.1,0.4,0.0,1,2,7,2,9,2,11,6,0,2,7,0,0,0,0,1,0 +16939,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.3,1.1554220008,11,0,-1,1,-1,0,1,1,2,1,75,2,0.4472135955,1.3279769302,0.4440720662,3.6055512755,0.1,0.5,0.7,4,1,7,3,7,2,7,5,1,3,8,0,0,0,0,0,0 +16941,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,11,1,1,0,0,10,1,0,2,1,28,3,0.3741657387,1.0374794631,0.3248076354,3.6055512755,0.7,0.1,0.3,2,4,8,3,8,3,8,6,1,1,9,0,0,1,0,0,0 +16943,0,0,1,4,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0.3,0.4,-1.0,7,1,0,0,0,11,1,1,1,1,101,3,0.3741657387,0.8031575084999999,0.3214031736,3.3166247904,0.4,0.9,0.7,2,4,6,4,10,1,8,7,1,7,10,0,1,1,1,0,0 +16944,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.7,1.4,1.3207478942,11,0,0,3,0,17,1,1,2,1,104,3,0.4472135955,1.2200253181,0.3748332963,3.4641016151,0.4,0.9,0.0,1,0,9,5,11,0,9,3,1,3,6,0,0,1,0,0,1 +16945,0,2,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,0.8638576272,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6541712946,0.3887158345,2.6457513111,0.9,0.6,0.8,1,2,8,4,9,4,8,6,0,5,9,0,0,1,0,0,0 +16946,0,0,1,5,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,1.7146428199,11,1,1,0,0,7,1,0,2,1,79,3,0.3872983346,0.9934808162,0.333166625,3.6055512755,0.2,0.0,0.2,0,1,9,3,10,2,4,2,2,4,3,0,0,1,0,0,1 +16947,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.6,1.0105691466,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7450248207,0.3788139385,2.8284271247,0.9,0.1,0.6,1,1,9,3,11,1,9,3,0,3,4,1,1,1,0,1,0 +16949,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,0.7356969484999999,11,1,1,0,1,6,1,0,2,1,33,3,0.3872983346,0.9144162208,0.3286335345,3.7416573868,0.2,0.4,0.5,4,2,8,2,9,1,7,8,5,5,12,0,1,0,0,1,0 +16951,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,1.1960873714,7,1,1,0,1,11,1,1,2,1,2,3,0.4242640687,0.9188903657,-1.0,3.6055512755,0.8,0.8,0.7,2,3,9,1,9,2,6,8,4,10,6,1,0,1,0,0,0 +16953,0,5,1,5,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.9,1.2447389285,6,1,-1,0,1,1,1,1,0,1,31,3,0.3605551275,0.5250934588,0.3937003937,0.0,0.4,0.3,0.1,4,4,8,1,9,3,3,4,0,3,6,0,1,1,1,0,0 +16956,0,1,4,7,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.2,0.5220153254,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7076325329,0.3598610843,3.4641016151,0.4,0.4,0.6,3,1,6,3,10,5,11,7,1,0,6,1,1,1,0,1,0 +16958,1,1,2,1,0,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.5,0.4,-1.0,11,1,-1,1,-1,14,1,1,1,1,8,3,0.4,0.9250865494,-1.0,3.4641016151,0.3,0.4,0.1,5,3,5,2,8,1,12,7,1,2,7,0,1,1,0,1,1 +16962,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.3,0.6417748825999999,11,1,-1,2,-1,1,1,0,2,1,90,0,0.4242640687,0.9955790707,0.4295346319,3.6055512755,0.1,0.1,0.7,2,3,9,1,10,2,5,3,1,3,4,0,1,1,0,0,0 +16966,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.58630197,11,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6684445989,0.3666060556,3.3166247904,0.2,0.0,0.5,3,1,6,3,8,3,2,7,1,1,9,0,1,0,0,0,0 +16967,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,5,1,0,0,0,11,0,0,2,1,103,1,0.316227766,0.7173758423000001,0.2887905816,3.6055512755,0.7,0.4,0.6,1,3,8,3,12,5,6,4,3,2,10,0,0,1,0,0,1 +16970,1,1,1,4,0,4,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.2742644937,11,1,0,0,0,1,1,1,2,1,51,2,0.3741657387,0.8361659845999999,0.3307567082,3.6055512755,0.0,0.3,0.8,4,3,8,4,10,2,7,13,1,3,5,0,0,1,1,1,1 +16971,0,4,1,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.522613624,9,1,-1,0,-1,14,0,0,2,1,72,3,0.4,1.1625616486,0.4093897898,3.6055512755,0.6,0.0,0.8,2,0,8,4,9,3,12,4,0,2,7,0,1,0,0,1,0 +16972,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.6164414003,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6251941847,0.3687817783,3.0,0.0,0.7,0.2,4,2,8,4,10,2,6,6,0,6,7,0,0,1,0,0,0 +16973,0,5,1,2,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.7,0.9594920531,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5851467288000001,0.3583294573,2.6457513111,0.1,0.4,0.7,3,1,7,3,7,2,10,5,1,2,2,0,1,1,0,1,0 +16974,0,1,1,8,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.1,1.3157697367,10,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6265311822,0.3744329045000001,2.4494897428,0.8,0.2,0.4,3,0,8,1,12,4,7,5,0,3,7,0,0,0,0,0,1 +16975,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.8721381771,3,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8422838884999999,0.374566416,3.6055512755,0.1,0.7,0.9,3,2,5,4,11,2,5,7,3,0,14,0,0,1,0,0,0 +16976,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,1.2,1.3306483381999998,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6555075001,0.3817066937,2.2360679775,0.5,0.0,0.4,2,0,9,3,5,3,5,5,1,4,6,0,0,0,0,0,0 +16978,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.8,0.3,0.6194755847,6,1,-1,0,1,11,1,1,0,1,53,2,0.4688283268,0.5536878614999999,0.4236744033,0.0,0.4,0.9,0.5,1,2,10,3,8,1,6,6,2,5,9,1,1,1,0,0,0 +16981,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5878988008,7,1,-1,0,-1,6,1,1,1,1,104,2,0.4472135955,0.9453452734,-1.0,3.4641016151,0.4,0.5,0.8,4,1,6,4,9,3,5,5,4,4,8,0,0,1,0,1,1 +16983,0,0,1,5,0,1,1,0,0,0,0,0,0,0,0,8,0,0,0,0.9,0.3,0.5618051264,7,0,0,9,1,16,1,1,2,1,104,3,0.5916079783,1.4169793854,0.4415880433,3.3166247904,0.7,0.9,0.5,1,0,6,1,11,3,9,9,0,2,12,0,0,1,1,1,0 +16984,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.5086747487,11,1,-1,0,-1,11,1,0,2,0,11,2,0.316227766,0.7639474475,0.3687817783,3.7416573868,0.6,0.5,0.6,3,4,9,2,8,2,2,6,3,5,5,0,1,1,0,1,0 +16985,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7782191208,11,0,0,0,1,1,-1,1,2,1,104,3,0.4242640687,1.0216863390000002,0.3660601044,3.4641016151,0.9,0.7,0.1,2,2,9,4,11,3,6,6,1,5,10,0,0,0,0,1,0 +16987,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.4,0.7215434845,6,1,-1,0,0,6,1,1,0,1,26,1,0.3741657387,0.6645541599,0.354682957,2.8284271247,0.1,0.9,0.2,3,0,9,4,10,1,10,8,1,3,6,0,0,1,0,1,0 +16988,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,1.0,1.4465476141,11,0,-1,9,-1,10,1,1,2,1,81,3,0.4472135955,1.2450729342,0.4975942122,3.3166247904,0.1,0.7,0.4,2,2,7,5,7,4,5,6,2,4,11,0,1,1,1,1,0 +16989,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,1.2,1.4933184522999998,9,1,0,0,1,11,1,1,2,1,101,3,0.3741657387,0.7673610462,0.3212475681,3.3166247904,0.8,0.1,0.6,1,4,9,3,11,4,5,4,1,1,6,0,0,0,0,0,0 +16994,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.5925676026,0.3615245497,2.8284271247,0.9,0.5,0.4,3,2,7,3,7,3,4,5,1,2,6,0,1,0,0,1,0 +17000,0,0,1,7,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.2,0.5190134873,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9743084006,0.4,3.0,0.4,0.4,0.7,3,4,6,2,10,1,9,9,4,4,7,0,1,0,0,1,0 +17002,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.3,0.9273618495,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6393436717000001,0.3583294573,3.4641016151,0.5,0.7,0.4,0,1,5,5,11,2,9,6,1,2,13,0,1,1,0,1,0 +17008,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.6,0.8660254037999999,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.6843890923999999,0.3907684737,3.0,0.4,0.7,0.8,3,2,8,2,11,1,11,6,0,4,5,0,1,1,1,1,0 +17010,0,0,1,7,0,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.6819090848,11,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8430194648999999,0.3181194744,3.6055512755,0.5,0.8,0.6,4,2,7,2,8,4,18,6,1,4,8,0,1,0,0,0,0 +17013,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.4,0.6745368782,11,1,-1,0,-1,11,1,1,2,1,2,3,0.4242640687,0.9913364383,0.3542597917,3.6055512755,0.6,0.0,0.2,4,2,7,3,8,3,3,5,1,3,7,1,0,0,0,1,0 +17014,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.7254309064,11,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.800296949,0.3974921383,3.1622776602,0.8,0.2,0.9,1,1,9,3,9,2,8,3,1,1,7,0,1,1,0,1,0 +17015,0,1,1,6,0,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.2884098727,11,1,0,0,1,11,1,1,3,1,99,2,0.316227766,0.584899511,-1.0,2.0,0.6,0.7,0.8,3,2,8,1,11,1,7,5,3,3,4,1,1,1,1,1,0 +17016,0,1,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.5208166664,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.8166399612999999,0.4236744033,3.0,0.4,0.8,0.5,3,3,6,3,7,3,6,3,0,1,9,0,1,1,0,0,0 +17020,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.634921255,6,1,-1,2,0,0,1,0,0,1,100,0,0.4,1.0018180787,0.423083916,3.6055512755,0.1,0.3,0.4,3,2,5,2,7,1,10,4,1,3,8,0,1,0,1,0,0 +17022,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.5,0.9048480535,7,1,-1,1,-1,3,1,0,2,1,45,3,0.4,0.8616484298,0.3498571137,3.7416573868,0.7,0.5,0.4,3,0,6,2,10,1,6,8,1,2,9,0,1,0,0,0,0 +17023,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.5926634796,7,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.8035175766,0.3826225294,3.0,0.7,0.8,0.7,2,2,9,3,9,3,12,5,2,3,6,0,1,1,0,0,0 +17025,1,0,2,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.2,0.3,-1.0,11,1,-1,2,-1,1,1,1,0,1,90,0,0.3741657387,0.7108806086,0.4166533331,3.3166247904,0.6,0.0,0.2,3,1,8,2,8,1,5,6,1,4,4,0,1,0,0,1,0 +17027,0,0,2,0,1,-1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.7,1.0,7,1,0,0,1,11,-1,1,2,1,16,3,0.423792402,0.5974117729,-1.0,2.0,0.6,0.3,0.3,3,2,7,2,11,3,10,4,0,4,13,0,0,0,0,0,0 +17029,0,6,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.5,0.4,0.7373940602,11,1,0,0,1,11,1,1,2,1,7,3,0.3741657387,0.7651635162999999,0.3542597917,3.1622776602,0.5,0.2,0.8,3,1,7,3,7,4,6,5,2,0,10,0,1,0,1,0,0 +17030,0,5,1,6,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.6,0.5,0.9463746615,7,0,-1,9,-1,15,1,1,2,1,41,2,0.5196152423,1.3688612025,0.5753259945,3.6055512755,0.0,0.2,0.2,1,1,9,2,9,1,9,7,2,1,13,0,1,1,0,0,0 +17031,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.9,1.263922466,7,0,-1,0,-1,7,1,0,2,1,104,3,0.4,0.966724255,0.4154515616,3.7416573868,0.1,0.8,0.7,2,1,5,1,10,0,8,6,1,4,6,1,0,1,0,0,0 +17032,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.5937171044,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7117229705,0.3615245497,3.3166247904,0.4,0.7,0.0,4,2,9,4,11,2,4,8,1,4,13,0,1,1,0,0,1 +17033,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,1.1,1.4626602476,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7971281095999999,0.3850973903,3.3166247904,0.9,0.6,0.1,3,3,8,3,11,1,10,5,0,6,13,0,1,0,0,0,1 +17034,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.6528782429,11,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8035432896,-1.0,3.7416573868,0.5,0.6,0.7,2,4,9,5,11,3,10,1,2,3,7,0,1,0,0,0,0 +17040,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.6,0.5,0.8246211251000001,6,1,-1,2,0,0,1,1,0,1,100,0,0.3997499218,0.7603011583,0.423083916,3.1622776602,0.6,0.7,0.3,4,1,8,4,8,1,9,9,1,3,8,0,0,0,1,0,0 +17041,0,7,3,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.3,1.4716062653,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6574430812,0.3619392214,3.1622776602,0.6,0.3,0.5,1,3,9,3,10,3,4,9,0,2,9,0,1,1,0,0,1 +17042,0,4,4,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.4,1.3651922941,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.5934560495000001,0.3619392214,2.6457513111,0.5,0.8,0.0,2,2,6,4,11,1,13,3,3,2,4,0,1,1,0,0,0 +17044,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.6557438524,7,1,-1,0,-1,14,1,1,3,1,82,3,0.3160696126,0.3932277955,0.3774917218,0.0,0.3,0.0,0.8,2,3,9,5,12,4,9,5,1,3,7,0,0,0,0,1,0 +17045,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.6656763478,11,0,0,0,0,10,1,1,2,1,83,2,0.4242640687,0.98435069,0.3420526275,3.1622776602,0.0,0.2,0.1,1,0,8,6,10,2,6,5,2,5,5,0,1,0,0,1,1 +17046,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.1,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.670835793,0.3986226286,2.2360679775,0.9,0.7,0.2,3,5,6,6,11,4,15,9,0,1,9,0,0,0,0,0,0 +17057,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.0,0.0,0.6368869601,10,1,0,0,1,11,1,1,2,1,101,3,0.3741657387,0.8183686655,0.3212475681,3.3166247904,0.1,0.5,0.8,1,1,8,2,11,3,5,8,4,1,8,0,1,1,0,0,0 +17059,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.9,1.2730377056,6,1,-1,0,0,6,1,1,0,1,27,2,0.3741657387,0.7692166242,0.3907684737,3.6055512755,0.7,0.7,0.2,1,3,8,3,10,3,6,3,4,5,5,0,1,1,0,1,0 +17061,0,3,2,1,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,1.5,1.2229574809,6,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7395197515,0.3598610843,3.4641016151,0.5,0.9,0.7,1,4,8,3,8,5,6,6,0,4,7,0,1,0,1,1,0 +17066,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,0,1,0,2,1,100,0,0.4,0.8625830898000001,0.423083916,3.7416573868,0.7,0.6,0.4,0,3,7,5,10,3,7,6,1,5,12,0,1,1,0,1,1 +17067,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.6,0.0,1.2344026896,8,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7664585297,0.3926830783,3.3166247904,0.1,0.1,0.3,4,0,8,2,9,0,11,6,0,3,8,1,0,1,0,0,0 +17068,0,2,1,4,1,3,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.8,0.9058835466,11,0,0,1,1,9,1,1,1,1,104,2,0.4,1.16033801,0.3106444913,3.4641016151,0.3,0.3,0.7,3,1,8,2,8,3,7,5,2,2,9,0,0,1,0,0,0 +17074,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4873397172,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7714963457999999,0.3615245497,3.6055512755,0.5,0.6,0.4,4,2,8,3,10,1,8,5,0,5,10,0,1,0,0,1,0 +17076,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.3,0.8562271895,11,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7639474475,0.30331501780000003,3.7416573868,0.7,0.3,0.0,2,1,8,4,9,2,9,4,1,1,9,1,0,1,1,0,0 +17080,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.7301540933,7,1,-1,0,-1,6,0,1,2,1,77,2,0.3741657387,0.7140994444,-1.0,3.1622776602,0.0,0.5,0.4,0,1,7,1,10,1,5,5,1,2,7,0,0,0,0,0,0 +17082,0,0,2,0,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7318640584,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6752104049,0.3583294573,3.3166247904,0.0,0.7,0.1,3,2,9,4,8,2,5,4,1,1,6,0,1,0,1,1,1 +17083,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.2,0.5567764363000001,8,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7429721695,0.3814446225,3.4641016151,0.2,0.0,0.3,1,1,7,3,8,4,7,6,3,3,7,0,1,1,0,1,0 +17084,0,0,1,6,0,3,0,0,1,0,0,0,0,0,0,3,0,0,1,0.9,0.4,1.112148821,9,1,1,9,0,17,0,0,2,1,104,3,0.316227766,0.7435674562000001,0.316227766,3.4641016151,0.0,0.5,0.0,4,3,8,5,5,2,7,3,2,5,4,0,1,0,0,1,0 +17085,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.9,0.1,0.452078533,7,1,-1,0,-1,9,1,0,0,1,21,3,0.316227766,0.8584292787000001,0.3768288736,3.7416573868,0.0,0.1,0.6,2,4,7,2,9,3,7,9,0,1,8,1,1,1,0,1,0 +17087,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.2,0.2,-1.0,5,1,1,2,0,1,0,0,0,1,104,0,0.3741657387,0.8626309938,0.3342154993,3.7416573868,0.2,0.0,0.6,0,2,6,2,9,3,8,2,1,6,5,0,0,1,0,0,0 +17088,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5,10,1,-1,9,1,8,1,0,0,1,104,2,0.4472135955,2.1162984214,0.4847679857,3.6055512755,0.4,0.6,0.0,2,2,8,6,9,2,6,8,1,2,8,0,0,0,0,0,0 +17091,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.8015609771,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,1.0392702462,0.4009987531000001,3.3166247904,0.2,0.2,0.0,2,1,9,2,9,2,7,6,2,4,4,0,1,0,0,1,1 +17094,0,0,1,4,1,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,1.0819542504000002,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7330734576000001,0.3615245497,3.4641016151,0.4,0.2,0.4,3,1,8,3,8,2,8,7,3,2,9,0,0,0,1,1,0 +17095,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.4,0.7458216945,9,1,1,0,1,0,1,1,2,1,66,3,0.3998749805,0.6812118516,-1.0,2.6457513111,0.5,0.1,0.1,3,1,9,6,11,3,8,8,1,0,5,0,1,0,1,0,0 +17096,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,0.3,0.8261355820999999,11,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.884812162,0.3708099244,3.6055512755,0.0,0.0,0.1,3,1,8,2,8,3,15,5,0,3,4,0,1,1,0,0,0 +17100,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.7055462101000001,0.3521363372,3.4641016151,0.7,0.5,0.3,2,1,9,3,9,1,8,7,2,2,4,0,1,1,0,0,0 +17101,0,5,1,1,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.7,0.9912113801,10,1,-1,0,0,11,1,0,0,1,101,3,0.3741657387,0.8956391134,0.3850973903,3.6055512755,0.5,0.2,0.3,1,2,9,4,9,2,11,3,1,6,8,0,1,1,0,0,0 +17103,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,0.8,0.7185053932,9,1,1,0,1,15,1,1,2,1,5,2,0.4242640687,1.0692837643000002,0.32557641190000003,3.6055512755,0.1,0.7,0.8,2,5,8,0,7,3,10,3,2,1,7,0,1,0,1,0,0 +17107,0,5,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.4,0.9810708435,11,1,0,0,1,1,1,1,2,1,74,3,0.3741657387,0.7165112907,0.3303028913,3.1622776602,0.6,0.5,0.3,2,4,6,3,11,3,12,5,3,1,8,0,1,0,0,1,0 +17108,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8071734173,0.3615245497,3.7416573868,0.3,0.4,0.4,3,4,7,4,7,2,12,3,3,3,8,0,1,0,0,0,0 +17110,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7237057413,11,1,1,0,1,11,1,0,2,1,17,2,0.3741657387,0.9639686391,0.32756678710000003,3.6055512755,0.3,0.1,0.3,2,3,9,4,11,1,15,7,1,2,9,0,1,1,0,0,0 +17111,0,5,1,4,0,3,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.6,1.2224463178,11,1,1,9,1,17,-1,1,2,1,104,3,0.4472135955,1.7745794519999998,0.4460941605,3.6055512755,0.4,0.3,0.3,1,2,6,1,9,3,11,5,1,2,9,0,1,0,1,0,0 +17113,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.6,0.8667467912000001,11,0,-1,9,-1,10,1,1,1,1,81,3,0.4472135955,1.3310120117,0.4975942122,3.3166247904,0.0,0.9,0.3,0,2,7,3,7,1,10,7,0,4,7,0,0,0,0,0,1 +17114,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.1,0.2,-1.0,10,1,-1,8,0,11,1,1,0,1,71,2,0.5291502621999999,1.4124666309,-1.0,3.6055512755,0.1,0.5,0.0,2,3,8,3,7,3,9,3,3,1,8,0,1,1,0,1,0 +17115,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.8,0.3,0.6712860790999999,10,1,-1,0,0,1,1,1,0,1,80,2,0.316227766,0.7212828619,-1.0,3.4641016151,0.6,0.6,0.8,1,2,7,4,12,2,17,2,5,2,9,0,1,0,1,1,1 +17122,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.7437237390000001,11,1,1,0,1,3,1,0,2,1,15,3,0.4,0.9672317148,0.3420526275,3.6055512755,0.9,0.4,0.0,0,2,7,2,8,1,14,4,1,3,8,0,0,0,0,1,0 +17126,0,0,3,8,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.7,0.3,0.7206767653,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.625640168,0.3583294573,3.3166247904,0.9,0.3,0.6,2,2,9,1,11,1,10,8,2,2,8,0,1,0,0,0,0 +17129,0,2,1,7,0,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,1.5,1.7058722109,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7821352423000001,0.378153408,2.8284271247,0.1,0.5,0.6,2,1,6,3,10,0,13,2,2,1,4,0,1,0,1,0,0 +17132,0,5,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.8,0.9791578014,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.6963304051000001,0.3907684737,3.0,0.7,0.0,0.8,3,2,7,5,6,5,5,5,0,3,4,0,1,0,0,0,1 +17134,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.8011710179000001,7,1,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.8807280047,0.3964845520000001,2.8284271247,0.5,0.4,0.2,2,2,9,1,8,2,6,5,1,2,5,0,1,0,0,0,0 +17139,1,1,2,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,0,0,1,36,3,0.3741657387,0.96739191,0.3794733192,3.7416573868,0.0,0.9,0.2,2,1,7,1,9,1,11,11,1,3,11,0,1,1,1,0,0 +17140,0,5,4,11,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,1.2,1.2951833847,11,1,0,0,1,1,1,1,2,1,70,3,0.3741657387,0.7229559387000001,0.33911649920000003,2.8284271247,0.7,0.1,0.3,3,2,5,2,9,2,5,3,2,5,4,0,1,0,1,1,0 +17148,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5361902647,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6951871144,0.3887158345,3.1622776602,0.4,0.2,0.9,2,4,9,3,9,4,5,4,4,2,8,0,1,1,1,1,0 +17149,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.6977642868,3,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.817057308,-1.0,3.6055512755,0.9,0.7,0.5,3,1,6,1,9,3,8,14,0,6,7,0,1,0,0,0,0 +17153,0,0,3,8,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.7,0.6,0.9297176991,11,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.9421379766,0.3848376281000001,3.7416573868,0.3,0.4,0.9,4,3,6,5,8,4,6,7,2,3,5,0,0,1,0,0,1 +17154,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.4,0.5,0.9283722314,11,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6120408551,0.3583294573,3.0,0.2,0.1,0.1,1,1,8,1,9,0,6,6,1,2,7,1,1,0,0,0,0 +17158,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,1.7573061771,11,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.7949868755,-1.0,3.6055512755,0.7,0.8,0.3,2,1,7,1,4,2,5,6,2,4,5,0,1,0,0,0,0 +17167,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.8760707734000001,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7825445885,0.4306971093,2.8284271247,0.0,0.2,0.1,3,2,5,0,8,1,10,5,1,1,8,0,0,1,1,0,0 +17169,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.7,1.2168093524,11,1,-1,1,-1,1,1,1,2,1,35,1,0.3741657387,0.9202160185,0.1360147051,3.1622776602,0.5,0.7,0.7,2,1,7,4,11,2,5,2,0,2,7,0,0,1,0,0,0 +17171,0,0,2,2,1,1,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.5884301148,9,1,1,0,0,9,1,0,2,1,21,3,0.316227766,0.9140772342,0.3130495168,3.7416573868,0.3,0.3,0.5,1,2,10,3,11,1,7,7,2,4,2,0,1,1,0,0,0 +17173,0,5,3,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.4,0.7141428429000001,4,1,-1,0,0,11,0,1,0,1,99,2,0.316227766,0.628539564,0.3687817783,3.0,0.7,0.0,0.3,2,4,8,4,11,1,9,6,1,4,7,0,0,1,0,0,0 +17175,0,4,1,6,1,0,0,0,1,0,0,0,0,0,0,4,0,0,0,0.7,0.3,0.7198090023999999,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.719029994,0.4062019202,2.6457513111,0.0,0.5,0.2,4,1,10,2,10,1,10,6,3,3,10,0,1,1,1,1,0 +17178,0,3,1,4,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.5,0.9236476601,11,1,-1,0,-1,1,1,1,1,1,74,3,0.3741657387,0.6731878031,0.3861346915,2.8284271247,0.0,0.1,0.6,2,1,8,5,10,5,10,8,3,0,7,0,1,1,0,0,0 +17181,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.56844085,11,1,-1,0,-1,0,1,1,1,1,37,2,0.316227766,0.7780564895000001,0.3754996671,3.6055512755,0.3,0.0,0.0,2,2,6,3,10,4,10,8,1,2,6,0,1,1,0,0,1 +17182,0,2,1,4,1,3,0,1,0,0,0,0,0,0,0,11,0,1,0,0.4,0.0,1.2331362455,11,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.7968429442,-1.0,3.6055512755,0.0,0.3,0.1,3,0,8,3,10,4,9,7,2,6,7,0,1,1,1,1,0 +17184,0,0,1,6,0,2,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,1.3,1.7275343701,11,1,1,8,1,14,1,0,0,1,18,2,0.469041576,1.3538092874,-1.0,3.7416573868,0.0,0.0,0.2,4,2,6,3,11,1,4,5,5,1,9,1,1,1,0,0,0 +17185,0,7,3,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.7,0.8584142357,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4438980227,0.3619392214,1.0,0.4,0.4,0.7,3,1,8,0,11,2,13,3,3,5,9,0,1,1,0,0,0 +17192,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6077622891,7,1,1,0,0,1,1,0,2,1,85,3,0.3741657387,0.9868452951,0.3459768778,3.7416573868,0.7,0.3,0.9,4,2,9,5,11,1,9,1,1,4,7,1,0,1,1,0,0 +17193,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.4,0.0,1.0210288928,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7123033294,0.3663331817,3.0,0.2,0.3,0.9,3,2,7,3,6,2,7,9,0,3,4,0,0,1,0,1,0 +17194,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,0.790569415,11,1,1,1,1,12,1,1,2,1,104,2,0.3741657387,0.7747206908,0.331662479,3.4641016151,0.1,0.8,0.0,5,2,5,2,12,2,7,4,1,4,4,0,0,0,0,0,1 +17196,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.0,1.000937061,7,1,-1,0,-1,15,1,1,0,1,97,3,0.3605551275,0.8174870787999999,-1.0,3.6055512755,0.4,0.0,0.7,2,2,5,0,9,3,10,3,0,2,8,0,0,1,1,0,0 +17197,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,6,1,-1,0,0,0,1,1,0,1,104,3,0.3994996871,0.7173902427,0.3910242959,2.6457513111,0.9,0.5,0.9,2,3,9,5,10,4,9,7,3,6,12,0,0,1,1,0,0 +17200,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.632455532,1,1,0,0,1,1,1,1,3,0,65,3,0.3152776554,0.4525638624,0.2898275349,1.0,0.7,0.7,0.5,2,1,9,3,9,5,10,2,1,7,7,0,1,0,0,1,1 +17203,0,0,2,7,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,1.1,1.439400917,10,1,-1,5,1,17,1,0,0,1,104,0,0.4,1.66783499,0.3987480407,3.6055512755,0.7,0.7,0.9,1,1,8,3,10,1,9,8,2,4,6,0,0,0,0,1,0 +17204,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.5,1.5211015744999998,11,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6103616324000001,0.3070830507,3.0,0.9,0.2,0.8,3,1,5,3,5,1,7,6,4,6,5,0,1,0,0,1,1 +17205,0,1,3,5,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.4,0.5973901573,11,1,0,0,1,11,1,1,2,1,99,2,0.316227766,0.6026113971,0.30331501780000003,2.8284271247,0.7,0.6,0.9,1,1,7,5,9,1,6,9,2,2,6,0,1,0,1,0,1 +17206,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.1,-1.0,7,1,0,0,1,0,1,1,2,1,78,3,0.4,0.8131410376,0.3287856445,3.3166247904,0.9,0.2,0.4,3,1,8,5,9,1,7,4,5,1,7,0,1,0,0,0,0 +17208,0,0,2,7,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,1.5,1.5235648985,10,1,-1,0,0,15,1,1,0,1,97,2,0.3605551275,0.7979829945,-1.0,3.7416573868,0.2,0.5,0.3,1,2,7,1,10,3,14,10,0,0,11,1,1,1,1,0,0 +17209,0,1,1,5,0,1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.4898979486,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6880473028,0.3583294573,3.4641016151,0.3,0.4,0.1,0,2,6,3,9,2,8,10,0,4,9,0,1,0,0,0,0 +17210,0,0,2,0,1,-1,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.5,1.360376786,11,1,1,1,1,3,-1,0,2,1,45,3,0.4,0.8748671681999999,0.3096772513,3.6055512755,0.4,0.3,0.2,3,2,10,5,8,1,5,2,2,2,4,0,1,0,0,1,0 +17217,0,4,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.9427353817,6,1,-1,0,1,11,1,1,0,1,53,2,0.4469899328,0.5191577731,0.4219004622,0.0,0.8,0.8,0.4,4,1,8,3,9,2,13,5,0,2,9,0,1,1,1,0,0 +17225,0,2,1,5,0,3,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,0.8280247581,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6602654111999999,0.3788139385,2.0,0.7,0.5,0.0,2,2,8,4,9,6,4,2,1,2,6,0,1,1,0,1,0 +17227,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.7897784498999999,11,0,1,0,1,10,1,1,1,1,55,2,0.4242640687,1.1748316215,0.3586084215,3.6055512755,0.2,0.5,0.4,2,2,10,4,7,3,7,3,3,2,5,0,0,1,0,1,0 +17228,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.8671072598,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7401557798999999,0.3685105155,3.6055512755,0.2,0.8,0.0,3,5,6,2,9,3,9,6,1,2,12,0,0,0,1,1,0 +17231,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5754983467,0.3507135583,2.8284271247,0.4,0.1,0.7,3,2,7,3,6,1,6,1,1,4,10,0,1,0,0,1,1 +17233,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.6304760106,11,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8233423115,0.4017461885,3.6055512755,0.5,0.0,0.1,1,0,10,1,9,2,4,7,2,0,7,0,0,1,0,1,0 +17234,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,1,2,0,0,1,1,0,1,100,0,0.3997499218,0.8412284406,0.3217141588,3.6055512755,0.8,0.6,0.4,4,1,8,3,7,2,7,4,0,5,8,0,1,1,0,1,1 +17242,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.4,0.662382065,6,0,-1,0,1,10,0,1,0,1,89,2,0.3872983346,0.8786023838,0.4086563348,3.1622776602,0.2,0.1,0.4,3,2,7,4,9,3,7,3,0,2,10,0,0,1,1,1,0 +17243,0,0,2,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.1090536506,11,0,0,8,1,13,1,1,1,1,20,3,0.4472135955,0.906633041,0.3714835124,2.8284271247,0.5,0.0,0.1,3,3,10,3,10,5,8,5,3,5,5,0,0,0,0,1,0 +17244,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,11,1,0,0,1,0,1,1,2,1,32,1,0.3160696126,0.4407684874,0.3049590136,0.0,0.3,0.9,0.0,2,2,7,3,10,1,10,11,0,2,2,0,1,0,0,0,0 +17248,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.6860211367,3,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5128312274,0.3556683849,2.0,0.6,0.1,0.9,4,4,10,6,10,2,12,4,1,3,5,0,1,1,0,0,0 +17249,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,1.069170239,11,1,0,0,1,1,1,1,2,1,31,3,0.3605551275,0.5498309282,0.3240370349,1.4142135624,0.7,0.0,0.4,4,4,8,2,9,4,8,6,3,2,4,0,0,1,1,0,0 +17250,0,3,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.5601339126,11,1,1,1,1,3,1,1,2,1,104,2,0.4242640687,0.8584774144,0.342928564,3.6055512755,0.0,0.4,0.8,3,3,7,3,9,2,3,4,3,2,6,1,1,1,0,0,0 +17252,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.7,0.5,0.9222933373,11,1,-1,0,-1,4,1,1,0,1,104,2,0.4,0.6193338197,0.3943348831,2.6457513111,0.0,0.3,0.1,1,4,8,3,8,2,4,4,2,4,8,0,1,1,0,0,0 +17253,0,0,3,6,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,0.2,0.6354132514,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7283465084,0.3666060556,3.3166247904,0.4,0.8,0.0,2,3,8,3,9,2,13,2,2,2,7,0,1,0,0,1,0 +17256,0,0,3,8,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.8,1.2532457859,10,1,-1,0,1,7,1,1,0,1,96,3,0.4,0.7645286994,0.4272001873,3.0,0.1,0.7,0.1,1,1,8,6,10,1,5,5,0,6,8,0,0,1,0,1,0 +17257,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5841660723,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7389824364,0.4129164564,2.8284271247,0.2,0.2,0.1,0,0,9,4,9,1,7,4,2,0,6,0,0,0,0,0,0 +17258,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.3,0.6986594306,4,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.6662619295000001,0.3937003937,2.6457513111,0.5,0.9,0.5,3,2,7,3,10,1,11,6,3,2,6,0,1,0,0,0,0 +17260,0,5,2,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.0,1.1898004034,11,1,1,0,1,0,1,1,2,1,34,2,0.4,0.776461565,-1.0,3.3166247904,0.8,0.0,0.9,2,3,10,3,9,2,9,7,1,6,9,0,1,1,1,0,0 +17261,0,2,2,3,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.2,0.6814506585,6,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6412152718,0.3583294573,3.4641016151,0.2,0.3,0.4,3,1,10,3,10,4,8,10,4,3,3,0,1,1,1,1,0 +17262,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.8,0.3240370349,9,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6286874692000001,0.3292415527,2.8284271247,0.4,0.7,0.5,2,1,8,3,8,3,7,4,0,1,8,0,0,0,0,1,0 +17265,0,2,3,5,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.7,1.0080922577,7,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.6509052819,0.3008321791,3.0,0.2,0.4,0.2,2,1,7,2,10,0,12,7,1,4,4,0,0,1,0,0,0 +17266,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,1.0729631867,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6855202525,0.3887158345,2.6457513111,0.3,0.2,0.6,2,3,6,3,11,2,9,10,0,4,10,1,1,1,0,0,1 +17268,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.1,0.5958187643999999,10,1,-1,8,0,11,1,0,0,1,71,2,0.4898979486,1.3048859233,0.4949747468,3.6055512755,0.0,0.7,0.3,3,1,9,2,11,4,14,5,0,2,12,0,0,0,0,0,0 +17270,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6982120022,7,1,1,0,1,9,1,0,2,1,104,2,0.316227766,0.9206537383,0.316227766,3.7416573868,0.1,0.7,0.5,4,3,6,2,10,3,11,6,0,6,13,0,1,1,0,0,0 +17273,0,0,2,2,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,1.4,1.6361158272,11,0,1,8,1,4,0,0,0,1,6,3,0.4472135955,1.1514274289,0.3572114220000001,3.6055512755,0.5,0.3,0.7,3,2,6,4,10,2,5,6,4,4,11,1,0,0,0,0,0 +17274,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.0,1.1707369474,11,0,1,0,0,3,1,1,2,1,15,3,0.4242640687,0.8278594323,0.3439476704,3.1622776602,0.5,0.9,0.5,5,1,9,2,10,2,5,7,2,4,14,0,1,0,1,1,1 +17275,0,2,1,7,0,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.1,0.8806957476999999,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6869654195,0.3615245497,3.1622776602,0.2,0.5,0.3,3,4,10,6,9,3,4,6,3,1,9,0,0,0,1,1,0 +17278,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.7545694136,7,1,-1,0,-1,11,1,0,2,1,103,3,0.316227766,0.7449277518,0.3583294573,3.6055512755,0.7,0.8,0.9,3,1,7,4,8,5,8,3,2,4,12,0,1,0,0,0,0 +17280,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.1,1.5526187555000002,11,0,1,1,1,0,1,1,2,1,104,2,0.4472135955,1.4437454161,0.38249183,3.4641016151,0.9,0.0,0.3,1,2,6,3,8,2,5,7,1,0,6,0,1,0,0,0,1 +17283,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.6,-1.0,11,0,-1,0,-1,11,1,1,1,1,3,2,0.4242640687,1.0947942182,0.4349712634,3.4641016151,0.3,0.0,0.5,3,2,8,4,10,2,7,8,3,2,13,0,1,0,0,1,0 +17287,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.7945124291,7,1,-1,0,-1,0,1,1,2,1,22,1,0.316227766,0.7433868218999999,0.374566416,3.4641016151,0.8,0.7,0.6,1,2,7,5,9,2,6,8,1,5,10,0,0,1,0,0,1 +17289,0,5,2,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.2,1.3930631716,10,0,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.910839228,0.4101219331,3.3166247904,0.2,0.7,0.5,0,2,5,2,8,2,12,5,1,1,8,1,1,0,1,1,0 +17290,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.2,0.3,-1.0,4,0,-1,8,0,9,1,1,0,1,13,3,0.4472135955,0.980775962,0.4679743583,3.3166247904,0.4,0.4,0.2,3,0,4,3,9,3,9,7,2,3,6,0,0,0,1,0,0 +17295,0,5,1,5,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.3,0.2,-1.0,11,1,0,0,1,10,1,1,0,1,55,2,0.4242640687,1.0822573593,0.3586084215,3.6055512755,0.7,0.9,0.0,4,3,8,2,11,2,7,7,1,4,13,0,1,1,1,1,0 +17297,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.7,1.262933094,11,1,-1,0,-1,0,1,1,2,1,86,3,0.399374511,0.7226557998,0.4062019202,2.2360679775,0.8,0.3,0.2,3,0,9,3,9,2,14,6,2,7,9,0,1,0,0,0,0 +17302,0,0,2,4,1,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,0.3,0.863495802,11,1,0,0,0,11,1,1,2,1,99,2,0.316227766,0.6158042514000001,0.30331501780000003,3.0,0.7,0.1,0.0,2,2,5,5,10,1,8,0,1,3,4,0,1,1,0,0,0 +17304,0,2,3,2,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.4,0.6823672031999999,7,1,-1,1,-1,3,1,1,2,1,104,2,0.4472135955,0.8906771498,0.4244997055,3.3166247904,0.7,0.5,0.0,3,4,6,3,10,2,13,4,2,3,10,0,1,0,0,1,0 +17306,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7352720585,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5660870476,0.3651027253,2.0,0.2,0.1,0.0,3,1,9,2,11,3,6,5,2,5,3,0,0,0,0,1,0 +17312,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.7,0.875,11,1,1,0,0,4,1,0,2,1,84,3,0.316227766,0.7731816845999999,0.3201562119,3.6055512755,0.9,0.7,0.8,1,1,10,3,10,2,0,4,0,6,9,0,1,0,1,0,0 +17314,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.2,1.4562365879,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.7458147688,0.3278719262,3.3166247904,0.9,0.3,0.3,4,1,8,3,10,3,7,3,1,4,8,0,1,1,0,0,0 +17315,0,2,1,8,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.4,0.8660254037999999,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7482900618,0.4062019202,3.0,0.0,0.6,0.8,3,3,8,5,9,2,10,6,4,1,7,0,1,0,0,1,0 +17317,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,1.7,1.8224296969,11,1,1,0,1,1,0,1,2,1,38,1,0.316227766,0.6737400239,0.299165506,3.4641016151,0.1,0.5,0.2,2,2,7,2,10,4,8,9,4,5,7,1,1,0,0,0,1 +17318,0,0,1,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,1.3638181697,11,1,1,0,0,4,1,1,1,1,9,2,0.316227766,0.6374827821,0.3201562119,3.1622776602,0.4,0.9,0.4,3,4,8,4,10,2,8,3,0,2,8,0,0,0,0,1,0 +17319,0,6,1,8,0,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.9,1.4,1.5455581516,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2095949052,0.359722115,3.7416573868,0.1,0.7,0.3,3,2,8,3,10,3,7,5,1,4,3,0,0,1,0,1,0 +17320,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.4301162634,7,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.7731816845999999,0.3667424164,3.6055512755,0.5,0.3,0.5,2,2,9,2,10,2,12,6,1,1,6,0,1,0,0,1,0 +17321,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.3,-1.0,7,1,0,0,0,1,1,0,0,1,38,3,0.316227766,0.7793831,0.299165506,3.6055512755,0.1,0.9,0.7,3,2,8,2,11,4,6,6,1,1,9,1,0,1,1,0,0 +17323,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,11,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.6692786298,0.3687817783,3.3166247904,0.1,0.3,0.2,3,4,8,4,9,2,7,7,0,4,4,0,1,1,0,1,1 +17324,0,6,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.4,0.0,0.692820323,7,1,1,0,1,0,1,0,2,1,37,2,0.316227766,0.8731662012000001,0.31144823,3.7416573868,0.7,0.2,0.0,2,1,7,3,11,3,10,15,0,4,11,0,0,0,0,0,0 +17329,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5937171044,11,1,0,0,1,0,1,1,2,1,39,3,0.316227766,0.6773642403,-1.0,2.8284271247,0.9,0.9,0.8,2,2,8,6,11,4,12,2,1,2,8,0,0,1,0,0,1 +17331,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.5172040216,0,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6057404457,0.3619392214,2.8284271247,0.9,0.9,0.2,2,3,6,4,12,4,14,4,2,2,5,1,0,0,0,0,0 +17332,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.0,0.5937171044,7,1,0,8,0,4,1,1,1,1,104,2,0.5,1.2413835257,0.475394573,3.3166247904,0.8,0.2,0.7,4,1,9,0,10,4,7,2,5,3,6,1,0,0,1,0,1 +17334,0,4,2,9,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.5,0.920258116,7,1,1,2,1,14,1,1,2,1,104,0,0.4,0.5695438221,0.3224903099,2.2360679775,0.9,0.7,0.2,1,1,7,3,9,3,6,4,4,2,10,1,1,1,0,0,0 +17337,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.5,0.7198090023999999,5,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.6226940933,0.2887905816,3.0,0.3,0.8,0.9,1,1,10,3,9,2,13,5,1,2,12,1,1,1,0,1,0 +17339,0,1,1,5,1,2,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7014006059000001,0.3615245497,3.3166247904,0.8,0.6,0.7,1,1,8,2,10,1,6,3,0,2,8,0,0,1,0,0,0 +17342,0,2,2,3,1,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0.9,0.3,0.6941721688,11,1,-1,0,-1,1,1,1,1,1,64,3,0.316227766,0.6471329011,0.3619392214,3.0,0.8,0.7,0.8,2,2,8,6,10,4,6,6,3,6,4,0,1,1,0,1,0 +17346,0,5,1,9,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.0,1.0298664962,11,0,0,0,1,10,1,1,2,1,83,2,0.4084115571,0.6470850085000001,0.33,1.4142135624,0.1,0.4,0.4,3,3,7,3,4,0,6,8,1,3,5,0,0,0,1,1,0 +17348,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.9130991184,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6015991087,0.3619392214,2.8284271247,0.6,0.7,0.3,5,3,8,4,11,4,7,4,1,4,1,0,1,0,0,1,0 +17349,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6841966092,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7841284576,0.4301162634,3.4641016151,0.9,0.1,0.4,1,0,8,3,11,2,6,8,2,2,2,0,1,1,0,0,0 +17350,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.3,-1.0,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6691396968,0.3817066937,2.4494897428,0.6,0.9,0.9,2,1,7,1,8,3,7,13,0,2,4,0,0,0,1,0,0 +17351,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6740734381,7,1,-1,0,-1,14,1,1,2,0,42,2,0.4,0.7665259182999999,0.3937003937,3.4641016151,0.6,0.6,0.2,1,2,6,3,12,1,6,9,1,2,6,0,0,1,0,0,0 +17352,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,1.4502155012,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.7920707248000001,0.3848376281000001,3.3166247904,0.0,0.8,0.1,1,3,7,3,10,2,7,7,0,4,5,1,1,1,0,0,0 +17353,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,0.3,0.577169819,6,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.9217303168,0.3986226286,3.4641016151,0.0,0.8,0.7,2,2,6,1,11,2,13,6,1,3,13,0,0,0,0,1,0 +17354,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.6,0.7512489601000001,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.8397239806,0.4062019202,3.3166247904,0.8,0.8,0.0,4,3,9,3,9,3,17,9,2,3,10,1,0,1,0,0,0 +17356,0,0,1,4,1,1,0,1,0,0,0,0,0,0,0,11,0,1,0,0.4,0.8,1.3322912594,11,0,1,1,0,2,-1,0,2,1,104,2,0.4472135955,1.9923666313,0.3728270376,3.7416573868,0.8,0.4,0.4,1,1,6,5,5,0,6,3,1,6,8,0,1,0,0,0,0 +17358,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.0,0.6590713163,5,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.6057404457,0.3016620626,2.8284271247,0.9,0.4,0.3,1,2,9,1,10,4,6,9,4,2,12,0,1,1,0,0,1 +17359,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.7318824082,0.30331501780000003,3.6055512755,0.4,0.7,0.5,2,3,9,3,10,2,6,6,0,3,10,0,1,1,1,0,0 +17360,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.8,1.0638961415,10,1,-1,0,0,0,1,0,0,1,78,2,0.4,0.9314855282,0.3848376281000001,3.7416573868,0.7,0.2,0.7,1,1,9,4,7,1,8,4,1,2,6,0,1,1,0,1,0 +17364,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.0,1.1643131022,7,1,-1,0,-1,1,1,0,2,1,104,2,0.4242640687,1.0389918827,0.4141255848,3.6055512755,0.3,0.5,0.1,3,3,8,4,8,6,7,3,3,1,4,0,1,1,0,1,0 +17366,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.9,0.2,0.4697073557,7,1,-1,0,-1,11,1,0,2,1,101,3,0.3741657387,0.9082041129,0.3850973903,3.6055512755,0.3,0.5,0.2,3,1,7,6,7,4,8,6,1,7,10,1,1,1,1,0,0 +17369,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,1.1087718431,11,1,-1,0,-1,0,1,1,1,1,23,3,0.4,0.9322061277,0.3974921383,3.6055512755,0.2,0.8,0.2,2,2,7,1,10,3,5,5,1,3,10,1,1,1,0,1,0 +17373,0,2,2,2,1,0,0,0,1,0,0,0,0,0,0,10,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,6,1,1,0,1,26,3,0.3741657387,0.6585577781,0.354682957,2.8284271247,0.1,0.6,0.0,3,0,6,3,11,2,9,8,0,2,7,0,0,1,0,0,0 +17374,0,6,1,6,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.9,0.5,0.9601432185,10,1,-1,0,1,11,1,0,0,1,17,2,0.3741657387,0.9223465404,0.3903844259000001,3.7416573868,0.3,0.2,0.5,2,3,10,3,8,2,7,4,1,3,7,0,1,1,1,0,0 +17376,0,1,4,11,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.6,0.3,0.7318640584,7,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.6506512948,0.2887905816,3.1622776602,0.1,0.0,0.2,1,1,7,3,12,3,11,5,1,2,15,0,1,1,0,0,0 +17383,0,4,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.5,0.9161741101,7,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.6201839237,0.3292415527,2.8284271247,0.8,0.3,0.3,2,1,8,5,8,3,4,5,0,1,7,0,1,1,0,1,1 +17385,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,11,0,0,1,0.1,0.2,-1.0,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6981972062999999,0.3615245497,3.3166247904,0.1,0.8,0.0,0,4,5,3,11,2,5,9,1,3,13,0,0,1,0,0,0 +17387,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.8,1.2,1.0738365797,10,1,-1,8,1,3,1,1,0,1,104,2,0.5291502621999999,0.9146308473,0.5417564028,1.7320508076,0.0,0.1,0.0,1,0,9,2,8,3,8,10,1,0,10,0,1,1,0,1,0 +17392,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.3,0.7545694136,4,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6396829018,0.3768288736,2.8284271247,0.4,0.6,0.5,5,4,7,0,12,3,8,6,1,3,9,0,0,0,0,0,0 +17394,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,1.0407329148,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7455674804000001,0.3615245497,3.4641016151,0.0,0.3,0.0,2,3,7,1,10,0,4,6,1,2,6,1,0,1,1,1,0 +17395,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6557911127,0.34727510710000004,3.4641016151,0.0,0.3,0.9,3,2,8,4,10,1,10,5,0,1,9,0,1,1,0,0,0 +17398,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.5153882032,6,1,-1,0,0,1,1,1,0,1,52,3,0.3741657387,0.7200923954,0.3598610843,3.3166247904,0.5,0.7,0.0,2,2,10,3,8,1,8,7,1,1,15,0,0,0,1,0,1 +17399,0,7,1,6,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.0,-1.0,4,0,-1,0,0,11,1,1,0,1,53,2,0.4472135955,0.8649869822,0.4306971093,3.1622776602,0.4,0.7,0.9,2,2,9,4,9,4,6,5,2,4,9,0,1,1,0,1,0 +17402,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.5,0.9614442262,11,1,-1,0,-1,14,1,1,0,1,49,3,0.4,0.7094259115,0.3685105155,3.1622776602,0.1,0.8,0.1,2,3,6,3,9,3,10,6,0,5,7,0,0,0,1,1,0 +17404,0,3,1,10,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,22,3,0.316227766,0.7913661166,0.374566416,3.4641016151,0.0,0.1,0.7,3,3,7,2,9,5,4,5,2,1,8,1,0,0,0,1,1 +17409,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.2,0.8888194417,11,1,1,6,1,11,0,0,2,1,104,0,0.4898979486,1.121125099,0.3962322551,3.6055512755,0.2,0.4,0.5,2,2,9,3,9,1,7,2,0,2,12,1,1,1,0,0,0 +17411,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.6,1.1,1.4006694828,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7155302028,0.3814446225,3.3166247904,0.4,0.9,0.6,2,2,7,3,11,4,6,7,1,3,9,0,0,1,1,1,0 +17418,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,1.0,1.2649110641,11,1,1,0,1,0,1,1,2,1,98,3,0.4,0.7393597856,0.3309078422,2.8284271247,0.4,0.7,0.9,3,2,7,3,12,2,6,2,2,2,8,0,0,1,0,0,0 +17420,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.0,0.5111262075,7,1,-1,0,-1,11,1,1,2,1,103,3,0.3160696126,0.539206641,0.3307567082,2.0,0.9,0.5,0.6,1,3,7,1,6,1,10,3,0,7,8,1,0,1,0,0,0 +17423,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.5,0.9633924434,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5923409225999999,0.3583294573,3.0,0.4,0.0,0.1,2,4,8,5,7,3,8,8,2,4,7,0,1,1,1,0,0 +17424,0,2,1,2,0,3,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.1,0.6509608283,7,1,-1,0,-1,11,0,1,2,1,57,2,0.423792402,0.6293936475999999,0.3734969879,2.0,0.9,0.6,0.8,2,4,7,3,9,5,12,6,2,5,9,0,1,1,0,0,0 +17426,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.0,0.0,-1.0,7,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.7896057704,0.3598610843,3.7416573868,0.6,0.8,0.9,2,3,8,3,7,3,10,4,1,4,11,0,1,1,0,0,0 +17429,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.8,0.3,0.7301540933,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6200006665,0.3768288736,2.6457513111,0.5,0.2,0.9,2,2,7,1,9,4,6,5,3,3,11,0,1,0,0,0,0 +17430,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.4,0.6,1.2354149101,9,1,-1,2,-1,11,0,0,2,1,94,0,0.3741657387,0.9169771575,0.4301162634,3.7416573868,0.9,0.6,0.3,2,1,9,2,9,3,12,6,2,3,11,0,0,0,1,1,0 +17438,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,1.7,1.4046796788,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6339075981,0.3937003937,2.2360679775,0.9,0.1,0.8,3,1,6,4,11,1,10,2,2,1,10,0,1,1,1,0,0 +17440,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6698880503,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6223953993,0.3887158345,2.4494897428,0.8,0.6,0.8,2,1,9,6,8,2,9,9,0,2,17,0,1,0,0,0,0 +17442,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.7071540644999998,11,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7678051793,0.30331501780000003,3.7416573868,0.9,0.1,0.6,2,2,10,6,12,4,5,6,2,3,7,0,1,1,1,0,1 +17444,0,2,1,4,1,4,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.7228416147,11,1,-1,8,-1,4,1,0,2,1,6,3,0.4472135955,1.1717226141,0.4301162634,3.6055512755,0.3,0.8,0.7,3,2,6,4,7,3,8,6,0,4,10,0,1,0,0,0,0 +17445,0,3,2,0,1,-1,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.5,0.8019507466,11,0,1,1,1,17,-1,1,2,1,104,3,0.4466542287,1.0949734892,-1.0,3.4641016151,0.3,0.6,0.4,2,1,8,4,10,2,5,6,3,2,12,1,0,1,0,1,0 +17448,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,10,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.2010648684,0.4,3.4641016151,0.7,0.1,0.3,3,0,8,3,9,2,6,2,3,2,8,0,0,1,1,1,0 +17450,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6204836823,6,1,-1,0,-1,11,1,1,2,1,103,3,0.3160696126,0.5240299972,0.3307567082,1.7320508076,0.9,0.9,0.3,3,3,8,4,8,0,4,6,2,5,8,0,0,1,0,0,1 +17455,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.9,1.0356157589,4,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7620248146999999,0.3926830783,3.3166247904,0.7,0.9,0.7,2,3,8,3,11,4,7,3,0,3,6,0,1,1,0,0,0 +17461,0,0,2,7,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.6289872813,7,1,1,8,1,14,1,0,1,1,18,2,0.5,1.3078750667,0.4311612227,3.7416573868,0.5,0.1,0.2,1,2,7,1,11,2,9,5,0,4,5,0,0,0,1,0,0 +17462,0,5,3,7,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.7,1.0485108488,11,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.5878065404,0.3748332963,2.4494897428,0.7,0.7,0.7,3,1,6,4,11,1,7,4,1,3,6,0,0,0,0,0,0 +17464,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.9848857802,4,0,-1,0,1,14,1,1,0,1,68,3,0.4472135955,0.7833626394,0.4272001873,2.6457513111,0.6,0.0,0.1,3,3,6,2,8,3,17,2,3,4,6,0,0,1,0,0,0 +17468,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.2,0.7232738070999999,7,1,-1,0,-1,11,1,1,2,1,57,2,0.423792402,0.6026971061,0.3734969879,1.7320508076,0.1,0.0,0.1,3,2,7,2,8,3,9,10,2,2,6,0,0,0,0,0,0 +17470,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,0.3,1.7610366265,9,0,1,0,0,11,1,1,2,1,17,2,0.4242640687,0.9251200503,-1.0,3.6055512755,0.1,0.3,0.8,3,2,7,3,8,5,6,8,0,3,4,1,1,1,0,1,0 +17473,1,3,1,7,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0.9,0.2,0.6123724357,11,0,1,0,1,10,1,1,2,1,55,2,0.4472135955,1.1674387449,0.359722115,3.7416573868,0.4,0.9,0.7,3,1,9,3,10,2,11,4,0,4,4,0,1,1,0,1,0 +17474,1,1,1,3,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.3,0.4451123454,11,1,-1,0,-1,9,1,0,0,1,21,3,0.316227766,0.8562724329000001,0.3768288736,3.6055512755,0.0,0.6,0.5,2,2,6,3,7,1,11,4,1,2,6,0,0,1,0,0,0 +17475,0,2,1,6,1,6,0,0,0,1,0,0,0,0,0,11,0,1,0,0.6,0.2,0.6712860790999999,6,1,-1,0,0,11,1,1,0,1,57,2,0.3741657387,0.7226557998,0.3924283374,3.1622776602,0.9,0.0,0.4,2,2,9,3,7,6,16,7,3,5,5,0,1,1,0,0,0 +17480,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,0.6025985397,11,1,-1,0,-1,4,1,1,0,1,48,1,0.316227766,0.6412626362,0.3943348831,3.1622776602,0.3,0.2,0.1,2,2,5,2,7,2,9,3,2,1,9,0,1,1,1,1,0 +17483,0,2,1,10,1,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.6562202374,7,1,0,0,1,11,1,1,4,1,19,3,0.3160696126,0.4960588475,0.3065941943,0.0,0.6,0.1,0.3,1,4,7,2,10,2,5,3,4,5,12,0,0,1,1,1,0 +17484,0,3,1,9,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,0.9483538369,5,1,1,0,1,4,1,1,2,1,104,3,0.4,0.5803870894,0.3170173497,2.6457513111,0.8,0.4,0.2,1,3,10,4,10,3,11,5,2,2,8,0,1,0,0,0,0 +17485,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.4,0.6864765109000001,0,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9220104695,0.3820994635,3.3166247904,0.5,0.8,0.9,2,1,8,2,11,2,7,4,1,3,7,0,1,1,0,1,0 +17486,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.5,0.0,0.6590713163,10,1,-1,1,1,3,1,0,0,1,102,2,0.4,1.0134549369,-1.0,3.6055512755,0.0,0.7,0.7,2,4,9,2,11,1,11,10,0,0,5,1,1,1,0,0,1 +17488,0,3,1,9,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,11,1,1,0,1,11,1,1,2,1,104,2,0.4469899328,0.6691705733,0.3449637662,2.2360679775,0.0,0.4,0.4,3,2,8,3,10,2,7,4,2,1,10,0,1,0,0,0,1 +17491,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.4289419162,11,0,0,0,1,10,1,1,2,1,89,2,0.3872983346,0.9641293765,0.33615472630000004,3.1622776602,0.8,0.5,0.7,2,4,10,1,11,1,8,3,1,3,5,1,1,1,1,1,0 +17493,0,2,2,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.7150174823000001,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6413763609,0.3583294573,3.4641016151,0.7,0.4,0.4,2,2,9,4,11,2,3,10,2,2,3,0,1,1,0,1,1 +17495,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.5,1.1,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7461609735,-1.0,3.6055512755,0.1,0.6,0.8,3,3,6,1,10,2,7,6,4,2,6,0,0,0,0,0,0 +17497,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.9,0.5,0.5728219619,11,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6033823398,0.34727510710000004,3.0,0.0,0.5,0.0,3,0,10,2,9,1,9,5,1,2,11,0,1,0,0,0,0 +17499,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.4,0.7972609359999999,7,1,-1,0,-1,11,1,1,2,1,76,3,0.316227766,0.7952597164,0.3794733192,3.6055512755,0.3,0.8,0.4,4,1,5,2,11,0,9,7,3,1,6,0,1,1,0,0,0 +17501,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.7,0.4,0.7818247886,7,1,1,8,0,4,1,0,2,1,6,3,0.4,1.0936046243000002,0.3466987165,3.7416573868,0.4,0.2,0.4,3,0,10,2,8,3,7,4,1,2,3,0,1,0,0,0,0 +17502,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.7,1.0758717396,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6098536608,0.3583294573,2.8284271247,0.2,0.9,0.0,4,2,8,1,10,0,19,3,1,5,9,0,1,1,0,0,1 +17504,0,1,4,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.5,0.8660254037999999,11,1,1,0,1,15,1,1,2,1,97,3,0.3872983346,0.867360392,0.2983286778,3.6055512755,0.1,0.1,0.6,5,1,9,2,11,3,8,5,1,2,7,1,1,0,0,1,0 +17507,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7693341277,7,1,-1,0,-1,0,1,1,1,1,98,3,0.4,0.7640556208,0.3974921383,3.0,0.0,0.4,0.7,3,4,9,2,9,1,11,3,1,2,8,0,0,0,0,0,0 +17510,0,2,4,10,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,4,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.7955454493999999,0.3848376281000001,3.3166247904,0.7,0.0,0.2,3,1,8,2,8,1,13,8,2,4,13,0,1,0,0,1,0 +17512,0,0,2,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.031988372,11,0,1,1,0,0,1,0,2,1,104,3,0.3741657387,1.3534162468000002,0.34899856729999995,3.7416573868,0.6,0.1,0.5,3,1,10,3,8,1,6,4,0,1,8,0,1,1,0,1,0 +17515,0,1,4,5,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.8,1.3,1.9145821999,11,1,0,0,1,6,1,1,2,1,73,3,0.4,0.8494042638,0.35608987630000005,3.3166247904,0.2,0.4,0.0,2,1,9,1,10,3,14,7,0,5,2,0,0,1,0,1,0 +17517,0,4,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.9,1.306474263,11,1,1,0,1,11,1,1,2,1,17,2,0.3741657387,0.8707417044,0.3257299495,3.4641016151,0.7,0.7,0.3,2,3,7,1,10,4,4,7,4,3,7,0,1,1,0,0,0 +17520,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6252767982,0.3521363372,3.1622776602,0.9,0.4,0.6,2,3,10,2,11,4,7,6,3,3,4,0,0,1,1,0,0 +17521,1,2,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.608276253,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9141676429,0.3984971769,3.3166247904,0.4,0.5,0.7,2,3,9,2,9,4,11,7,2,4,4,0,0,1,0,0,1 +17524,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.8,0.9,0.945714016,7,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.7147718240000001,0.3016620626,3.4641016151,0.0,0.3,0.1,3,1,9,3,6,2,10,4,1,3,11,0,1,1,0,0,1 +17526,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,0.2,0.561248608,11,1,1,8,0,13,1,0,0,1,20,3,0.4472135955,1.1796308429,0.3714835124,3.6055512755,0.3,0.1,0.6,3,2,7,6,12,4,7,8,1,3,9,0,1,1,0,0,0 +17528,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.9740379869,5,1,1,0,0,0,1,1,2,1,88,3,0.4,0.8483211422,0.3289376841,3.4641016151,0.7,0.5,0.1,2,2,6,1,10,3,7,3,1,4,8,0,0,1,1,0,0 +17532,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.2,0.6471089553,11,1,-1,0,-1,6,0,1,2,1,77,2,0.3741657387,0.7421907487,0.3874274126,3.3166247904,0.1,0.5,0.3,2,1,8,4,6,1,16,8,3,4,12,1,1,1,0,1,1 +17533,0,1,1,4,1,4,0,1,0,0,0,0,0,0,0,7,0,0,0,0.6,0.2,0.4898979486,6,1,-1,1,1,14,1,1,0,1,104,2,0.4,0.8867365183,0.3920459157,3.3166247904,0.9,0.1,0.9,3,2,7,2,8,4,7,5,1,2,6,0,1,0,0,0,0 +17534,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.9,1.7,1.7406895186000002,11,0,-1,1,-1,0,1,1,3,1,104,2,0.5,0.9721004778,0.4467661581,3.0,0.2,0.3,0.7,0,4,6,1,8,3,6,5,2,2,10,0,1,1,0,1,0 +17535,0,2,3,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.2,0.5556527693,7,1,-1,0,-1,0,1,1,2,1,32,3,0.3160696126,0.5794162065999999,0.3674234614,2.2360679775,0.8,0.9,0.6,5,3,8,1,6,3,11,10,1,3,12,0,1,0,0,1,0 +17538,0,2,1,7,0,4,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.6873863542,7,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6745828218000001,0.4084115571,2.2360679775,0.6,0.6,0.6,2,4,5,2,8,4,9,5,1,3,6,0,1,1,0,1,1 +17540,1,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,-1.0,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6726658448999999,0.3788139385,2.0,0.4,0.3,0.2,3,1,9,2,11,2,7,6,1,2,7,0,0,1,1,0,1 +17541,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7211102551,7,1,-1,1,-1,3,1,1,2,1,102,2,0.4,0.8675152129000001,-1.0,3.4641016151,0.5,0.2,0.0,2,2,8,4,10,2,6,2,2,5,8,0,1,0,0,0,0 +17542,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7744632906000001,0.3754996671,3.6055512755,0.0,0.8,0.8,2,3,8,6,9,2,13,2,0,2,8,0,0,1,0,0,0 +17545,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.5,1.2224463178,10,1,-1,0,1,1,1,1,0,1,91,2,0.3741657387,0.8687765692,0.4045985665,3.1622776602,0.4,0.6,0.2,3,3,9,0,7,3,5,3,1,5,6,0,1,1,0,0,0 +17546,0,3,1,9,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.6,1.5,1.3935117509,11,1,1,0,0,7,1,1,2,1,104,3,0.4,1.0070515839,0.3746998799,3.3166247904,0.9,0.3,0.3,3,1,6,6,6,1,12,7,2,4,7,0,1,0,0,0,0 +17550,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.9,0.9354143467,10,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.7884103684999999,0.4062019202,3.1622776602,0.8,0.8,0.1,2,2,7,4,9,1,5,7,3,1,4,0,0,0,1,1,0 +17551,1,2,2,7,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,1.0723805295,11,1,-1,0,-1,14,1,1,2,1,72,3,0.4,1.129058794,0.4093897898,3.6055512755,0.5,0.0,0.7,2,1,8,3,8,3,7,4,0,0,6,0,0,0,0,0,0 +17553,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,5,1,0,0,1,4,1,1,2,1,104,3,0.3997499218,0.433394253,0.33911649920000003,0.0,0.4,0.4,0.3,2,1,6,3,7,1,6,4,0,4,6,0,1,0,1,1,0 +17554,0,5,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,0.5,0.7062223445999999,2,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7045601170999999,0.3926830783,3.0,0.2,0.0,0.8,2,3,9,5,10,3,12,4,2,1,5,0,1,1,0,0,1 +17567,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.8,1.1470069747,11,0,-1,0,-1,6,1,1,2,1,104,3,0.4,0.7824917817,0.4024922359000001,3.1622776602,0.3,0.3,0.9,0,1,9,4,11,3,11,6,3,2,9,0,1,1,1,0,0 +17570,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.8,0.2,0.5722761571,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6468614628,0.3666060556,2.8284271247,0.1,0.7,0.0,1,2,8,5,11,3,8,4,1,3,7,0,0,0,1,0,0 +17571,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.3,0.0,0.4716990566,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6815605574,0.3744329045000001,3.0,0.3,0.3,0.2,2,1,9,3,12,3,12,1,2,2,3,0,1,0,0,0,0 +17574,1,2,1,11,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,1.2,1.850337807,11,1,1,0,1,14,1,1,2,1,42,2,0.4,0.7535864662,0.3376388603,3.3166247904,0.5,0.8,0.7,1,3,6,4,9,2,2,6,1,1,4,0,1,0,1,0,0 +17575,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,1.2,1.2494999,10,1,-1,0,1,6,1,0,0,1,77,2,0.3741657387,0.8647719806,-1.0,3.6055512755,0.0,0.8,0.8,3,1,10,2,8,2,11,5,0,2,6,0,1,1,0,0,0 +17577,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.7874007874,6,1,-1,0,1,0,1,1,0,1,104,2,0.445421149,0.5654479684,0.3987480407,1.0,0.9,0.7,0.3,1,3,8,2,11,3,6,6,1,4,9,0,1,1,0,0,1 +17579,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.8,0.3,0.8459462158,8,1,-1,0,0,11,1,1,0,1,3,2,0.4242640687,1.0899522319,0.4349712634,3.4641016151,0.4,0.8,0.2,4,2,8,1,9,0,5,3,0,5,11,0,0,0,0,0,0 +17581,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.8001678543,0.3826225294,3.0,0.5,0.0,0.0,1,2,6,6,10,2,10,2,2,2,6,0,0,0,0,1,0 +17582,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.4,0.7288689869,11,1,0,0,1,11,1,1,3,1,103,1,0.316227766,0.5331955745,0.2887905816,2.2360679775,0.2,0.8,0.0,3,2,7,3,12,4,7,7,4,6,9,1,1,0,0,0,0 +17586,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.4,0.8444672877,11,1,-1,0,-1,11,1,1,1,1,44,3,0.4472135955,0.8278219955,0.4062019202,3.3166247904,0.3,0.7,0.6,1,1,10,3,8,3,6,9,1,4,12,0,1,1,1,0,0 +17589,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.7,0.1,0.4828301979,6,1,-1,0,0,1,1,1,0,1,74,2,0.3741657387,0.8054950739,0.3716180835,3.6055512755,0.9,0.2,0.1,2,1,8,3,12,4,8,5,1,2,7,0,1,0,0,1,0 +17590,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5645794895,11,1,-1,0,-1,6,1,1,0,1,27,3,0.3741657387,0.7278406873000001,0.3907684737,3.3166247904,0.9,0.7,0.8,2,4,9,2,10,5,11,10,2,1,7,0,0,1,0,1,0 +17591,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.0,0.4568916721,7,1,-1,2,-1,11,1,1,0,1,94,0,0.3741657387,0.7742498368999999,0.4301162634,3.4641016151,0.4,0.1,0.6,4,1,8,2,8,3,9,6,2,2,9,0,1,0,1,0,0 +17593,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.9585144756,3,1,0,0,1,10,0,1,1,1,83,2,0.4242640687,0.8814666591,0.3420526275,2.8284271247,0.8,0.5,0.7,2,1,10,4,9,1,10,2,2,4,4,0,1,0,0,0,0 +17594,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,1.0723805295,10,1,-1,0,1,0,1,1,0,1,86,3,0.4,0.8877471720000001,-1.0,3.3166247904,0.4,0.8,0.1,4,1,8,2,9,3,9,3,1,1,11,0,1,1,0,0,0 +17596,1,2,2,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.0,1.8,1.7049560112,6,1,1,0,0,14,1,0,2,1,72,3,0.4,1.1625616486,0.3504283094,3.6055512755,0.2,0.6,0.6,3,2,9,2,8,2,5,2,1,3,7,0,1,0,0,0,0 +17598,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.4,0.7925433742,6,1,-1,0,0,4,1,1,0,1,12,3,0.4,0.7224842359,0.3708099244,3.1622776602,0.5,0.2,0.2,4,2,7,5,9,1,6,7,0,3,6,0,0,1,0,0,1 +17599,0,1,4,11,0,0,0,0,0,1,0,0,0,0,0,9,0,0,1,0.7,0.2,-1.0,7,1,-1,1,-1,12,1,1,2,1,104,2,0.3741657387,0.7560499787,0.3987480407,3.4641016151,0.3,0.0,0.7,1,3,8,6,9,2,11,5,3,2,11,0,0,1,0,1,0 +17607,0,1,3,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.1,0.5297405025,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6809236556,0.34727510710000004,3.6055512755,0.5,0.6,0.1,4,3,10,3,9,2,8,4,0,2,6,1,1,1,0,1,0 +17612,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.6773108592,10,1,-1,0,0,4,1,0,0,1,48,0,0.316227766,0.7084641751999999,0.3748332963,3.7416573868,0.6,0.4,0.4,3,1,8,3,9,4,8,6,2,2,6,1,1,0,0,1,0 +17615,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.7110731326999999,7,0,-1,0,-1,11,1,0,1,1,2,3,0.4242640687,1.0927541216,0.3542597917,3.7416573868,0.5,0.1,0.2,0,3,8,2,11,2,6,6,2,1,3,1,1,0,0,0,0 +17618,0,0,1,5,0,5,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5618051264,7,1,0,0,0,1,1,1,2,1,40,2,0.3741657387,0.7900465515999999,0.3248076354,3.7416573868,0.8,0.9,0.1,3,3,8,4,11,2,5,3,0,2,10,0,1,0,1,0,0 +17622,0,1,2,5,1,4,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7905210646999999,0.3849675311,3.3166247904,0.4,0.9,0.2,3,3,7,3,9,2,7,8,1,2,3,0,0,0,0,0,0 +17628,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.8215838363,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7231702473,0.3907684737,3.3166247904,0.7,0.0,0.5,2,1,6,3,10,3,4,11,0,3,3,0,1,0,0,0,1 +17632,0,1,1,6,1,2,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.7980088858,0.3988734135,3.3166247904,0.8,0.8,0.3,3,2,9,5,10,3,8,7,0,4,5,1,1,0,0,0,0 +17634,0,2,1,8,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.7945124291,7,0,-1,1,-1,0,1,1,2,1,104,2,0.4472135955,0.8960311941,0.363868108,3.1622776602,0.5,0.4,0.7,3,1,6,2,9,3,7,3,3,1,7,0,0,0,1,1,1 +17642,1,2,2,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.9,1.3892443988999998,8,1,-1,0,1,1,1,1,0,1,65,3,0.316227766,0.6895763162,0.3521363372,3.6055512755,0.2,0.6,0.7,1,1,8,3,10,2,7,6,1,5,7,1,0,1,0,1,0 +17643,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7099644968000001,0.3583294573,3.6055512755,0.0,0.9,0.6,0,1,7,4,11,3,8,4,0,2,9,0,1,0,1,0,0 +17647,0,0,2,3,0,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0.8,0.8,1.2735285627,10,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.7326364707999999,0.3974921383,2.6457513111,0.0,0.9,0.4,3,3,6,2,10,3,10,5,1,4,8,0,1,1,0,0,0 +17648,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.6571719714,7,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.7903864522,-1.0,3.6055512755,0.1,0.2,0.9,3,2,7,2,8,2,6,9,4,6,15,0,1,1,0,0,0 +17649,0,0,3,3,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.8,1.1532562595,11,1,1,0,0,14,1,0,2,1,8,3,0.3872983346,0.924393927,-1.0,3.7416573868,0.2,0.9,0.8,1,4,6,2,10,2,8,7,0,1,5,0,1,1,0,0,0 +17650,0,3,3,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,-1.0,6,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.7922793772,-1.0,3.4641016151,0.4,0.7,0.3,1,2,7,4,12,2,7,1,2,1,4,0,1,0,0,1,1 +17653,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.8,0.7677076265999999,7,1,0,0,1,0,1,1,0,1,88,3,0.4,0.7923967201000001,0.3289376841,3.1622776602,0.1,0.3,0.3,1,4,7,3,7,3,13,5,3,4,7,0,1,0,0,0,0 +17657,0,2,2,4,0,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.7,1.0,1.1489125293,9,1,1,0,0,14,1,1,2,1,104,1,0.3160696126,0.558591795,0.30331501780000003,2.6457513111,0.4,0.3,0.4,2,0,7,5,8,4,8,6,0,3,7,1,1,1,0,0,0 +17659,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.2784267676,11,1,0,0,1,0,1,1,2,0,104,3,0.445421149,0.529618606,-1.0,0.0,0.6,0.6,0.4,0,2,9,3,10,4,5,10,1,5,10,0,0,0,0,0,0 +17663,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.8,1.0541584321,10,1,-1,0,1,11,1,1,0,1,69,2,0.4242640687,1.1183296281,-1.0,3.6055512755,0.7,0.5,0.7,2,2,8,3,6,4,7,4,2,1,5,0,1,1,0,0,0 +17664,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.2,0.8374067112000001,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7275993584999999,0.3615245497,3.4641016151,0.3,0.3,0.1,2,3,9,2,11,3,10,4,2,2,12,0,0,1,0,0,1 +17666,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,13,0,0,1,0.7,0.5,0.6475916923,10,1,-1,0,0,7,1,1,0,1,104,2,0.4,0.9271640979,0.4154515616,3.4641016151,0.4,0.1,0.1,2,1,6,4,10,3,7,9,2,1,8,0,1,1,0,1,0 +17671,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,1.5506047207,11,1,1,0,1,11,1,0,2,1,47,2,0.3741657387,0.9496084448,0.3284813541,3.6055512755,0.2,0.6,0.4,1,2,10,2,7,1,6,6,2,2,1,0,1,0,1,1,1 +17675,0,4,1,4,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,1.1,1.2534951137,4,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7301505562,0.3814446225,3.3166247904,0.6,0.2,0.9,2,2,6,4,11,4,8,6,1,4,3,0,0,1,0,1,0 +17676,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,1.5315433392,11,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.6788572070000001,0.4084115571,2.2360679775,0.2,0.1,0.2,2,5,9,4,10,4,7,6,3,8,6,0,1,1,1,0,0 +17679,0,4,1,9,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,1.3,1.4252192813999998,11,1,0,2,1,11,0,1,2,1,94,0,0.3741657387,0.7782821728,0.3304542328,3.4641016151,0.1,0.8,0.3,2,2,7,5,8,3,11,6,2,0,12,0,1,0,0,1,0 +17680,0,5,2,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.7437237390000001,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5697251766,0.3583294573,2.6457513111,0.0,0.8,0.2,3,1,7,4,11,3,6,7,2,2,5,0,1,1,0,1,0 +17681,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,1.2,2.0443519756,6,1,-1,0,1,1,1,0,0,1,31,3,0.4242640687,1.0785569637,0.40348482,3.7416573868,0.7,0.6,0.0,2,3,7,5,10,0,14,3,1,1,8,0,0,0,0,1,1 +17682,0,1,3,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,1.1,1.1858541226,11,1,0,8,1,3,1,1,2,1,104,2,0.5291502621999999,0.9816077216,0.439886349,2.4494897428,0.8,0.9,0.9,2,1,10,1,9,1,5,3,2,2,5,0,1,0,0,0,0 +17683,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.3,0.4,-1.0,7,1,-1,0,-1,0,1,1,0,1,46,3,0.4,0.8202058298,0.3663331817,3.6055512755,0.5,0.4,0.7,2,1,6,4,10,1,10,9,3,3,6,0,0,0,0,0,0 +17684,1,3,1,9,0,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.1,0.2,-1.0,4,1,-1,0,0,14,1,0,0,1,8,2,0.4,0.9819759974,0.3943348831,3.7416573868,0.2,0.9,0.7,0,0,9,3,9,4,9,3,1,3,8,0,1,0,0,0,0 +17686,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.7356969484999999,11,0,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.8807397342000001,0.4306971093,3.1622776602,0.5,0.4,0.2,4,1,9,3,10,6,10,4,1,3,8,0,1,0,0,0,0 +17690,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5722761571,11,1,1,0,0,6,1,0,2,1,33,3,0.3872983346,0.9805231358,0.3286335345,3.7416573868,0.9,0.5,0.2,1,2,7,2,10,4,8,5,2,4,5,0,1,0,0,0,0 +17694,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.5,1.1984364814,11,1,-1,0,-1,1,1,1,0,1,25,3,0.3741657387,0.8069302099,-1.0,3.6055512755,0.9,0.4,0.1,3,1,9,5,10,2,5,6,3,1,10,0,1,1,1,0,0 +17695,0,2,1,5,1,2,1,0,0,0,0,0,0,0,0,13,0,1,0,0.5,0.3,0.55,7,1,1,0,0,11,1,1,2,1,103,3,0.316227766,0.6688154077,0.2887905816,3.3166247904,0.2,0.1,0.4,3,0,8,3,9,2,8,6,1,2,11,0,0,1,0,0,1 +17698,0,0,2,0,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.7,0.9045026258,11,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.6561848157,0.3907684737,2.8284271247,0.3,0.3,0.8,4,3,10,5,10,3,10,6,3,4,8,0,1,0,1,1,0 +17699,0,2,1,4,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6740734381,11,1,-1,1,-1,12,1,1,2,1,104,2,0.3872983346,0.9099995459,0.4295346319,3.6055512755,0.7,0.7,0.8,2,2,7,5,12,2,7,7,1,3,2,0,0,0,1,1,0 +17701,0,5,3,5,0,2,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.8,1.1890121951,11,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.9184720513,0.3848376281000001,3.7416573868,0.7,0.0,0.4,1,1,9,3,10,3,2,3,2,5,8,0,0,0,0,0,0 +17702,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.7454025758,6,1,-1,0,0,1,0,1,0,1,38,2,0.316227766,0.7310668079000001,0.3598610843,3.4641016151,0.5,0.5,0.0,1,2,10,3,9,2,9,11,0,2,6,0,1,0,0,0,0 +17709,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,11,1,1,0,1,1,1,1,2,1,74,3,0.3741657387,0.6752410038,0.3303028913,2.8284271247,0.5,0.0,0.9,2,2,9,4,11,3,5,3,0,4,11,0,1,0,1,0,0 +17711,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.2,1.010878331,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8203657721,0.3708099244,3.3166247904,0.7,0.7,0.4,1,2,9,2,9,3,10,6,1,6,6,0,1,0,0,0,0 +17712,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,0,1,1,0,1,43,3,0.3998749805,0.5963386913000001,0.3807886553,2.2360679775,0.2,0.9,0.6,4,1,8,3,8,5,8,6,2,1,7,0,1,1,1,0,0 +17718,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,1,0,0,1,4,1,1,2,1,48,1,0.316227766,0.6276020216,0.2966479395,3.3166247904,0.0,0.6,0.7,5,1,8,4,8,2,5,5,0,5,9,0,0,0,0,0,0 +17721,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.5,0.8,1.1789826123,8,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,0.8646883545,0.3420526275,2.6457513111,0.7,0.2,0.0,3,1,6,3,9,4,6,3,2,1,12,0,1,1,0,1,0 +17724,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4486089611,7,1,0,0,0,11,1,1,0,1,101,3,0.3741657387,0.777684633,0.3214031736,3.3166247904,0.5,0.2,0.0,2,3,8,3,9,2,6,6,1,7,8,1,0,1,1,1,0 +17725,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.4892596448,7,1,1,0,1,1,1,1,2,1,10,2,0.316227766,0.6757609729,0.3193743885,3.1622776602,0.0,0.4,0.4,3,4,6,3,12,3,4,6,3,4,10,1,1,1,0,0,0 +17726,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,1.8,1.8428917494,10,1,-1,0,1,0,1,0,0,1,86,2,0.445421149,1.1402569668,0.4252058325,3.7416573868,0.5,0.5,0.3,1,2,7,5,9,4,5,4,0,3,6,0,1,1,0,0,0 +17730,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.1,0.5868347297,9,1,-1,0,-1,14,0,1,2,1,68,3,0.4,0.7549423929000001,0.4074309757,2.6457513111,0.7,0.4,0.4,1,1,9,1,10,3,9,4,2,2,8,0,1,1,1,1,0 +17731,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.6,1.0347101043,10,1,-1,0,0,15,1,0,0,1,63,2,0.3872983346,0.9982370824,-1.0,3.6055512755,0.4,0.1,0.3,5,1,5,1,11,4,11,5,1,3,7,0,0,0,0,0,0 +17733,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.1,-1.0,7,0,-1,0,-1,15,1,1,0,1,5,2,0.4242640687,1.1072637707,0.4,3.7416573868,0.5,0.1,0.5,2,5,9,2,7,3,7,4,6,5,10,0,1,1,0,0,0 +17734,0,0,1,4,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.3,0.6680194608,7,1,-1,0,-1,0,1,0,1,1,37,2,0.316227766,0.8314827937999999,0.3754996671,3.7416573868,0.4,0.4,0.4,1,2,10,3,7,2,8,0,3,3,2,0,1,1,0,0,0 +17737,0,7,2,5,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.9,-1.0,10,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8667962528,0.3848376281000001,3.7416573868,0.6,0.0,0.4,3,1,7,3,11,2,9,5,2,2,7,0,1,1,0,0,0 +17741,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,-1.0,6,1,-1,0,0,1,1,1,0,1,51,2,0.3741657387,0.8297913708,0.4017461885,3.6055512755,0.2,0.1,0.9,3,2,9,4,7,4,6,7,2,4,11,0,1,0,0,1,1 +17742,0,2,2,7,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.5220153254,6,1,-1,0,0,1,1,1,0,1,64,1,0.3160696126,0.5332730682,0.3640054945,2.0,0.4,0.4,0.7,3,2,7,2,10,1,11,7,0,2,7,0,1,0,0,0,0 +17743,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.8170067319,11,1,1,0,0,11,0,0,2,1,47,2,0.3741657387,0.9496084448,0.3284813541,3.6055512755,0.4,0.4,0.5,3,1,5,3,9,3,6,10,0,1,6,1,0,0,0,0,0 +17745,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,0,1,1,2,1,46,3,0.4,0.8374745586,0.3003331484,3.4641016151,0.1,0.7,0.2,1,1,7,3,10,4,7,7,0,4,8,1,0,1,1,1,0 +17751,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,1.3,1.6981607698,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1287563551000002,0.416533312,3.4641016151,0.6,0.9,0.5,0,1,6,3,8,3,12,5,1,3,6,0,0,0,0,0,0 +17754,0,5,1,8,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.4,1.3820274961,5,1,-1,0,-1,3,0,1,2,1,15,3,0.4,0.862619018,0.4023679908,3.4641016151,0.6,0.5,0.7,2,2,9,2,10,3,4,8,1,1,10,0,0,0,0,0,0 +17759,0,5,1,6,0,4,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,-1.0,7,1,-1,2,-1,0,1,0,0,1,100,0,0.3997499218,0.9688324745,0.423083916,3.7416573868,0.8,0.6,0.2,1,1,9,5,10,2,9,3,2,2,13,0,1,1,1,0,1 +17762,0,7,1,2,1,0,1,0,0,0,0,0,1,0,1,6,1,0,0,0.7,0.8,1.1277743569,7,1,1,0,1,1,1,1,3,1,64,1,0.316227766,0.555066819,0.3016620626,2.4494897428,0.4,0.0,0.4,2,0,7,2,8,0,11,7,1,4,11,0,1,0,0,0,0 +17764,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.4,0.9953014619,9,1,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.839802712,0.3248076354,3.0,0.7,0.3,0.2,3,2,5,2,11,2,2,7,3,1,11,0,0,0,1,1,0 +17768,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.4,0.6698880503,11,0,0,0,1,11,1,1,0,1,104,3,0.4472135955,0.8946235184,0.3640054945,3.3166247904,0.9,0.2,0.6,1,4,6,3,8,4,11,5,2,3,11,1,1,0,1,1,0 +17773,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.1,0.5117372373,11,1,1,0,1,11,1,1,2,0,103,1,0.316227766,0.5367102116,0.2887905816,2.2360679775,0.7,0.2,0.7,2,2,8,6,10,2,10,7,1,8,14,0,1,1,0,0,0 +17775,0,1,3,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,11,1,0,2,0,1,1,1,0,1,90,0,0.3741657387,0.7399463906999999,0.3210918872,3.4641016151,0.2,0.9,0.1,2,5,6,3,10,2,7,7,4,1,9,0,1,1,0,1,0 +17778,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.2,0.4107919181,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6992469385,0.3598610843,3.3166247904,0.0,0.2,0.4,1,3,7,2,8,3,5,5,1,3,8,1,1,1,0,0,1 +17779,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.1,0.4,-1.0,10,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.7100226978,0.3943348831,3.3166247904,0.7,0.8,0.8,3,2,7,3,10,2,6,7,5,3,9,0,1,0,0,0,0 +17786,0,1,1,7,0,4,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.8,1.2951833847,11,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.6789485064,0.3615245497,3.6055512755,0.3,0.4,0.3,4,1,6,3,7,3,6,2,3,5,9,0,0,0,1,1,0 +17788,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.2,0.6666145813000001,4,1,-1,2,0,11,1,1,0,1,14,0,0.3741657387,0.7730346981999999,0.4286023798,3.1622776602,0.2,0.6,0.3,2,2,9,2,10,0,9,4,1,2,5,0,0,0,1,0,0 +17789,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.7445636306,7,1,-1,0,-1,0,1,1,0,1,39,3,0.3160696126,0.6855503912,0.3744329045000001,3.0,0.0,0.1,0.7,3,1,10,3,9,3,10,8,5,1,6,0,1,1,0,1,0 +17791,0,4,1,5,0,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.3,0.611350963,10,1,-1,0,-1,11,1,1,0,1,19,3,0.316227766,0.6100738338,0.3887158345,2.4494897428,0.0,0.6,0.3,2,2,7,3,9,2,11,1,2,3,5,0,1,1,0,1,0 +17793,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.8,0.9467048114,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6374179578,0.3744329045000001,2.6457513111,0.2,0.7,0.5,4,3,7,3,12,3,7,7,0,0,11,0,1,0,0,1,0 +17796,1,7,2,0,1,4,0,0,1,0,0,0,0,0,0,4,0,0,1,0.8,0.9,1.1524430572,6,1,-1,0,0,1,1,1,0,1,70,2,0.4,0.9464314228,0.3962322551,3.6055512755,0.2,0.6,0.0,2,1,7,6,11,4,16,11,2,3,9,0,0,0,1,1,0 +17797,0,4,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,4,1,-1,9,1,15,1,0,0,1,41,2,0.5477225575,1.6871414526,0.5329165038,3.6055512755,0.3,0.7,0.3,4,2,8,5,9,2,17,2,2,3,12,0,0,0,1,1,0 +17802,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,5,1,1,0,1,11,0,1,2,1,11,2,0.316227766,0.6732798713,0.30331501780000003,3.3166247904,0.5,0.3,0.9,3,3,10,4,7,2,7,7,1,3,12,0,0,0,0,0,0 +17809,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5728219619,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6264157519,0.3687817783,2.8284271247,0.0,0.1,0.2,3,1,10,3,9,1,5,6,0,4,7,1,1,0,0,0,0 +17814,0,5,4,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.7,1.2224463178,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.9197994302,0.3820994635,3.0,0.9,0.1,0.1,3,1,9,2,10,2,8,4,1,5,6,0,1,1,0,1,0 +17815,0,1,1,7,0,1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,1.2,1.1197097838,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7357039693999999,0.3666060556,3.4641016151,0.0,0.8,0.6,4,4,8,4,9,6,6,11,1,2,6,0,1,1,0,1,0 +17818,0,1,1,5,1,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.7275816104999999,11,1,-1,0,-1,3,1,1,2,1,15,3,0.4,0.851918108,0.4023679908,3.4641016151,0.0,0.5,0.5,4,1,8,3,11,1,6,6,1,3,6,0,1,1,0,1,0 +17822,0,1,2,4,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.8,0.3,0.7314369419,6,0,-1,0,1,11,1,1,0,1,57,2,0.4,0.6086667451,0.3785498646,2.2360679775,0.6,0.1,0.3,4,3,8,3,11,3,13,9,3,2,12,0,1,0,0,1,0 +17823,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,5,1,1,0,0,1,1,0,0,1,70,3,0.3741657387,0.9148680075,0.3301514804,3.7416573868,0.4,0.5,0.3,2,2,7,3,9,2,9,3,2,5,7,0,1,1,0,1,0 +17826,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.5,0.8699856320999999,11,1,1,0,1,6,-1,1,2,1,27,1,0.3741657387,0.7421072298,0.3204684072,3.6055512755,0.9,0.5,0.8,3,3,7,2,8,3,10,5,1,3,10,0,0,0,0,1,0 +17827,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.0,-1.0,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7648394203,0.3907684737,3.4641016151,0.0,0.8,0.4,3,2,7,4,7,4,7,7,0,2,8,0,1,1,0,0,1 +17828,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.6585969936,11,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.6804683608,0.3943348831,3.3166247904,0.8,0.0,0.3,3,1,8,4,11,4,8,11,3,2,8,0,1,0,1,1,0 +17829,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.5,1.0497023388,7,1,-1,0,-1,4,1,1,2,1,48,3,0.3160696126,0.5541913922,0.3368976106,1.7320508076,0.2,0.0,0.4,2,1,9,1,11,2,9,2,0,3,5,0,1,0,1,1,1 +17830,0,1,3,8,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.9,1.2432316759,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7367002598000001,0.4,1.7320508076,0.7,0.0,0.6,1,2,8,4,10,1,8,8,1,3,6,0,1,1,0,0,1 +17834,0,1,1,2,0,4,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.6628536792,10,1,-1,1,-1,3,1,1,2,1,59,3,0.316227766,0.7660810436,0.3498571137,3.6055512755,0.1,0.5,0.4,2,0,8,3,9,4,9,6,3,2,9,0,0,1,0,0,0 +17836,0,2,2,0,0,-1,0,0,0,1,0,0,0,0,0,7,0,1,0,0.7,0.6,0.9127568132,7,1,0,0,0,0,-1,1,2,1,32,1,0.316227766,0.6445896895000001,0.2944486373,3.1622776602,0.8,0.4,0.2,4,4,9,1,11,2,6,8,0,3,13,1,0,1,1,0,1 +17838,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.790569415,6,1,-1,0,1,0,1,1,0,1,87,2,0.316227766,0.7504131094,0.3615245497,3.6055512755,0.2,0.0,0.8,1,1,7,4,11,1,5,8,1,4,8,1,1,1,0,0,0 +17839,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.2,0.5830951895,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6115452586,0.34727510710000004,3.0,0.4,0.1,0.4,1,2,8,4,9,2,5,10,0,4,8,1,1,0,0,1,0 +17841,0,0,3,4,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.8,0.2,0.7228416147,7,1,-1,0,-1,4,1,0,0,1,48,3,0.316227766,0.8002453136,0.3710795063,3.6055512755,0.2,0.3,0.9,1,2,7,3,7,0,8,6,2,3,8,0,1,1,0,0,0 +17842,0,7,2,1,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.4,0.0,0.4968651729,7,1,1,0,1,0,1,1,1,1,32,3,0.316227766,0.5928290487,0.2944486373,2.6457513111,0.0,0.8,0.6,3,3,10,6,11,2,8,7,0,2,10,0,0,1,0,0,1 +17843,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.2,0.455521679,7,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6624522437,0.3666060556,3.1622776602,0.1,0.5,0.2,2,1,8,3,12,3,13,7,1,2,11,0,0,0,0,0,0 +17846,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6604922407,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5948122836999999,0.3507135583,3.0,0.2,0.7,0.2,2,2,9,4,8,3,8,2,2,5,9,0,0,0,0,0,0 +17848,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,0.5,1.3264143395,11,1,1,0,0,9,1,0,2,1,93,3,0.4,0.9300537619,0.3241913015,3.7416573868,0.9,0.5,0.1,2,2,7,3,10,0,12,4,4,2,9,0,1,1,0,1,0 +17854,0,3,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.3,1.7799227511000002,6,0,-1,0,-1,11,1,1,0,1,3,2,0.4242640687,1.1701786965,0.4349712634,3.4641016151,0.0,0.5,0.8,2,4,9,2,7,2,7,11,0,6,6,1,1,1,0,0,0 +17856,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,0.3,0.5172040216,6,1,-1,0,1,1,1,1,0,0,64,1,0.316227766,0.7081287178,0.3701351105,3.1622776602,0.6,0.0,0.0,3,0,7,3,10,0,5,6,0,5,12,0,0,0,0,1,0 +17857,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8044555676999999,0.3663331817,3.6055512755,0.8,0.8,0.5,2,1,8,1,10,1,5,8,1,2,8,0,0,1,1,0,0 +17858,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.5,1.1011357773,11,0,1,9,1,11,1,1,2,1,56,3,0.5477225575,1.2906675909999998,0.4283689998,3.3166247904,0.6,0.9,0.4,2,1,5,3,8,4,8,6,0,4,4,0,1,1,1,0,0 +17861,0,0,1,5,1,6,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.9,1.1346805718,11,1,-1,0,-1,14,1,1,2,1,104,1,0.4,0.6513336604,0.34727510710000004,3.0,0.9,0.6,0.0,3,3,7,2,12,4,7,10,5,4,11,0,0,0,0,0,0 +17870,0,3,1,6,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.6,0.7,1.1829518164,5,1,1,2,0,0,0,1,2,1,104,2,0.3979949748,0.6305743152000001,-1.0,2.2360679775,0.4,0.5,0.1,1,2,9,4,10,3,11,12,3,4,9,1,1,0,0,0,0 +17872,0,1,2,1,0,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.7339839494,0.3685105155,3.4641016151,0.8,0.2,0.3,2,0,7,4,11,2,6,9,5,2,7,0,0,1,0,0,0 +17876,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.5,0.9721111048,7,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,1.046595721,0.5204805472,3.4641016151,0.6,0.1,0.2,3,2,9,2,8,4,9,5,2,3,4,0,0,1,0,0,0 +17879,0,3,1,8,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5545268253,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6707627951,0.3744329045000001,2.8284271247,0.8,0.0,0.9,2,0,7,4,10,2,6,6,1,2,5,0,1,0,0,0,1 +17881,0,4,2,7,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.1,0.6354132514,11,1,-1,0,-1,1,1,1,0,1,65,3,0.316227766,0.6277830599,0.3507135583,3.3166247904,0.9,0.2,0.9,3,1,9,3,9,2,9,2,4,3,13,0,1,1,1,0,0 +17885,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.2,0.2,-1.0,6,1,-1,0,0,1,0,1,0,1,40,2,0.3741657387,0.6983007711,0.3814446225,2.8284271247,0.9,0.8,0.3,2,0,9,3,7,2,8,5,1,2,10,0,1,1,0,1,1 +17893,0,0,2,0,1,-1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.4374456511000002,11,1,1,0,1,1,-1,1,2,1,38,3,0.316227766,0.7470465262999999,0.299165506,3.6055512755,0.5,0.2,0.8,1,1,5,2,8,3,7,7,3,2,3,0,1,1,0,0,0 +17894,0,1,1,5,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.9,0.2,0.6777720856,10,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7328620449,0.3666060556,3.4641016151,0.8,0.1,0.5,2,4,8,4,10,2,6,2,1,1,9,0,1,0,1,0,0 +17896,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,5,1,0,0,0,11,1,1,2,1,67,2,0.3741657387,0.7031217286,0.3008321791,3.3166247904,0.2,0.3,0.6,3,1,7,1,11,3,13,7,4,3,4,0,0,0,0,0,0 +17898,1,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.4575751304,5,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8381897061,-1.0,3.6055512755,0.3,0.8,0.6,2,0,9,5,10,0,7,3,1,2,10,0,1,1,0,0,0 +17899,0,4,2,0,1,4,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,1.2,1.3926144477000002,6,1,-1,0,0,0,1,1,0,1,43,3,0.4,0.6366882289,0.3663331817,2.4494897428,0.9,0.2,0.0,2,3,6,3,9,4,6,4,3,5,4,0,0,0,0,0,0 +17904,0,1,2,0,1,4,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.6,-1.0,8,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5929858610000001,0.3583294573,2.6457513111,0.8,0.0,0.7,0,3,6,3,10,2,11,8,3,2,9,0,1,0,1,0,0 +17905,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.7,0.9397473065,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4392423981,0.3612478374,0.0,0.0,0.5,0.0,4,4,7,3,8,2,11,6,1,5,7,0,1,1,0,0,1 +17906,0,4,3,5,0,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1243271634,0.4,3.4641016151,0.0,0.3,0.6,3,4,7,3,7,4,9,3,2,4,5,0,1,1,1,0,0 +17907,0,3,1,10,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.5,1.6046806536000002,11,1,1,0,1,6,1,1,2,1,26,3,0.3741657387,0.6358439436,0.3204684072,2.6457513111,0.7,0.6,0.0,2,0,8,1,10,4,10,10,2,4,10,0,1,1,1,0,0 +17912,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.514174095,7,1,-1,0,-1,0,1,0,1,1,86,3,0.4,1.0636557885,-1.0,3.7416573868,0.7,0.6,0.5,2,2,9,5,11,4,15,7,3,3,7,0,0,1,0,1,0 +17916,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.4,0.0,0.7553972465000001,6,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6185159525,0.4031128874,1.7320508076,0.2,0.8,0.0,2,3,9,4,9,2,12,9,2,3,12,0,0,0,1,0,0 +17918,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.5273755777,10,1,-1,2,0,1,1,1,0,1,90,0,0.3741657387,0.7315358009999999,0.4166533331,3.1622776602,0.8,0.2,0.2,2,3,8,2,9,3,8,6,3,2,10,0,1,1,0,0,1 +17922,0,5,1,7,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.2,0.5711829829,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.9708669552,0.4256759331,3.3166247904,0.0,0.5,0.4,2,0,6,2,11,3,14,3,2,3,9,0,1,0,0,0,0 +17926,0,4,2,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.7462405778,11,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7942848543000001,-1.0,3.6055512755,0.4,0.6,0.1,5,2,6,2,9,4,15,6,1,3,6,0,1,1,0,0,0 +17933,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.7,0.7,0.8147085368000001,6,1,-1,0,0,14,1,1,0,1,29,3,0.4458699362,1.0616434321,0.3488552709,3.6055512755,0.6,0.0,0.4,1,0,6,3,10,5,8,9,1,2,10,0,1,1,1,0,0 +17936,0,4,2,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5246013835,0.3583294573,2.2360679775,0.4,0.0,0.8,4,3,6,4,11,3,9,4,3,3,7,1,1,1,0,0,0 +17939,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.705336799,7,1,-1,0,-1,6,1,1,2,1,104,3,0.4,0.9858723116,-1.0,3.6055512755,0.0,0.3,0.4,1,1,8,3,6,0,15,3,1,4,7,0,1,0,0,1,0 +17940,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.6466258578,7,0,0,0,0,11,1,1,2,1,7,3,0.4242640687,0.7480277097,0.3542597917,2.8284271247,0.6,0.4,0.5,4,2,9,3,9,5,9,6,1,1,9,0,0,0,0,0,0 +17943,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.1,-1.0,7,1,-1,2,-1,1,1,1,2,1,1,0,0.3741657387,0.8353996421,0.4189272013000001,3.3166247904,0.3,0.3,0.6,0,3,8,3,10,1,8,6,0,2,6,0,0,1,0,0,0 +17944,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.4,0.8097067370000001,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.8593794609000001,0.4511097427,2.8284271247,0.7,0.7,0.8,3,3,8,3,9,3,4,8,2,2,7,0,0,1,0,0,1 +17946,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.0,0.0,0.6528782429,11,1,-1,0,-1,11,1,1,2,1,76,3,0.316227766,0.7952597164,0.3794733192,3.6055512755,0.1,0.2,0.4,3,3,10,5,8,3,9,4,2,2,8,0,1,1,1,1,0 +17948,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.9330728803,7,1,1,0,1,0,1,1,0,1,22,3,0.316227766,0.7730747882,0.310322413,3.4641016151,0.6,0.8,0.8,1,3,8,0,9,4,8,8,1,6,10,1,1,1,1,0,1 +17950,0,0,3,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,32,1,0.316227766,0.518580389,0.3019933774,2.2360679775,0.5,0.4,0.2,2,2,7,4,10,1,11,4,1,3,5,1,1,1,0,0,0 +17951,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,1.0,1.3160072188,6,1,-1,0,-1,6,1,1,2,1,26,1,0.3741657387,0.6072563961,0.3907684737,2.8284271247,0.0,0.9,0.3,3,0,5,2,9,3,12,8,1,1,13,0,1,0,0,0,0 +17952,0,0,2,1,1,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.2,0.3,-1.0,10,0,-1,0,1,6,1,1,0,1,73,3,0.4472135955,0.8847888107999999,0.4211887938,3.3166247904,0.0,0.5,0.9,1,1,8,2,9,2,8,4,1,5,11,0,1,1,1,0,0 +17953,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.1,0.3,-1.0,4,1,-1,0,0,14,1,0,0,1,72,2,0.4,1.1286831353,0.4093897898,3.7416573868,0.9,0.8,0.6,2,2,9,3,7,1,8,6,0,3,3,0,1,1,0,0,0 +17954,0,1,3,8,1,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.7,0.6,0.7619875327,1,1,0,0,1,14,1,1,2,1,104,1,0.3160696126,0.4820539732,-1.0,1.7320508076,0.8,0.0,0.8,2,0,6,3,10,3,11,7,1,1,8,0,0,1,1,0,0 +17956,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.6,1.8693247444,11,0,1,0,1,7,1,0,2,1,104,3,0.4472135955,1.0894877104,0.3588871689,3.6055512755,0.2,0.0,0.7,3,1,6,4,10,0,12,3,1,2,5,0,1,1,1,1,0 +17958,0,3,1,7,1,4,0,0,1,0,0,0,0,0,0,9,1,0,0,0.9,1.5,1.6592543506,11,0,-1,8,-1,9,1,1,2,1,13,3,0.5196152423,0.9942915581,0.4679743583,3.0,0.6,0.6,0.6,3,0,7,1,9,4,7,6,1,4,7,0,0,1,0,0,1 +17965,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.6,0.7,0.8038967595000001,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7526125297,0.3615245497,3.6055512755,0.2,0.6,0.7,2,6,10,4,9,2,9,6,2,3,7,0,1,0,0,0,0 +17969,0,0,1,9,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.0,1.2409673646,10,1,-1,0,1,11,1,0,0,1,36,2,0.3741657387,0.9271167427,0.3793415348,3.7416573868,0.6,0.7,0.6,2,1,8,2,9,2,10,10,1,4,9,0,1,0,1,1,0 +17970,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.1,-1.0,5,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6633405318,0.3016620626,3.1622776602,0.1,0.0,0.4,1,3,8,0,12,2,9,9,2,3,6,0,0,1,0,0,0 +17978,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.8,1.3212210262,11,0,1,1,1,17,-1,0,0,1,104,1,0.4,1.689919065,0.33241540280000004,3.6055512755,0.2,0.6,0.3,3,2,10,3,9,3,12,8,0,2,10,0,1,0,0,0,0 +17979,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5937171044,7,1,0,0,0,11,1,1,2,1,99,2,0.3155946768,0.5520435364,0.30331501780000003,1.7320508076,0.9,0.4,0.9,1,2,5,3,11,5,5,9,2,4,3,0,0,0,0,1,0 +17981,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,0.3,0.4541475531000001,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.7183687904,0.3685105155,3.4641016151,0.4,0.9,0.6,2,2,7,5,11,2,7,4,1,6,9,0,0,0,0,0,0 +17982,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.6495190528,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.7174046428,0.30331501780000003,3.6055512755,0.5,0.3,0.0,0,4,7,3,9,4,11,6,1,5,13,0,1,1,0,0,1 +17984,0,0,2,8,0,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.8,1.1374313166,11,1,0,0,0,0,1,1,2,1,32,3,0.316227766,0.5110958895000001,0.305777697,1.7320508076,0.9,0.1,0.2,3,2,8,3,8,1,7,9,1,5,8,0,1,0,0,0,0 +17986,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.3,-1.0,7,1,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,1.0312874085,0.4679743583,3.4641016151,0.9,0.1,0.0,3,0,3,2,7,3,9,2,0,2,12,1,1,1,0,0,0 +17988,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0.4,0.0,0.5425633604,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7454864184000001,0.3666060556,3.3166247904,0.6,0.8,0.2,2,1,5,2,8,1,7,6,1,3,11,0,1,0,0,0,0 +17990,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,7,0,0,1,0.9,1.8,1.6336309253,11,1,-1,1,-1,12,1,1,0,1,104,3,0.4472135955,0.8889589045,0.4701063709,3.3166247904,0.8,0.6,0.6,3,2,9,2,10,0,10,4,1,4,4,0,1,1,0,0,0 +17993,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.7,1.0,1.2789155562,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0814265907,0.4,3.4641016151,0.6,0.2,0.3,2,2,7,3,9,1,5,6,0,2,5,0,1,0,1,1,0 +17996,0,0,4,9,1,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.5,0.4,0.5662375826,6,1,-1,0,0,1,1,0,0,1,51,2,0.4,0.9473619309,0.4017461885,3.7416573868,0.4,0.5,0.3,2,1,9,4,10,2,8,4,2,4,4,0,1,1,0,1,0 +17999,0,5,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.6339361167,11,1,-1,0,-1,1,1,1,2,1,65,3,0.3152776554,0.3849439156,0.3471310992,0.0,0.7,0.0,0.6,2,4,9,2,10,3,14,5,1,2,6,0,1,1,0,1,0 +18003,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.5,1.0286520306,11,1,0,2,0,14,1,1,3,1,104,0,0.4,0.5981721469,0.3224903099,2.6457513111,0.4,0.4,0.0,2,2,9,2,10,3,9,7,1,4,9,0,0,0,0,0,1 +18006,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.4,0.0,0.9229707471,9,1,0,0,0,11,0,1,2,1,2,3,0.4242640687,0.8994603524,-1.0,3.6055512755,0.0,0.0,0.3,2,2,10,4,7,3,14,10,3,0,6,1,1,0,0,1,0 +18007,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.8,1.2447389285,11,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7437202664,0.3615245497,3.6055512755,0.3,0.6,0.4,4,0,7,2,9,2,8,4,3,3,4,0,1,1,1,0,0 +18009,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.7292976073,7,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8422838884999999,0.374566416,3.6055512755,0.2,0.4,0.1,1,1,7,5,9,4,10,7,2,1,8,1,1,1,0,0,0 +18010,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.5,1.1535271995,7,1,0,0,1,7,1,1,3,1,92,3,0.3741657387,0.6596236092000001,0.3278719262,2.8284271247,0.6,0.4,0.0,1,1,7,3,11,2,12,4,2,3,4,0,1,1,0,0,0 +18011,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.7,1.1002840542,11,0,0,0,1,10,1,1,3,1,83,2,0.399374511,0.568654349,0.34278273,0.0,0.6,0.0,0.1,2,2,7,5,10,2,8,5,0,3,2,0,0,1,0,1,0 +18014,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.0,-1.0,10,1,-1,0,0,4,1,1,0,1,12,3,0.4,0.7298958377,0.3708099244,3.3166247904,0.4,0.7,0.6,2,1,7,4,11,1,12,6,1,4,6,1,1,1,1,0,0 +18015,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.8,1.1742018566,10,0,-1,0,0,7,1,1,0,1,104,2,0.4472135955,0.8863053594,0.4254409477,3.1622776602,0.1,0.4,0.6,2,4,8,4,8,1,3,3,1,2,10,0,0,1,0,1,0 +18016,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.7,0.6932712312,11,1,1,0,0,14,1,1,2,1,104,1,0.3160696126,0.530982249,-1.0,2.6457513111,0.8,0.4,0.7,1,2,9,4,10,2,10,6,2,2,9,0,0,1,1,1,0 +18017,0,2,1,5,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.9,1.0139649895,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7340873909000001,0.3685105155,3.3166247904,0.7,0.2,0.5,4,0,7,2,7,2,2,3,3,3,5,0,0,1,0,1,0 +18018,0,2,4,10,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.7099499459,0.3583294573,3.6055512755,0.5,0.5,0.2,4,2,8,4,11,2,9,8,0,4,5,0,0,1,1,0,0 +18020,0,5,1,9,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.4,0.8609587679,11,0,1,1,1,14,1,1,2,1,104,2,0.4795831523,0.9091363625,0.390256326,3.0,0.9,0.2,0.2,1,3,8,2,9,2,9,5,4,1,3,0,0,1,0,1,0 +18024,0,3,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,4,0,-1,0,1,7,1,1,0,1,104,3,0.4472135955,0.8712463761,0.4176122604,3.1622776602,0.0,0.7,0.9,4,1,10,3,7,1,16,7,3,4,11,0,1,0,0,0,1 +18025,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.7799117878,0.3854867053,3.1622776602,0.0,0.5,0.3,1,0,6,4,7,4,9,4,1,2,10,0,1,0,0,0,0 +18026,0,4,1,6,1,4,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.8863986007,0.3826225294,3.3166247904,0.0,0.1,0.6,2,2,9,2,10,2,7,3,1,1,4,0,1,0,1,0,0 +18028,0,5,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,11,1,1,0,0,0,1,1,2,1,32,1,0.316227766,0.5393215818,0.2944486373,2.4494897428,0.1,0.0,0.8,3,2,7,2,8,2,8,4,2,2,10,0,1,0,0,0,0 +18029,0,1,2,0,1,4,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.5,0.8760707734000001,10,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8839477565999999,0.3848376281000001,3.6055512755,0.5,0.7,0.9,3,2,8,3,8,4,4,2,3,3,4,0,1,0,1,1,1 +18030,0,4,1,9,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,1.2,1.2833062768,11,0,0,8,1,13,1,1,2,1,20,3,0.4472135955,1.1016047648,0.3714835124,3.4641016151,0.0,0.8,0.3,3,1,9,3,12,1,8,14,0,3,6,0,0,1,0,0,0 +18031,0,1,1,6,1,6,0,1,0,0,0,0,0,0,0,13,1,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,9,1,0,0,1,93,3,0.4,0.9153534295,0.3834057903,3.6055512755,0.6,0.4,0.1,4,0,8,6,6,1,6,8,2,6,7,0,0,1,0,0,0 +18033,0,3,1,7,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.3,0.6887488656999999,11,1,1,0,0,14,1,1,0,1,49,3,0.4,0.7414805381,-1.0,3.3166247904,0.1,0.3,0.1,1,1,8,2,11,3,6,3,1,4,7,0,0,1,1,0,1 +18036,1,2,2,1,0,4,0,0,1,0,0,0,0,0,0,4,1,0,0,0.9,1.2,1.3285330256,7,1,-1,0,-1,14,0,1,1,1,29,3,0.4,0.9514701543,0.3984971769,3.3166247904,0.5,0.6,0.4,1,1,6,2,8,3,16,3,2,1,7,1,1,1,1,0,0 +18037,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,12,0,0,1,0.4,0.0,0.7119515433,11,1,0,0,1,1,1,1,0,1,40,2,0.3974921383,0.4862149305,-1.0,0.0,0.6,0.7,0.9,3,3,7,2,9,4,7,4,1,1,4,0,0,0,0,0,0 +18038,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.3,0.7128288715000001,7,1,0,0,0,11,1,1,1,1,17,2,0.3741657387,0.8931557942,0.32756678710000003,3.4641016151,0.8,0.1,0.7,2,2,7,1,9,3,9,3,1,2,13,0,1,1,0,0,0 +18041,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.4212670403999998,10,1,-1,1,0,3,1,0,0,1,102,2,0.4,0.9409859433,-1.0,3.7416573868,0.2,0.9,0.9,2,1,7,1,9,3,10,5,0,6,8,0,0,0,0,1,0 +18043,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.5,0.2,0.6209871174,6,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5948296513,0.3619392214,2.6457513111,0.4,0.1,0.5,4,1,6,1,9,1,17,5,3,2,9,0,1,1,1,1,0 +18044,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.5550900828,7,1,1,0,0,0,1,1,0,1,22,3,0.316227766,0.8016640751,0.310322413,3.6055512755,0.4,0.5,0.0,3,2,7,2,9,3,3,8,1,1,11,0,1,1,0,0,0 +18047,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.8466847111,9,1,0,0,1,1,1,1,2,1,64,3,0.3152776554,0.4634357855,-1.0,0.0,0.1,0.0,0.5,1,0,6,3,10,3,4,6,0,3,12,0,1,1,0,0,0 +18050,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.1,0.5963430221,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.8332203779999999,0.3860051813,3.4641016151,0.0,0.7,0.4,2,1,9,1,5,2,10,3,0,5,6,0,0,1,1,1,0 +18051,0,4,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.8,1.858426754,10,1,-1,0,1,11,1,1,0,1,3,2,0.4242640687,1.132739676,0.4349712634,3.6055512755,0.8,0.7,0.0,2,0,7,2,10,3,15,5,3,5,8,0,1,1,1,0,1 +18053,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.7,1.1062323445,11,1,-1,0,-1,1,1,1,1,1,40,2,0.3741657387,0.7451163313,0.3814446225,3.0,0.5,0.9,0.3,2,0,9,2,9,1,8,10,3,3,6,0,0,0,0,0,0 +18055,0,0,2,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.772576857,7,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6113594119,0.34727510710000004,3.0,0.9,0.0,0.9,1,2,9,4,9,1,12,5,3,1,6,0,0,0,0,0,0 +18058,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.9051933495,11,0,-1,0,-1,6,1,1,2,1,27,3,0.4,0.9028741984,0.3907684737,3.6055512755,0.8,0.7,0.4,3,3,7,3,10,2,12,6,0,0,6,1,0,0,0,1,1 +18061,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,0.5,0.7838207703,11,1,0,0,0,0,1,1,1,1,78,3,0.4,0.8266106242,0.3287856445,3.3166247904,0.3,0.8,0.4,1,3,7,2,10,1,12,8,1,1,7,0,1,0,1,0,0 +18069,0,5,1,7,0,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.1,0.2,-1.0,10,1,-1,0,1,1,1,0,0,1,51,2,0.4,0.9288867415,0.4017461885,3.6055512755,0.2,0.3,0.6,3,2,9,3,10,4,8,8,4,2,6,0,1,0,1,0,0 +18070,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.7733854148999999,10,1,-1,0,0,1,1,1,0,1,74,3,0.3605551275,0.6139224922,0.3667424164,2.2360679775,0.6,0.7,0.9,0,1,6,3,8,2,4,3,1,4,9,0,0,1,0,1,1 +18073,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.6,0.7709571973,10,1,-1,1,0,3,1,1,0,1,104,2,0.4242640687,0.8006454008,0.405339364,3.3166247904,0.4,0.3,0.9,2,2,5,2,9,0,12,4,2,1,11,0,1,0,0,0,1 +18074,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.3,0.0,1.0434318377,5,1,-1,0,-1,0,0,1,0,1,95,2,0.4,0.9009751375,0.3986226286,3.4641016151,0.3,0.9,0.0,4,4,8,3,7,1,12,6,3,4,7,1,1,0,0,0,1 +18077,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.1,0.6642665128,7,0,-1,1,-1,3,1,1,2,1,104,2,0.4472135955,0.9108505697,0.4268489194,3.3166247904,0.1,0.7,0.9,2,2,10,3,11,4,5,3,1,2,3,0,1,1,1,1,0 +18080,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7549834434999999,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.6300826392000001,0.3937003937,2.2360679775,0.3,0.6,0.7,1,2,7,3,9,2,7,4,0,6,6,0,0,1,0,1,1 +18082,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.3,1.5694346116,0,1,-1,8,1,13,1,0,0,1,20,2,0.4472135955,1.250105698,0.4295346319,3.6055512755,0.5,0.5,0.6,1,2,9,4,9,3,7,9,1,3,5,0,0,0,0,0,0 +18087,0,0,2,1,0,6,0,0,0,1,0,0,0,0,0,4,0,0,1,0.7,0.3,0.4568916721,6,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7442340341,0.4062019202,3.0,0.1,0.5,0.1,2,0,7,1,9,1,8,8,0,2,2,0,0,1,1,0,0 +18090,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,10,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6124567786999999,0.34727510710000004,3.0,0.3,0.8,0.0,2,2,8,3,8,3,10,2,1,3,6,0,1,1,0,1,0 +18093,0,3,1,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,1.0591860082,7,1,-1,0,-1,4,1,1,0,1,50,2,0.4,0.6805442643999999,0.3943348831,3.1622776602,0.3,0.8,0.0,3,1,10,1,8,5,11,4,2,4,5,0,0,1,1,0,0 +18094,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.8147085368000001,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7310555031999999,0.4074309757,2.4494897428,0.4,0.7,0.3,2,0,9,4,8,4,10,3,0,6,6,0,1,0,1,1,0 +18096,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.3,0.0,0.7866066361,4,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5713728574,0.3583294573,2.4494897428,0.1,0.5,0.4,3,4,6,3,9,3,7,6,3,2,6,0,0,1,1,0,0 +18098,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,1,0,1,25,3,0.4,0.8377088983,-1.0,3.6055512755,0.3,0.2,0.3,2,3,8,3,6,3,10,9,3,4,9,0,0,0,0,0,0 +18107,1,4,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,1.1491844935,11,1,-1,1,-1,1,1,1,0,1,35,1,0.3741657387,0.8855124118000001,0.3535533906,3.4641016151,0.7,0.1,0.0,2,0,8,1,8,2,8,4,2,4,8,0,1,0,1,1,0 +18108,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.6031169041,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.520826584,0.3307567082,1.7320508076,0.5,0.0,0.7,2,1,9,6,10,2,10,7,1,3,7,0,1,1,1,0,0 +18116,0,1,2,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.8,1.1429129451,11,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5544150368,0.3556683849,2.6457513111,0.7,0.0,0.5,3,3,8,3,9,3,14,5,1,4,8,0,0,0,0,0,0 +18117,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.4937104415,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6109875491,0.3887158345,3.0,0.6,0.9,0.0,2,3,9,5,11,2,5,0,0,3,10,0,1,0,0,0,0 +18118,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.8314144574,11,1,-1,0,-1,1,1,1,2,1,91,2,0.4236744033,0.7984100937,0.4347413024,2.4494897428,0.0,0.0,0.6,3,2,7,2,5,1,6,9,0,2,5,0,0,0,0,0,0 +18119,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.7,1.09772492,11,0,-1,1,-1,3,1,1,2,1,104,2,0.4472135955,0.9749867556,0.4291852747,3.4641016151,0.0,0.4,0.7,1,2,7,3,10,1,6,7,0,6,12,0,1,0,0,0,0 +18121,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.6,0.3,0.8835298523999999,6,1,-1,7,1,15,0,1,0,1,104,0,0.5,0.8929128672,0.5224940190999999,2.4494897428,0.9,0.2,0.2,1,1,8,3,7,2,14,5,2,3,6,0,1,1,0,0,0 +18128,0,1,1,6,0,4,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.0,0.5894913061,6,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.6121530895,0.3070830507,3.0,0.5,0.3,0.4,1,2,5,5,8,3,6,9,4,3,8,1,0,0,0,1,0 +18130,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.8,1.032896413,3,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.8320839119,0.4301162634,3.6055512755,0.7,0.1,0.1,4,3,3,3,10,5,6,8,1,0,4,0,1,1,0,0,0 +18132,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,-1.0,6,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9952895255,0.4101219331,3.4641016151,0.4,0.8,0.0,1,2,8,1,10,4,3,5,4,3,10,0,1,0,0,0,0 +18133,0,3,1,9,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.3,0.0,0.6466258578,7,1,-1,0,-1,1,1,1,2,1,31,3,0.4242640687,0.9103967893,0.4130375286,3.4641016151,0.6,0.4,0.4,3,2,6,4,10,2,6,3,1,1,5,1,0,1,0,0,0 +18135,0,1,1,4,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.5,0.4,0.7717674520000001,11,0,-1,1,-1,14,0,1,2,1,104,2,0.5,1.0608841627,0.438520239,3.1622776602,0.4,0.6,0.9,1,2,8,5,12,3,9,5,5,5,10,0,0,1,0,1,0 +18137,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.5,0.4,0.6959705454,7,1,1,0,0,11,1,0,2,1,101,3,0.3741657387,0.9132405294,0.3214031736,3.6055512755,0.4,0.5,0.1,0,1,9,4,10,3,12,10,0,1,6,0,1,0,0,0,0 +18140,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.0,1.3,1.6443083652,7,1,-1,1,-1,16,1,1,2,1,104,2,0.4,0.9429709512,0.4147288271,3.3166247904,0.4,0.5,0.9,3,2,10,6,10,2,15,6,1,7,8,0,1,0,1,1,0 +18141,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.6,1.0265232584,11,1,-1,0,-1,0,1,1,2,1,43,1,0.399374511,0.4,0.3605551275,0.0,0.1,0.5,0.0,4,2,8,2,11,0,13,3,1,3,14,0,0,1,0,1,1 +18147,0,0,1,5,0,6,1,0,0,0,0,0,0,0,0,2,0,0,1,0.1,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6889775631999999,0.3887158345,3.0,0.7,0.3,0.3,2,3,8,3,9,1,6,7,2,4,6,0,1,0,1,0,0 +18149,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.6,0.4,0.8569568251,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4698997607,0.3612478374,0.0,0.5,0.7,0.6,0,3,8,1,8,1,5,6,1,2,8,0,1,1,0,1,1 +18151,0,0,1,9,0,1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,1.6,1.559647396,11,0,0,8,1,9,1,1,2,1,13,3,0.4472135955,1.043407086,0.3991240409,3.3166247904,0.3,0.9,0.4,1,1,7,2,11,3,7,6,0,4,5,0,1,0,0,0,0 +18156,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.1,0.3,-1.0,11,0,1,0,0,10,1,1,2,1,83,2,0.4242640687,0.9851794316,0.3420526275,3.1622776602,0.9,0.1,0.7,1,0,9,4,10,2,7,7,1,1,4,0,0,1,0,1,0 +18157,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,1.1,1.2816005618,10,1,-1,0,1,1,1,1,0,1,104,3,0.4242640687,0.8082733356999999,0.4129164564,3.3166247904,0.4,0.2,0.3,3,1,9,2,9,3,5,4,3,2,4,0,0,1,1,0,0 +18161,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.1,-1.0,7,1,0,0,1,0,1,1,2,1,104,1,0.4220189569,0.4237280431,-1.0,0.0,0.8,0.4,0.5,2,2,6,3,9,1,10,9,2,4,11,0,0,1,0,1,0 +18162,1,0,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,7,0,-1,9,-1,15,1,1,0,1,58,3,0.5477225575,1.6708549304,0.500999002,3.3166247904,0.3,0.1,0.3,3,1,10,2,7,3,9,2,0,2,13,0,1,1,1,0,0 +18163,0,0,1,2,0,4,0,1,0,0,0,0,0,0,0,1,0,0,1,0.7,0.9,1.5070666872999998,11,0,0,0,0,10,1,1,2,1,83,2,0.4084115571,0.6417467125,0.33,1.7320508076,0.2,0.3,0.5,3,1,8,3,11,1,4,9,0,1,8,1,1,1,0,0,0 +18167,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,0.3,0.8139410298,11,0,1,0,1,6,1,0,2,1,33,3,0.4,1.0674368776,0.3286335345,3.7416573868,0.9,0.1,0.8,0,2,7,3,8,3,12,3,0,3,6,0,0,1,1,0,0 +18169,0,5,1,6,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.7786205751,7,0,0,0,0,15,1,1,1,1,104,3,0.4242640687,0.8582246715,0.3442382896,2.8284271247,0.1,0.4,0.2,4,3,6,3,10,0,11,3,1,3,9,0,1,1,0,0,0 +18171,0,0,3,9,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.8,0.8,1.2527469816,11,1,1,0,1,9,1,0,2,1,93,3,0.4,1.0057274001,0.3210918872,3.7416573868,0.7,0.7,0.3,4,2,5,3,9,4,10,3,2,3,4,0,1,1,1,0,0 +18174,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,9,0,1,0,0,11,1,0,0,1,3,2,0.4242640687,1.201273429,0.3789459064,3.7416573868,0.2,0.0,0.7,1,2,8,6,10,1,8,4,0,7,5,0,0,1,1,0,0 +18176,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.2,0.5220153254,11,1,-1,0,-1,11,1,1,2,1,44,1,0.423792402,0.5703594633,0.3976179070000001,1.0,0.6,0.6,0.0,1,3,10,5,8,3,3,5,3,2,10,0,0,1,0,0,0 +18182,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.6005206075,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6831350919,0.3768288736,3.1622776602,0.8,0.5,0.0,3,4,9,3,10,3,6,7,2,2,4,0,1,1,0,0,0 +18193,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.8,1.2280574091,10,1,-1,0,1,11,0,1,0,1,3,2,0.4242640687,1.1431416042,0.4349712634,3.6055512755,0.3,0.9,0.3,1,1,8,5,8,2,14,8,1,3,5,1,1,1,0,1,0 +18196,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,0.4,0.3758324095,11,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6968642872,0.3583294573,3.6055512755,0.8,0.1,0.7,2,3,8,3,11,3,6,7,1,4,5,0,0,1,0,0,0 +18197,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.6,1.247497495,7,1,-1,0,-1,0,1,1,0,1,22,3,0.316227766,0.7626413973,0.374566416,3.3166247904,0.5,0.9,0.3,3,2,7,6,10,3,6,5,0,4,8,0,1,1,1,0,1 +18202,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.6,-1.0,4,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6090230627000001,0.3619392214,2.8284271247,0.3,0.7,0.2,2,3,8,2,8,2,8,2,2,1,5,0,1,0,1,0,0 +18206,0,1,3,7,0,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.6,0.2,0.6869315831999999,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7066829745000001,0.3687817783,3.6055512755,0.2,0.6,0.2,2,2,8,4,9,4,5,2,1,2,7,1,1,1,0,0,0 +18208,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.5,0.9562295749,11,1,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9285975385,0.4679743583,3.1622776602,0.6,0.8,0.4,3,1,9,2,9,1,12,3,1,4,8,0,0,1,0,1,0 +18209,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,1,1,-1,0,-1,0,0,1,0,1,87,3,0.316227766,0.6855805286,0.3615245497,3.1622776602,0.1,0.8,0.0,2,0,9,2,6,3,4,4,0,2,11,0,1,0,1,0,1 +18210,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.3,0.0,0.651440711,6,1,-1,0,0,11,1,1,0,1,76,2,0.316227766,0.7873745473,0.3794733192,3.6055512755,0.2,0.8,0.9,1,5,8,3,12,4,10,2,4,4,11,0,1,1,1,0,0 +18211,0,2,3,5,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.2,0.5595757321,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5031717581,0.3307567082,1.4142135624,0.7,0.9,0.2,0,2,6,2,10,1,11,4,1,4,5,1,0,0,1,0,0 +18212,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.5,0.9993748046,7,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7245973519,0.3907684737,3.4641016151,0.2,0.4,0.8,4,1,6,4,9,0,14,3,2,5,6,0,1,1,0,0,1 +18213,0,3,3,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.3,1.683374587,6,1,-1,0,1,6,1,1,0,1,27,3,0.3741657387,0.7492420412,0.3907684737,3.3166247904,0.9,0.3,0.3,2,0,10,2,7,3,6,5,2,2,9,0,1,1,1,1,0 +18214,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.6,0.4,0.5172040216,9,0,0,0,0,10,1,1,2,1,83,2,0.4242640687,0.9786459696,0.3420526275,3.1622776602,0.7,0.4,0.5,4,4,7,2,7,3,9,6,2,6,7,1,1,0,0,1,0 +18219,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.3,0.625,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6083781447,0.3619392214,2.8284271247,0.8,0.2,0.4,2,0,7,5,9,2,8,4,5,3,6,0,1,0,0,0,0 +18221,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.4568916721,7,0,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.9575385973,0.4374928571,3.3166247904,0.3,0.6,0.7,1,1,10,1,10,2,6,8,1,1,7,0,1,1,0,0,0 +18222,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.1,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9743084006,0.4,3.0,0.4,0.6,0.6,3,4,9,3,8,0,10,3,1,3,8,0,1,0,0,0,0 +18224,0,2,2,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.6,0.8,1.1874342087,8,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.756923962,0.3986226286,2.8284271247,0.8,0.4,0.5,3,3,9,3,8,2,10,9,1,2,7,0,1,1,1,0,0 +18226,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0.0,0.0,0.6224949799,6,1,-1,0,0,1,1,0,0,1,65,3,0.316227766,0.7102699987000001,0.3521363372,3.6055512755,0.3,0.4,0.6,4,1,6,3,11,1,13,11,3,4,8,0,1,0,1,1,0 +18227,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.6,1.1213830746,5,1,0,0,1,4,1,1,2,1,104,3,0.3997499218,0.5763772582,0.3556683849,1.7320508076,0.6,0.6,0.9,3,3,9,5,7,3,3,7,0,2,10,0,0,0,1,0,0 +18228,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.8485281374,11,1,1,8,1,3,1,1,2,1,104,2,0.5,1.1508171728,0.4353159772,3.0,0.0,0.8,0.4,1,2,7,4,10,4,14,8,1,7,6,0,1,1,1,1,0 +18229,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.5,0.8699856320999999,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.776514782,0.3849675311,3.3166247904,0.2,0.3,0.3,4,0,9,5,8,1,10,3,0,3,9,0,0,1,0,1,1 +18231,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,11,0,-1,0,-1,7,1,0,2,1,104,2,0.4,1.2747710862,0.4384062043,3.7416573868,0.4,0.7,0.9,2,2,10,4,10,0,6,9,1,1,11,0,1,1,0,0,0 +18234,0,6,1,4,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,0.8,1.348842096,10,1,-1,0,0,10,1,1,0,1,28,2,0.3741657387,0.9066558296,0.3869108424,3.4641016151,0.0,0.7,0.8,3,1,7,1,10,4,4,6,1,0,5,1,1,1,1,0,0 +18237,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.6,-1.0,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6574430812,0.3619392214,3.1622776602,0.6,0.8,0.9,2,1,8,2,10,2,10,4,0,4,9,1,1,1,1,0,0 +18244,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.2,0.6694213918999999,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6253098406,0.3687817783,3.1622776602,0.2,0.6,0.9,3,0,5,3,10,1,1,7,1,2,3,0,1,1,0,1,1 +18246,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,5,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6961078334,0.30331501780000003,3.4641016151,0.6,0.6,0.6,3,2,7,3,10,2,9,5,2,1,9,0,1,0,0,0,0 +18249,0,2,2,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.3,0.7145802964,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7120857502,0.3666060556,3.3166247904,0.8,0.8,0.2,2,3,9,3,6,3,15,5,1,5,7,0,1,1,1,0,1 +18250,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5830951895,10,0,-1,0,1,0,0,1,0,1,86,3,0.4472135955,0.9908256846,0.4117037770000001,3.3166247904,0.6,0.4,0.3,4,2,8,2,8,3,12,6,2,3,13,0,1,1,1,1,0 +18251,0,3,1,1,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.8,1.3247641299,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7173182379999999,0.3937003937,2.8284271247,0.7,0.5,0.9,3,1,9,4,6,0,6,3,0,2,7,0,0,0,0,0,0 +18252,0,1,2,0,0,-1,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.3,1.8799933511,10,1,1,0,0,11,-1,1,2,1,101,3,0.3741657387,0.8341001981,0.3212475681,3.6055512755,0.1,0.6,0.8,3,0,6,4,11,4,9,5,1,2,7,0,1,1,0,1,0 +18254,0,5,2,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,1.0,1.037725879,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.9531808428,0.4176122604,3.6055512755,0.4,0.9,0.7,3,1,8,2,9,2,4,8,1,3,6,0,1,1,1,0,0 +18261,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.6,0.4,0.7533259587000001,6,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6285724347999999,0.4031128874,2.0,0.2,0.9,0.1,2,2,9,1,8,2,12,3,1,2,5,0,1,1,0,1,1 +18262,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.4,0.6873863542,6,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6119674274,0.3744329045000001,2.2360679775,0.1,0.5,0.8,4,4,8,5,10,3,10,4,1,2,5,0,0,1,0,1,0 +18263,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.1,0.3,-1.0,6,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,1.1475990027,0.5394441584,3.3166247904,0.8,0.2,0.8,2,1,8,5,9,4,7,5,0,4,7,0,1,0,1,1,1 +18267,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.8306623863,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6674346472,0.3619392214,3.4641016151,0.5,0.8,0.0,3,1,8,4,7,1,9,5,0,0,5,0,1,1,0,1,0 +18268,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.4,0.705336799,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7802706671999999,0.3807886553,2.8284271247,0.5,0.8,0.8,2,2,7,2,10,3,5,7,1,2,11,0,0,1,0,1,0 +18269,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.4,0.4949747468,10,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7396391794,0.4062019202,3.0,0.6,0.4,0.1,3,3,7,3,8,3,6,5,2,1,4,0,1,1,1,1,0 +18270,0,1,2,8,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.6,1.2354149101,11,0,-1,0,-1,10,1,0,0,1,28,3,0.3741657387,1.0867534485,0.3820994635,3.7416573868,0.7,0.3,0.8,3,4,6,1,8,1,8,3,2,4,9,0,1,1,1,0,0 +18273,0,0,2,0,1,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6417748825999999,7,1,1,0,1,0,-1,0,2,1,22,3,0.316227766,0.8447822351000001,0.310322413,3.7416573868,0.4,0.6,0.0,2,2,9,4,8,1,14,5,1,2,10,0,1,1,0,0,0 +18274,0,6,1,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.5,0.9473647661,6,1,-1,0,1,4,1,1,0,1,84,3,0.316227766,0.7112147679999999,0.3667424164,3.3166247904,0.9,0.1,0.0,4,2,7,4,11,4,4,6,2,3,7,0,0,1,0,0,0 +18275,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,5,1,-1,0,-1,11,0,1,2,1,53,2,0.4472135955,0.8699173514,0.4306971093,3.1622776602,0.4,0.6,0.5,2,2,7,4,8,2,7,5,0,1,3,0,1,1,0,0,0 +18277,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.4,-1.0,11,0,1,0,1,6,1,1,2,1,104,3,0.4472135955,1.1087928064,0.3640054945,3.6055512755,0.2,0.4,0.4,3,0,7,1,9,2,11,10,1,3,9,0,0,0,0,0,1 +18279,0,2,1,5,0,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.0,0.4,0.6878408246,10,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.788541388,0.3974921383,3.1622776602,0.3,0.9,0.4,3,1,8,5,10,2,10,6,1,1,11,0,0,0,0,1,0 +18280,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.8,0.4,0.8385254916,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.7030482626000001,0.3248076354,3.1622776602,0.4,0.4,0.4,1,3,9,5,11,2,15,7,2,2,6,0,1,0,0,1,0 +18281,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.3,0.6782329983,6,1,-1,0,0,1,1,1,0,1,74,2,0.3741657387,0.8054950739,0.3716180835,3.6055512755,0.4,0.7,0.3,1,1,10,2,10,4,9,5,2,4,3,1,0,0,0,1,0 +18282,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.6,0.9287087811,11,1,-1,0,-1,0,0,1,1,1,86,3,0.4,0.9454436188,-1.0,3.3166247904,0.1,0.5,0.8,2,4,7,4,8,3,8,8,2,2,19,0,1,1,1,0,1 +18283,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.4,0.0,0.9357483636,9,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.5928813240999999,0.2887905816,3.0,0.4,0.7,0.8,1,1,8,1,10,2,8,7,0,3,7,0,1,0,1,0,1 +18285,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.2,-1.0,7,1,1,1,1,3,1,1,2,1,102,2,0.4,0.8815252559000001,0.3269556545,3.6055512755,0.7,0.0,0.5,2,1,7,2,9,2,9,5,1,1,3,0,1,1,0,1,1 +18286,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.5,1.7869317279,11,1,1,0,1,0,1,0,2,1,104,3,0.4,1.0828394721,0.3309078422,3.7416573868,0.1,0.5,0.1,2,2,7,4,9,1,9,7,4,3,9,1,1,1,1,0,0 +18289,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.9646890691,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6961375137000001,0.3685105155,3.3166247904,0.5,0.2,0.2,2,3,9,5,7,2,10,4,2,3,6,0,1,1,0,1,0 +18291,0,6,1,4,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,0.9781998773,0,1,-1,1,0,2,1,1,0,1,104,2,0.4472135955,1.4030905233000002,-1.0,3.4641016151,0.7,0.8,0.4,4,3,5,2,9,6,8,6,1,1,11,0,1,0,1,1,0 +18293,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,1.0588909292,10,1,-1,0,0,10,1,0,0,1,28,2,0.3872983346,1.0861639223,0.3872983346,3.7416573868,0.4,0.2,0.0,2,1,8,4,8,0,8,6,0,1,6,1,0,0,1,0,0 +18295,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.5402545696,6,1,-1,0,0,11,1,0,0,1,2,2,0.4242640687,0.9843087099,0.3466987165,3.6055512755,0.4,0.2,0.6,3,0,10,3,10,3,11,6,0,4,4,0,0,0,0,1,1 +18296,0,2,3,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,5,1,1,0,0,0,1,1,2,1,32,3,0.316227766,0.5767535246,0.2944486373,2.4494897428,0.0,0.8,0.5,3,1,8,2,11,2,7,7,4,5,7,0,1,0,1,1,0 +18301,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.9,0.2,0.7424621201999999,2,0,-1,0,0,14,1,1,0,1,104,2,0.4459820624000001,0.5973771875,0.4062019202,1.0,0.6,0.2,0.2,0,1,7,1,10,2,7,8,0,6,9,0,0,1,0,1,0 +18302,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.6244997997999999,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6747818748000001,0.3861346915,2.8284271247,0.2,0.6,0.7,1,2,9,4,10,0,6,7,1,5,7,0,1,0,0,1,0 +18307,0,6,1,8,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,0.7373940602,6,1,-1,0,1,1,1,0,0,1,51,2,0.4,1.0252997949,0.4017461885,3.7416573868,0.7,0.7,0.0,4,2,7,3,9,1,11,7,0,0,10,0,0,1,0,0,1 +18309,0,5,1,10,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,1.5,1.7869317279,1,0,0,1,1,11,1,1,2,1,104,2,0.6,0.8516270281,0.4045985665,2.2360679775,0.4,0.5,0.2,4,0,7,3,8,2,11,4,3,5,6,0,0,0,0,1,0 +18310,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.840758586,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6614690638,0.3667424164,3.1622776602,0.5,0.5,0.4,3,2,8,3,10,2,5,4,1,2,7,0,0,1,0,1,1 +18313,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.577169819,11,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.6195172741,0.3070830507,3.0,0.9,0.7,0.4,2,2,7,3,12,3,10,5,2,2,5,0,1,1,0,0,0 +18318,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.8,1.3362728015,11,0,-1,1,-1,9,1,1,1,1,104,2,0.5744562647,0.955940539,0.4615192304,3.0,0.6,0.0,0.6,4,2,9,2,12,3,7,7,2,4,11,0,0,1,0,1,1 +18320,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.5,0.2,0.5267826876,11,1,1,2,0,1,0,0,1,1,1,0,0.4242640687,1.0276648487,0.3468429039,3.6055512755,0.6,0.1,0.9,4,1,10,7,9,1,7,3,2,3,8,0,1,1,1,1,0 +18323,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.4,0.8347903929,10,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.6567041423,0.3583294573,3.1622776602,0.0,0.5,0.2,3,4,8,2,9,3,5,7,3,4,10,0,0,1,0,1,0 +18325,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.1,-1.0,4,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6802557856,0.3744329045000001,3.0,0.7,0.0,0.2,2,1,8,1,10,3,10,1,3,1,11,0,0,0,0,0,0 +18327,0,7,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.4,0.8355387484000001,6,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.1692602026,0.4,3.6055512755,0.5,0.4,0.6,3,3,7,2,11,2,11,2,4,2,10,0,1,0,0,1,0 +18329,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.3937003937,10,1,-1,0,0,1,1,1,0,1,52,1,0.3741657387,0.7534630791,0.3598610843,3.3166247904,0.0,0.3,0.4,3,1,10,4,8,1,8,0,1,4,12,0,1,1,0,0,0 +18332,1,6,1,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.8,0.4,1.326178721,10,1,-1,8,1,13,1,1,0,1,104,2,0.4472135955,1.3045731704,0.4444097209,3.6055512755,0.5,0.9,0.1,4,2,5,0,9,2,6,4,3,3,5,0,1,1,0,1,0 +18333,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.6,1.0854146673,10,1,-1,0,0,14,1,1,0,1,29,3,0.4,0.9752727951,0.3984971769,3.6055512755,0.6,0.1,0.4,2,2,7,4,10,1,7,3,0,3,8,0,1,0,0,1,0 +18335,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.0,0.6523994175,10,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7386608388,0.3814446225,3.0,0.5,0.5,0.9,1,3,10,4,9,4,6,2,4,6,7,0,0,0,1,0,0 +18338,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.6,0.3,0.7288689869,7,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.5928290487,0.3744329045000001,2.2360679775,0.9,0.9,0.9,1,1,6,3,9,3,8,5,3,4,7,0,1,1,1,1,0 +18340,0,5,2,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,1.5,1.4828182626,11,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.9217303168,0.3986226286,3.4641016151,0.2,0.6,0.0,2,2,10,3,11,2,6,3,1,3,9,0,0,0,0,0,0 +18342,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.8,0.3,0.56844085,6,1,-1,0,0,6,1,1,0,1,104,3,0.3741657387,0.6113763094,0.393192065,2.6457513111,0.4,0.9,0.5,3,2,7,3,9,4,10,9,0,2,5,0,1,1,0,1,0 +18347,1,5,1,5,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8392705166,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7084933379,0.3788139385,2.6457513111,0.8,0.6,0.5,3,1,10,4,9,1,8,7,2,7,9,0,0,0,1,0,0 +18349,0,0,1,5,1,4,1,0,0,0,0,0,0,0,0,1,1,0,0,0.2,0.3,-1.0,7,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.6016506221,0.3016620626,2.6457513111,0.1,0.9,0.6,4,1,9,2,10,1,8,1,0,0,6,1,1,1,0,1,0 +18351,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.4,0.8287792226999999,11,1,1,0,1,11,1,1,3,1,99,2,0.316227766,0.6253924388000001,0.30331501780000003,3.0,0.4,0.4,0.0,1,1,8,2,11,2,4,1,0,5,7,0,1,1,1,0,0 +18353,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,0,6,1,14,1,1,2,1,104,0,0.475394573,0.7317052426,0.3872983346,2.4494897428,0.1,0.1,0.2,1,1,8,4,9,1,12,5,0,1,10,0,1,1,0,0,0 +18355,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.8011710179000001,11,1,-1,0,-1,9,1,0,2,1,21,3,0.316227766,0.8482237152,0.3768288736,3.6055512755,0.8,0.2,0.3,4,1,6,3,10,4,14,7,1,5,7,0,0,0,1,1,0 +18356,0,0,2,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.7648529270000001,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.726228654,0.3598610843,3.3166247904,0.7,0.2,0.1,0,2,9,5,7,2,8,5,1,3,5,0,1,0,0,0,0 +18358,0,0,3,7,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.0,1.6955824958,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,0.9396236278,0.4295346319,3.0,0.2,0.5,0.7,2,2,10,2,10,3,6,3,3,2,8,0,1,0,1,0,0 +18359,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,2,0,0,0,0.6,0.2,0.6259992013,10,1,-1,0,0,0,1,1,0,1,95,2,0.4,0.8222876776000001,0.4013726448,3.3166247904,0.7,0.5,0.1,4,1,5,0,8,1,9,2,3,5,8,0,1,1,0,0,0 +18360,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.7,1.09772492,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.6493639609,0.3619392214,3.1622776602,0.3,0.1,0.8,1,3,9,3,10,1,14,7,0,2,8,0,1,1,0,0,0 +18363,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.1,0.2,-1.0,9,1,-1,2,-1,11,0,1,2,1,94,0,0.3741657387,0.8361981061,0.4301162634,3.6055512755,0.0,0.3,0.0,4,1,8,2,8,2,7,4,2,1,9,0,0,1,0,1,0 +18364,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,1.1,1.2216791723,11,1,-1,0,-1,6,1,0,0,1,27,3,0.3741657387,0.8170825948999999,0.3907684737,3.6055512755,0.6,0.1,0.6,3,3,7,2,11,2,9,5,0,2,8,0,1,1,1,0,0 +18372,0,1,3,10,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.3,0.527967802,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.7232131014000001,0.3924283374,3.3166247904,0.8,0.9,0.1,3,1,8,4,10,2,8,6,3,4,9,0,1,0,0,1,0 +18373,0,0,2,8,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.6,1.0015612812,10,1,-1,0,1,11,1,1,0,1,103,2,0.316227766,0.7051903206999999,0.3583294573,3.4641016151,0.0,0.8,0.5,4,1,8,3,9,4,5,1,2,2,11,0,1,0,1,1,0 +18374,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,1,0.9,0.5,0.884943501,11,1,1,1,1,3,1,0,2,1,45,3,0.4,0.8831480131999999,0.3096772513,3.7416573868,0.0,0.6,0.1,5,2,8,2,8,2,9,6,7,6,4,0,1,1,1,0,0 +18376,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4968651729,11,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.8943116842000001,0.3848376281000001,3.7416573868,0.3,0.1,0.9,3,3,8,2,9,2,4,7,0,3,4,0,1,1,0,0,0 +18379,0,1,3,4,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.4,0.7520804478,7,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7064636644,0.3817066937,2.6457513111,0.4,0.0,0.3,2,2,10,3,9,4,7,5,1,3,14,0,0,0,1,0,0 +18380,1,0,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.9,1.0012492197,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7081724821,0.3907684737,3.0,0.7,0.4,0.2,4,1,7,3,9,2,5,7,4,2,9,0,1,0,0,0,0 +18384,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.7,0.4,0.7673004627,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.4514668471,0.3653765181000001,1.0,0.0,0.6,0.2,1,1,8,1,8,0,8,4,1,3,14,1,0,1,0,0,0 +18385,0,2,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.5,1.0443299287,10,0,-1,0,1,7,1,1,0,1,96,3,0.4472135955,0.7058785043000001,0.4301162634,2.4494897428,0.8,0.6,0.1,1,4,8,2,11,3,12,9,1,3,6,0,0,0,0,0,0 +18386,0,1,1,6,0,3,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.7,0.9260129589,11,1,-1,0,-1,0,1,1,0,1,78,3,0.4,0.8255351381999999,0.3848376281000001,3.6055512755,0.6,0.8,0.0,4,2,7,3,10,0,14,6,3,4,3,1,1,0,0,0,0 +18389,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.6,1.0225580668,7,1,-1,8,-1,11,1,1,2,1,24,2,0.5291502621999999,1.1156753134,0.5399073995,2.8284271247,0.3,0.3,0.6,3,3,10,5,10,0,9,3,1,2,4,0,1,0,1,1,0 +18390,0,6,4,9,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.5,0.4,0.65,7,1,1,0,0,1,1,1,2,1,70,3,0.3741657387,0.8963182268000001,0.3301514804,3.6055512755,0.1,0.7,0.2,1,1,6,3,11,2,6,6,2,3,4,0,1,0,0,1,0 +18391,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.454835135,7,1,-1,0,-1,0,1,1,2,1,62,3,0.4,0.7948049295,0.3826225294,2.8284271247,0.2,0.7,0.1,1,1,7,1,8,1,11,9,2,4,3,1,1,0,1,0,0 +18392,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,9,1,0,0,0,14,1,1,2,1,104,2,0.316227766,0.6473403947999999,-1.0,2.8284271247,0.6,0.1,0.4,2,0,7,4,8,3,9,7,2,2,6,0,1,1,1,0,0 +18393,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.3,0.6782329983,11,1,1,0,0,14,1,0,2,1,42,2,0.4,0.8780731158,0.3313608305,3.7416573868,0.6,0.2,0.3,2,4,8,5,8,2,5,1,0,5,7,0,0,0,1,0,0 +18396,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.7,0.8,1.3681648293000002,9,1,-1,0,-1,14,0,1,2,1,82,3,0.316227766,0.6784005253000001,0.3685105155,3.1622776602,0.4,0.5,0.6,2,0,6,3,7,3,6,2,2,3,9,0,0,0,0,0,0 +18397,0,7,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,0.5,0.7031180555,11,1,1,0,1,1,1,1,2,1,38,3,0.316227766,0.6991139611,0.299165506,3.3166247904,0.7,0.4,0.8,1,1,10,1,8,1,8,8,2,5,13,0,0,1,0,0,0 +18398,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.9,1.1011357773,7,0,-1,0,-1,14,1,1,1,1,8,3,0.4,1.0264578425,-1.0,3.7416573868,0.5,0.7,0.2,2,3,8,3,11,1,6,7,0,5,7,0,0,1,1,0,0 +18399,0,1,1,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.4,1.1404494728,11,1,1,9,0,17,1,0,2,1,104,3,0.4472135955,1.3609063581999998,0.3780211634,3.4641016151,0.3,0.5,0.2,2,3,8,3,9,2,7,5,1,2,6,0,0,1,1,0,0 +18400,0,3,1,6,1,6,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.3,0.7842193570999999,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7073258919,0.3687817783,3.6055512755,0.6,0.1,0.6,3,2,8,2,10,2,12,5,1,4,3,0,1,0,0,0,0 +18408,0,5,2,0,0,6,0,0,0,1,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,10,1,-1,2,1,1,1,1,0,1,1,0,0.4242640687,0.9217415245,0.4189272013000001,3.3166247904,0.3,0.8,0.7,1,2,8,2,12,3,3,5,1,2,8,0,1,1,0,1,0 +18409,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.1,0.2,-1.0,7,1,0,2,1,0,1,1,2,1,100,0,0.4,0.8162603701000001,0.3193743885,3.7416573868,0.9,0.5,0.5,3,3,10,3,11,5,6,3,1,3,5,0,1,1,0,0,0 +18411,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.2,0.562361094,7,1,-1,0,-1,14,1,1,0,1,68,3,0.4,0.9195646652,0.4074309757,3.3166247904,0.3,0.8,0.1,3,2,7,3,8,3,7,10,1,3,4,0,0,1,1,0,0 +18412,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.0735455277,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.9119160647,0.4477722635,3.1622776602,0.3,0.8,0.6,3,2,9,4,8,3,3,8,0,5,15,0,1,0,0,0,1 +18413,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.4,-1.0,6,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.4427795377000001,0.3556683849,0.0,0.4,0.7,0.2,2,4,9,4,11,5,6,5,2,2,13,0,0,1,0,0,1 +18415,0,5,2,6,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.3152946438,11,1,-1,0,-1,9,1,0,2,1,93,3,0.4,0.9255108038,0.3834057903,3.7416573868,0.5,0.8,0.6,0,2,7,3,7,3,8,7,0,4,17,0,1,1,0,1,0 +18416,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.7088723439,7,0,-1,0,-1,7,1,1,2,1,104,2,0.4472135955,1.0585152552,0.4254409477,3.3166247904,0.7,0.7,0.1,3,3,5,2,11,4,6,6,0,7,7,0,1,1,1,1,1 +18420,0,2,1,8,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.0,1.6,1.559647396,10,0,-1,8,1,13,1,1,0,1,20,3,0.4472135955,0.872075988,0.4295346319,2.6457513111,0.3,0.0,0.5,2,1,8,6,9,0,12,3,0,3,4,1,1,1,0,1,0 +18421,0,3,1,4,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.9,0.3,0.6832825184,11,0,1,0,1,11,1,0,2,1,2,3,0.4242640687,1.0873996581,-1.0,3.6055512755,0.5,0.4,0.0,1,2,8,5,9,1,3,8,1,3,7,0,0,1,1,1,1 +18424,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,1.3804437691999998,7,1,-1,2,-1,1,0,1,2,1,104,0,0.3605551275,0.6917907055,0.4024922359000001,3.1622776602,0.8,0.3,0.3,2,1,9,5,8,1,6,4,0,2,2,0,1,1,0,0,1 +18427,0,4,1,2,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.6,1.2,1.4328729881,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9043855501,0.3964845520000001,2.6457513111,0.5,0.5,0.5,2,1,8,5,10,3,15,8,2,2,10,1,0,1,0,1,0 +18428,0,0,1,5,0,4,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.1,0.4493050189,11,1,0,2,0,1,1,1,1,1,1,0,0.4242640687,0.9401072561,0.3468429039,3.4641016151,0.0,0.2,0.4,5,3,5,4,8,2,11,6,1,7,12,0,1,0,0,1,0 +18430,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.9,1.0559356041,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2095949052,0.359722115,3.7416573868,0.9,0.6,0.7,3,1,8,4,9,2,0,4,1,5,6,0,0,0,1,1,0 +18436,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,1.2,1.3299436078,9,1,1,0,1,0,1,0,2,1,78,3,0.4,0.8844851890000001,0.3287856445,3.6055512755,0.5,0.5,0.8,4,3,10,1,10,2,10,8,0,3,9,0,0,1,0,0,0 +18439,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.4,-1.0,11,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.6196506614,0.30331501780000003,2.8284271247,0.8,0.2,0.1,4,2,8,1,11,4,2,2,1,1,14,0,0,1,0,1,0 +18442,0,2,2,2,1,3,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.9847858827,11,1,-1,8,-1,13,1,1,0,1,20,3,0.4472135955,1.066197383,0.4295346319,3.3166247904,0.3,0.6,0.8,3,4,7,1,7,1,7,3,2,0,7,0,1,0,1,1,0 +18444,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.7,0.3,0.5494315244,11,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.8219892471,-1.0,3.6055512755,0.1,0.9,0.7,4,2,7,2,8,1,8,5,1,2,7,0,0,1,1,0,1 +18447,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.6,0.9347459548,4,1,-1,0,0,1,0,1,0,1,65,1,0.316227766,0.5457953481000001,0.3507135583,2.4494897428,0.5,0.9,0.3,3,3,9,0,9,2,5,4,0,2,9,0,1,1,0,0,0 +18448,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.5031152949000001,7,1,1,0,1,1,1,0,2,1,25,3,0.4,0.9357351156,-1.0,3.7416573868,0.8,0.9,0.9,3,1,8,2,10,3,10,5,1,4,10,0,1,0,0,0,0 +18450,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.6,0.4,0.5153882032,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7155302028,0.3814446225,3.3166247904,0.8,0.4,0.2,2,2,6,3,9,1,12,3,0,0,3,0,1,1,1,1,0 +18451,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6181651067,0.3583294573,3.3166247904,0.8,0.3,0.0,2,2,7,5,7,4,7,5,0,1,3,0,1,1,0,1,0 +18452,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.3,0.5578978401,10,0,-1,1,0,17,1,1,0,1,104,3,0.4472135955,1.3124011179,0.4219004622,3.3166247904,0.9,0.0,0.9,2,1,8,5,10,2,3,9,3,2,7,0,1,0,1,0,0 +18453,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5344389582,7,1,1,0,1,1,1,1,2,1,65,1,0.316227766,0.5568691999000001,0.2880972058,2.8284271247,0.7,0.7,0.1,2,2,8,2,9,1,9,6,2,2,7,0,0,1,0,1,1 +18454,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.3,1.5335824073,11,1,-1,0,-1,0,1,0,1,1,86,3,0.4,1.0636557885,-1.0,3.6055512755,0.5,0.4,0.5,3,2,9,3,8,2,11,6,1,2,12,0,0,1,0,0,0 +18461,1,1,1,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,0.4,1.0268276389,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.663760885,0.3788139385,2.2360679775,0.5,0.2,0.9,2,0,9,6,9,3,5,5,1,4,4,0,1,1,0,0,0 +18462,0,0,1,5,0,3,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.5968062382,0.416533312,1.7320508076,0.1,0.8,0.5,2,1,6,5,11,6,12,5,1,5,6,0,1,1,1,0,1 +18463,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.3,1.0274361294,6,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7445393495,0.3958535083,2.0,0.7,0.8,0.4,3,1,6,4,9,3,10,3,2,0,4,0,1,0,0,0,0 +18464,0,7,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.7,0.779823698,11,0,0,1,0,9,1,1,2,1,104,2,0.5744562647,0.9979938555,0.4057092555,3.1622776602,0.7,0.4,0.9,4,1,6,1,9,2,5,7,0,5,12,0,1,1,0,1,1 +18467,0,1,4,8,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.4,0.2,0.6128825336,6,1,-1,2,1,11,1,1,0,1,14,0,0.3741657387,0.6808629672,0.4302324953,3.0,0.7,0.1,0.4,3,2,8,3,9,3,8,4,1,1,8,0,0,1,1,1,0 +18470,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.7917543811,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6181985292000001,0.3521363372,3.1622776602,0.4,0.1,0.1,3,1,10,3,8,2,9,2,0,0,6,0,1,1,0,0,0 +18471,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.1,-1.0,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8035432896,-1.0,3.7416573868,0.2,0.0,0.6,2,4,8,2,9,4,7,5,2,4,7,0,1,1,0,1,0 +18472,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,11,0,1,0,0,11,1,0,2,1,3,2,0.4242640687,1.1950742568,0.3789459064,3.6055512755,0.6,0.9,0.9,3,4,8,5,8,1,12,2,1,4,4,0,1,1,0,0,0 +18473,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5402545696,7,1,0,0,0,14,1,1,3,1,104,2,0.4459820624000001,0.6539454321,0.3405877273,2.0,0.4,0.3,0.6,3,2,5,5,11,4,10,5,0,2,8,0,1,0,1,0,0 +18476,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.6087897831,7,1,0,0,0,11,1,1,2,1,104,3,0.4472135955,0.9190927075,0.360970913,3.3166247904,0.5,0.3,0.0,4,4,8,3,10,0,9,6,1,1,12,0,1,1,0,0,0 +18482,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.5673402859000001,7,1,-1,0,-1,11,1,0,2,1,2,3,0.4242640687,0.9812077227,0.3466987165,3.7416573868,0.4,0.2,0.5,1,2,7,3,8,4,6,5,3,1,6,0,0,0,1,0,0 +18487,0,1,3,5,1,6,0,1,0,0,0,0,0,0,0,2,1,0,0,0.3,0.0,0.8268917704000001,6,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6072053583,0.34727510710000004,3.0,0.3,0.9,0.1,3,2,6,2,9,3,7,8,2,2,11,1,1,0,0,0,0 +18490,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.9280355597,10,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7698341562000001,0.3583294573,3.7416573868,0.7,0.2,0.8,4,1,7,2,9,2,8,13,3,3,13,0,1,0,1,1,0 +18494,0,0,3,8,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.7,1.0148891565,6,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7143308722,0.3926830783,3.1622776602,0.6,0.5,0.0,2,2,7,6,8,3,8,3,5,0,5,0,0,1,0,0,0 +18497,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.3259430606,6,1,-1,1,1,17,0,1,0,1,104,2,0.331662479,0.6356977035,-1.0,3.4641016151,0.1,0.1,0.3,3,2,9,3,10,0,11,1,1,3,6,0,1,1,1,1,0 +18498,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.9,1.1051018053,10,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.7176206093,0.3974921383,2.6457513111,0.1,0.6,0.9,2,5,10,4,10,3,7,8,1,5,11,0,1,1,0,0,0 +18499,0,0,2,1,1,3,0,1,0,0,0,0,0,0,0,3,0,0,1,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,0,0,1,103,3,0.316227766,0.7662023987000001,0.3583294573,3.7416573868,0.0,0.4,0.9,3,3,7,1,12,4,5,7,1,2,9,0,1,1,0,0,0 +18500,0,0,3,5,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.3152776554,0.5029664070000001,0.3521363372,1.7320508076,0.7,0.7,0.5,0,0,7,2,10,3,8,9,2,1,10,0,1,1,0,1,0 +18504,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.3,0.8562271895,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.575157183,0.3619392214,2.6457513111,0.4,0.2,0.9,1,2,8,4,10,1,6,5,3,0,9,0,1,0,0,0,0 +18505,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.5,0.2,0.5645794895,11,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7477652656999999,0.2944486373,3.6055512755,0.9,0.4,0.7,5,2,9,4,8,3,4,2,1,5,11,0,1,1,0,1,0 +18507,0,2,1,6,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.5,0.3,0.9130991184,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5866630666,0.3651027253,2.4494897428,0.6,0.1,0.6,1,3,8,4,9,1,8,2,0,6,6,0,1,1,0,1,0 +18512,1,2,1,1,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,0.6,0.8689073598,11,1,1,0,1,7,1,1,1,1,92,3,0.3741657387,0.71656896,0.3278719262,3.1622776602,0.0,0.6,0.6,2,2,9,5,8,1,10,1,1,3,14,0,0,1,1,0,1 +18514,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.3,0.0,0.6159342497,6,1,-1,0,-1,1,1,1,3,1,10,2,0.316227766,0.6231750215,0.3820994635,2.6457513111,0.3,0.6,0.5,4,2,7,3,10,5,10,2,2,2,4,0,0,0,0,0,0 +18515,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.0,-1.0,7,1,1,1,0,12,1,1,2,1,104,2,0.3741657387,0.7743565711,0.331662479,3.4641016151,0.7,0.2,0.2,3,0,6,3,7,2,4,4,1,4,9,0,0,1,0,0,0 +18523,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.4,0.0,0.5528336097,11,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.6189834375,0.3663331817,2.4494897428,0.4,0.0,0.1,3,3,7,4,9,3,4,3,2,3,12,0,0,0,0,0,0 +18524,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.7,1.4,1.0520812706,7,0,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.8169182162,0.4129164564,3.1622776602,0.4,0.6,0.9,2,0,6,3,6,1,10,9,2,5,4,0,1,1,0,0,0 +18528,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4924428901,11,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.7746366784000001,0.4213074887,3.1622776602,0.8,0.9,0.3,2,1,7,5,8,3,7,9,3,6,8,0,1,0,1,0,0 +18531,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.9,0.5,0.8181534086,11,1,0,0,0,0,1,1,2,1,78,3,0.4,0.9404423524,0.3287856445,3.7416573868,0.4,0.3,0.8,3,1,7,2,11,5,11,1,0,2,6,0,0,0,0,1,0 +18537,1,5,1,8,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.5,1.723006094,11,0,1,9,1,10,1,1,2,1,81,3,0.4472135955,1.0399459617,0.3908964057,2.8284271247,0.7,0.8,0.9,2,2,6,3,10,1,6,3,0,5,13,0,1,0,0,0,0 +18539,0,5,3,2,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,1.3,1.5493950432,11,1,1,0,0,9,1,0,2,1,21,3,0.316227766,0.8583209633,0.3130495168,3.7416573868,0.2,0.9,0.5,4,4,8,5,9,2,7,2,1,4,8,0,0,0,1,1,0 +18540,0,3,3,5,1,6,0,1,0,0,0,0,0,0,0,12,0,1,0,0.6,1.0,1.0836858401,11,1,1,1,0,12,1,1,2,1,104,3,0.3741657387,0.7684776192,0.32557641190000003,3.4641016151,0.0,0.6,0.1,2,2,7,4,10,2,6,8,3,3,7,0,1,1,0,0,0 +18547,0,0,1,6,0,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.7128288715000001,7,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.8696441754,0.3848376281000001,3.6055512755,0.9,0.8,0.6,1,2,7,6,6,4,11,3,1,2,4,0,1,0,0,1,0 +18548,0,0,2,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0.6,0.2,0.6480740697999999,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7463963009000001,0.30331501780000003,3.6055512755,0.5,0.2,0.2,3,1,7,1,9,2,4,3,2,4,8,0,1,0,1,0,0 +18551,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6802557856,0.3744329045000001,3.0,0.3,0.3,0.2,3,2,8,3,10,2,6,5,1,7,4,0,1,1,0,0,0 +18552,0,5,2,1,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.7,1.1,1.1104616157,10,1,-1,0,1,4,1,1,0,1,48,1,0.316227766,0.6571287407,0.3748332963,3.3166247904,0.9,0.0,0.3,2,3,6,4,12,0,7,7,3,6,14,0,1,1,0,1,0 +18556,0,1,1,8,1,2,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5517019123,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.7190443612,0.4129164564,2.6457513111,0.6,0.1,0.0,3,1,8,3,8,5,8,5,1,0,9,0,1,0,0,1,0 +18567,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.5,0.2,0.6717514420999999,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8886567075,0.3793415348,3.6055512755,0.9,0.4,0.6,4,2,8,3,5,1,10,2,1,3,8,0,1,0,1,0,0 +18569,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.0,0.90346555,7,1,-1,0,-1,14,1,1,0,1,29,3,0.4,0.6974718218000001,0.3984971769,2.8284271247,0.6,0.4,0.8,4,0,6,4,9,4,10,9,1,7,12,0,1,1,0,0,0 +18571,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,12,0,0,0,0.8,0.3,0.8525696452,5,1,-1,0,-1,4,0,1,2,1,48,1,0.316227766,0.59144067,0.3943348831,3.0,0.3,0.5,0.1,2,4,10,4,9,2,9,5,2,2,9,0,0,1,1,0,0 +18573,0,4,1,2,0,3,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.535023364,7,1,-1,0,-1,1,1,1,2,1,10,2,0.3160696126,0.5908216719,0.4306971093,2.2360679775,0.9,0.7,0.0,2,1,7,5,10,1,10,8,0,2,8,0,0,1,0,1,0 +18575,0,5,1,7,0,6,0,1,0,0,0,0,0,0,0,9,0,1,0,0.8,0.6,1.3946325681,11,0,1,9,1,16,-1,0,2,1,104,3,0.5916079783,1.8034703117,0.4415880433,3.7416573868,0.6,0.9,0.0,4,3,7,1,9,2,7,5,1,1,6,0,0,1,1,1,0 +18576,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.3,0.6077622891,7,1,-1,0,-1,0,1,1,0,1,32,1,0.316227766,0.6200006665,0.3615245497,3.0,0.7,0.9,0.5,4,3,7,4,10,4,13,3,2,4,7,0,1,1,1,1,0 +18578,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5814851675,7,1,-1,0,-1,1,1,1,1,1,25,3,0.3741657387,0.7942848543000001,-1.0,3.6055512755,0.4,0.8,0.2,3,4,10,4,8,4,10,8,0,3,5,0,0,1,0,0,0 +18582,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.8,1.7,1.5,11,0,1,0,0,1,1,1,2,1,104,2,0.4358898944,0.8652258101000001,0.3626292873,3.1622776602,0.6,0.2,0.6,1,2,9,2,10,3,5,6,1,4,9,0,1,0,0,1,0 +18585,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.2,0.5884301148,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.6355189199,0.3917907605,2.8284271247,0.5,0.9,0.0,2,3,7,3,8,3,6,5,2,4,8,1,1,1,0,1,1 +18586,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.1,-1.0,6,1,-1,0,0,1,1,0,0,1,85,2,0.3741657387,1.0177758931,0.3996248241,3.6055512755,0.7,0.0,0.7,2,2,6,3,9,0,5,7,0,2,12,0,0,0,0,0,0 +18587,0,0,2,3,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.6,0.2,0.8877640452,7,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.7437202664,0.2944486373,3.6055512755,0.9,0.3,0.5,2,3,10,6,11,2,6,5,0,1,5,0,1,1,0,0,0 +18591,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.5,0.2,0.5662375826,11,1,-1,0,-1,11,1,1,0,1,44,3,0.4472135955,0.7553391226,0.4062019202,3.0,0.1,0.6,0.2,2,2,6,5,9,4,9,2,0,4,8,0,1,0,1,0,1 +18592,0,2,3,4,1,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.5,0.8038967595000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6063200202000001,0.3583294573,2.8284271247,0.6,0.2,0.3,3,2,7,4,9,1,8,10,2,2,5,0,1,1,0,1,0 +18594,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.5,0.7228416147,7,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.5918174836,0.416533312,2.0,0.0,0.5,0.6,2,0,8,5,8,3,7,4,0,5,7,0,1,0,0,0,0 +18600,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.5,1.1274972284,11,1,-1,0,-1,1,1,1,2,1,91,3,0.4179712909,0.9745734392,0.3657868232,3.4641016151,0.8,0.0,0.5,1,1,8,2,8,3,6,3,3,3,10,0,1,0,0,1,0 +18601,0,4,2,1,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.5446774768,0.366469644,2.2360679775,0.7,0.0,0.9,3,0,8,3,11,4,11,6,2,3,5,0,0,1,1,0,0 +18602,0,6,1,5,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.66473679,9,0,1,0,1,11,1,0,2,1,69,3,0.4242640687,1.2183611639,0.3535533906,3.6055512755,0.3,0.5,0.2,2,3,9,3,9,4,8,7,0,2,10,1,1,1,1,1,1 +18603,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.1,0.503736042,7,1,0,0,0,11,0,1,2,1,103,3,0.316227766,0.7099644968000001,0.2887905816,3.6055512755,0.2,0.1,0.1,1,3,8,4,10,4,9,7,0,3,8,1,0,0,0,1,0 +18607,0,5,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.3,1.5194571399,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7832307534999999,0.3850973903,3.3166247904,0.7,0.5,0.6,1,1,8,3,9,1,13,6,1,1,5,0,1,0,1,0,0 +18608,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6841966092,7,1,0,0,0,10,1,1,2,1,28,3,0.3741657387,0.7362513944,0.3248076354,2.8284271247,0.6,0.7,0.9,1,3,8,4,8,3,9,7,1,1,11,0,0,1,0,0,0 +18609,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,1,1,2,1,1,1,1,0,1,90,0,0.3741657387,0.6954991073000001,0.3241913015,2.8284271247,0.9,0.6,0.4,3,3,7,3,10,5,9,4,2,2,10,0,0,1,0,0,0 +18612,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.9072623656,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7049265831,0.3814446225,3.1622776602,0.3,0.5,0.1,3,1,5,4,11,2,10,3,1,3,10,0,1,1,0,1,0 +18614,0,1,3,6,1,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.7,1.9303497092,1,0,-1,0,-1,0,0,1,0,1,22,3,0.316227766,0.7771265146999999,0.374566416,3.4641016151,0.4,0.7,0.1,3,4,8,5,9,3,5,11,3,0,10,1,0,1,0,0,0 +18616,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.7411983540000001,7,1,1,0,1,0,1,1,0,1,32,3,0.316227766,0.6010665452,0.2944486373,2.6457513111,0.8,0.0,0.7,1,3,10,2,9,5,10,6,1,7,7,0,0,1,1,0,0 +18618,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.6,1.4547336526,11,1,-1,0,-1,1,1,0,2,1,74,3,0.4,0.8891680576000001,0.3784177586,3.6055512755,0.9,0.1,0.6,4,3,7,0,9,1,7,6,3,1,5,0,1,1,1,0,0 +18619,0,2,1,7,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.6383572667,7,1,-1,0,-1,14,1,1,1,1,82,3,0.3160696126,0.5667983156,0.3702701716,1.7320508076,0.6,0.4,0.4,1,1,8,1,10,6,6,8,1,3,10,0,0,0,0,1,0 +18621,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.5172040216,11,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.6621090769,0.354682957,2.8284271247,0.8,0.3,0.1,2,2,8,3,9,3,7,5,0,3,5,0,0,1,0,0,1 +18622,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.4670385423,4,1,-1,0,0,1,0,1,0,1,64,1,0.3160696126,0.5240891351,0.3640054945,2.0,0.6,0.9,0.7,2,1,8,3,8,2,11,4,0,3,3,0,1,0,0,0,1 +18623,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.6923691212,7,1,1,0,1,1,1,1,0,1,10,2,0.316227766,0.5591093862,0.3185906464,2.2360679775,0.1,0.4,0.4,2,3,9,3,9,3,10,7,2,4,8,0,1,0,1,0,0 +18627,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.6533567173,7,1,1,0,0,4,1,0,2,1,12,3,0.4,0.9097156944,0.3248076354,3.7416573868,0.0,0.7,0.2,2,1,10,1,10,2,15,4,3,1,6,1,1,0,0,0,1 +18630,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.4,0.6269968102000001,7,1,-1,0,-1,0,0,0,1,1,22,3,0.316227766,0.8286078137999999,0.374566416,3.6055512755,0.2,0.5,0.5,4,2,8,3,10,2,5,6,3,1,8,0,0,1,1,1,0 +18634,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,0.8388980868000001,6,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5223318663000001,0.3734969879,1.0,0.5,0.8,0.5,3,2,8,3,10,4,10,5,3,2,5,0,1,0,0,0,0 +18639,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.7,1.2,0.9601432185,11,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.0947942182,0.3789459064,3.4641016151,0.7,0.7,0.3,3,2,8,3,11,1,10,5,2,6,8,0,1,1,0,1,0 +18640,0,0,1,4,0,3,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6819090848,11,1,0,0,0,11,1,1,3,1,99,2,0.316227766,0.5967196831,0.30331501780000003,2.8284271247,0.5,0.3,0.4,2,2,6,2,10,2,15,7,2,5,5,0,0,1,0,0,1 +18643,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.6403124702,10,1,-1,0,1,0,1,1,0,1,86,3,0.399374511,0.6510798405,0.4062019202,1.4142135624,0.1,0.0,0.9,1,1,9,2,11,3,5,5,0,2,13,0,1,0,0,1,0 +18644,0,5,1,6,1,4,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.0968705484,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6360388782,0.3926830783,2.6457513111,0.7,0.2,0.8,4,0,9,4,9,1,4,6,3,4,5,0,1,1,1,0,0 +18646,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.8,1.1183134623,10,1,-1,0,1,1,1,1,0,1,74,3,0.3741657387,0.7044721369,0.3861346915,3.0,0.7,0.5,0.8,1,2,7,5,9,2,7,3,3,3,9,0,1,1,1,1,1 +18650,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.6,0.9778803608,11,1,0,0,0,14,1,1,2,1,104,2,0.3997499218,0.6557596062,0.2109502311,2.4494897428,0.9,0.9,0.2,2,3,9,4,10,1,5,5,4,0,12,0,0,1,0,0,0 +18652,0,1,1,4,1,3,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.1805718953,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9052532635,0.4074309757,3.3166247904,0.1,0.7,0.2,1,1,6,4,9,4,8,4,1,1,5,0,1,1,0,1,0 +18653,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.5,0.8821139382,11,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.6071032698,0.3907684737,2.6457513111,0.3,0.5,0.9,4,1,6,4,11,3,10,4,3,0,6,0,1,1,0,0,0 +18655,0,2,2,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.1,0.5244044241,8,1,1,0,0,1,1,1,0,1,10,2,0.316227766,0.535419045,0.3185906464,2.0,0.8,0.5,0.9,2,2,7,2,8,3,12,4,1,4,4,0,0,0,0,0,0 +18657,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.0,0.6576473219,11,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.8803056381000001,0.4017461885,3.6055512755,0.9,0.3,0.9,1,1,5,3,10,2,7,2,0,1,10,0,0,1,0,0,0 +18660,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,1.0271319292,7,1,-1,0,-1,7,1,1,1,1,79,3,0.3872983346,0.9157934734,0.39,3.6055512755,0.2,0.2,0.6,2,3,9,4,11,4,11,7,0,3,8,0,1,0,1,0,0 +18662,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.7,0.4,0.7814249804000001,9,1,1,0,1,10,1,0,1,1,28,3,0.3741657387,1.0310269293,0.3248076354,3.7416573868,0.1,0.1,0.5,3,2,8,6,10,2,8,3,1,3,8,0,1,1,1,0,0 +18666,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.6,0.7603453162999999,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6757303976000001,0.3619392214,3.3166247904,0.3,0.2,0.7,2,1,7,4,9,2,6,6,1,5,6,0,1,1,0,0,0 +18668,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,1.3,1.1252777435,11,0,1,0,1,6,1,1,0,1,27,3,0.4,0.8811149961,0.3204684072,3.6055512755,0.3,0.9,0.2,2,2,7,2,9,1,13,7,3,3,11,0,0,1,0,0,0 +18670,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.4,1.5120350525,11,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7224413384999999,0.2944486373,3.4641016151,0.6,0.0,0.1,1,1,6,0,9,3,7,2,1,2,8,1,1,1,0,1,0 +18672,0,1,3,6,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.5942432162,7,1,-1,0,-1,11,1,1,0,1,101,3,0.3741657387,0.8497447356000001,0.3850973903,3.6055512755,0.7,0.9,0.3,1,2,6,2,8,1,6,7,1,8,5,0,1,1,0,0,0 +18674,1,4,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,0,2,1,86,3,0.4,1.1336185023999998,-1.0,3.7416573868,0.7,0.7,0.4,1,0,8,2,6,4,10,4,1,2,10,0,1,1,0,0,0 +18677,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.6,0.2,0.5419870847,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7126223253,0.3814446225,2.8284271247,0.1,0.5,0.0,2,1,8,2,8,2,8,3,2,9,9,0,1,0,1,0,0 +18679,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7271519786,5,1,-1,2,-1,11,0,1,0,1,14,0,0.3741657387,0.7028425167,0.4302324953,3.1622776602,0.0,0.6,0.0,2,1,6,4,11,4,11,7,2,0,6,0,1,1,1,0,0 +18681,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.6139014579,7,1,-1,0,-1,1,1,1,3,1,85,3,0.3741657387,0.6744449815000001,0.3974921383,2.4494897428,0.3,0.2,0.9,1,4,8,2,8,3,6,4,0,1,8,0,1,1,1,0,0 +18684,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.9,1.3376752222,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0118614709,0.4,3.1622776602,0.1,0.8,0.7,2,3,6,3,9,1,9,4,3,5,9,0,1,1,0,0,0 +18688,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,6,1,1,2,1,73,3,0.4,0.8074549343999999,0.4180908992,3.1622776602,0.4,0.4,0.3,3,4,9,5,10,0,15,4,2,2,11,0,1,1,0,0,0 +18690,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.0,1.3851895177000002,4,1,-1,0,1,1,1,1,0,1,74,2,0.3741657387,0.8054950739,0.3716180835,3.6055512755,0.6,0.0,0.0,5,1,6,1,7,3,11,3,0,3,7,0,1,0,0,0,0 +18692,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.4,0.6882949948999999,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5863107799,0.3734969879,2.0,0.5,0.6,0.6,2,2,7,4,8,3,10,3,1,3,8,0,1,0,1,1,0 +18693,0,7,2,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.6,1.272301065,10,1,-1,0,0,11,1,0,0,1,104,2,0.4,0.994125306,0.3761648575,3.6055512755,0.5,0.5,0.3,3,1,9,2,9,4,6,7,2,2,9,0,0,0,0,0,0 +18694,0,1,1,6,0,1,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.7424621201999999,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.814752282,0.3681032464,3.6055512755,0.9,0.1,0.0,0,1,4,3,12,2,7,4,3,1,11,0,0,1,0,1,0 +18698,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,-1.0,7,1,-1,0,-1,11,1,1,3,0,103,3,0.316227766,0.5202311946,0.3307567082,1.7320508076,0.4,0.7,0.4,1,2,8,3,8,3,6,6,3,3,9,0,0,0,0,0,0 +18703,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.7,1.0139649895,10,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5300280672,0.366469644,2.0,0.1,0.5,0.7,4,2,7,2,11,3,6,4,1,1,6,0,1,0,0,1,0 +18709,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5315072906,7,1,0,0,0,11,1,1,2,1,17,2,0.3741657387,0.8625591368000001,0.3257299495,3.6055512755,0.1,0.6,0.6,2,3,7,5,9,1,10,5,0,2,8,0,1,0,0,0,0 +18711,0,7,2,0,0,6,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.4,1.3341664064,4,1,-1,1,0,14,1,1,0,1,104,2,0.4,0.8989203809,0.3920459157,3.3166247904,0.8,0.9,0.3,2,3,5,1,8,1,8,2,4,4,10,0,1,0,0,1,0 +18712,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.3864906208,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.5962520683,0.3687817783,2.8284271247,0.6,0.2,0.5,2,2,8,5,9,3,5,8,2,4,6,0,1,1,1,0,0 +18714,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,1,0,1,44,3,0.4472135955,0.7870595974,0.4062019202,3.1622776602,0.2,0.2,0.9,3,3,8,4,8,2,6,3,2,2,6,0,1,0,0,1,0 +18715,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.5320949163,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6636052297,0.3615245497,3.0,0.3,0.2,0.4,3,1,8,3,10,3,7,9,1,3,9,0,1,1,0,1,0 +18717,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.8120190884,11,0,-1,0,-1,10,1,1,1,1,55,2,0.4242640687,1.1171096116,0.416533312,3.4641016151,0.1,0.6,0.9,2,2,10,5,8,4,14,5,1,1,10,0,1,1,0,1,1 +18718,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.4175823272,11,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.56086194,0.3619392214,2.4494897428,0.1,0.9,0.2,3,0,7,3,9,5,13,8,1,3,6,0,1,1,0,1,0 +18720,0,5,1,7,1,6,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.9,0.9708243919,11,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7960257689,-1.0,3.7416573868,0.0,0.2,0.1,4,3,8,6,10,3,8,9,2,2,4,0,1,0,0,1,0 +18721,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,0,0,1,14,1,1,2,1,104,1,0.3160696126,0.4954128423,0.30331501780000003,1.4142135624,0.7,0.8,0.7,3,2,6,4,10,3,4,4,1,3,13,1,0,1,0,1,0 +18722,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.0,0.6123724357,11,1,0,0,0,0,-1,1,2,1,34,2,0.4,0.7966225190999999,0.3144837039,3.4641016151,0.1,0.2,0.9,4,5,8,1,8,3,5,6,0,1,10,0,1,0,0,0,0 +18724,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.6,1.0793516572,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.96675097,0.4185689907,3.0,0.9,0.9,0.1,1,1,9,5,8,1,12,5,2,4,7,0,1,0,1,1,1 +18726,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.1,0.4589389938,6,1,-1,0,0,4,1,1,0,1,50,2,0.4,0.7652715176999999,0.3943348831,3.4641016151,0.6,0.5,0.3,0,3,7,3,10,3,12,7,2,4,8,1,1,1,0,1,1 +18727,0,2,1,7,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.2,0.6480740697999999,7,1,1,0,0,9,1,0,0,1,93,3,0.4,0.9300537619,0.3241913015,3.7416573868,0.2,0.8,0.7,2,5,8,2,7,3,5,4,4,5,7,0,1,0,0,0,0 +18733,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.6435479914,11,0,1,1,0,9,1,0,2,1,61,3,0.4472135955,1.1020454311,0.3819685851,3.4641016151,0.8,0.5,0.5,3,0,9,4,8,2,9,9,0,2,8,0,1,1,1,0,0 +18743,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,1.8362665928,11,0,-1,0,-1,0,1,1,2,1,88,3,0.4,0.8726680851,0.3974921383,3.1622776602,0.2,0.3,0.3,2,2,9,5,8,2,7,2,4,2,1,1,0,1,0,0,0 +18745,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,1.5546301811,11,1,-1,1,-1,12,1,1,2,1,104,3,0.3741657387,0.7436924851000001,0.3754996671,3.4641016151,0.1,0.3,0.4,1,2,9,5,8,3,8,7,2,1,8,0,1,1,0,0,0 +18747,0,5,2,5,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.4,0.0,0.7470776399,7,1,0,0,1,0,1,1,3,1,43,3,0.4,0.6766470568999999,0.3003331484,2.8284271247,0.7,0.9,0.1,2,2,8,2,10,4,5,4,1,5,9,0,1,0,0,0,0 +18749,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.9,0.7,0.8609587679,11,1,1,1,0,3,1,0,2,1,45,3,0.4,0.9152631379,0.3096772513,3.7416573868,0.5,0.8,0.0,2,3,8,2,8,2,11,8,1,2,12,1,1,1,0,0,0 +18752,0,7,1,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.5,1.09772492,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6572073399,0.3619392214,3.1622776602,0.7,0.1,0.1,2,3,7,3,8,3,9,6,0,2,9,1,1,0,0,1,0 +18753,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.1,0.4769696007,7,1,0,2,1,11,1,1,2,1,14,0,0.4242640687,0.6298694604,0.3340658618,2.2360679775,0.0,0.5,0.9,1,2,5,4,9,3,9,4,0,4,9,0,0,0,0,0,0 +18756,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.2,0.6339361167,7,1,1,8,0,11,1,1,2,1,71,2,0.4898979486,1.2329917255,0.4125530269,3.6055512755,0.5,0.3,0.7,3,2,8,3,8,1,5,6,0,4,6,0,1,1,1,0,1 +18757,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.91070028,7,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8270978836,0.4246174749,3.1622776602,0.7,0.7,0.2,3,2,9,4,9,4,12,6,1,3,11,0,1,1,1,1,0 +18759,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.2,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6616252215999999,0.3744329045000001,2.8284271247,0.6,0.1,0.7,1,2,6,6,11,4,11,8,2,4,14,0,1,1,0,0,1 +18764,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,0.7,0.473682383,7,1,0,1,0,3,1,1,2,1,102,2,0.4,0.8787317119,0.3269556545,3.6055512755,0.8,0.2,0.3,3,0,9,2,11,1,8,10,2,5,8,0,0,0,0,0,0 +18766,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.0,1.270580576,11,1,-1,0,-1,7,1,1,0,1,96,3,0.4,0.9132292173,0.4274342055,3.4641016151,0.2,0.7,0.2,2,2,7,7,11,1,10,5,1,3,5,0,0,0,0,0,0 +18771,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,5,0,1,0,0,14,1,0,2,1,8,3,0.4,1.0168518099,-1.0,3.7416573868,0.8,0.6,0.0,3,1,8,2,6,2,9,6,2,1,10,1,0,1,1,1,1 +18772,0,4,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.6,1.5746031246,9,1,-1,0,-1,1,0,1,2,1,64,3,0.316227766,0.6734179501,0.3619392214,3.4641016151,0.5,0.3,0.7,3,1,7,4,10,1,7,2,2,3,8,0,1,1,0,0,0 +18773,0,3,1,10,0,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,1.4,1.2774486291,7,0,1,1,0,17,1,1,2,1,104,2,0.5916079783,1.3028021294,-1.0,2.8284271247,0.4,0.1,0.3,1,2,9,3,8,3,9,4,2,6,8,1,1,1,1,0,0 +18774,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.0638961415,10,1,-1,0,1,1,1,1,0,1,64,3,0.3152776554,0.4805515082,0.3701351105,0.0,0.3,0.5,0.7,1,0,9,3,10,1,7,4,0,3,6,0,1,1,0,0,0 +18776,0,3,1,7,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6609652033,5,1,-1,2,-1,14,0,1,2,1,104,0,0.4,0.6299891774,0.4049691346,2.6457513111,0.2,0.0,0.9,3,3,8,2,6,2,5,2,3,2,4,0,0,1,0,0,0 +18778,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,4,1,-1,2,1,14,1,1,0,1,104,0,0.4,0.4433624341,0.4207136794,0.0,0.0,0.9,0.3,3,1,9,1,10,2,1,4,2,2,10,0,0,0,0,1,0 +18782,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.4,0.668954408,9,1,0,0,0,11,1,1,2,1,7,3,0.4242640687,0.6588557574,0.3542597917,2.2360679775,0.9,0.2,0.0,1,3,10,4,9,1,12,6,1,5,7,1,1,1,0,0,0 +18789,0,2,3,6,1,6,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.7822243924,7,0,1,8,1,13,-1,1,2,1,104,3,0.5656854249000001,1.5460092587,0.4588027899,3.4641016151,0.2,0.9,0.2,1,2,9,3,10,5,6,9,2,6,8,0,1,1,0,1,0 +18790,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.1973930015,11,1,1,1,1,3,1,1,2,1,45,3,0.4,0.7861665543999999,0.3096772513,3.6055512755,0.5,0.7,0.5,2,2,8,3,11,2,12,5,0,3,6,0,0,1,1,1,0 +18793,0,2,1,10,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,6,1,-1,2,1,1,1,0,0,1,90,0,0.3741657387,0.8767190905,0.4196427052,3.7416573868,0.8,0.6,0.8,2,2,10,2,11,3,8,5,4,0,9,0,1,0,0,0,0 +18794,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,11,0,1,0,0,1,1,0,2,0,51,2,0.4,0.9631323725,0.3388214869,3.7416573868,0.1,0.4,0.9,1,2,6,6,9,1,7,7,1,1,5,0,1,1,0,1,0 +18798,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.7,0.3,0.7545694136,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.3925704653,0.354964787,0.0,0.7,0.7,0.7,1,2,8,2,6,4,11,2,4,3,10,0,0,1,0,0,0 +18801,0,7,3,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.7,0.5,0.8803408431,6,1,-1,0,0,0,1,1,0,1,22,3,0.316227766,0.7834813177,0.374566416,3.6055512755,0.1,0.1,0.4,3,4,7,2,8,2,10,8,0,4,9,0,0,1,0,1,1 +18803,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6339361167,4,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.6305251648,0.3521363372,3.1622776602,0.6,0.5,0.1,2,4,8,4,10,3,7,9,2,4,8,0,1,1,1,0,0 +18805,0,0,2,1,0,0,1,0,0,0,0,0,1,0,1,10,0,0,0,0.7,0.2,0.6036348234000001,7,1,0,0,0,1,1,1,2,1,74,3,0.3741657387,0.7387307632,0.3132091953,3.3166247904,0.7,0.7,0.7,3,1,8,3,9,1,9,7,0,1,10,0,1,0,0,0,0 +18807,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.8448372623999999,7,1,-1,1,-1,3,1,0,2,1,102,2,0.4,1.0073818451,-1.0,3.7416573868,0.7,0.2,0.3,1,1,8,3,8,4,7,6,2,3,7,1,1,1,1,0,0 +18809,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.4,0.0,0.8496322734,10,1,1,0,1,0,1,0,2,1,78,3,0.4,0.9423024378,0.3287856445,3.7416573868,0.7,0.7,0.4,1,2,7,2,8,2,5,4,3,3,5,0,1,1,0,0,0 +18812,0,5,1,5,1,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,10,1,1,0,1,28,3,0.3741657387,0.839802712,0.3788139385,3.0,0.2,0.4,0.6,2,1,3,4,7,3,19,5,2,5,5,0,1,1,0,1,0 +18813,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.5232112384000001,9,1,1,0,0,4,1,0,2,1,12,3,0.4,0.909104909,0.3248076354,3.7416573868,0.4,0.1,0.8,2,1,6,5,9,3,6,4,3,5,5,0,1,0,0,0,0 +18814,0,0,2,5,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.5,0.9,1.5051993223,6,1,-1,0,1,4,1,1,0,1,48,3,0.3160696126,0.4706246947,0.3893584467,0.0,0.8,0.8,0.4,4,3,9,2,11,1,15,5,1,4,10,0,1,1,1,0,1 +18815,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7454025758,5,1,0,0,0,6,1,1,0,1,26,3,0.3687817783,0.5427584885,-1.0,2.0,0.8,0.6,0.0,2,2,8,6,7,3,7,8,4,1,9,1,1,1,1,1,0 +18816,0,6,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.3,0.8351646544,9,1,1,0,1,11,0,0,2,1,47,2,0.3741657387,0.9832586235,0.3284813541,3.6055512755,0.6,0.0,0.5,4,0,7,3,6,3,10,8,3,1,9,0,1,0,0,1,1 +18821,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.6480740697999999,7,1,0,0,0,0,1,1,3,1,39,3,0.316227766,0.6772727273,-1.0,2.8284271247,0.9,0.9,0.6,4,3,7,3,8,1,6,6,3,2,8,0,0,1,1,1,0 +18822,0,4,1,7,0,4,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,0.6,1.1141139978,11,0,-1,0,-1,3,1,0,2,1,15,3,0.4242640687,1.048943979,0.4039801975,3.6055512755,0.9,0.1,0.3,4,1,7,5,10,2,7,5,3,5,9,0,0,1,0,1,0 +18823,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,10,1,-1,0,1,0,1,1,0,1,43,3,0.3998749805,0.5994143147,0.3807886553,2.0,0.8,0.4,0.3,2,3,8,3,10,4,9,4,2,4,7,0,1,0,0,0,1 +18825,0,6,2,7,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,11,1,1,0,1,19,1,0.3155946768,0.507688816,0.3626292873,1.0,0.7,0.5,0.2,1,3,9,4,8,3,8,5,2,4,6,1,1,1,0,0,0 +18826,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7045461877,0.3685105155,3.1622776602,0.5,0.4,0.4,3,3,10,2,8,3,11,5,0,1,7,0,0,1,0,1,0 +18827,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.5,0.2,0.5744562647,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7526674328,0.3849675311,3.1622776602,0.1,0.6,0.7,0,1,6,3,10,5,11,2,3,4,11,0,1,1,0,1,0 +18828,0,4,1,7,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.5,0.0,0.5379358698,11,1,-1,0,-1,11,1,1,2,1,44,1,0.4472135955,0.6838152570999999,0.4062019202,2.4494897428,0.6,0.4,0.5,2,1,6,1,8,2,7,5,3,1,3,0,1,0,0,0,0 +18829,0,2,3,5,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,1.2492497749,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6141916679,0.3744329045000001,2.2360679775,0.9,0.1,0.8,1,1,7,4,9,0,10,5,2,5,10,0,1,0,0,1,0 +18831,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.6,0.8470537173,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6775121601999999,0.3583294573,3.4641016151,0.0,0.5,0.7,0,1,5,2,10,2,4,6,2,5,6,1,1,1,1,0,0 +18832,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,0.8954747344,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7398626184999999,0.4062019202,3.0,0.5,0.2,0.6,1,1,7,4,11,4,6,4,1,4,6,1,0,1,0,1,0 +18833,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,7,1,1,6,0,5,0,1,2,1,104,2,0.4636809248,1.1770884377,-1.0,3.3166247904,0.1,0.0,0.4,1,2,7,0,8,1,2,2,1,2,10,1,1,1,0,0,0 +18835,0,0,1,9,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.863495802,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6767539197,0.3615245497,3.1622776602,0.3,0.0,0.5,2,2,7,3,9,0,12,9,0,5,6,0,1,0,0,0,1 +18837,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.8,0.4,0.5055937104,7,1,1,0,0,9,1,0,2,1,104,2,0.316227766,0.9229287733,0.316227766,3.7416573868,0.5,0.2,0.2,2,2,7,3,7,3,9,5,2,4,7,0,0,1,1,1,0 +18841,1,0,1,6,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.6,0.9470348462,8,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.8663235706,0.3848376281000001,3.4641016151,0.0,0.5,0.2,2,1,8,3,10,1,10,3,0,1,7,0,0,1,1,1,0 +18845,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.6,0.2,0.5921359640999999,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6406833903,0.3619392214,3.0,0.4,0.0,0.1,3,1,7,6,7,3,12,4,2,4,13,0,1,0,0,0,0 +18846,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.4756574398,7,1,1,0,1,11,1,0,2,1,11,2,0.316227766,0.7605185269,0.30331501780000003,3.7416573868,0.0,0.5,0.0,2,0,8,4,10,2,6,5,1,6,10,0,1,0,0,1,0 +18848,1,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.6,0.9756408151,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8085289162,-1.0,3.6055512755,0.8,0.0,0.4,3,2,7,2,9,3,4,2,0,1,5,0,0,1,1,0,0 +18849,0,0,1,6,1,1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.8584142357,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7193029223999999,0.3598610843,3.6055512755,0.7,0.3,0.8,2,1,7,2,9,1,8,2,2,1,7,0,0,0,0,1,0 +18850,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7757294620999999,0.3780211634,3.3166247904,0.8,0.7,0.2,5,1,6,1,8,3,13,7,0,1,5,0,0,1,1,1,0 +18851,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.7,0.8923284148999999,11,1,-1,0,-1,4,1,1,0,1,9,2,0.316227766,0.7344531895,0.3943348831,3.4641016151,0.4,0.8,0.2,2,1,7,7,11,2,7,4,1,1,9,0,1,1,1,0,0 +18852,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4688283268,0.6129288851,0.4236744033,1.0,0.2,0.7,0.5,3,1,6,3,9,3,4,7,2,6,9,0,0,0,0,1,0 +18853,1,3,1,7,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5820223363,11,1,1,1,1,12,1,1,1,1,104,2,0.3741657387,0.7248111751999999,0.331662479,3.3166247904,0.8,0.2,0.7,2,2,9,1,11,3,8,3,0,5,5,1,1,1,1,0,0 +18860,0,2,1,7,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.8392705166,7,1,-1,0,-1,0,1,1,2,1,32,1,0.3160696126,0.4348933564,0.3708099244,0.0,0.3,0.5,0.4,2,1,8,3,6,2,12,6,0,4,8,0,1,0,0,0,0 +18862,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.6,-1.0,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6603123478,0.3619392214,3.1622776602,0.7,0.0,0.6,2,6,8,0,11,4,13,3,3,4,6,0,0,0,0,0,0 +18864,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,7,0,1,0,1,10,1,1,2,1,89,2,0.3872983346,0.9567938887,0.33615472630000004,3.3166247904,0.9,0.7,0.9,3,0,9,1,8,3,10,2,3,0,7,0,0,1,0,0,0 +18866,0,5,3,3,1,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.3,0.5,0.6982120022,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.7388566105,0.3861346915,3.0,0.8,0.0,0.3,4,1,7,3,9,1,4,5,0,3,7,0,1,0,0,0,0 +18869,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.0,-1.0,11,1,-1,0,-1,4,1,1,2,1,104,2,0.316227766,0.6287614087,0.3807886553,2.6457513111,0.0,0.4,0.9,0,4,9,2,8,3,10,8,1,5,4,0,0,1,0,0,0 +18881,0,2,2,0,0,6,0,0,0,1,0,0,0,0,0,9,1,0,0,0.3,0.0,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6010665452,0.3615245497,2.6457513111,0.1,0.5,0.9,2,3,7,0,12,2,11,7,1,3,10,0,0,1,0,1,0 +18882,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.6,0.0,0.4589389938,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7599342077,0.3814446225,3.3166247904,0.5,0.9,0.0,3,1,9,3,10,0,7,6,1,4,4,0,0,1,0,1,0 +18883,0,7,1,5,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.9864709828,6,1,-1,0,0,4,1,1,0,1,104,3,0.4,0.8951545412999999,0.4236744033,3.3166247904,0.0,0.4,0.7,4,2,8,2,8,3,7,2,3,1,8,0,1,1,0,1,0 +18884,1,5,1,3,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.3,0.0,1.0310795314,9,0,1,1,1,0,1,0,2,1,75,2,0.4472135955,1.370837049,0.3823610859,3.6055512755,0.9,0.9,0.1,4,3,9,0,8,3,7,5,3,5,5,0,1,0,1,0,0 +18885,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.1,0.2,-1.0,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.6650980168,0.3016620626,3.3166247904,0.8,0.7,0.3,3,0,6,6,11,2,11,7,2,4,6,0,1,1,0,1,0 +18889,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.8,0.2,0.5578978401,6,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6332717093,0.3685105155,2.8284271247,0.1,0.9,0.2,2,2,7,3,10,3,8,4,1,2,10,0,0,0,0,1,1 +18891,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.5,0.2,0.6832825184,6,0,-1,0,0,10,1,1,0,1,83,2,0.4084115571,0.6962858964,0.3974921383,2.2360679775,0.9,0.5,0.6,2,1,3,5,12,2,10,6,3,3,5,0,0,1,0,1,0 +18892,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.5,0.2,0.675,10,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.6991139611,0.3598610843,3.3166247904,0.1,0.1,0.3,2,0,8,3,10,1,5,2,3,2,10,0,1,1,0,1,0 +18893,0,4,4,11,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.4,0.9,1.2280574091,7,1,0,0,1,14,1,1,0,1,82,3,0.3160696126,0.4488046567,0.3082207001,0.0,0.3,0.5,0.8,2,1,9,6,9,1,8,6,2,1,9,0,1,0,1,1,1 +18895,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7438869327,0.3887158345,3.4641016151,0.0,0.7,0.2,3,1,8,3,9,2,6,7,0,0,5,1,1,0,0,1,0 +18896,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.3,0.0,0.5024937811,11,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8286078137999999,0.374566416,3.6055512755,0.8,0.6,0.4,1,1,7,3,9,1,8,2,2,3,3,0,1,0,0,1,0 +18898,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.8,0.3,0.4677071733,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8210303946999999,0.4074309757,2.8284271247,0.0,0.7,0.4,2,4,9,3,10,2,2,4,3,4,7,0,0,1,1,0,0 +18899,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,86,3,0.445421149,0.6381144746,0.4117037770000001,1.0,0.3,0.1,0.7,2,1,8,5,9,4,10,4,0,2,4,0,1,1,0,0,0 +18903,0,6,1,10,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.5836308765,6,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.6887226169,0.3685105155,3.0,0.7,0.9,0.6,3,4,8,5,11,3,4,2,1,4,3,0,0,0,0,1,0 +18904,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.5717298313,11,1,-1,0,-1,0,1,1,2,1,86,3,0.4472135955,1.0346187464,0.4117037770000001,3.4641016151,0.8,0.1,0.2,1,2,8,4,8,0,8,4,2,3,7,0,0,0,0,0,0 +18908,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.8,0.4358898944,11,0,1,9,0,15,1,0,0,1,41,2,0.5196152423,1.3093197401,0.4959838707,3.6055512755,0.9,0.3,0.5,3,3,10,4,11,4,8,7,2,6,11,0,1,1,0,1,0 +18909,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5689903338000001,8,1,-1,0,1,1,1,1,0,1,74,3,0.3741657387,0.6358926829,0.3861346915,2.6457513111,0.9,0.3,0.8,3,2,7,3,8,1,7,3,1,2,5,1,1,1,0,1,0 +18910,0,5,2,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0.9,1.8,1.514719446,10,0,-1,9,1,17,1,1,0,1,104,3,0.4465422712,1.0674465555,0.4158124577,3.0,0.7,0.6,0.5,3,2,6,2,9,3,4,10,2,3,4,0,1,1,1,0,0 +18914,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.7449832212999999,10,1,-1,1,0,0,1,1,0,1,75,2,0.4472135955,1.2758241543000002,0.4440720662,3.4641016151,0.7,0.2,0.1,4,3,8,1,9,0,11,9,0,2,4,0,1,1,0,0,0 +18915,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.3,0.0,-1.0,6,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5775053218,0.3640054945,2.0,0.2,0.1,0.6,2,2,7,1,10,3,9,5,1,4,6,1,1,0,0,0,0 +18922,0,3,3,8,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.2206555616,11,1,-1,2,-1,1,0,1,3,1,90,0,0.3741657387,0.6347870079,0.4166533331,2.8284271247,0.9,0.9,0.1,1,2,9,6,10,2,10,4,1,6,7,0,0,0,0,0,1 +18927,0,3,1,9,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.5,0.3,0.7850159234,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6483131322,0.3685105155,3.0,0.7,0.7,0.6,3,2,8,5,8,3,12,7,1,2,12,0,1,0,1,0,0 +18928,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.0,1.1984364814,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.6933867059000001,0.3708099244,3.0,0.0,0.1,0.5,4,2,7,4,7,2,15,10,0,6,5,0,0,1,1,1,1 +18929,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.5662375826,7,1,0,1,0,12,1,1,2,1,104,2,0.3741657387,0.8118568656,0.331662479,3.6055512755,0.0,0.9,0.9,1,3,8,3,10,2,10,4,3,3,12,0,0,1,0,0,0 +18930,0,6,1,9,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.9,0.7,0.8448372623999999,8,1,-1,0,0,11,0,1,0,1,17,2,0.4242640687,0.9541665915,-1.0,3.7416573868,0.1,0.5,0.2,2,4,8,1,8,1,8,3,1,4,8,0,1,1,0,1,0 +18932,0,0,3,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7151547252,0.3667424164,3.6055512755,0.0,0.7,0.4,4,2,7,3,7,2,7,8,1,3,6,0,1,0,0,1,0 +18934,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.2,0.6731456009000001,7,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8621278692000001,0.3903844259000001,3.6055512755,0.9,0.4,0.7,2,3,7,5,11,1,12,1,0,3,7,0,1,0,0,0,0 +18935,0,5,1,6,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,1.2116620816,7,1,1,0,1,11,1,1,2,1,57,2,0.4242640687,0.6317691282,0.3286335345,2.2360679775,0.1,0.2,0.3,4,2,8,5,7,3,8,5,1,3,7,0,0,1,0,1,1 +18938,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.9965565714,10,1,-1,0,1,15,1,0,0,1,63,2,0.3872983346,0.9029908981,-1.0,3.7416573868,0.4,0.1,0.8,2,2,10,2,11,4,3,7,2,3,8,0,0,1,0,1,0 +18942,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.7,1.166726189,7,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8503766788,-1.0,3.7416573868,0.3,0.1,0.6,2,3,8,0,8,2,8,5,2,4,5,0,0,1,1,0,0 +18947,0,5,1,9,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,1.5,1.2995191418,11,0,1,0,1,10,1,1,2,1,28,3,0.3872983346,0.934718325,0.3286335345,3.1622776602,0.7,0.4,0.5,3,2,8,6,11,1,2,5,1,3,6,0,1,1,0,0,0 +18950,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.7,0.9708243919,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.8049690718000001,0.4062019202,3.3166247904,0.9,0.3,0.9,3,1,8,5,9,1,6,4,1,5,6,0,1,1,0,1,0 +18953,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5454356057,7,1,-1,0,-1,10,0,1,2,1,28,3,0.3741657387,0.7137376881999999,0.3788139385,2.6457513111,0.5,0.2,0.3,3,4,8,4,9,4,9,4,3,3,8,0,0,1,0,0,0 +18954,0,0,1,5,0,3,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.6098155459000001,7,1,-1,0,-1,4,1,1,2,1,104,2,0.3997499218,0.5348592153,0.3937003937,1.0,0.3,0.2,0.3,2,2,8,7,10,3,7,6,1,5,7,0,1,1,0,1,0 +18956,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.6,1.23009146,11,1,0,8,0,14,1,1,2,1,104,2,0.5477225575,1.1972247523,0.3193743885,3.1622776602,0.2,0.5,0.0,1,2,8,2,11,4,12,4,3,7,11,0,0,1,0,0,0 +18957,0,4,1,7,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.5,1.2224463178,9,1,0,8,0,11,0,0,2,1,71,2,0.4898979486,1.3028576348,0.4125530269,3.6055512755,0.1,0.7,0.7,2,1,9,1,7,0,5,5,0,2,7,0,1,1,1,0,0 +18959,0,1,2,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.7,0.9536115561,5,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.5675997018,0.2887905816,2.6457513111,0.9,0.7,0.2,1,2,4,1,7,1,8,3,0,2,5,0,1,0,1,0,0 +18960,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6960892825,0.3615245497,3.1622776602,0.2,0.3,0.7,1,3,6,2,7,2,4,9,2,4,5,1,1,0,0,0,0 +18961,0,0,2,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.8,1.1113055385,11,1,1,0,0,11,1,0,2,1,17,2,0.3741657387,0.9685125342,0.32756678710000003,3.7416573868,0.8,0.9,0.7,4,1,9,3,5,4,7,9,0,2,10,0,1,1,0,0,0 +18962,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.0,0.0,1.8843102186000005,7,1,1,0,0,4,1,0,2,1,12,3,0.4,0.8587902312000001,0.3248076354,3.6055512755,0.3,0.3,0.2,2,1,9,3,8,4,5,2,2,1,6,0,0,1,0,0,1 +18963,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.8554969316,10,1,-1,0,1,1,1,1,0,1,64,3,0.316227766,0.7104336064,0.3619392214,3.6055512755,0.2,0.4,0.3,1,2,8,5,9,2,5,6,2,1,5,0,1,0,0,0,0 +18966,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.7,1.852532051,9,0,1,9,0,13,1,0,2,1,104,3,0.4469899328,1.4535579034,0.3860051813,3.7416573868,0.6,0.9,0.5,2,5,7,4,10,3,7,5,2,1,3,1,1,1,0,1,1 +18967,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.678693598,7,1,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.9330036805,0.3964845520000001,3.1622776602,0.3,0.3,0.9,4,2,6,4,10,3,8,5,2,1,15,0,1,1,0,0,0 +18969,0,0,1,1,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.7097534783,11,1,-1,0,-1,1,1,0,0,1,38,1,0.316227766,0.7368404741,0.3598610843,3.7416573868,0.5,0.4,0.8,1,1,8,1,9,3,13,10,2,2,4,0,0,1,0,0,1 +18971,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.7,0.3,0.6254998002000001,7,1,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.7741297433,0.4527692569,2.2360679775,0.2,0.2,0.4,3,3,9,5,8,3,7,8,1,1,11,0,0,1,0,0,0 +18974,0,7,4,11,1,0,0,0,1,0,0,0,0,0,0,13,0,0,1,0.8,0.9,1.1664583147,4,1,-1,0,1,11,1,1,0,1,19,3,0.3160696126,0.5734483196,0.3734969879,2.0,0.8,0.9,0.4,0,3,7,3,10,3,11,6,1,2,5,0,0,1,0,0,0 +18976,0,1,1,9,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.6,0.9280355597,6,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7158621918000001,0.3583294573,3.6055512755,0.6,0.2,0.8,3,1,8,3,9,1,13,3,2,5,9,0,1,0,0,1,0 +18977,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.5,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.7522692941,0.374566416,3.3166247904,0.3,0.2,0.8,2,2,8,2,9,1,10,9,0,4,10,0,0,1,0,1,0 +18980,0,1,2,1,1,5,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,0.2,0.606733055,7,0,0,8,0,9,1,1,2,1,13,3,0.4472135955,1.0860022221,0.3991240409,3.4641016151,0.5,0.8,0.2,3,3,7,6,9,2,7,6,2,6,7,0,0,1,1,0,0 +18981,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.8097067370000001,5,1,0,2,1,0,0,1,2,1,104,2,0.3741657387,0.6500317856000001,0.3601388621,2.4494897428,0.8,0.8,0.9,2,1,8,5,8,2,11,10,2,3,5,0,1,1,0,1,0 +18982,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.9,1.1,1.1208255886,11,1,-1,1,-1,3,1,1,2,1,45,3,0.4,0.7822541068000001,0.3498571137,3.4641016151,0.0,0.4,0.0,1,0,8,0,10,1,10,11,0,5,7,1,1,1,0,0,0 +18985,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.9,1.0688779163,11,0,-1,9,-1,11,1,1,1,1,56,3,0.4898979486,1.1701522116,0.5004997502,3.3166247904,0.9,0.3,0.2,3,5,8,5,11,2,8,4,1,0,5,0,0,1,1,0,1 +18987,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.0,0.0,1.0301698889,9,1,1,1,0,14,0,0,2,1,8,3,0.4,1.0424403188,-1.0,3.7416573868,0.2,0.4,0.6,5,1,9,2,9,1,6,6,4,4,6,0,1,1,1,0,0 +18993,0,2,4,11,1,0,0,0,1,0,0,0,0,0,0,13,0,0,1,0.5,0.5,1.2718097342,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6791767014,0.3667424164,3.0,0.5,0.1,0.5,0,0,7,5,9,4,7,4,0,1,10,0,1,0,0,0,1 +18999,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.3,2.4020824299,11,1,-1,0,-1,14,1,1,2,1,104,1,0.4,0.6513336604,0.34727510710000004,3.0,0.7,0.3,0.9,3,3,9,2,10,1,4,3,0,2,15,0,1,1,1,1,0 +19000,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,1.5,1.6870832819,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7796216501000001,0.4301162634,3.4641016151,0.3,0.6,0.8,3,1,9,4,10,5,6,5,3,7,8,0,1,0,1,1,0 +19001,0,6,1,3,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.2,0.0,-1.0,10,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.7339748008,0.3754996671,3.3166247904,0.8,0.9,0.8,3,1,8,3,11,1,8,8,0,6,5,0,0,0,0,0,0 +19004,0,0,4,3,1,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.4,0.0,0.8488963423,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.6974125734000001,0.3583294573,3.4641016151,0.4,0.9,0.0,3,1,9,3,9,2,8,6,0,2,10,0,1,0,0,0,1 +19007,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6906847722,0.3615245497,3.3166247904,0.4,0.9,0.8,2,3,8,1,9,5,11,5,0,1,5,0,1,1,1,1,0 +19008,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.7344215411,6,1,-1,0,1,6,1,1,0,1,104,1,0.3160696126,0.5158640349,0.3905124838,1.4142135624,0.1,0.0,0.4,4,1,8,4,8,3,7,5,2,4,9,0,0,1,0,1,0 +19011,0,5,3,6,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.0,1.0428326807,11,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.7515273704000001,0.4732863826,3.0,0.4,0.1,0.7,3,2,8,2,10,2,16,4,1,4,3,0,0,0,0,0,0 +19012,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,1.0485108488,7,1,-1,0,-1,1,1,1,0,1,70,3,0.3741657387,0.7321568951,0.3937003937,2.8284271247,0.2,0.0,0.0,3,2,10,2,10,2,9,3,2,4,10,0,0,1,0,1,0 +19015,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.4,0.0,0.4730221982,10,0,-1,0,0,14,1,1,0,1,29,3,0.4469899328,0.9007801944,0.3845776905,3.0,0.1,0.6,0.7,4,2,8,3,8,2,11,2,2,4,6,0,0,1,0,0,0 +19017,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,0.633442973,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0862209872,0.4,3.6055512755,0.1,0.3,0.9,3,1,5,4,11,1,10,6,2,3,10,0,1,1,0,0,0 +19021,0,4,2,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.6,0.3,0.6986594306,11,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.9470484816,0.423083916,3.6055512755,0.7,0.2,0.3,1,2,8,1,9,2,8,8,3,8,8,0,0,1,1,0,0 +19024,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.0,0.2,-1.0,7,1,-1,0,-1,11,1,0,2,1,104,2,0.316227766,0.8762947917,0.3817066937,3.6055512755,0.2,0.5,0.6,3,0,6,1,11,2,10,5,1,3,5,0,1,0,1,0,0 +19027,0,0,2,5,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.8,0.3,0.6637959024,7,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.8233868526000001,-1.0,3.7416573868,0.3,0.1,0.3,2,0,10,4,9,3,11,6,1,4,4,0,0,1,0,1,0 +19028,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,1.3,1.2562344526,9,1,1,0,1,0,1,1,2,1,22,3,0.316227766,0.7959556862999999,0.310322413,3.3166247904,0.4,0.0,0.9,1,3,9,3,9,2,10,7,2,6,6,0,0,1,1,0,0 +19032,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.1,0.1,-1.0,6,1,-1,8,0,11,0,0,0,1,71,2,0.5291502621999999,1.5053966282,-1.0,3.6055512755,0.8,0.4,0.5,4,2,7,1,10,2,13,4,2,2,12,1,0,0,0,1,0 +19035,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.3,0.8015609771,11,1,-1,8,-1,11,1,1,2,1,24,2,0.5291502621999999,1.0512192842,0.5361902647,2.8284271247,0.7,0.7,0.1,2,1,8,2,11,0,7,4,1,2,8,0,1,1,0,1,0 +19036,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,1.2,0.523808171,10,1,-1,8,0,11,1,0,0,1,104,2,0.6,1.6997204437,-1.0,3.6055512755,0.1,0.7,0.3,1,2,3,3,7,2,8,8,4,2,3,0,0,0,0,0,1 +19038,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,0,1,1,2,1,46,3,0.4,0.7682356087000001,0.3003331484,3.3166247904,0.1,0.7,0.2,2,2,4,3,9,3,10,3,1,3,8,0,1,1,1,0,1 +19042,0,1,4,4,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5836308765,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6333858902,0.3583294573,3.3166247904,0.8,0.9,0.3,3,0,9,1,11,2,3,4,0,6,7,0,1,1,0,0,0 +19043,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.7373940602,7,1,-1,0,-1,1,1,1,2,1,70,3,0.4,0.8328979579000001,0.3962322551,3.3166247904,0.1,0.1,0.6,2,2,9,4,9,3,9,6,0,2,10,0,0,0,0,0,1 +19044,0,5,4,9,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.7433034373999999,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.6134848298,0.3768288736,2.6457513111,0.3,0.6,0.1,2,3,9,3,9,2,7,1,2,4,5,1,0,1,0,0,0 +19045,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.8,0.9,1.1643131022,11,1,-1,1,-1,3,1,0,2,1,102,2,0.4,0.9315409787,-1.0,3.7416573868,0.5,0.4,0.9,3,2,8,5,7,2,4,7,2,4,4,0,0,1,0,0,1 +19047,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.1378916999,0.4,3.4641016151,0.4,0.5,0.4,0,2,7,3,11,2,9,4,0,4,7,0,0,0,1,0,0 +19049,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.5232112384000001,11,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.801895997,0.3937003937,3.6055512755,0.9,0.1,0.0,3,3,5,3,7,3,8,7,1,4,1,0,0,0,1,1,0 +19052,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.675,9,0,1,8,1,9,1,1,0,1,13,3,0.5196152423,1.0463898978,0.3991240409,3.0,0.6,0.6,0.8,2,3,8,3,9,0,10,5,3,3,11,0,1,0,1,0,1 +19053,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,4,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6962413849,0.3887158345,3.1622776602,0.7,0.8,0.6,2,1,8,3,8,4,6,5,0,5,6,0,0,0,0,0,0 +19054,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.8,7,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8238315041,0.4246174749,3.1622776602,0.7,0.5,0.8,3,1,8,5,9,2,8,9,3,0,7,0,0,1,0,1,0 +19056,0,0,3,5,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.8,1.9648473223,11,1,-1,0,-1,14,1,0,2,1,49,3,0.4,0.8491244883,0.3685105155,3.6055512755,0.9,0.8,0.9,4,4,9,4,11,2,11,5,2,3,10,0,0,1,1,1,0 +19061,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.2,0.6712860790999999,7,1,1,0,1,1,1,1,2,1,10,2,0.316227766,0.5211834911,0.3185906464,1.7320508076,0.1,0.1,0.0,4,2,9,1,9,5,14,7,2,3,11,0,1,1,0,0,1 +19062,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.2,0.5717298313,7,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.8489784819,0.423083916,3.4641016151,0.9,0.7,0.5,2,2,7,3,9,1,3,4,0,6,12,0,0,1,0,1,0 +19063,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.9,1.1,1.1529852558,9,1,1,8,1,4,1,1,2,1,6,3,0.4,0.9852738009,0.3466987165,3.6055512755,0.4,0.2,0.3,4,1,9,4,8,3,7,4,2,3,7,1,1,1,0,0,0 +19064,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.3,0.8778524933,11,1,0,8,1,11,1,1,2,1,24,2,0.4898979486,0.9309197443,0.4098780306,3.3166247904,0.5,0.1,0.4,3,4,7,2,8,5,14,9,2,3,9,1,1,0,0,0,0 +19068,0,1,1,7,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.3,0.6968679931999999,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.7268180397,0.3924283374,3.3166247904,0.3,0.1,0.7,4,3,9,3,6,5,10,1,3,4,8,0,1,0,1,0,0 +19069,0,3,1,4,1,0,0,1,0,0,0,0,1,0,1,3,1,0,0,0.8,0.3,0.6329494451,5,1,1,0,0,11,1,1,2,1,17,2,0.3741657387,0.9317993346,0.32756678710000003,3.4641016151,0.6,0.1,0.7,3,2,10,5,11,3,8,5,1,1,9,0,1,1,0,1,0 +19071,0,1,2,0,0,-1,1,0,0,0,0,0,0,0,0,8,0,1,0,0.4,0.0,0.8077747211,7,1,0,0,0,10,-1,1,2,1,28,3,0.3741657387,0.6541349723,0.3248076354,2.0,0.3,0.3,0.4,1,1,9,3,7,2,11,7,3,4,8,0,1,0,1,1,0 +19073,0,0,3,7,1,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6025985397,11,1,0,0,0,0,1,1,2,1,22,3,0.316227766,0.7957862945,0.310322413,3.4641016151,0.1,0.5,0.7,3,3,10,1,10,3,11,5,3,3,5,0,1,1,0,0,0 +19076,0,0,2,0,1,-1,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5804093383,7,1,0,0,0,11,-1,1,2,1,99,2,0.316227766,0.5852173433,0.30331501780000003,2.6457513111,0.4,0.2,0.4,1,3,7,3,10,1,7,5,2,4,5,0,1,0,0,0,0 +19077,0,1,2,1,0,1,0,0,0,1,0,0,0,0,0,10,0,0,0,0.6,0.4,1.0277402396,11,1,-1,0,-1,1,1,1,1,1,70,3,0.3741657387,0.8234426824,0.3860051813,3.4641016151,0.7,0.4,0.0,2,1,5,2,10,3,5,8,3,6,6,0,0,1,1,0,0 +19078,0,0,1,8,0,6,0,1,0,0,0,0,1,0,1,0,0,0,1,0.9,1.8,1.4208272238,11,0,0,9,1,8,-1,1,2,1,104,3,0.4472135955,2.1544207866,0.399374511,3.6055512755,0.3,0.6,0.7,3,0,6,5,9,4,10,7,1,3,4,0,1,1,1,0,0 +19079,0,0,1,10,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.7,0.2,0.5618051264,11,1,-1,0,-1,1,1,1,2,1,25,3,0.4,0.8332451744,-1.0,3.6055512755,0.9,0.4,0.0,3,0,5,5,9,2,8,7,2,4,4,0,1,1,0,1,0 +19080,0,0,1,5,1,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.0,1.7271725449000002,11,1,-1,0,-1,0,0,1,2,1,22,3,0.316227766,0.7244832869,0.374566416,3.1622776602,0.3,0.9,0.1,2,2,7,7,6,2,10,3,1,3,11,0,1,1,1,0,0 +19085,0,1,1,5,1,6,0,0,1,0,0,0,0,0,0,7,0,0,1,0.1,0.2,-1.0,5,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.780020396,0.2944486373,3.6055512755,0.7,0.1,0.7,4,5,6,4,10,4,10,2,2,4,6,0,1,1,0,1,0 +19087,0,2,1,6,0,3,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.66473679,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.4872761194,0.3734969879,0.0,0.3,0.1,0.2,4,0,7,4,9,1,4,6,0,3,7,1,1,0,0,1,0 +19093,0,0,2,1,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.8,0.9134412953,7,1,0,0,1,1,-1,1,2,1,64,3,0.316227766,0.6574430812,0.3016620626,3.1622776602,0.4,0.6,0.5,2,2,7,6,8,2,6,4,2,2,11,0,0,0,1,0,0 +19095,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.8806957476999999,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7558723273000001,0.4074309757,2.6457513111,0.0,0.6,0.1,4,0,7,1,8,6,11,7,0,4,7,0,0,1,0,0,1 +19103,0,1,1,7,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.3832427429,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7910135772,0.374566416,3.6055512755,0.0,0.8,0.0,5,2,7,1,10,1,11,6,0,5,12,1,1,1,1,0,0 +19104,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.3,0.6782329983,11,0,-1,0,-1,15,1,1,1,1,5,2,0.4472135955,1.1365363505,0.4,3.4641016151,0.8,0.8,0.8,0,1,8,2,8,3,8,7,0,1,8,0,0,0,1,1,0 +19105,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.1,1.3724977231,7,1,1,1,1,3,1,1,2,1,104,3,0.4242640687,0.9402391115,0.3474190553,3.4641016151,0.8,0.7,0.3,2,2,8,2,12,4,11,3,3,5,11,0,0,0,0,0,0 +19106,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.6773108592,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7378352299,0.3788139385,2.8284271247,0.8,0.8,0.6,2,1,6,3,7,2,5,6,2,4,4,0,0,1,1,0,0 +19110,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.6,1.5116216458,11,0,1,0,1,14,1,0,2,1,8,3,0.4,1.0195506221,-1.0,3.7416573868,0.7,0.4,0.7,1,0,8,2,6,3,7,7,1,3,9,0,0,1,1,0,0 +19114,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.3,-1.0,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7533808098,0.3907684737,3.4641016151,0.6,0.4,0.3,3,1,7,3,6,2,7,6,2,0,6,0,1,0,0,1,0 +19115,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,5,0,0,0,1,15,1,1,0,1,5,2,0.4242640687,1.0021258396,0.32557641190000003,3.1622776602,0.3,0.9,0.2,3,1,9,3,11,1,14,5,0,4,6,0,0,0,0,0,1 +19116,0,4,3,6,1,3,0,0,1,0,0,0,0,0,0,11,0,1,0,0.9,1.6,1.8733325919,11,0,1,8,0,4,1,0,2,1,6,3,0.4472135955,1.1731324177,0.359722115,3.7416573868,0.7,0.0,0.6,1,0,10,3,7,3,14,10,0,2,5,0,1,0,0,0,0 +19120,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.8539044984999999,0.3996248241,3.3166247904,0.1,0.1,0.3,2,4,9,2,6,4,5,8,0,3,8,0,0,1,0,0,0 +19121,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.4493533041,11,0,-1,1,-1,3,1,1,2,1,104,2,0.4472135955,0.9433543106,0.4291852747,3.3166247904,0.8,0.9,0.0,3,4,7,2,11,2,5,5,1,1,8,0,0,1,1,1,0 +19122,0,5,1,2,1,0,0,1,0,0,0,1,1,0,2,7,0,0,1,0.8,0.3,0.7945124291,11,0,1,0,0,11,1,1,2,1,3,2,0.4242640687,1.1189451386,0.3789459064,3.4641016151,0.9,0.4,0.0,3,3,9,3,9,1,8,6,1,0,3,0,0,0,0,1,1 +19123,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.2,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7414526729,0.3814446225,3.6055512755,0.7,0.4,0.2,4,2,7,3,10,3,8,4,2,4,5,0,0,0,0,0,0 +19124,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.5255949010000001,7,1,1,0,0,0,1,0,2,1,78,3,0.4,0.9426203148,0.3287856445,3.7416573868,0.5,0.5,0.9,4,2,6,5,9,3,3,4,1,3,3,0,1,0,0,1,0 +19129,0,0,2,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6680194608,7,1,1,0,0,14,1,0,2,1,82,3,0.316227766,0.8052385304,0.3292415527,3.7416573868,0.9,0.9,0.0,2,2,7,2,10,2,8,5,0,5,9,0,0,1,0,0,0 +19130,1,5,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.2,0.8385254916,8,1,-1,0,1,4,1,1,0,1,48,1,0.316227766,0.6138046907,0.3943348831,3.1622776602,0.1,0.3,0.2,3,1,8,3,7,3,5,6,3,3,5,0,0,0,0,0,1 +19131,0,3,4,6,0,6,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,0.9,0.9701803956,7,0,1,0,0,11,0,0,2,1,69,3,0.4242640687,1.1927120287,0.3535533906,3.7416573868,0.8,0.9,0.3,3,0,9,5,10,0,6,4,1,5,4,0,0,1,0,1,0 +19132,1,4,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.2,0.5760859311,7,1,-1,0,-1,11,1,1,3,1,104,2,0.4469899328,0.676585985,0.4086563348,2.0,0.3,0.4,0.9,2,4,8,5,8,1,5,9,2,5,14,0,0,1,1,0,0 +19136,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.7,1.7897276328999998,4,0,1,1,1,0,1,0,2,1,104,1,0.4472135955,1.374954169,0.3663331817,3.6055512755,0.3,0.0,0.4,4,0,7,4,11,3,11,4,2,3,8,0,1,1,0,0,0 +19141,0,4,1,7,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.7,1.4,1.3100572507,11,0,1,0,1,15,1,1,2,1,5,2,0.4242640687,1.0752858547,0.32557641190000003,3.4641016151,0.4,0.9,0.7,3,1,8,5,8,3,7,5,2,4,16,0,0,1,1,0,0 +19144,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.5,0.9496709957,7,1,-1,0,-1,6,1,1,0,1,26,3,0.3741657387,0.6350961403000001,0.3907684737,2.6457513111,0.1,0.3,0.4,2,2,5,4,10,2,14,4,0,3,6,0,1,1,1,1,0 +19145,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.1,0.2,-1.0,6,1,-1,8,0,11,1,1,0,1,71,2,0.4898979486,1.2032325606999998,0.4949747468,3.6055512755,0.4,0.0,0.5,3,3,7,2,10,1,8,6,2,3,10,0,1,1,0,1,1 +19147,0,2,1,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.4,0.8212033853,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6872758837999999,0.3667424164,3.1622776602,0.5,0.9,0.6,1,4,6,3,9,2,8,3,0,1,10,0,0,1,1,1,0 +19151,0,0,4,6,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.0,0.9013878189,7,1,1,0,0,4,1,0,0,1,48,3,0.316227766,0.7650690025,0.3019933774,3.7416573868,0.2,0.3,0.8,1,0,8,0,10,2,7,8,0,2,4,0,0,1,0,0,0 +19152,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,2,0,1,0,0.6,0.1,0.7071067812,4,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7317758315999999,0.3598610843,3.4641016151,0.9,0.2,0.8,3,2,7,3,7,1,5,8,2,4,7,0,0,1,0,0,0 +19158,0,3,1,10,0,6,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,1.3,1.287439319,4,0,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.945301561,0.5204805472,3.3166247904,0.8,0.7,0.8,2,1,8,2,10,4,10,7,1,2,6,0,1,1,0,0,0 +19161,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.2,1.1401754251,8,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8801061168000001,0.3820994635,3.1622776602,0.6,0.3,0.6,2,1,8,1,9,3,4,4,3,3,4,0,0,0,0,1,0 +19163,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.4,0.0,0.6224949799,5,1,1,0,1,0,1,1,2,1,32,1,0.316227766,0.5959054504,0.2944486373,2.8284271247,0.6,0.8,0.3,1,2,6,5,10,0,9,6,3,2,3,0,0,0,0,0,0 +19164,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.315057033,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7907131419,0.3708099244,3.3166247904,0.3,0.0,0.9,2,2,8,1,10,0,11,9,1,6,10,0,1,0,0,0,0 +19165,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.9,0.3,0.6614378278,11,0,0,0,0,15,1,0,2,1,5,2,0.4472135955,1.2209234752,0.32557641190000003,3.6055512755,0.8,0.0,0.6,3,0,7,4,10,2,12,2,1,3,7,0,1,1,0,1,0 +19166,0,1,1,6,1,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0.8,0.3,0.8411301921,11,1,-1,0,-1,1,1,1,2,1,85,3,0.4242640687,0.7870202198,0.4159326869,2.8284271247,0.1,0.6,0.8,2,2,8,3,10,4,8,5,4,2,11,0,1,1,0,0,0 +19169,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,1.4,0.5545268253,4,1,-1,8,1,13,1,0,0,1,4,2,0.5656854249000001,1.3648176701,0.5186520992,3.6055512755,0.8,0.2,0.4,1,2,8,3,10,5,8,3,2,3,2,0,1,1,0,0,0 +19170,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.3,1.3252358281,11,1,1,0,1,0,1,1,3,1,39,3,0.3160696126,0.6374179578,-1.0,2.6457513111,0.6,0.6,0.6,4,3,8,3,10,1,11,6,1,4,13,0,1,1,0,1,0 +19171,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,1.0,1.6955824958,11,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.9142128439,0.3826225294,3.4641016151,0.5,0.6,0.0,4,0,9,5,9,3,6,5,3,3,5,1,1,1,0,0,0 +19172,1,0,1,5,0,3,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.1,-1.0,7,1,0,0,0,0,1,1,2,1,34,2,0.4,0.804108767,0.3144837039,3.3166247904,0.2,0.4,0.5,3,3,8,1,9,2,9,4,2,2,7,1,0,0,0,1,0 +19178,0,5,1,6,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.8,1.3315873986,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.8946466129,0.4306971093,3.3166247904,0.9,0.8,0.6,2,3,8,5,8,4,9,3,1,1,10,1,1,1,0,0,0 +19179,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.2,1.2720554233,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7750766424,0.3926830783,3.4641016151,0.5,0.8,0.0,3,3,7,3,9,3,6,4,3,2,10,0,1,1,1,0,0 +19180,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.9,0.4,0.7288689869,5,1,0,0,0,7,1,1,2,1,92,3,0.3741657387,0.643386572,0.3278719262,2.6457513111,0.9,0.7,0.7,3,0,7,3,10,4,11,6,0,0,7,0,0,1,0,1,0 +19183,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.5,0.2,-1.0,11,1,-1,0,-1,1,0,1,2,1,91,3,0.4242640687,0.9839728042,0.4419275959,3.3166247904,0.2,0.6,0.7,3,4,7,3,9,4,10,10,2,2,11,0,0,0,0,0,0 +19185,0,7,1,8,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,0.88705975,6,1,-1,0,1,10,1,0,0,1,83,2,0.4242640687,1.1986131794,0.4009987531000001,3.7416573868,0.0,0.6,0.3,2,2,10,4,7,3,7,9,1,4,11,0,0,0,0,1,0 +19187,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,1.0,1.3007209539,9,1,1,0,1,17,1,1,2,1,104,3,0.4220189569,0.6990400738,0.3435112807,1.4142135624,0.6,0.5,0.1,2,1,8,5,10,1,5,3,0,3,7,0,0,1,1,1,0 +19188,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.6294839156,11,1,-1,0,-1,10,1,1,3,1,83,2,0.4084115571,0.6222459985000001,0.3974921383,1.0,0.8,0.1,0.2,2,1,9,2,12,5,8,6,3,3,4,0,0,1,0,0,0 +19189,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.2,0.3,-1.0,7,0,0,9,0,15,1,1,2,1,58,3,0.5477225575,1.3716130336,0.4358898944,2.6457513111,0.4,0.6,0.9,3,1,9,2,11,2,6,4,1,3,4,0,1,0,0,0,0 +19190,0,5,2,1,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.8,0.6,0.7292976073,11,1,-1,0,-1,4,1,1,2,1,104,1,0.3997499218,0.5854114891,0.354964787,2.0,0.8,0.5,0.0,1,2,6,2,8,3,8,7,0,3,10,0,1,1,0,0,0 +19191,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,1.0,1.256980509,11,1,1,0,0,4,1,1,2,1,84,3,0.316227766,0.7835472423000001,0.3201562119,3.6055512755,0.3,0.4,0.0,3,3,7,2,10,3,9,6,0,0,8,0,1,1,0,1,0 +19192,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7361215931999999,7,1,1,1,0,3,1,0,2,1,45,3,0.4,0.8871441784999999,0.3096772513,3.7416573868,0.4,0.1,0.9,2,2,10,5,9,1,11,6,2,3,2,0,1,1,1,0,0 +19193,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6566962768,7,1,0,0,1,10,1,1,2,1,83,2,0.399374511,0.542434823,0.34278273,0.0,0.2,0.0,0.8,4,0,7,4,9,5,9,1,1,8,8,0,0,1,0,0,0 +19194,0,0,2,1,0,-1,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.7562241731,11,1,0,0,0,0,-1,1,2,1,34,2,0.4,0.8070710231,0.3144837039,3.3166247904,0.0,0.2,0.5,1,5,10,4,10,1,6,6,1,2,6,0,0,1,0,0,0 +19202,0,1,1,4,1,2,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.81604519,0.374566416,3.7416573868,0.5,0.5,0.3,4,4,9,0,8,4,11,5,1,2,6,0,0,0,0,0,0 +19203,0,1,2,1,0,6,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,1.6,1.43983506,10,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7512936501999999,0.4074309757,2.6457513111,0.7,0.6,0.8,3,1,8,6,11,4,6,5,2,0,7,0,1,0,0,0,1 +19204,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.7,1.0350120772,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7640481844,0.3887158345,3.4641016151,0.5,0.6,0.2,4,2,6,3,9,4,7,4,1,3,13,0,1,1,0,0,0 +19213,0,4,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.2,1.3252358281,11,1,-1,0,-1,10,1,1,0,1,28,3,0.3872983346,0.7502341231999999,0.378153408,2.8284271247,0.5,0.7,0.5,2,3,8,5,9,1,7,6,4,1,6,0,0,1,1,0,0 +19214,0,2,3,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.6,1.070046728,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9242011292,0.3820994635,3.7416573868,0.0,0.1,0.7,1,0,8,4,8,3,11,5,0,3,6,0,1,0,1,0,0 +19216,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.8884677822,11,0,0,0,1,7,1,1,2,1,96,3,0.4472135955,0.9423134009,0.36138622,3.1622776602,0.1,0.0,0.2,1,4,8,4,8,2,10,6,2,3,6,0,1,0,0,0,0 +19219,0,5,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.8511022265000001,6,1,1,0,0,10,1,1,2,1,28,3,0.3741657387,0.8550530406999999,0.3248076354,3.1622776602,0.2,0.2,0.2,3,2,6,2,9,1,5,10,1,6,12,0,1,0,0,1,1 +19220,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6684870978999999,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7530379245000001,0.3887158345,3.4641016151,0.6,0.3,0.3,1,4,7,5,10,0,9,8,1,5,9,0,0,0,0,0,0 +19221,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.5,1.7016536075,11,1,-1,0,-1,11,1,1,0,1,67,2,0.3741657387,0.6849926101999999,0.3666060556,3.1622776602,0.1,0.5,0.3,2,4,9,3,12,1,8,4,2,0,10,0,0,0,1,0,0 +19223,0,6,3,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.6754628043,6,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.5899117457,0.3583294573,2.6457513111,0.5,0.2,0.1,2,1,7,5,9,2,6,4,2,2,4,0,0,1,0,1,0 +19228,0,0,2,1,0,6,0,0,0,1,0,0,0,0,0,0,0,0,1,0.8,0.2,0.6149186938,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6284409411999999,0.3687817783,3.1622776602,0.7,0.4,0.4,4,0,8,3,11,2,6,6,0,2,8,1,1,1,1,0,0 +19230,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.2,0.5973901573,5,1,0,0,0,11,1,1,0,1,99,2,0.316227766,0.6308855117000001,0.30331501780000003,3.1622776602,0.3,0.4,0.4,3,2,7,3,9,3,9,5,3,1,5,0,1,0,0,1,0 +19236,0,5,1,9,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.0,0.0,0.5900211861,0,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.4274536653999998,0.5329165038,3.3166247904,0.0,0.9,0.9,4,2,10,3,10,1,6,8,1,3,7,0,1,0,0,0,0 +19239,0,6,1,8,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.5,0.9549214627,11,0,1,8,1,13,1,1,2,1,20,3,0.4472135955,1.1966982815,0.3714835124,3.6055512755,0.4,0.0,0.5,4,3,9,2,8,3,5,8,0,3,9,0,1,1,0,1,0 +19248,1,1,2,1,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0.4,0.3,-1.0,6,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.8901782717,0.3820994635,3.0,0.6,0.9,0.7,3,1,9,5,10,1,11,12,0,4,6,0,1,0,1,1,0 +19256,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.1,0.4949747468,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7530379245000001,0.3887158345,3.4641016151,0.1,0.0,0.0,1,1,9,5,10,4,8,6,1,7,5,1,1,0,1,0,0 +19257,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.5,1.0697546448,10,1,-1,9,0,15,1,0,0,1,58,3,0.5196152423,1.4003475808,0.5059644256,3.6055512755,0.0,0.6,0.5,3,2,6,5,8,0,6,7,2,3,9,1,0,1,0,1,0 +19258,0,1,2,7,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.3,1.262933094,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6730496770000001,0.3615245497,3.3166247904,0.9,0.4,0.7,2,1,9,3,10,1,7,3,2,3,6,0,1,0,1,1,0 +19261,0,4,2,3,1,6,0,0,0,1,0,0,0,0,0,0,1,0,0,0.6,0.9,0.5645794895,7,1,-1,0,-1,0,1,1,0,1,46,3,0.4,0.8188759682,0.3663331817,3.3166247904,0.4,0.6,0.3,2,4,9,2,9,2,8,9,1,3,8,0,0,1,1,1,0 +19262,0,7,3,9,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,6,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.6715745653,0.3685105155,2.8284271247,0.3,0.4,0.2,2,4,6,6,11,3,11,5,5,3,5,0,1,1,1,0,0 +19263,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,5,0,1,1,1,0,1,1,0,1,104,2,0.4472135955,0.9388757124,-1.0,3.3166247904,0.9,0.0,0.2,3,0,7,4,9,3,6,2,3,4,12,0,1,0,1,1,0 +19266,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.4943429983,11,0,-1,1,-1,16,1,1,2,1,104,3,0.316227766,0.7858774114,0.3674234614,3.3166247904,0.5,0.3,0.0,0,2,8,1,11,3,10,5,1,2,7,0,1,0,0,1,0 +19267,0,6,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.4,0.0,0.9024272824,4,1,-1,0,0,6,1,1,0,1,27,3,0.3741657387,0.7314369419,0.3907684737,3.3166247904,0.9,0.3,0.1,2,5,10,5,9,0,11,7,0,4,9,0,0,1,0,0,1 +19275,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.7640353395,10,1,-1,8,1,3,1,1,0,1,104,2,0.5289612462,0.9591555342,0.5417564028,1.7320508076,0.4,0.6,0.7,2,3,3,2,7,3,7,5,3,4,6,0,1,0,1,1,0 +19279,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.9,1.2103718437,11,1,1,0,0,1,1,1,2,1,51,2,0.3741657387,0.8335922463,0.3307567082,3.6055512755,0.6,0.2,0.7,1,1,5,1,9,3,11,8,2,2,4,0,1,1,0,0,1 +19281,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.2,-1.0,7,1,1,0,1,11,1,0,2,1,17,2,0.3741657387,0.971675302,0.32756678710000003,3.7416573868,0.2,0.5,0.5,3,4,8,5,8,2,9,8,1,3,6,0,0,1,0,0,0 +19285,0,2,1,9,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.9,1.5781714102000002,6,1,-1,0,1,10,1,1,0,1,28,2,0.3741657387,0.9058122696,0.3869108424,3.4641016151,0.5,0.5,0.0,2,1,8,2,10,3,9,4,2,2,9,1,0,1,0,0,1 +19292,1,2,1,8,0,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0.3,0.0,1.2303454799,4,1,-1,2,1,11,1,1,0,1,94,0,0.3741657387,0.7908503112999999,0.4301162634,3.4641016151,0.5,0.9,0.2,1,0,6,2,9,2,7,5,1,2,4,0,0,1,0,0,0 +19298,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.3,0.7913595896,6,1,-1,0,1,11,1,1,0,1,7,3,0.4235563717,0.6993503479000001,0.3542597917,2.0,0.4,0.4,0.5,3,3,7,1,11,3,6,5,2,4,10,0,1,0,0,0,0 +19299,0,5,1,6,0,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.8,1.162970335,11,0,0,8,1,9,1,1,2,1,13,3,0.4472135955,0.977114152,0.3991240409,3.1622776602,0.4,0.9,0.3,2,3,9,1,8,3,7,4,1,0,1,0,1,1,1,1,0 +19300,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.2,0.5190134873,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7195757474,0.3754996671,3.3166247904,0.3,0.0,0.8,2,0,10,4,9,1,7,8,0,4,11,0,0,1,0,0,0 +19308,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.3,0.5689903338000001,10,1,-1,0,0,4,1,1,0,1,104,3,0.4,0.6804531790999999,0.4242640687,2.4494897428,0.3,0.8,0.4,2,2,7,4,11,4,10,8,4,2,14,0,1,1,0,1,0 +19309,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,1.1884864324,11,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7968429442,-1.0,3.6055512755,0.2,0.3,0.1,4,2,7,4,12,2,5,4,0,4,7,0,1,1,0,0,0 +19313,0,5,1,8,1,6,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.6,1.7652903444,11,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.5941171657,0.3016620626,2.6457513111,0.7,0.9,0.1,1,5,5,4,10,3,12,7,2,4,8,0,0,1,1,0,0 +19315,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6309714732,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.5232211106,0.3185906464,1.7320508076,0.2,0.4,0.7,1,2,7,2,9,3,12,3,4,1,3,0,1,1,0,0,0 +19332,0,3,1,5,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,-1.0,7,0,-1,1,-1,16,1,0,0,1,104,2,0.4,1.2215354109999998,0.4147288271,3.7416573868,0.1,0.2,0.6,3,0,9,4,9,3,9,5,2,4,10,0,1,1,0,0,0 +19334,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,1.0799305533,10,0,-1,5,1,17,1,1,0,1,104,0,0.316227766,0.8957775144,0.3193743885,3.1622776602,0.7,0.0,0.9,3,1,7,4,8,3,7,7,0,2,7,0,1,0,0,0,1 +19335,0,1,3,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6209871174,10,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6796936597,0.3615245497,3.1622776602,0.6,0.9,0.9,1,1,7,4,10,5,9,4,1,5,8,0,1,0,0,0,0 +19337,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.5883159886,0.3507135583,2.8284271247,0.3,0.3,0.7,2,0,8,2,11,5,6,4,5,0,8,0,0,1,1,1,0 +19340,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.6,1.8328597873,11,0,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.7524752543000001,0.4110960958,2.8284271247,0.7,0.4,0.6,2,3,9,1,10,0,8,8,1,2,9,0,1,1,0,0,1 +19342,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,1.031988372,11,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.8014836448999999,0.3988734135,3.3166247904,0.9,0.7,0.9,2,1,7,4,8,3,8,1,2,0,6,1,1,0,1,1,0 +19345,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.5,0.7132671309,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7362513944,0.3788139385,2.8284271247,0.7,0.9,0.2,0,2,8,1,9,3,5,5,1,2,8,0,1,0,1,1,1 +19347,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,-1.0,4,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6745828218000001,0.3615245497,3.1622776602,0.1,0.8,0.8,2,2,8,2,9,0,6,8,2,3,4,0,1,0,0,0,0 +19348,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.8272696054,4,1,-1,0,0,1,0,1,0,1,64,1,0.316227766,0.6620622677,0.3619392214,3.1622776602,0.9,0.8,0.3,3,1,8,4,9,1,8,6,1,4,8,1,0,1,1,0,0 +19350,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.3,0.0,0.6694213918999999,7,0,1,0,1,10,1,0,2,1,55,2,0.4242640687,1.0686046552,0.3586084215,3.7416573868,0.7,0.3,0.8,1,2,8,3,11,1,5,8,1,2,10,1,1,1,0,1,0 +19366,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.9,0.9,1.1132722039,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9348288392,0.3820994635,3.3166247904,0.4,0.2,0.7,2,2,9,3,9,1,10,6,1,4,3,0,1,1,0,0,0 +19368,1,5,1,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.7,0.3,0.8227241336,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.609955289,0.3768288736,2.6457513111,0.6,0.8,0.6,2,0,10,2,10,1,9,5,1,4,8,0,1,0,0,0,0 +19370,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.3,0.6869315831999999,10,1,-1,0,0,11,0,1,0,1,7,3,0.4242640687,0.7267753981,0.4129164564,2.6457513111,0.1,0.8,0.4,3,1,8,1,9,4,5,4,1,2,7,0,0,1,1,1,0 +19373,0,1,2,2,0,3,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.6,0.7185053932,3,1,-1,1,-1,16,1,1,2,1,104,2,0.4,0.905355964,0.4147288271,3.1622776602,0.5,0.8,0.6,4,3,10,1,7,1,15,11,0,3,11,0,1,0,1,1,0 +19376,0,4,1,6,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.5,0.8627716963,10,0,-1,1,1,0,1,1,0,1,75,2,0.4472135955,1.0966892325,0.4440720662,3.3166247904,0.0,0.3,0.7,1,0,6,1,9,1,9,3,0,6,6,0,1,1,1,1,0 +19377,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.5,0.2,0.5787918450999999,10,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.5588506504999999,0.3615245497,2.4494897428,0.2,0.5,0.0,2,3,8,2,10,1,5,6,2,2,5,1,1,0,0,1,0 +19379,0,1,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.5,0.3,0.6475916923,6,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.8223002408,0.4074309757,3.0,0.8,0.1,0.5,1,1,7,3,10,4,7,6,1,4,13,1,1,1,0,0,0 +19380,0,5,2,2,1,0,0,1,0,0,0,0,1,0,1,9,0,0,1,0.7,1.4,1.5530212490000002,11,1,1,0,0,15,1,0,2,1,97,3,0.3872983346,0.9278518691,0.2983286778,3.6055512755,0.3,0.0,0.5,1,1,7,2,8,0,3,5,1,0,6,0,1,0,0,0,0 +19381,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.6,0.2,0.6015604708,11,1,0,0,0,1,1,1,2,1,70,3,0.3741657387,0.7604641906,0.33911649920000003,3.1622776602,0.5,0.7,0.1,3,4,9,3,10,0,7,5,3,6,4,0,0,0,0,1,0 +19382,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.6882949948999999,7,1,-1,0,-1,4,1,1,0,1,12,3,0.4,0.7949348951999999,0.3708099244,3.4641016151,0.7,0.9,0.7,1,3,8,3,12,1,13,8,1,1,15,0,1,0,0,1,1 +19383,0,0,1,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6595452978999999,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6657966086,0.3619392214,3.3166247904,0.6,0.5,0.3,1,1,7,5,9,2,5,9,0,4,6,1,1,0,0,1,0 +19390,0,6,1,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7403546447,6,0,-1,0,0,11,1,1,0,1,53,2,0.4472135955,0.8894236224,0.4306971093,3.3166247904,0.4,0.3,0.8,2,2,6,3,9,3,6,7,1,3,5,0,1,1,0,0,0 +19391,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.7474958194,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.657772977,0.3619392214,3.1622776602,0.2,0.3,0.9,2,1,6,3,10,3,9,5,1,3,13,0,0,1,1,0,0 +19395,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.7,0.3,0.6189709202,7,1,-1,0,-1,4,1,1,3,1,104,2,0.4,0.6395052323,0.3943348831,2.6457513111,0.6,0.3,0.8,2,1,7,1,8,1,9,2,6,1,7,0,0,1,1,0,0 +19398,0,1,1,4,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.5,0.8689073598,2,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6115621509,0.3860051813,2.2360679775,0.9,0.2,0.4,0,2,9,3,10,1,5,5,2,1,8,0,1,0,1,0,0 +19399,0,4,1,7,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.9,-1.0,10,0,-1,0,0,10,1,1,0,1,28,3,0.3872983346,0.9355358212,0.3820994635,3.1622776602,0.1,0.8,0.9,1,0,7,4,6,4,7,5,2,4,6,1,0,1,0,0,0 +19400,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7159199132999999,0.3887158345,3.1622776602,0.5,0.2,0.0,2,1,9,2,9,1,9,8,1,2,8,0,0,0,1,1,0 +19402,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.5,0.9549214627,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.640134929,0.34727510710000004,3.3166247904,0.3,0.7,0.8,3,2,7,5,11,4,7,5,1,4,4,0,0,0,1,0,0 +19403,0,1,4,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.3,0.5814851675,7,1,-1,0,-1,0,1,1,1,1,54,3,0.4,0.8481506376000001,0.3826225294,3.1622776602,0.9,0.5,0.6,1,1,8,3,9,5,6,6,3,1,10,1,1,1,0,0,0 +19404,0,3,1,4,0,6,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,8,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6578829055,0.3619392214,3.1622776602,0.9,0.2,0.8,4,3,9,1,7,1,10,7,3,4,13,0,1,1,0,0,0 +19406,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.6661456297,7,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7557219743000001,-1.0,3.6055512755,0.7,0.5,0.1,3,1,7,1,9,3,10,1,3,0,5,0,0,0,1,1,0 +19407,0,3,1,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.5,0.1,-1.0,4,1,-1,0,1,1,1,1,0,1,85,3,0.3741657387,0.7114906944,0.3974921383,2.8284271247,0.8,0.9,0.7,2,3,8,2,12,0,9,10,1,3,7,0,1,0,1,0,0 +19409,0,5,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,0.5,-1.0,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7694851773,0.3974921383,3.1622776602,0.7,0.6,0.1,4,2,9,3,11,5,9,5,2,5,6,0,0,1,0,0,1 +19410,0,1,2,0,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.0,0.0,1.3683932183,11,1,-1,0,-1,0,1,1,2,1,66,3,0.4,0.7816596034000001,0.3794733192,3.1622776602,0.1,0.3,0.8,4,3,7,1,7,1,7,6,2,2,6,0,1,0,0,1,1 +19412,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.7,0.7,0.5244044241,3,1,0,0,0,4,1,1,3,1,48,3,0.3160696126,0.5605855852,-1.0,2.2360679775,0.3,0.5,0.6,3,0,9,5,7,3,9,5,0,2,7,0,1,0,0,0,0 +19413,0,2,1,2,1,0,0,1,0,0,0,0,1,0,1,3,1,0,0,0.8,0.6,1.0307764064,11,0,1,1,0,2,-1,0,2,1,104,3,0.4,1.6831198894,0.4213074887,3.7416573868,0.6,0.2,0.2,2,3,9,5,10,2,10,3,3,6,9,0,1,1,1,1,0 +19414,0,7,2,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,0,1,-1,0,1,1,1,1,0,1,80,2,0.316227766,0.7557219743000001,-1.0,3.6055512755,0.3,0.7,0.6,3,2,7,4,7,4,11,6,3,2,6,0,1,1,0,0,0 +19415,0,2,1,7,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.3,0.6020797289,9,1,1,0,1,11,1,1,2,1,44,3,0.4472135955,0.7732618472,0.33911649920000003,3.1622776602,0.6,0.2,0.5,1,2,7,1,8,2,5,2,0,4,5,0,1,1,0,1,1 +19416,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,1.1712706775,10,1,-1,0,0,0,1,1,0,1,34,2,0.4,0.8375609019,0.3780211634,3.4641016151,0.4,0.8,0.9,1,0,8,3,11,2,20,1,0,5,10,0,0,1,0,0,0 +19417,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.5,1.3513881752,10,0,-1,8,1,9,0,1,0,1,13,3,0.4472135955,0.9202833735,0.4679743583,3.0,0.3,0.7,0.1,5,1,9,2,12,1,8,8,3,4,8,0,0,0,0,0,0 +19418,1,2,1,2,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.5,0.7549834434999999,11,0,-1,8,-1,3,0,1,1,1,104,2,0.5,1.4045675197,0.474341649,3.4641016151,0.0,0.7,0.7,2,0,8,4,7,3,5,0,4,4,9,0,1,0,0,0,0 +19421,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.8,0.4,0.7232738070999999,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7662158814,0.30331501780000003,3.7416573868,0.5,0.9,0.9,1,1,6,2,10,1,9,10,3,2,8,0,0,0,0,0,0 +19422,0,4,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.5695392875,8,1,-1,0,1,14,1,1,0,1,104,1,0.3160696126,0.5524176765,0.3556683849,2.6457513111,0.6,0.4,0.4,3,2,9,3,6,3,9,2,2,2,9,0,1,0,0,0,0 +19426,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,1.0,1.09772492,4,1,-1,0,1,0,1,1,0,1,78,2,0.4,0.834483435,0.3848376281000001,3.4641016151,0.6,0.4,0.5,4,2,9,5,8,1,9,8,2,3,4,0,0,0,0,1,0 +19431,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.3,0.9896337706,11,0,-1,0,-1,14,1,1,0,1,29,3,0.4469899328,0.6630134061999999,0.3845776905,2.0,0.2,0.1,0.8,4,0,8,1,8,2,4,5,1,3,6,0,1,0,0,0,1 +19434,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.0,-1.0,7,1,-1,2,-1,1,0,1,2,1,90,0,0.3741657387,0.7067852959,0.4166533331,3.3166247904,0.0,0.5,0.3,2,1,7,2,9,2,7,6,3,4,9,0,0,0,0,1,1 +19435,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,1.2,0.9971835338,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7984230325,0.3807886553,2.8284271247,0.2,0.9,0.1,2,1,9,2,11,3,9,7,0,4,7,0,0,0,1,1,0 +19437,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,6,1,1,2,1,77,2,0.3741657387,0.7369526264,0.3874274126,3.3166247904,0.4,0.1,0.7,4,0,6,6,10,3,8,6,1,4,8,0,1,0,0,1,0 +19440,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,7,1,-1,0,-1,1,1,0,2,1,70,3,0.4,0.9460771551,0.3962322551,3.7416573868,0.8,0.3,0.1,1,4,9,3,5,4,7,7,0,3,7,0,1,0,0,1,0 +19442,0,2,4,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.2,0.5425633604,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6923131666,0.3974921383,2.6457513111,0.8,0.7,0.9,2,0,9,3,10,2,9,2,1,3,8,1,1,1,0,0,0 +19443,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.631466547,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6582172894,0.3820994635,2.6457513111,0.0,0.6,0.9,2,1,7,2,9,2,15,3,2,6,8,0,0,1,0,0,0 +19444,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.5,0.9337424698,11,0,0,9,0,9,1,1,1,1,104,3,0.5153639490999999,1.1099847367,0.4144876355,2.8284271247,0.3,0.7,0.0,0,2,9,5,7,3,7,5,2,3,2,0,0,0,0,0,0 +19447,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.6,0.7,0.9974968672,11,1,-1,0,-1,0,1,1,2,1,32,3,0.3160696126,0.5098796649,0.3674234614,0.0,0.5,0.6,0.3,4,0,8,2,9,0,7,9,0,8,15,0,0,1,0,0,0 +19448,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.8448372623999999,11,0,1,0,0,11,1,0,2,1,2,3,0.4242640687,1.0927541216,-1.0,3.7416573868,0.7,0.9,0.2,3,3,7,5,9,4,8,4,0,2,7,0,0,0,1,0,0 +19451,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.6146960547,0.3507135583,3.4641016151,0.6,0.3,0.3,2,1,7,4,7,3,9,8,1,3,10,0,1,1,0,0,0 +19453,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.4,0.7,1.2402116755,7,1,1,1,1,3,1,0,2,1,45,3,0.4,0.8618642105,0.3096772513,3.7416573868,0.1,0.5,0.8,3,3,8,2,9,2,10,6,0,1,4,0,1,1,0,0,0 +19454,0,0,1,1,1,-1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.7,1.1205467416,11,1,0,0,1,6,-1,1,2,1,104,3,0.3741657387,0.6267454965,0.3388214869,2.8284271247,0.3,0.8,0.4,4,3,9,2,10,4,11,6,1,3,6,1,0,0,0,0,0 +19456,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.6480740697999999,11,1,1,0,1,1,1,1,2,1,70,3,0.4242640687,0.8162097446,0.33911649920000003,3.0,0.9,0.4,0.6,4,1,8,4,11,3,8,10,2,4,11,0,0,0,0,0,0 +19458,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,8,0,-1,0,0,7,1,1,0,1,92,3,0.4,0.6797848469,0.4045985665,2.8284271247,0.0,0.4,0.6,2,2,7,4,9,2,6,3,4,3,4,0,0,1,0,0,0 +19460,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,8,0,0,0,0.9,0.3,0.6475916923,11,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.6642898402,0.4013726448,2.2360679775,0.5,0.9,0.7,2,1,5,5,9,0,8,6,3,0,9,1,1,1,1,1,0 +19464,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.4,0.0,0.6480740697999999,5,1,1,2,1,1,1,1,2,1,90,0,0.3741657387,0.6202172373,0.3210918872,2.6457513111,0.0,0.5,0.0,3,3,7,6,11,1,8,5,3,2,9,0,1,1,0,1,0 +19467,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,11,0,0,0,0.1,0.2,-1.0,6,1,-1,0,0,7,1,1,0,1,92,3,0.3983716857,0.6395052323,0.3926830783,2.2360679775,0.3,0.1,0.5,3,3,7,1,9,1,8,7,0,1,6,0,1,0,0,1,0 +19469,0,0,3,4,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.5,0.6,0.8838834765000001,7,1,0,0,1,11,1,1,3,1,99,2,0.316227766,0.5632146516,0.30331501780000003,2.2360679775,0.1,0.5,0.1,1,2,8,3,10,3,12,3,1,6,5,0,0,1,1,0,0 +19472,0,0,1,4,1,1,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.4,0.9058835466,11,0,1,9,1,17,-1,0,2,1,104,3,0.6,1.5915583091,-1.0,3.6055512755,0.1,0.8,0.9,2,3,8,3,9,3,9,7,0,3,9,1,0,1,1,1,0 +19474,0,2,1,7,0,2,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.6179603547,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6785223371,0.3744329045000001,3.0,0.4,0.1,0.9,1,1,8,3,7,3,8,7,0,2,7,0,1,0,0,0,0 +19475,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.5,0.3,0.5673402859000001,6,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8239192770999999,0.3848376281000001,3.6055512755,0.9,0.3,0.7,1,2,7,6,8,0,9,8,2,6,11,0,0,0,0,0,0 +19476,1,5,1,9,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,-1.0,4,1,-1,9,1,15,1,0,0,1,41,2,0.5477225575,1.7679790138,0.5329165038,3.6055512755,0.5,0.9,0.6,2,1,9,5,7,4,9,9,2,2,5,0,0,1,1,1,0 +19482,0,0,2,0,1,0,0,0,1,0,0,0,0,0,0,8,0,0,1,0.1,0.2,-1.0,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6300498472,0.34727510710000004,3.1622776602,0.6,0.4,0.2,4,2,8,4,8,2,5,7,2,2,8,0,1,0,0,0,0 +19483,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6819090848,11,1,-1,0,-1,9,1,1,2,1,21,3,0.316227766,0.8142995012,0.3768288736,3.6055512755,0.4,0.4,0.4,2,2,9,3,6,5,12,7,0,4,10,0,1,0,1,1,0 +19487,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.5315072906,10,1,-1,0,0,6,1,0,0,1,27,2,0.3741657387,0.8223504912999999,0.3907684737,3.6055512755,0.0,0.9,0.7,1,5,6,2,9,2,11,6,0,2,9,0,1,0,0,1,0 +19489,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.6,0.6,0.9280355597,6,1,-1,0,0,10,1,0,0,1,28,3,0.3741657387,1.0294024585,0.3820994635,3.6055512755,0.6,0.0,0.5,3,0,6,5,10,3,5,2,0,2,9,0,1,1,1,1,0 +19490,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.2,0.7106335201999999,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8536382999,0.3848376281000001,3.4641016151,0.7,0.9,0.0,3,1,10,2,10,4,7,6,1,6,5,0,0,0,0,0,1 +19493,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.7,0.7,1.0703387314,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6383896321,0.34727510710000004,3.3166247904,0.4,0.3,0.8,4,1,8,3,10,2,11,8,1,2,3,0,0,0,0,1,0 +19494,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.8,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6111464636,0.3619392214,2.6457513111,0.1,0.6,0.3,3,0,9,2,11,3,12,7,1,5,6,1,1,0,0,0,1 +19495,0,4,1,4,0,1,1,0,0,0,0,0,0,0,0,7,0,1,0,0.8,0.2,0.522613624,11,1,-1,0,-1,1,1,1,0,0,31,3,0.423792402,0.6355514297,0.4489988864,2.2360679775,0.9,0.3,0.5,2,2,8,4,10,3,9,3,3,4,9,0,0,1,1,0,0 +19502,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4100304867,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6887226169,0.3685105155,3.0,0.4,0.3,0.5,3,3,7,5,8,3,10,5,2,3,9,0,0,1,0,1,0 +19503,0,3,1,6,1,6,0,1,0,0,0,0,0,0,0,5,0,0,1,0.8,0.7,0.9848857802,11,0,1,1,1,9,1,1,2,1,104,2,0.5744562647,0.955940539,0.4057092555,3.0,0.6,0.7,0.2,3,2,10,1,8,4,8,7,0,2,12,0,0,1,0,1,0 +19505,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5203106192,0.3687817783,1.0,0.8,0.6,0.2,2,3,9,3,10,3,14,5,3,1,8,0,0,1,0,0,0 +19506,0,0,2,1,1,2,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.4590236461,10,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.6045693775,0.2887905816,3.0,0.4,0.4,0.3,2,4,9,4,11,1,3,11,2,0,6,0,0,0,0,1,0 +19511,0,5,1,8,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.7,0.9633924434,11,0,0,9,0,15,1,1,2,1,58,3,0.5477225575,1.3857822924,0.4358898944,2.6457513111,0.8,0.0,0.9,3,0,9,4,11,1,8,7,2,5,3,0,1,1,0,0,1 +19512,0,7,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.6427480066,7,1,1,0,1,0,1,1,0,1,34,2,0.4,0.8355047467,0.3144837039,3.4641016151,0.6,0.7,0.0,2,2,6,4,7,3,10,4,0,2,6,0,0,0,1,0,0 +19517,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5460082417000001,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.633663101,0.34727510710000004,3.3166247904,0.2,0.3,0.9,4,2,7,2,9,5,6,3,2,4,8,0,1,1,0,0,0 +19518,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.4,0.0,0.9971835338,10,1,-1,0,1,0,0,0,0,1,87,2,0.316227766,0.8071734173,0.3615245497,3.7416573868,0.1,0.1,0.9,1,3,7,3,11,4,11,5,1,5,11,0,1,1,0,0,0 +19519,0,1,2,5,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,0.7,1.2879246872,11,1,-1,1,-1,12,1,1,2,1,104,3,0.4472135955,0.9165489531,0.4701063709,3.4641016151,0.9,0.9,0.0,0,2,8,4,7,1,16,9,1,4,9,0,1,0,0,0,0 +19523,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7990179923,0.3663331817,3.4641016151,0.4,0.6,0.4,3,0,7,1,4,2,5,9,1,2,8,0,0,0,0,1,0 +19525,0,0,3,4,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.2,0.7150174823000001,11,1,1,1,0,12,1,0,2,1,104,3,0.3741657387,0.8216467037999999,0.307408523,3.7416573868,0.3,0.5,0.7,3,3,9,3,9,2,8,4,3,3,9,0,1,1,1,0,0 +19531,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5326818938,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.7486213223999999,0.3817066937,3.1622776602,0.6,0.2,0.4,2,0,7,3,7,2,9,10,1,4,6,0,1,0,0,1,0 +19532,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.8714212529,11,0,-1,1,-1,16,1,1,2,1,104,2,0.4,0.9702602531,0.4147288271,3.1622776602,0.1,0.1,0.6,4,1,8,1,8,2,6,7,1,5,9,0,1,0,0,0,1 +19533,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.6,0.3,0.6103277807999999,11,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.8229915447,0.3850973903,3.3166247904,0.8,0.8,0.7,0,1,7,2,10,2,7,3,2,3,8,0,1,1,1,0,0 +19534,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,10,1,0,2,1,55,2,0.4472135955,1.2102950258,0.4174925149,3.7416573868,0.0,0.3,0.9,4,3,9,2,9,1,9,3,0,2,6,1,0,0,0,0,0 +19537,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.5545268253,7,1,-1,0,-1,1,1,1,2,1,70,3,0.4,0.8669434290000001,0.3962322551,3.4641016151,0.5,0.2,0.3,4,3,9,5,8,0,8,6,3,2,11,0,1,1,0,0,0 +19544,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.5,1.7088007491,11,1,0,0,1,4,1,1,2,1,104,2,0.4,0.6190835669,0.3201562119,2.2360679775,0.4,0.0,0.4,2,2,8,5,9,4,6,4,3,4,7,0,0,1,0,0,0 +19546,0,7,1,1,0,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,0.8525696452,0,1,-1,0,0,1,1,1,0,1,85,3,0.3741657387,0.6982859771,0.3974921383,2.6457513111,0.8,0.2,0.3,3,2,8,3,9,3,14,7,0,7,7,0,1,1,0,0,0 +19547,0,7,1,9,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.8,1.4,1.5130680751,8,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.7535453394,0.378153408,2.6457513111,0.3,0.8,0.1,4,1,8,4,12,1,3,3,3,2,8,0,1,1,1,0,0 +19549,1,0,3,6,1,6,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,0.4,0.7996092796,11,1,1,0,0,11,1,1,2,1,36,3,0.3741657387,0.8903291248,0.3266496594,3.6055512755,0.0,0.2,0.9,2,1,7,1,11,5,8,4,0,6,3,0,1,1,1,1,0 +19551,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,1.8,1.7862320678,10,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7211675566,0.3598610843,3.4641016151,0.2,0.8,0.6,2,1,6,2,11,4,8,2,0,3,12,0,0,0,0,1,1 +19552,0,4,1,6,0,6,0,1,0,0,0,0,0,0,0,8,0,1,0,0.7,0.4,0.9646890691,11,0,1,9,0,9,1,1,1,1,104,3,0.4898979486,1.3549191065,0.4144876355,3.4641016151,0.4,0.7,0.4,3,4,7,2,11,5,8,6,1,1,7,0,0,1,1,0,0 +19554,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.631466547,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.575964875,0.3583294573,2.6457513111,0.7,0.1,0.5,1,2,8,2,9,6,7,3,2,4,9,0,0,1,0,1,0 +19556,0,3,1,6,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6093028803,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.6948155115000001,0.3598610843,3.3166247904,0.7,0.6,0.4,3,3,8,1,9,0,7,5,1,2,6,0,1,0,1,0,0 +19557,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.8947765084,10,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7117229705,0.3615245497,3.3166247904,0.6,0.0,0.3,1,3,7,5,9,1,11,3,1,1,5,0,1,0,1,1,0 +19558,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.4,-1.0,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8797304245,0.3964845520000001,2.6457513111,0.7,0.1,0.0,3,1,8,5,10,2,5,7,1,2,6,0,1,0,0,1,0 +19561,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,11,1,1,2,1,16,3,0.3741657387,0.690998798,0.3185906464,3.0,0.4,0.9,0.5,1,3,5,5,11,2,8,6,3,1,7,0,1,1,0,0,0 +19564,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.6,1.0,1.5404950503,5,0,1,1,1,5,-1,0,2,1,104,3,0.4,1.5303405336000002,0.3701351105,3.7416573868,0.3,0.6,0.2,0,0,9,4,10,4,5,3,1,0,9,0,1,1,0,0,0 +19565,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.4,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6305251648,0.3521363372,3.1622776602,0.5,0.0,0.6,1,3,7,0,9,0,8,12,2,0,13,0,0,0,1,1,0 +19566,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,1.5947178434,11,1,1,8,0,4,0,0,2,1,6,3,0.4,1.0956148506,0.3466987165,3.7416573868,0.7,0.1,0.5,3,3,8,2,10,1,6,4,2,4,9,0,1,1,0,0,0 +19567,0,6,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.2,0.2,-1.0,10,1,-1,8,1,11,1,0,0,1,71,2,0.5291502621999999,1.5838101355,-1.0,3.6055512755,0.9,0.8,0.6,1,3,7,4,6,2,11,6,2,2,5,0,0,1,1,1,0 +19568,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.4,0.5,0.7778174593000001,11,1,0,0,1,0,1,1,2,1,32,3,0.316227766,0.5915206625,0.2944486373,2.6457513111,0.5,0.5,0.3,1,4,9,4,10,3,10,8,2,3,7,0,1,1,1,0,0 +19569,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.6,0.6,1.0228636273,11,1,1,2,0,0,1,1,2,1,100,0,0.3997499218,0.9152976755,0.3266496594,3.6055512755,0.7,0.2,0.8,2,2,7,3,10,1,6,2,0,2,11,1,1,1,0,1,0 +19570,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.5,0.2,0.6427480066,11,1,-1,0,-1,11,0,1,2,1,99,2,0.316227766,0.5852173433,0.3687817783,2.6457513111,0.5,0.5,0.3,3,0,7,2,10,1,8,3,0,3,8,0,0,1,1,1,0 +19573,0,1,4,7,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,0.9794769012,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.881642438,0.3820994635,3.0,0.5,0.3,0.9,3,2,8,4,12,5,9,5,0,1,9,0,1,1,0,1,0 +19574,0,2,1,2,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.5159567936000002,11,0,-1,0,-1,10,1,1,0,1,28,3,0.3741657387,0.9953818986,0.3820994635,3.6055512755,0.9,0.0,0.9,3,3,7,3,7,2,9,7,0,0,3,0,1,1,0,0,0 +19577,0,5,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.2,0.6442049363,11,1,1,0,1,14,1,1,2,1,68,3,0.4,0.9551134674,0.3443835072,3.4641016151,0.7,0.9,0.0,4,0,7,2,11,2,7,5,3,4,5,0,1,1,0,0,0 +19580,1,5,1,9,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.7,0.7,0.5338539125999999,11,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,0.8580200156000001,0.32557641190000003,2.8284271247,0.7,0.3,0.3,3,1,9,4,10,3,9,3,0,8,10,0,1,1,0,0,1 +19585,0,4,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5251721481,0.3774917218,2.0,0.4,0.0,0.0,1,2,9,3,8,0,8,3,1,3,7,0,1,0,1,0,0 +19586,0,7,2,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.0,-1.0,6,1,-1,0,0,4,1,0,0,1,12,2,0.4,0.8587902312000001,0.3708099244,3.6055512755,0.8,0.2,0.6,3,3,7,1,7,1,9,2,3,2,8,0,1,0,0,0,0 +19589,0,7,1,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.3,0.5798706752,4,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6031939781,0.3744329045000001,2.4494897428,0.4,0.1,0.6,2,0,8,2,8,1,8,4,0,2,2,0,1,0,1,1,0 +19593,0,0,1,11,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.4,0.0,0.8257572282,11,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.6103616324000001,0.3070830507,3.0,0.5,0.7,0.3,2,1,8,5,12,1,9,4,1,2,7,0,1,1,0,0,0 +19595,1,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.2,0.6344288770000001,7,1,-1,0,-1,0,1,1,1,1,32,1,0.3160696126,0.4290100078,0.3619392214,0.0,0.1,0.3,0.6,2,2,8,4,11,0,8,4,3,2,7,0,1,1,0,0,0 +19597,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5722761571,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9227608592,0.3984971769,3.3166247904,0.3,0.9,0.4,2,3,8,1,8,3,11,3,3,3,5,0,1,1,0,0,0 +19600,0,5,1,1,1,6,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.6373774392,6,1,-1,0,1,1,1,1,0,1,85,3,0.3741657387,0.68556546,0.3974921383,2.6457513111,0.3,0.6,0.4,2,2,6,2,10,4,11,3,1,2,12,0,1,1,0,0,0 +19605,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.7,1.2275483697,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9006884419,0.4185689907,2.8284271247,0.3,0.0,0.6,2,1,6,5,8,4,16,5,1,3,5,1,0,1,0,0,0 +19606,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.1,0.3,-1.0,5,1,-1,2,-1,0,0,1,2,1,100,0,0.3997499218,0.8756579581,0.423083916,3.4641016151,0.8,0.7,0.4,5,3,9,3,10,3,10,4,1,3,10,0,0,0,0,0,0 +19609,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6693866688,0.3615245497,3.0,0.1,0.3,0.6,0,2,9,4,8,0,11,5,0,7,6,0,0,1,1,0,0 +19611,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.3,0.0,0.7048936090000001,7,1,-1,0,-1,1,1,0,2,1,25,3,0.4,0.9131839676,-1.0,3.6055512755,0.5,0.8,0.7,4,2,6,5,11,3,11,6,1,2,4,0,0,1,0,0,0 +19614,0,0,1,6,0,3,0,1,0,0,0,0,0,0,0,9,0,0,1,0.9,0.8,1.0124228366,11,0,-1,1,-1,9,1,1,1,1,104,2,0.4898979486,1.2968254309,-1.0,3.4641016151,0.0,0.2,0.5,2,2,9,2,9,2,10,5,1,2,7,0,1,1,0,0,1 +19619,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.1,0.475,7,1,1,2,1,0,1,0,2,1,100,0,0.4,0.8558259265000001,0.3193743885,3.7416573868,0.9,0.5,0.4,1,3,7,3,8,4,14,7,1,1,9,0,1,0,1,0,0 +19620,0,0,1,7,0,4,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,1.8386476008,11,0,1,1,1,14,-1,0,2,1,104,2,0.4472135955,1.5839849319,0.390256326,3.6055512755,0.0,0.2,0.1,3,1,9,3,10,3,6,4,2,2,3,0,0,0,0,1,1 +19621,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.9624188277,11,0,-1,0,-1,10,1,1,1,1,55,2,0.4472135955,1.2306854906,0.4189272013000001,3.7416573868,0.5,0.5,0.2,3,2,9,2,8,3,9,7,2,3,5,0,0,0,0,0,0 +19627,0,7,1,8,1,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.0,0.0,0.7071067812,0,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.7525713497,0.4062019202,3.0,0.6,0.4,0.9,3,1,9,2,11,3,3,7,1,1,5,0,1,0,1,0,0 +19628,0,7,1,4,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.4,0.0,0.8411301921,6,0,-1,0,0,1,1,1,0,1,104,3,0.4242640687,0.8283584284000001,0.4129164564,3.1622776602,0.8,0.4,0.9,3,1,9,2,8,3,11,4,2,3,12,0,0,1,0,1,0 +19632,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.3,0.2,-1.0,11,1,-1,2,-1,1,1,1,1,1,90,0,0.4242640687,0.8169182162,0.4189272013000001,3.0,0.8,0.4,0.1,3,2,9,4,9,2,7,2,0,3,7,0,1,1,0,1,0 +19634,0,2,1,8,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.0,0.6837397166,5,1,-1,6,-1,11,0,1,2,1,104,0,0.5291502621999999,0.8984030828,0.5105878964,2.4494897428,0.1,0.4,0.1,3,3,9,4,9,2,5,3,2,1,5,0,1,1,1,0,0 +19638,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.8514693182999999,7,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8842632456,0.3903844259000001,3.4641016151,0.3,0.6,0.1,1,1,8,2,10,2,10,5,2,4,9,0,1,0,1,1,1 +19640,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.1,0.3741657387,7,1,1,0,1,0,1,1,1,0,95,2,0.4,0.7386748242,0.3348133809,2.8284271247,0.4,0.5,0.8,4,1,5,1,8,4,8,5,1,8,5,0,1,0,0,0,0 +19644,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.810863737,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5854644268,0.3640054945,2.0,0.3,0.4,0.4,2,0,8,4,12,1,10,6,3,4,5,0,1,0,0,0,1 +19647,0,0,2,3,1,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.6,0.3,0.6398241946000001,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.618399026,0.3619392214,2.8284271247,0.2,0.2,0.2,3,1,7,5,10,3,9,5,1,2,9,0,1,1,0,0,0 +19649,0,3,1,7,0,3,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.4,0.8302860953,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9055841455,0.4101219331,3.3166247904,0.4,0.3,0.1,3,3,6,4,10,1,21,5,1,2,8,0,0,0,0,0,0 +19652,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.9,0.6,1.3479150566999998,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9054700619,0.4086563348,3.3166247904,0.3,0.4,0.8,4,3,6,4,10,2,9,6,2,5,9,1,0,0,0,0,0 +19654,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5255949010000001,7,1,-1,0,-1,1,1,1,2,1,40,2,0.423792402,0.7304759006,0.3853569774,3.0,0.4,0.2,0.9,3,0,8,3,12,2,10,7,4,4,8,0,1,1,0,0,1 +19667,0,1,2,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,1.1464619488,11,0,-1,0,-1,4,1,1,2,1,104,2,0.4472135955,0.8989318731,0.4224926035,3.3166247904,0.7,0.9,0.5,3,2,9,4,9,4,8,3,0,1,9,0,0,0,0,0,1 +19670,0,6,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.3,1.0677078251999998,10,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.8953853226999999,0.3974921383,3.4641016151,0.8,0.9,0.1,0,2,8,5,9,2,5,3,3,1,9,0,0,0,0,1,1 +19674,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.5,0.9260129589,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4516041198,0.3612478374,0.0,0.5,0.7,0.6,4,3,8,3,10,4,9,7,2,4,8,0,1,0,0,1,0 +19675,0,0,1,5,1,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.4,0.6964194139,11,1,-1,0,-1,14,1,1,2,1,104,2,0.316227766,0.6497456590999999,0.3937003937,2.8284271247,0.3,0.5,0.5,3,1,7,6,9,3,7,6,1,3,7,1,0,0,1,0,1 +19676,0,0,1,6,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,0.7,0.9990620601,11,1,0,0,0,7,1,1,2,1,96,3,0.4472135955,0.7040467443,0.36138622,2.4494897428,0.2,0.7,0.5,1,0,7,3,10,3,11,4,2,4,5,0,1,0,0,1,0 +19685,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.0,0.4987484336,7,1,1,0,1,11,1,0,2,1,76,3,0.316227766,0.84915247,0.3181194744,3.6055512755,0.8,0.0,0.6,3,2,10,3,9,3,8,4,1,2,8,0,0,1,0,0,0 +19687,0,2,2,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7574628704,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5337184388,0.3640054945,2.0,0.5,0.0,0.3,1,4,7,3,11,0,8,8,1,5,8,0,1,1,0,0,0 +19689,0,2,2,7,0,0,0,1,0,0,0,1,1,0,2,0,0,0,1,0.9,1.2,1.4838716252000002,11,0,0,1,1,9,1,1,2,1,104,2,0.4242640687,1.2136533877,0.35,3.4641016151,0.6,0.0,0.5,3,2,7,2,10,0,13,5,1,2,5,0,1,1,1,0,0 +19690,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.8377798040000001,10,0,-1,1,0,9,1,1,0,1,61,3,0.4472135955,0.9794268015,0.5204805472,3.3166247904,0.4,0.9,0.5,1,3,6,2,9,3,8,7,1,5,5,0,1,0,0,0,0 +19691,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,6,0,0,1,0.3,0.4,-1.0,10,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.5720414364,0.3583294573,2.4494897428,0.4,0.4,0.2,1,2,7,4,10,1,8,2,1,3,6,0,1,0,0,1,0 +19692,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.5651327278,6,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.6987296620000001,0.3887158345,3.1622776602,0.3,0.3,0.8,3,2,6,2,8,2,9,6,1,4,5,0,1,1,1,1,0 +19693,1,2,3,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,-1.0,7,1,0,0,0,1,1,1,1,1,70,3,0.4,0.8539044984999999,0.3420526275,3.4641016151,0.4,0.9,0.1,1,2,7,2,9,2,9,2,0,1,10,0,1,1,0,0,0 +19694,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.1,0.5606915373,9,1,1,8,0,11,1,1,2,1,24,2,0.5291502621999999,0.9273395698,0.4213074887,1.7320508076,0.4,0.6,0.3,4,1,8,3,10,1,7,3,1,3,6,0,0,1,0,1,0 +19697,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.5,0.3,0.7373940602,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.9233070279,0.3974921383,3.6055512755,0.2,0.9,0.3,2,2,8,5,8,2,8,3,0,0,11,0,1,1,0,1,1 +19702,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,1,0,0,1,1,1,0,1,65,1,0.316227766,0.5821376964,0.2880972058,3.1622776602,0.4,0.8,0.0,2,1,6,2,8,4,8,6,3,1,9,0,1,1,0,1,0 +19706,0,0,1,0,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.9082951062,6,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7510873659999999,0.3708099244,3.3166247904,0.1,0.7,0.8,2,1,7,1,8,3,7,6,1,0,4,0,1,1,0,1,0 +19707,0,7,2,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.5,1.9673904036,11,1,0,0,1,0,1,1,0,1,32,1,0.3157530681,0.4406512836,-1.0,0.0,0.1,0.8,0.4,2,3,6,2,10,2,7,12,1,2,5,0,1,0,0,1,1 +19708,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.1,0.1,-1.0,10,1,-1,8,0,3,1,0,0,1,104,2,0.5,1.4252374022999998,0.5394441584,3.6055512755,0.6,0.7,0.8,2,2,6,3,7,1,13,7,1,2,8,0,1,1,0,1,0 +19709,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.1,0.2,-1.0,4,1,-1,0,1,7,1,1,0,1,96,3,0.4,0.7612516878,0.4274342055,2.8284271247,0.0,0.0,0.4,3,3,6,1,8,3,8,12,2,1,13,0,1,1,1,1,0 +19714,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7513761479000001,0.3598610843,3.3166247904,0.1,0.7,0.2,1,1,7,2,10,5,10,9,0,4,13,0,1,1,0,0,0 +19715,0,1,1,9,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.5506047207,11,1,-1,0,-1,1,1,1,2,1,25,3,0.4,0.8217095664,-1.0,3.6055512755,0.3,0.0,0.3,1,3,5,4,9,2,5,8,1,2,7,0,1,1,0,1,1 +19716,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.5873670061999999,7,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.808669451,0.2944486373,3.6055512755,0.8,0.6,0.2,2,2,9,2,9,4,9,9,1,4,12,0,0,1,0,0,0 +19717,1,5,1,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,0.8965210539,11,1,1,0,1,4,1,1,2,1,12,3,0.4,0.7878205106999999,0.3248076354,3.4641016151,0.2,0.1,0.1,1,2,4,4,11,3,7,5,0,4,8,0,1,0,0,1,0 +19718,1,5,1,7,0,3,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.9,1.1053845485,11,1,1,0,1,1,1,1,2,1,10,2,0.316227766,0.5783275974000001,0.3193743885,2.4494897428,0.6,0.6,0.4,2,1,8,6,9,1,5,5,0,5,8,0,1,0,0,0,0 +19720,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.4,1.4469796128,11,1,-1,0,-1,1,1,0,2,1,70,3,0.3741657387,0.8966996420000001,0.3860051813,3.6055512755,0.2,0.9,0.5,1,3,8,2,10,4,8,5,1,0,4,0,1,1,1,1,0 +19722,0,1,1,5,0,4,0,0,0,1,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,0,1,-1,0,0,0,1,1,0,1,32,1,0.316227766,0.5379598743999999,0.3676955262,2.2360679775,0.7,0.8,0.6,2,2,9,5,9,3,4,4,2,1,9,0,0,1,1,0,0 +19723,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5673402859000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.7232952314,0.3583294573,3.4641016151,0.2,0.1,0.0,2,3,8,3,11,3,6,7,2,3,9,0,1,0,0,0,0 +19726,1,1,4,5,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.5,0.9562295749,6,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.633663101,0.34727510710000004,3.3166247904,0.3,0.1,0.1,2,0,7,3,10,4,9,2,3,3,6,0,1,1,0,0,0 +19727,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.3,0.2,-1.0,7,0,0,1,0,14,1,1,0,1,104,2,0.4795831523,0.8606287342,0.390256326,2.4494897428,0.3,0.2,0.0,2,0,10,1,7,4,8,4,1,2,8,0,1,1,1,0,1 +19731,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.1113055385,11,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8286078137999999,0.310322413,3.6055512755,0.0,0.5,0.1,2,3,8,6,8,1,14,4,0,3,5,0,1,1,1,0,0 +19734,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3160696126,0.5271551593,0.35,2.4494897428,0.1,0.2,0.8,2,1,8,2,9,2,13,4,0,1,8,0,1,1,0,0,0 +19735,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.4,0.909326674,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8912337070999999,0.3793415348,3.7416573868,0.6,0.0,0.1,2,4,8,4,10,0,8,8,1,4,5,0,0,0,0,0,0 +19736,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,0.9,1.0773230713,7,1,1,0,0,6,1,1,2,1,104,2,0.4472135955,0.992419616,-1.0,3.6055512755,0.2,0.6,0.4,2,1,10,5,12,1,12,4,0,3,8,0,1,0,0,0,0 +19737,0,3,1,4,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6828250142,6,1,-1,0,1,0,1,1,0,0,98,3,0.4,0.7312674382,0.3974921383,2.8284271247,0.6,0.4,0.4,4,2,8,2,10,1,18,6,2,1,6,0,0,0,1,1,0 +19739,0,3,3,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.8,2.1050534435,11,0,0,0,1,5,1,1,2,1,104,1,0.4242640687,1.3008420668,0.3847076812,3.3166247904,0.9,0.1,0.6,1,3,8,1,8,3,6,4,0,2,12,1,1,0,0,0,1 +19742,1,1,1,2,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.697316284,3,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5168843405,0.3556683849,2.0,0.9,0.6,0.7,2,1,9,4,11,5,15,4,1,6,11,0,1,1,1,0,0 +19743,0,0,1,6,1,6,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,1.0191908555,7,1,-1,2,-1,11,1,0,2,1,94,0,0.3741657387,0.8363512845000001,0.4301162634,3.7416573868,0.0,0.5,0.4,3,3,9,3,9,2,6,4,2,2,13,0,1,1,0,1,0 +19746,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,0.4,0.9089829481,7,0,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,0.7797143998999999,0.4527692569,2.2360679775,0.7,0.1,0.8,0,1,7,4,10,3,10,6,1,5,8,0,1,1,0,1,0 +19748,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.3,-1.0,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6222293962,0.34727510710000004,3.1622776602,0.9,0.8,0.3,4,2,7,4,9,5,9,7,2,1,9,1,1,1,0,1,0 +19751,0,0,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.4,0.3,0.697316284,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6373855431000001,0.3615245497,3.0,0.4,0.3,0.8,3,1,7,5,9,2,8,6,0,4,4,0,1,1,1,0,0 +19754,0,1,3,9,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,0.9256754291,9,0,0,8,0,13,1,1,2,1,104,3,0.4472135955,1.3339573264,0.3794733192,3.4641016151,0.7,0.4,0.4,2,1,10,1,10,1,8,4,0,3,5,0,0,0,0,0,0 +19755,0,3,1,1,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.7681145748,11,1,1,0,0,9,1,0,2,1,21,3,0.316227766,0.8584292787000001,0.3130495168,3.7416573868,0.0,0.2,0.1,2,2,8,1,10,3,10,9,4,3,6,0,1,1,0,0,1 +19757,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.5,0.0,-1.0,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6997490695,0.3583294573,3.4641016151,0.6,0.7,0.8,3,3,8,3,11,2,7,8,1,1,8,0,1,1,0,0,0 +19758,0,0,1,1,0,4,1,0,0,0,0,0,0,0,0,3,0,0,1,0.1,0.1,-1.0,7,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7515136241,0.4301162634,3.3166247904,0.0,0.2,0.5,1,1,8,4,11,1,7,8,1,6,3,0,1,0,1,1,0 +19759,0,5,1,5,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.6,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.8655958631999999,0.3986226286,3.3166247904,0.5,0.5,0.0,1,2,10,1,8,4,6,9,2,4,4,0,1,0,1,0,0 +19765,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.6,0.2,0.7215434845,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7124193444,0.3814446225,3.1622776602,0.1,0.4,0.8,3,3,6,4,9,2,13,2,2,3,13,0,1,0,1,0,0 +19766,0,0,1,9,0,0,0,1,0,0,0,0,0,0,0,4,0,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.9248631795,0.3903844259000001,3.6055512755,0.5,0.0,0.8,2,1,10,3,9,0,11,3,1,5,10,0,1,0,0,1,0 +19767,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.5,1.0087120501,11,0,1,0,0,15,1,1,2,1,5,2,0.4242640687,1.0780587848999998,0.32557641190000003,3.4641016151,0.0,0.5,0.8,3,2,8,3,8,2,7,3,1,4,12,0,0,1,0,0,0 +19768,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,1.006541107,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7697992655,0.3754996671,3.3166247904,0.8,0.8,0.2,4,2,8,4,10,3,7,7,1,2,6,0,1,0,0,0,1 +19769,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.7180703307999999,7,1,1,1,1,17,1,0,2,1,104,3,0.331662479,0.7058199615999999,0.2966479395,3.6055512755,0.0,0.6,0.4,2,1,7,6,10,1,4,4,3,1,7,0,0,0,1,1,0 +19770,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.5396758286,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8743120081999999,0.3848376281000001,3.6055512755,0.7,0.8,0.8,1,1,7,4,9,3,12,5,2,3,5,1,1,1,0,0,0 +19779,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.651440711,10,1,-1,0,-1,0,1,0,2,1,37,2,0.316227766,0.8903906191,0.3754996671,3.7416573868,0.0,0.0,0.8,1,3,7,5,9,2,4,5,2,1,4,0,1,1,0,1,0 +19782,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.1,0.1,-1.0,4,1,-1,0,0,14,1,1,0,1,49,3,0.4,0.8108287006999999,0.3685105155,3.6055512755,0.3,0.2,0.9,1,2,8,2,10,2,8,4,2,3,10,0,1,0,1,0,0 +19783,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,1.0155048006,7,0,-1,0,-1,14,1,1,2,1,29,3,0.4472135955,0.9448861928,0.410487515,3.3166247904,0.5,0.0,0.9,3,4,8,3,9,4,4,4,0,3,8,0,0,0,0,0,0 +19784,0,0,1,11,0,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.7806247498000001,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.5821022034000001,0.3958535083,0.0,0.4,0.6,0.7,3,2,9,2,8,2,7,7,3,0,4,0,1,0,1,0,1 +19785,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.2,0.3,-1.0,7,1,1,0,0,4,1,0,2,1,50,2,0.4,0.8706651775,0.3201562119,3.6055512755,0.4,0.0,0.9,3,3,8,2,8,3,7,7,1,4,9,0,0,1,1,1,0 +19787,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.1,0.5273755777,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.808669451,0.3615245497,3.6055512755,0.3,0.3,0.9,3,1,9,5,10,2,14,4,1,4,8,0,1,1,0,0,0 +19790,0,6,2,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.2,1.5568397477,0,1,-1,9,1,9,1,0,0,1,104,2,0.4472135955,1.4488524955000002,0.4449719092,3.7416573868,0.0,0.9,0.5,3,2,7,4,11,1,5,7,4,1,5,0,1,0,0,1,0 +19791,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.5,0.3,0.9996874512,11,0,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.791196395,0.4306971093,2.6457513111,0.0,0.0,0.7,3,2,7,1,11,2,6,3,0,0,7,0,0,0,0,1,0 +19792,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.3,0.0,0.6923691212,10,1,-1,0,1,11,1,1,0,1,53,2,0.4688283268,0.5320900626,0.4236744033,0.0,0.4,0.7,0.8,2,2,8,4,10,1,13,3,3,3,7,0,0,0,0,0,1 +19795,0,5,1,8,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.2,1.4217067208,11,0,-1,0,-1,4,1,1,2,1,12,3,0.4,0.8615764909,0.3708099244,3.4641016151,0.4,0.6,0.0,3,4,8,4,8,3,7,5,0,6,7,0,0,0,0,1,0 +19797,0,0,4,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.514781507,7,1,0,0,0,11,1,1,1,1,101,3,0.3741657387,0.8141440772,0.3212475681,3.4641016151,0.6,0.2,0.4,3,2,7,3,10,1,4,7,1,0,6,0,1,0,1,0,0 +19799,0,1,3,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.4,0.8852965604999999,7,1,-1,0,-1,11,1,1,2,0,104,2,0.316227766,0.6462702912,0.3666060556,3.0,0.6,0.2,0.3,1,1,7,2,9,3,8,8,2,2,5,0,1,0,0,0,0 +19802,0,1,3,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.6,0.6932712312,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.9160810802,0.3708099244,3.4641016151,0.2,0.6,0.2,3,2,4,2,6,1,11,7,0,2,10,0,1,1,0,0,0 +19808,0,1,2,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8227241336,6,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.7346219582,-1.0,3.0,0.8,0.0,0.1,2,0,9,1,8,2,10,5,1,3,9,0,1,1,1,0,1 +19809,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.841872912,11,1,1,0,1,0,1,0,2,1,22,3,0.316227766,0.7724598468,0.310322413,3.7416573868,0.6,0.4,0.8,3,2,8,1,10,1,7,6,0,0,7,0,1,0,0,0,0 +19810,0,0,1,5,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,11,0,1,0,1,11,1,0,0,1,2,3,0.4242640687,1.0873996581,-1.0,3.6055512755,0.4,0.9,0.7,3,2,8,3,10,2,14,1,1,2,7,0,0,0,0,1,1 +19814,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6694213918999999,7,1,-1,0,-1,11,1,1,2,1,36,3,0.3741657387,0.8411670365999999,0.3793415348,3.6055512755,0.4,0.0,0.8,2,3,6,5,11,2,10,5,0,0,9,0,0,0,0,0,0 +19815,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.1,0.5556527693,6,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.7379612298999999,0.3814446225,3.0,0.6,0.6,0.4,3,2,9,6,9,4,5,5,3,4,8,0,1,1,1,0,0 +19816,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.7,0.7150174823000001,11,0,1,0,1,11,1,0,2,1,69,3,0.4242640687,1.0464223781,0.3535533906,3.6055512755,0.0,0.1,0.2,3,2,5,6,9,2,7,7,1,4,11,0,1,0,1,0,0 +19820,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,1.0,0.9027735043,9,1,-1,2,-1,1,0,1,2,1,104,0,0.3605551275,0.6232413272999999,0.4024922359000001,2.6457513111,0.2,0.1,0.3,3,3,7,6,10,3,6,8,3,3,10,0,1,0,1,0,0 +19823,0,2,1,6,1,2,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.8852965604999999,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6693866688,0.3615245497,3.0,0.7,0.2,0.8,3,2,9,4,11,3,7,4,1,3,8,0,0,0,0,0,0 +19825,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.4678728018,0.3626292873,0.0,0.1,0.7,0.5,2,2,8,4,9,0,9,7,2,3,5,0,1,0,0,0,0 +19826,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.4,0.7495832175,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7166842845,0.3974921383,2.8284271247,0.9,0.4,0.3,2,1,8,3,5,1,5,8,3,4,5,0,0,0,0,0,0 +19827,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.2346558225,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7509635684,0.3667424164,3.4641016151,0.4,0.4,0.7,3,2,7,2,9,2,12,7,2,2,11,0,0,1,0,0,1 +19831,0,4,1,9,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.6,1.7514279888,4,1,-1,8,1,11,1,1,0,1,71,2,0.4898979486,1.2475761624,0.4949747468,3.6055512755,0.7,0.0,0.5,3,2,7,2,10,2,3,5,2,5,9,0,1,0,1,0,0 +19834,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.8200609732999999,11,1,-1,0,-1,0,1,0,0,1,34,2,0.4,0.8943925404999999,0.3780211634,3.7416573868,0.5,0.3,0.0,2,1,9,3,10,3,6,3,1,3,10,0,1,0,1,1,0 +19836,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.2,0.7254309064,11,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.7934259848,0.4013726448,3.1622776602,0.5,0.8,0.1,2,5,8,3,11,2,3,6,2,2,4,0,0,1,0,0,0 +19837,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5921359640999999,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7526125297,0.3887158345,3.4641016151,0.5,0.6,0.4,3,1,9,3,9,2,9,6,3,4,6,0,1,1,0,0,0 +19839,0,2,1,6,0,3,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,1.2,1.2813567029,11,1,-1,0,-1,14,1,1,2,1,72,3,0.4,1.0647630008,0.4093897898,3.6055512755,0.4,0.2,0.3,3,3,9,2,8,3,9,6,2,5,5,0,1,1,1,1,0 +19844,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.8,1.9530424983,11,0,-1,0,-1,11,1,1,1,1,69,3,0.4242640687,1.0962275658,-1.0,3.4641016151,0.6,0.9,0.9,3,2,7,1,10,1,5,4,0,2,4,0,0,0,0,0,0 +19845,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,-1.0,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.607239384,0.3619392214,2.8284271247,0.9,0.3,0.5,3,2,9,2,10,5,9,7,1,1,5,0,0,1,0,0,0 +19849,0,2,2,0,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.6,1.0114964162,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.6555705357,0.3907684737,3.0,0.5,0.1,0.2,4,1,8,2,11,4,7,5,1,4,3,0,1,1,1,0,0 +19852,1,1,2,8,0,2,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.4,1.6068213963999998,11,0,-1,0,-1,7,1,1,2,1,104,3,0.4,1.0032282602,0.43,3.4641016151,0.8,0.4,0.0,4,1,9,1,9,3,8,5,2,3,4,0,1,0,0,0,0 +19855,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6941721688,11,0,1,0,0,7,1,1,1,1,104,2,0.4472135955,1.1186805983,0.3695943723,3.6055512755,0.9,0.5,0.0,3,1,8,1,9,1,3,7,0,5,8,0,0,1,0,1,1 +19857,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.6,1.0744184473,9,1,1,0,0,14,1,1,2,1,42,2,0.4,0.7533670974,0.3376388603,3.3166247904,0.1,0.4,0.0,2,1,8,4,11,1,5,5,1,4,6,0,1,0,0,1,0 +19860,0,3,1,9,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.4,0.0,0.5755432217,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8752331448999999,0.4185689907,2.6457513111,0.5,0.6,0.4,2,2,6,4,10,4,6,6,1,3,7,0,1,1,1,0,0 +19863,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.4,0.0,1.4510771861000002,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4898979486,0.8006970104000001,0.4306971093,2.4494897428,0.7,0.2,0.7,4,1,9,3,6,3,6,2,1,1,7,0,1,1,0,0,0 +19864,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.5,0.8852965604999999,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7862453931000001,0.3850973903,3.3166247904,0.6,0.7,0.9,3,2,8,3,10,4,10,7,2,1,5,0,1,1,1,1,0 +19867,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,14,1,0,2,1,29,3,0.4,1.0296834144,0.3984971769,3.6055512755,0.5,0.7,0.3,2,3,9,3,7,3,9,5,1,5,6,0,1,1,0,0,0 +19872,0,7,1,10,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.3,0.3,-1.0,6,1,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0659633636,0.4,3.4641016151,0.0,0.1,0.6,2,2,7,4,8,0,10,8,2,5,8,0,1,1,0,0,0 +19874,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,10,1,-1,0,0,14,1,1,0,1,68,3,0.3994996871,0.6897118814000001,0.4074309757,2.0,0.7,0.9,0.8,1,2,6,3,11,1,4,5,1,3,8,0,1,1,1,0,0 +19875,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,9,1,1,0,0,4,1,1,2,1,48,3,0.3160696126,0.5634347147,-1.0,2.2360679775,0.9,0.6,0.9,2,0,8,1,10,3,9,6,0,1,4,0,1,1,0,0,0 +19879,0,3,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.5,0.6882949948999999,4,1,-1,0,0,4,1,1,0,1,84,3,0.316227766,0.7059955751000001,0.3667424164,3.3166247904,0.7,0.3,0.5,3,1,8,3,7,0,5,5,1,1,14,1,0,0,1,0,0 +19881,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,7,1,0,0,1,1,1,1,2,1,10,2,0.316227766,0.671682235,0.3193743885,3.1622776602,0.2,0.5,0.1,2,1,9,2,9,3,8,4,1,6,10,0,1,1,0,0,0 +19882,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.5,0.0,-1.0,7,1,1,0,0,1,1,0,2,1,40,2,0.3741657387,0.8989261270000001,0.3248076354,3.7416573868,0.2,0.9,0.9,2,1,8,2,9,2,7,1,1,3,9,0,0,1,0,1,0 +19883,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.5,0.6,0.7335700376000001,7,1,-1,2,-1,0,1,0,2,1,100,0,0.3997499218,0.8768369148,0.423083916,3.6055512755,0.0,0.9,0.8,3,1,9,4,10,2,8,3,0,3,5,0,1,0,0,0,0 +19885,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.5,1.6444984038,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7492834042000001,0.3663331817,3.1622776602,0.4,0.6,0.8,1,2,8,4,10,3,9,6,0,4,3,0,1,1,1,1,0 +19886,0,6,1,5,0,6,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,6,1,-1,1,1,3,1,0,0,1,102,2,0.4,0.9298760248,-1.0,3.6055512755,0.2,0.4,0.6,1,1,7,4,7,1,7,3,0,6,4,0,1,0,0,0,0 +19890,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.2,0.6986594306,10,1,-1,0,1,7,1,0,0,1,79,2,0.3872983346,0.9953403837,0.39,3.7416573868,0.9,0.1,0.4,3,0,9,2,9,5,4,4,2,3,7,0,1,1,0,1,0 +19892,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,4,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6134679904,0.3615245497,2.8284271247,0.5,0.9,0.7,3,1,8,2,10,1,4,4,1,1,8,0,1,1,0,1,0 +19895,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.1,0.454835135,7,1,0,0,0,1,1,1,2,1,64,3,0.316227766,0.5943084042,0.3016620626,2.6457513111,0.9,0.3,0.5,1,1,8,2,7,2,9,4,1,2,6,0,0,0,0,0,0 +19896,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,1.6,1.559647396,7,1,-1,0,-1,1,0,1,0,1,65,3,0.316227766,0.6207167278,0.3521363372,3.1622776602,0.7,0.6,0.7,2,0,8,1,6,1,7,8,1,4,6,0,0,0,0,1,0 +19897,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.7,1.9086971997,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7292990238,0.3615245497,3.3166247904,0.6,0.7,0.5,2,2,8,4,8,0,8,5,4,1,8,1,1,1,1,1,1 +19899,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,4,1,-1,2,0,1,1,0,0,1,90,0,0.3741657387,0.834595463,0.4196427052,3.6055512755,0.6,0.5,0.0,1,1,10,4,9,3,5,3,1,3,6,0,1,0,1,0,1 +19902,0,5,3,9,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.9,0.8595056718999999,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.7569921995000001,0.3278719262,3.3166247904,0.4,0.7,0.0,4,3,8,5,8,3,9,2,0,6,5,0,1,0,0,0,0 +19903,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.6259992013,6,1,-1,0,0,11,1,0,0,1,104,2,0.316227766,0.8848588625,0.3817066937,3.7416573868,0.4,0.7,0.0,0,3,5,3,10,1,10,5,1,3,9,1,1,1,0,1,0 +19906,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.6,0.9276987658,9,1,-1,0,-1,11,0,1,2,1,104,3,0.4472135955,0.8297540211,0.4246174749,3.1622776602,0.7,0.1,0.7,4,3,7,4,10,1,7,5,1,1,8,1,1,0,0,1,0 +19911,0,0,1,9,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.1,-1.0,7,1,-1,8,-1,11,1,1,2,1,24,2,0.5291502621999999,1.0924421047,0.5394441584,3.0,0.3,0.7,0.0,4,2,5,3,10,2,15,2,2,1,8,0,0,1,0,0,0 +19912,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.608276253,7,0,-1,8,-1,13,1,1,1,1,20,3,0.4472135955,0.8749616284,0.4295346319,2.6457513111,0.1,0.0,0.9,2,0,6,2,11,3,5,3,2,2,8,1,0,1,1,1,0 +19913,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.4,0.775403121,7,1,0,0,0,4,1,1,2,1,9,2,0.316227766,0.7001032982,0.3201562119,3.3166247904,0.6,0.5,0.4,1,2,7,2,10,3,15,9,3,1,5,0,0,1,0,0,0 +19915,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.2,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,43,1,0.3994996871,0.4565637012,0.3667424164,0.0,0.4,0.8,0.8,4,2,9,5,10,2,9,3,2,7,4,0,1,0,1,1,0 +19918,0,3,1,10,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.8,1.4800760116,11,0,1,1,1,9,1,0,2,1,104,2,0.4472135955,1.3664743196,0.35,3.6055512755,0.6,0.4,0.2,1,3,6,4,8,3,11,6,2,2,15,0,1,0,0,0,0 +19919,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.4465142775,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5832014806,0.3687817783,2.6457513111,0.6,0.4,0.3,2,2,6,2,10,2,9,4,0,3,8,1,1,1,1,1,1 +19928,0,4,1,11,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.7,0.9414085192,7,0,0,0,1,14,1,1,2,1,68,3,0.4472135955,0.8364006909,0.3605551275,2.8284271247,0.7,0.4,0.1,3,1,9,6,12,0,7,4,1,8,8,0,0,0,0,1,0 +19930,0,2,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.150271707,10,1,-1,0,1,14,1,1,0,1,104,2,0.3997499218,0.6282272053,0.4597825573,2.0,0.8,0.1,0.7,3,3,9,3,9,3,10,2,2,3,6,0,0,0,0,1,0 +19933,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,0.8131727984,7,1,-1,0,-1,14,1,1,0,1,82,3,0.316227766,0.7589058020999999,0.3685105155,3.6055512755,0.9,0.8,0.7,4,1,9,5,9,2,8,6,1,4,4,0,1,0,0,0,0 +19934,0,3,3,7,1,1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.5,0.5012484414,11,1,1,0,1,11,1,1,3,1,103,1,0.316227766,0.5281145318,0.2887905816,2.2360679775,0.3,0.5,0.6,3,3,9,3,9,2,9,4,2,3,15,0,1,0,0,0,0 +19937,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.3,0.0,0.6475916923,5,1,1,0,0,14,1,0,0,1,82,3,0.316227766,0.7895364264,0.3292415527,3.7416573868,0.1,0.3,0.0,1,1,10,2,11,2,6,3,1,2,9,0,1,0,0,0,0 +19943,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.4,0.7697402159000001,0,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.5846168485000001,0.3619392214,2.6457513111,0.7,0.6,0.0,2,2,8,1,10,5,11,4,0,4,8,0,1,1,0,1,0 +19944,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.6923691212,7,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.6696674886999999,0.331662479,2.2360679775,0.8,0.2,0.5,1,0,8,0,12,2,6,7,4,2,4,0,1,0,0,0,0 +19946,0,0,4,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.5905505906,7,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6917011011,0.3794733192,2.8284271247,0.0,0.8,0.1,2,2,7,3,10,3,5,10,1,0,8,0,1,1,0,1,0 +19949,0,2,1,2,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.5,0.3,0.7348469228,11,1,1,0,0,11,1,1,2,1,101,3,0.3741657387,0.7673610462,0.3212475681,3.3166247904,0.8,0.2,0.3,4,4,9,2,8,5,13,7,0,4,8,0,1,1,0,0,0 +19961,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.9,1.1,0.9010410645,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8016640751,0.374566416,3.6055512755,0.1,0.3,0.1,3,2,7,5,8,0,9,5,0,2,7,0,1,0,0,1,0 +19968,0,1,1,10,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.5460082417000001,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6442209723,0.34727510710000004,3.3166247904,0.0,0.6,0.9,3,2,8,2,10,3,5,4,1,2,7,1,1,1,0,0,1 +19970,0,3,1,4,1,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.8,0.3,0.8544003745000001,6,1,-1,0,0,1,1,1,0,1,104,2,0.4242640687,0.9813730051,-1.0,3.4641016151,0.8,0.0,0.5,2,5,9,3,10,1,10,4,1,3,7,0,1,1,0,1,0 +19973,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,11,0,1,1,1,9,1,0,2,1,104,2,0.4,1.3107155323000002,0.3106444913,3.6055512755,0.8,0.8,0.1,2,1,6,1,9,1,12,8,0,2,5,0,1,0,0,1,0 +19976,0,1,2,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6495190528,11,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.7043988117000001,0.3292415527,3.4641016151,0.0,0.7,0.7,2,2,4,3,10,1,12,4,1,6,2,0,0,1,0,0,1 +19982,0,7,2,6,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.2,1.3548523905,6,0,-1,0,1,10,1,1,0,1,83,2,0.4084115571,0.6878520887,0.3974921383,2.0,0.5,0.3,0.1,2,1,8,3,7,2,7,2,2,5,8,0,1,0,0,0,0 +19986,1,1,3,7,1,5,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.2,0.625,7,1,-1,0,-1,6,1,1,2,1,26,3,0.3741657387,0.6267290134000001,0.3907684737,2.8284271247,0.8,0.0,0.5,2,3,9,2,9,4,5,7,0,4,14,0,1,1,0,1,0 +19987,0,1,2,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,0.9130991184,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.7075084323,0.34727510710000004,3.6055512755,0.5,0.8,0.2,2,2,8,3,11,3,11,3,0,1,3,0,1,1,0,0,0 +19988,0,1,1,10,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.527967802,5,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7265891673999999,0.2944486373,3.3166247904,0.1,0.8,0.0,1,3,6,2,9,2,7,11,4,4,9,0,1,0,1,0,1 +19989,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,3,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5989832984000001,0.3687817783,2.8284271247,0.0,0.2,0.6,2,2,10,3,8,1,2,5,3,2,4,0,1,1,0,0,0 +19997,0,1,1,11,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.6284902545000001,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7076325329,0.3598610843,3.4641016151,0.1,0.2,0.5,1,5,8,3,5,4,6,7,1,1,6,0,0,1,1,0,0 +19998,0,0,1,8,0,3,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.3,0.6214901447,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6489661199,0.3583294573,3.1622776602,0.2,0.3,0.0,2,0,9,1,9,3,11,7,2,5,13,1,0,0,1,1,0 +19999,0,7,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.6,1.1578536177,6,1,-1,1,0,3,1,1,0,1,104,2,0.4472135955,1.0247056622,0.4291852747,3.4641016151,0.0,0.7,0.1,3,1,9,2,11,2,8,4,1,2,6,1,0,0,1,1,1 +20003,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.6,0.6437196595,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4,0.8765187528,0.3959797975,3.4641016151,0.5,0.2,0.7,4,1,9,3,9,2,6,6,2,3,11,0,0,0,0,0,0 +20004,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.6,0.2,0.5894913061,7,0,-1,0,-1,3,1,0,2,1,104,3,0.4242640687,1.1618461015,0.4306971093,3.7416573868,0.2,0.8,0.7,2,1,7,2,11,2,8,4,1,3,12,0,0,1,0,0,0 +20005,0,1,3,4,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.5,0.2,0.4437059837,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.6364285681,0.3687817783,3.0,0.3,0.2,0.2,2,3,4,2,8,2,4,6,1,5,7,0,1,1,0,1,0 +20006,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,0.4,0.7424621201999999,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7522692941,0.374566416,3.3166247904,0.0,0.4,0.0,3,4,8,4,10,5,6,4,2,2,8,0,1,1,0,1,0 +20007,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,0.9134412953,11,0,1,9,0,15,1,1,2,1,41,2,0.5477225575,1.5047994842,0.4289522118,3.3166247904,0.7,0.3,0.8,1,0,9,2,9,0,6,10,2,4,7,0,1,1,1,0,0 +20009,0,5,3,9,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,1.3,1.2033806547,11,0,0,0,1,10,1,1,1,1,89,2,0.3872983346,0.9204629629,0.33615472630000004,3.1622776602,0.4,0.7,0.0,2,0,8,3,9,0,9,8,0,3,13,0,0,1,0,0,0 +20010,0,2,4,11,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.9839334327,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5908741248,0.3583294573,2.6457513111,0.0,0.9,0.7,2,3,8,2,9,4,8,4,5,3,9,1,1,1,1,1,0 +20012,0,4,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.863495802,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6095486747,0.3768288736,2.6457513111,0.7,0.0,0.7,3,1,7,3,7,2,9,3,2,3,9,1,1,0,0,1,0 +20014,0,3,1,9,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.1,-1.0,7,1,1,0,1,1,1,0,2,1,25,3,0.3741657387,0.8385963282,-1.0,3.6055512755,0.0,0.5,0.5,2,1,6,1,10,3,9,4,4,6,7,1,1,0,1,1,0 +20015,0,3,1,4,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.3,2.1299941314,11,0,1,9,1,13,-1,0,-1,1,104,3,0.5477225575,1.6651322137,0.4043513324,3.7416573868,0.7,0.8,0.1,2,0,8,2,8,1,9,3,1,2,3,1,0,0,0,0,0 +20016,0,2,2,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7850159234,6,1,-1,9,0,16,1,1,0,1,104,2,0.4472135955,1.3423082069,0.450555213,3.6055512755,0.6,0.5,0.9,3,1,8,1,10,4,7,5,2,2,4,0,1,0,0,0,0 +20021,0,2,2,1,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.9,1.2915591353,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5465519264,0.3583294573,2.4494897428,0.8,0.8,0.8,2,0,6,4,9,5,9,3,3,5,7,1,1,1,1,0,0 +20022,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.5,0.8396427812,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3869108424,0.4390071443,0.3653765181000001,0.0,0.7,0.3,0.1,5,2,8,3,6,3,3,6,0,1,9,1,1,1,0,0,0 +20023,0,2,2,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.3160696126,0.527644853,0.35,2.2360679775,0.8,0.6,0.2,1,2,7,5,10,2,2,1,2,2,5,0,0,1,0,1,0 +20024,0,5,1,5,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.4,0.2,0.5111262075,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7624043091,0.3663331817,3.3166247904,0.9,0.7,0.5,0,2,6,4,11,1,7,1,2,2,6,0,0,0,1,0,0 +20025,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6333369581,0.3887158345,2.6457513111,0.9,0.2,0.1,1,3,8,3,5,2,6,3,2,4,9,1,1,1,0,0,0 +20027,0,5,1,5,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.6,0.2,0.701338007,9,1,0,0,1,10,1,1,3,1,28,3,0.3741657387,0.7362513944,0.3248076354,2.8284271247,0.0,0.4,0.8,2,1,9,4,8,4,8,2,8,2,6,0,1,0,1,1,1 +20028,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.2,0.4905354218,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6841928344,0.3744329045000001,3.0,0.4,0.0,0.1,1,3,10,2,10,3,12,4,3,5,4,0,1,1,0,0,0 +20030,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.9,0.3,0.7237057413,11,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5248573202000001,0.3016620626,2.4494897428,0.5,0.1,0.3,2,4,5,5,11,3,9,3,0,4,5,0,0,0,0,0,0 +20032,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.5,0.2,0.6284902545000001,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6463022602,0.3666060556,3.0,0.1,0.4,0.5,2,0,9,2,9,0,8,2,2,5,2,0,1,0,0,1,0 +20034,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,1.2,1.5797547278,11,1,-1,6,-1,14,1,1,2,1,104,0,0.4795831523,0.9733430506,0.4604345773,3.4641016151,0.1,0.5,0.5,0,0,9,6,10,3,7,4,0,4,6,0,1,0,1,0,0 +20037,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.6,0.3,0.6229967896999999,11,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.7889081270999999,0.310322413,3.6055512755,0.3,0.3,0.9,3,0,7,0,10,3,9,5,0,3,5,0,0,1,0,1,0 +20038,0,4,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.4,0.7628073151000001,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3160696126,0.610914333,0.3456877203,2.4494897428,0.9,0.2,0.1,4,4,10,1,8,2,16,10,0,2,8,0,1,1,0,1,1 +20043,0,0,3,2,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.7,0.9,1.7325919889,11,0,1,0,0,6,1,0,2,1,33,3,0.4,1.0674368776,0.3286335345,3.7416573868,0.9,0.7,0.0,3,2,8,2,10,0,7,4,2,3,12,0,1,1,0,0,0 +20046,0,0,1,3,0,0,1,0,0,0,0,0,1,0,1,5,1,0,0,0.9,0.0,0.7681145748,7,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.8936726618,0.3307567082,3.6055512755,0.2,0.6,0.9,1,1,6,5,7,3,5,5,1,1,8,0,1,1,1,0,1 +20050,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.2129509471,11,0,-1,1,-1,0,1,0,2,1,104,1,0.4472135955,1.4314934697,0.4277849927,3.6055512755,0.2,0.0,0.5,2,2,7,2,6,4,2,3,2,4,8,0,1,1,0,1,0 +20052,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,11,0,1,1,0,0,1,0,2,1,104,1,0.4472135955,1.4539949242,0.3663331817,3.7416573868,0.9,0.6,0.7,3,4,6,3,7,2,9,10,0,3,6,0,1,1,0,1,0 +20053,1,7,3,6,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.9195787079,4,1,-1,0,1,7,1,1,0,1,104,2,0.4,1.0415465495,0.43,3.4641016151,0.6,0.6,0.0,3,1,8,4,11,4,6,6,0,5,7,0,1,1,0,0,0 +20055,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.5,0.8778524933,10,1,-1,0,0,11,1,1,0,1,16,3,0.3741657387,0.7495315341,0.3887158345,3.4641016151,0.5,0.5,0.9,1,2,8,1,10,2,8,4,1,6,7,0,1,0,0,1,1 +20056,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.6,0.9656603958,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6979752298999999,0.3583294573,3.4641016151,0.5,0.6,0.8,3,1,8,2,9,2,13,2,1,3,11,0,1,0,1,0,0 +20059,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6800735254000001,7,1,1,0,0,1,1,0,2,1,10,2,0.316227766,0.831830601,0.3248076354,3.7416573868,0.2,0.6,0.0,3,0,9,5,8,1,7,7,1,3,4,0,1,1,0,0,0 +20060,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.9,0.5,1.1578536177,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4235563717,0.6692477582999999,0.4633573135,2.0,0.0,0.1,0.7,2,2,9,3,10,4,10,5,1,1,9,0,1,1,1,0,0 +20062,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,-1.0,11,1,-1,0,-1,1,1,0,2,1,51,2,0.3741657387,0.8877494993,0.4017461885,3.7416573868,0.4,0.3,0.7,2,2,8,5,8,2,6,8,2,3,8,0,0,1,0,1,0 +20063,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.7228416147,11,1,1,0,1,11,1,1,2,1,17,2,0.4242640687,0.8888775539,-1.0,3.6055512755,0.0,0.0,0.1,0,2,7,2,9,3,12,5,0,3,7,1,1,1,0,0,0 +20064,0,1,3,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,11,1,-1,8,-1,3,1,1,2,1,104,2,0.5,1.3492039281,0.474341649,3.6055512755,0.4,0.6,0.5,1,2,7,2,9,1,13,10,0,4,6,0,1,1,1,1,0 +20066,0,5,1,3,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.5,0.2,0.5695392875,9,1,1,0,1,11,1,1,2,1,16,3,0.3741657387,0.7468252365000001,0.3185906464,3.4641016151,0.6,0.9,0.3,4,3,7,2,10,3,7,7,3,7,6,0,1,1,0,0,0 +20067,0,0,1,2,0,3,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,7,1,1,0,0,0,1,0,2,1,32,1,0.316227766,0.7489800227,0.2944486373,3.6055512755,0.7,0.7,0.1,4,2,7,1,10,2,10,6,4,5,4,0,0,1,0,1,0 +20068,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,7,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.6692786298,0.30331501780000003,3.3166247904,0.5,0.2,0.9,3,2,7,1,7,1,10,4,1,4,7,0,0,1,0,1,0 +20070,0,3,1,11,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.3,0.0,0.6031169041,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6146935338,0.3507135583,3.0,0.6,0.8,0.9,3,2,9,6,11,5,7,9,1,2,9,0,1,1,1,1,1 +20071,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6327658034,0.3615245497,3.0,0.8,0.3,0.5,4,3,8,4,11,2,8,5,3,2,9,0,1,1,0,1,0 +20073,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,0.8584142357,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5555876942,0.3583294573,2.2360679775,0.5,0.4,0.2,1,3,6,2,8,3,7,9,0,4,6,0,0,0,0,0,0 +20075,0,2,2,5,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,1.8,0.7578753196,11,0,0,0,0,10,1,1,2,1,83,2,0.4084115571,0.6797696499,0.33,2.0,0.2,0.1,0.2,1,3,8,5,10,4,11,5,0,2,4,0,1,1,0,0,1 +20077,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6736096793,4,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6692786298,0.3687817783,3.3166247904,0.1,0.1,0.7,2,1,7,1,9,4,12,1,2,6,7,0,0,1,0,0,0 +20079,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.5,0.9103570728,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.629984258,0.3685105155,2.8284271247,0.4,0.4,0.8,1,2,5,5,9,2,13,10,0,2,7,0,1,1,0,1,0 +20082,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.7141428429000001,10,1,-1,1,0,14,1,0,0,1,104,2,0.4,1.0288603982,0.3920459157,3.6055512755,0.2,0.2,0.2,2,4,8,3,11,1,10,5,0,5,7,0,0,1,1,1,0 +20083,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.5,0.3,0.7495832175,7,1,-1,0,-1,0,1,1,2,1,104,3,0.3994996871,0.7249109378,0.3910242959,2.6457513111,0.1,0.3,0.0,3,2,9,3,10,2,8,3,1,2,4,0,0,0,1,0,0 +20087,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.8135570048,7,1,-1,0,-1,14,1,1,2,1,104,1,0.4,0.6531392724,0.34727510710000004,3.0,0.9,0.7,0.8,3,1,7,0,10,1,11,10,1,2,9,1,1,0,0,1,0 +20088,0,0,2,0,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,0.8774964387,11,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.6447499354999999,0.3619392214,3.1622776602,0.6,0.3,0.2,3,4,9,3,9,0,7,3,2,3,12,0,1,0,1,1,0 +20089,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,3,0,1,0,0.9,1.0,1.0612492638,11,1,-1,0,-1,11,0,1,3,1,19,3,0.316227766,0.6113594119,0.3887158345,2.6457513111,0.9,0.8,0.4,1,1,7,3,8,1,5,6,2,5,8,1,0,1,0,0,1 +20100,0,2,1,8,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.7,0.9,1.2422258249,4,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.8245459556999999,0.3958535083,2.6457513111,0.2,0.4,0.4,2,2,8,3,7,2,8,8,0,0,7,0,1,1,0,1,0 +20102,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,1.0877154959,10,1,-1,0,1,1,1,1,0,1,52,2,0.3741657387,0.7888033619,0.3598610843,3.6055512755,0.7,0.7,0.2,1,3,6,1,10,1,9,6,0,1,8,0,0,0,0,0,0 +20103,0,1,1,7,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.2,0.1,-1.0,4,1,-1,0,0,0,1,1,0,1,22,3,0.316227766,0.8016254148999999,0.374566416,3.6055512755,0.2,0.6,0.2,2,4,9,3,7,0,10,8,2,4,10,0,1,0,0,0,0 +20106,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,1.2,0.9536115561,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.7064929097,0.3744329045000001,3.1622776602,0.9,0.3,0.8,3,1,8,2,9,2,6,5,1,6,5,0,0,0,1,0,0 +20107,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.4100304867,7,1,0,8,0,11,1,1,2,1,24,2,0.4898979486,0.8957659818000001,0.4098780306,3.0,0.9,0.2,0.9,4,1,8,3,8,5,13,6,2,7,12,0,1,1,1,0,0 +20108,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.9,1.3982131454,11,0,-1,9,-1,11,1,1,0,1,56,3,0.4898979486,1.2355612369,0.5004997502,3.4641016151,0.5,0.2,0.1,3,2,7,3,11,1,10,13,1,1,5,1,1,1,0,1,0 +20110,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.3,0.6299801584,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8807280047,0.3964845520000001,2.8284271247,0.5,0.4,0.1,4,1,7,3,12,4,7,4,1,7,7,1,0,1,0,0,1 +20111,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.8,0.9,1.2160386506999998,4,1,-1,1,0,3,1,1,0,1,102,2,0.4,0.9124466474,-1.0,3.6055512755,0.6,0.3,0.0,0,4,6,1,9,4,8,7,4,1,10,1,1,1,0,0,1 +20113,0,3,3,5,1,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0.7,1.1,1.0787724505,11,1,-1,0,-1,4,1,1,0,1,48,1,0.316227766,0.6024399425,0.3943348831,3.0,0.8,0.3,0.3,2,1,6,3,10,1,6,8,1,2,10,0,1,0,0,0,0 +20115,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,1.0,1.4519383596000002,3,1,-1,0,-1,0,1,0,0,1,87,3,0.316227766,0.8266751088,0.3615245497,3.6055512755,0.9,0.9,0.7,3,3,9,4,8,1,10,8,0,1,14,0,0,1,0,0,0 +20116,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,9,1,1,2,1,93,3,0.4,0.9317738349,0.3834057903,3.6055512755,0.0,0.5,0.1,0,3,5,4,9,1,13,6,1,0,7,0,1,0,0,0,0 +20118,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.3,0.7766112284000001,7,1,1,0,0,0,1,1,2,1,78,3,0.4,0.8370550501999999,0.3287856445,3.6055512755,0.7,0.3,0.3,1,0,6,2,8,2,7,7,0,4,9,0,1,1,1,0,0 +20119,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.474341649,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.9180467948,0.4154515616,3.4641016151,0.2,0.6,0.9,0,0,8,3,9,5,9,8,0,2,11,0,1,0,1,0,1 +20125,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,1,0,0.8,0.5,0.8884677822,11,0,-1,0,-1,7,1,1,2,1,96,3,0.4472135955,0.6701424543,0.4301162634,2.2360679775,0.8,0.7,0.8,3,3,9,4,11,3,7,4,0,1,8,0,1,1,0,1,0 +20128,0,3,1,5,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.5,0.8806957476999999,7,1,1,0,1,1,1,1,0,1,104,3,0.4236744033,0.6627328844,0.3456877203,2.0,0.1,0.1,0.4,2,1,8,5,10,4,7,6,1,0,13,0,1,1,0,0,0 +20130,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.7,0.2,0.562361094,6,1,0,0,0,11,1,1,2,1,103,1,0.316227766,0.5783275974000001,0.2887905816,2.8284271247,0.6,0.3,0.2,4,1,8,4,9,1,8,3,3,2,7,0,0,1,0,0,0 +20131,0,0,3,5,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.3,0.5261891295000001,7,1,0,0,0,0,1,1,1,1,62,3,0.4,0.8258854501999999,0.32,3.1622776602,0.2,0.9,0.2,3,4,8,2,11,2,7,7,4,5,8,0,1,1,0,0,1 +20134,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.8912771734999999,11,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.621116031,0.3907684737,2.4494897428,0.3,0.2,0.1,3,2,9,1,10,2,14,7,2,4,5,1,1,1,0,0,0 +20135,0,0,1,4,1,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,14,1,1,0,1,60,1,0.316227766,0.6122880811,0.34727510710000004,3.0,0.4,0.1,0.3,2,1,8,2,11,3,8,6,1,2,8,0,0,0,0,0,0 +20138,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.0,1.7494642037,11,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,1.0365231137,0.32557641190000003,3.3166247904,0.0,0.3,0.9,2,4,7,0,8,3,5,5,2,4,8,0,0,0,0,0,0 +20139,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.8411301921,7,1,-1,0,-1,14,1,1,0,1,82,3,0.3160696126,0.5638562621000001,0.3651027253,2.0,0.6,0.3,0.4,3,1,4,1,9,0,6,4,1,2,6,0,1,0,0,1,0 +20140,0,1,1,3,0,2,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,-1,2,-1,11,1,1,0,1,94,0,0.3741657387,0.7815009927,0.4301162634,3.6055512755,0.3,0.5,0.9,4,2,7,3,9,2,12,5,1,7,2,0,1,1,0,1,0 +20141,0,0,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,1.8,1.5101738311,11,0,0,0,1,7,1,1,2,1,96,3,0.4472135955,0.837153777,0.2332380758,3.0,0.0,0.0,0.0,2,2,9,3,8,1,7,9,0,3,11,0,1,1,0,1,0 +20142,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.4506939094,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6621246793,0.3701351105,2.8284271247,0.8,0.6,0.9,3,1,9,3,10,3,7,4,4,3,8,1,1,1,1,0,0 +20149,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.7,1.1683321446,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.629984258,0.3685105155,2.8284271247,0.0,0.6,0.0,2,2,8,3,10,3,5,9,2,1,7,0,1,0,0,0,0 +20151,0,1,1,6,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.7198090023999999,11,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.6396829018,0.3687817783,3.1622776602,0.9,0.0,0.1,2,1,9,3,10,4,8,6,2,0,8,1,0,0,0,0,0 +20153,0,5,1,7,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.1,1.0443299287,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2239010925,0.359722115,3.7416573868,0.7,0.7,0.8,0,0,9,4,7,3,11,6,2,0,6,0,1,0,1,0,0 +20154,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5102664997999999,0.3619392214,2.0,0.5,0.8,0.9,3,2,10,3,10,3,6,5,4,6,9,0,1,0,1,0,0 +20155,1,5,2,3,1,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,1.4,1.9665960439,11,0,0,8,1,9,1,1,2,1,13,3,0.4472135955,0.9593278466,0.3991240409,3.1622776602,0.0,0.1,0.1,3,2,9,4,10,3,15,4,2,2,11,0,1,0,1,1,0 +20159,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.7496428207,11,0,1,1,1,9,1,1,2,1,61,3,0.4472135955,0.9480297098,0.3819685851,3.1622776602,0.5,0.4,0.5,2,2,7,3,8,4,8,3,0,1,7,0,1,0,1,0,0 +20160,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.6819090848,11,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7525438951000001,0.3974921383,2.8284271247,0.4,0.4,0.5,1,2,4,3,10,5,11,4,0,3,7,0,0,1,0,0,0 +20162,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.4,0.8359126749,11,1,-1,0,-1,1,1,1,0,1,65,3,0.316227766,0.5790951905,0.3507135583,2.8284271247,0.5,0.5,0.0,3,3,10,0,9,2,11,8,0,3,12,0,1,1,0,0,0 +20167,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.1,0.6239991987,11,1,1,0,1,1,1,0,2,1,64,3,0.316227766,0.7416894942,0.3016620626,3.6055512755,0.2,0.6,0.0,3,1,8,5,10,2,7,4,2,4,4,0,1,1,1,0,0 +20171,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,7,1,1,0,0,1,1,1,2,1,65,3,0.316227766,0.6977235712000001,0.2880972058,3.6055512755,0.0,0.7,0.8,3,2,9,1,9,3,6,6,2,1,6,0,1,0,0,0,0 +20172,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,4,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7327859214,0.3583294573,3.6055512755,0.5,0.3,0.8,4,2,6,2,9,6,8,6,2,5,8,0,0,0,0,1,0 +20173,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.3,0.0,0.9058835466,9,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.498282173,0.2887905816,1.4142135624,0.6,0.8,0.4,4,1,7,1,10,4,3,3,1,2,9,0,1,0,0,1,0 +20178,0,5,1,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.7,1.1683321446,11,1,-1,0,-1,1,1,1,0,1,74,3,0.3741657387,0.7355073584999999,0.3716180835,3.3166247904,0.7,0.2,0.2,3,3,7,2,9,1,10,7,2,4,8,0,0,0,1,1,0 +20182,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.8714212529,11,0,-1,1,-1,9,1,1,2,1,104,2,0.4898979486,1.3362012888,-1.0,3.6055512755,0.0,0.8,0.8,2,1,8,3,7,3,10,9,1,0,12,0,1,0,0,0,0 +20183,0,0,3,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.7913595896,7,1,-1,0,-1,0,1,1,2,1,22,1,0.316227766,0.7426638451,0.374566416,3.4641016151,0.4,0.0,0.5,4,2,6,2,10,3,6,5,2,3,6,1,1,1,0,1,0 +20187,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.645174395,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,1.0182325474,0.4256759331,3.6055512755,0.7,0.7,0.5,2,4,7,5,12,3,4,6,0,5,12,0,0,1,0,0,0 +20189,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.1,0.2,-1.0,10,1,-1,8,0,14,1,0,0,1,18,2,0.5656854249000001,1.6313053132,0.5656854249000001,3.7416573868,0.2,0.3,0.3,1,1,9,3,9,3,9,7,2,4,9,0,0,0,0,0,0 +20190,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.0,1.3,1.6443083652,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6902209492,0.3887158345,3.0,0.5,0.8,0.6,4,3,7,1,8,2,6,4,0,0,11,0,1,1,0,0,0 +20191,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.8366600265,7,1,1,0,0,1,1,1,1,1,25,3,0.4,0.8540496628,-1.0,3.6055512755,0.8,0.0,0.9,1,1,10,3,9,3,10,2,3,2,3,1,1,0,0,0,0 +20193,0,3,2,2,1,3,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.2,0.831790238,7,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6400703732,0.3744329045000001,2.8284271247,0.5,0.1,0.0,1,0,5,3,9,5,14,11,1,1,9,0,0,0,0,0,1 +20195,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.469041576,9,1,-1,0,-1,0,0,0,1,1,37,2,0.316227766,0.8441216277,0.3754996671,3.7416573868,0.2,0.2,0.7,1,0,8,4,6,2,8,2,1,1,7,1,1,1,0,1,0 +20197,0,0,1,3,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.4,1.5795568999,8,0,-1,0,-1,10,0,0,0,1,89,2,0.3872983346,1.1910270587,0.4086563348,3.7416573868,0.5,0.4,0.8,1,1,10,4,10,1,7,7,0,3,7,0,0,1,0,1,0 +20199,0,2,3,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.2,0.0,-1.0,11,1,1,0,1,1,1,1,0,1,65,1,0.3152776554,0.4356054018,0.2898275349,1.0,0.0,0.5,0.3,3,2,9,3,7,1,6,4,2,2,7,0,1,1,0,1,0 +20200,0,0,2,1,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.5,0.6628536792,11,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.6768607655,0.3070830507,3.6055512755,0.2,0.6,0.0,3,2,7,2,8,2,13,6,4,2,9,0,0,0,0,0,0 +20202,0,1,3,9,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.9051933495,7,1,-1,0,-1,1,1,1,2,1,38,1,0.316227766,0.6782482297,0.3598610843,3.4641016151,0.6,0.8,0.7,1,5,9,2,8,4,4,8,1,3,7,0,0,1,0,0,0 +20205,0,5,3,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.8,1.2051970793,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.8034661482,0.3685105155,3.6055512755,0.6,0.7,0.8,3,0,7,5,10,0,9,16,0,3,10,0,1,1,0,0,0 +20206,0,3,1,10,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.3,1.4605221669,3,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7357039693999999,0.3666060556,3.4641016151,0.9,0.3,0.5,2,3,9,3,10,1,9,4,0,3,7,0,0,1,0,1,0 +20207,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,0.6773108592,9,0,0,8,0,9,1,1,2,1,13,3,0.4472135955,0.977114152,0.3991240409,3.1622776602,0.6,0.8,0.7,1,0,7,4,11,4,5,7,0,4,7,0,0,0,1,0,0 +20214,0,5,2,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.1,1.6600075301,11,1,1,0,1,11,1,0,2,1,76,3,0.316227766,0.8530451045999999,0.3181194744,3.7416573868,0.8,0.2,0.2,2,3,6,2,9,1,6,6,3,5,13,0,0,0,0,1,0 +20216,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.8,1.1,1.1592023119,10,1,-1,0,0,0,1,0,0,1,34,2,0.4,0.9819128742,0.3780211634,3.7416573868,0.6,0.8,0.1,2,2,7,1,9,2,5,8,4,4,7,1,1,1,0,1,0 +20217,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.0,0.5,0.8707037384,9,0,1,1,0,0,1,0,2,1,104,3,0.3741657387,1.3562375033,0.34899856729999995,3.7416573868,0.0,0.9,0.4,2,2,6,0,11,4,9,6,0,6,13,0,0,0,0,0,0 +20219,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,1,0,1,0,1,1,2,1,46,3,0.4,0.7363916942000001,0.3003331484,3.0,0.5,0.0,0.1,2,0,8,5,10,1,4,5,2,2,5,0,0,0,0,0,0 +20221,1,6,1,5,1,2,0,1,0,0,0,0,0,0,0,6,0,1,0,0.8,0.8,0.7348469228,11,1,1,0,0,10,1,0,2,1,28,3,0.3741657387,0.9780652178,0.3286335345,3.7416573868,0.1,0.8,0.1,4,2,9,2,9,4,6,8,4,3,11,1,1,0,1,1,0 +20223,0,5,4,8,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.7,0.4,1.1036870027,11,1,-1,0,-1,1,1,0,3,1,80,3,0.316227766,0.8095759526999999,-1.0,3.6055512755,0.8,0.2,0.4,2,2,5,3,8,4,9,8,1,1,9,0,0,1,0,0,0 +20225,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.2,0.8355387484000001,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7508122324,0.3907684737,3.4641016151,0.8,0.8,0.5,1,4,7,2,10,0,8,2,1,4,12,0,0,1,1,1,0 +20227,1,7,1,5,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.5,0.2,0.8638576272,0,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.8529603287,0.3820994635,3.0,0.4,0.3,0.1,1,2,10,2,10,4,6,4,2,6,5,0,0,1,1,1,0 +20228,1,0,1,6,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.8,1.3202745927,11,0,-1,8,-1,4,1,1,1,1,6,3,0.4472135955,1.1131956456,0.4210700654,3.6055512755,0.3,0.1,0.3,3,1,7,3,10,1,8,5,2,4,10,0,0,0,0,0,1 +20229,0,3,1,8,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.2,0.1,-1.0,6,1,-1,2,1,1,1,1,0,1,1,0,0.3741657387,0.8197207749,0.4189272013000001,3.3166247904,0.2,0.3,0.6,4,4,8,3,10,3,13,10,1,3,5,0,0,1,1,1,0 +20235,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.2,0.7232738070999999,11,1,1,0,0,11,1,0,2,1,3,2,0.4242640687,1.1398582629,0.3659234893,3.4641016151,0.9,0.8,0.7,1,4,9,2,9,2,8,2,2,2,9,0,0,0,1,1,0 +20236,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,0.9320675941,11,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.8113859176999999,0.3598610843,3.7416573868,0.0,0.0,0.9,3,3,9,2,11,1,8,3,2,5,5,0,0,1,0,1,0 +20237,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.8,1.8138357147,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9318436804,0.3984971769,3.3166247904,0.7,0.8,0.4,3,1,7,3,7,3,12,1,0,1,12,0,0,1,0,0,0 +20238,0,1,3,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,1.1516292806,8,1,-1,0,0,1,1,1,0,1,51,2,0.4,0.9161431012,0.4084115571,3.6055512755,0.0,0.2,0.0,3,2,8,4,12,3,12,7,2,4,6,0,1,0,0,0,1 +20240,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.0482127647,11,1,-1,0,-1,11,0,1,2,1,101,3,0.3741657387,0.8486742212999999,0.3849675311,3.6055512755,0.3,0.2,0.0,2,2,8,1,8,3,5,4,3,3,9,0,0,1,0,0,0 +20244,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.6773108592,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0101755023,0.4,3.1622776602,0.1,0.6,0.5,1,1,9,2,11,1,11,2,2,5,6,0,0,1,0,1,0 +20246,0,2,2,5,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,0.325,7,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.6083781447,0.3016620626,2.8284271247,0.5,0.1,0.2,3,1,9,3,10,5,4,3,2,2,14,0,1,1,0,0,0 +20249,0,6,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.7245688373,6,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.7998837725,0.4279018579,3.1622776602,0.7,0.4,0.8,4,2,8,3,9,2,9,9,2,3,6,0,1,1,0,1,0 +20250,0,5,1,6,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.3,0.0,0.6495190528,4,1,-1,0,0,0,1,1,0,1,22,3,0.316227766,0.8214216159000001,0.374566416,3.6055512755,0.7,0.4,0.9,0,2,9,1,7,0,11,7,1,4,6,0,1,1,0,1,0 +20251,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.7,0.3,0.8710625695,10,1,-1,0,1,11,1,0,0,1,2,2,0.4242640687,1.0927541216,0.3542597917,3.7416573868,0.3,0.6,0.2,2,2,9,2,9,1,9,7,1,4,6,0,1,1,0,1,0 +20255,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,1.1,1.035313962,4,1,-1,2,1,14,0,1,0,1,104,0,0.4,0.615636471,0.4049691346,2.8284271247,0.5,0.0,0.0,3,1,8,2,11,2,13,2,0,2,1,0,1,1,0,0,0 +20259,0,2,1,7,0,0,0,1,0,0,0,0,0,0,0,12,0,0,0,0.9,1.5,1.7656443583,11,0,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.8345707067,0.3934463115,3.0,0.5,0.3,0.8,3,1,8,4,10,4,9,3,2,3,13,0,1,1,0,1,0 +20261,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.0,1.7271725449000002,10,1,-1,0,1,1,1,0,0,1,74,2,0.4,0.8906655511,0.3784177586,3.7416573868,0.3,0.6,0.9,2,1,7,5,7,4,8,7,1,3,7,0,1,0,0,0,0 +20263,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.6,0.3,0.7549834434999999,1,1,0,0,0,11,1,1,2,1,103,1,0.316227766,0.6096164625,0.2887905816,3.1622776602,0.5,0.2,0.9,2,0,9,3,10,1,5,14,3,2,8,0,1,1,0,0,0 +20265,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.3,0.5689903338000001,7,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6846305632999999,0.3666060556,3.1622776602,0.9,0.5,0.1,4,1,6,2,9,4,7,5,0,2,8,0,0,1,0,0,0 +20266,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7918750631999999,0.3780211634,3.4641016151,0.7,0.6,0.5,3,2,8,1,10,2,8,3,4,1,8,1,0,1,0,0,0 +20267,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.5,0.3,0.9051933495,6,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.9174389434,0.3826225294,3.4641016151,0.7,0.2,0.7,1,1,7,6,8,1,7,6,0,3,7,0,1,0,0,1,0 +20269,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.7079901129,11,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8554033411,-1.0,3.7416573868,0.7,0.5,0.8,1,3,6,3,11,4,9,8,1,1,6,0,0,0,0,0,0 +20270,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.0,0.3,0.6041522987,8,1,-1,0,0,1,1,1,0,1,25,2,0.3741657387,0.8165210417000001,-1.0,3.6055512755,0.3,0.7,0.2,0,1,9,2,8,5,4,4,1,3,11,0,1,1,0,1,0 +20272,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.5,0.5,1.3028814221,11,1,0,0,0,1,1,1,1,1,25,3,0.3741657387,0.8069302099,-1.0,3.6055512755,0.7,0.0,0.1,2,1,7,4,10,1,7,2,0,3,15,0,1,1,1,0,0 +20275,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,-1.0,5,1,0,0,1,0,1,1,0,1,87,3,0.316227766,0.7511011201000001,0.2944486373,3.6055512755,0.6,0.2,0.6,3,3,8,3,11,0,12,4,1,6,11,0,1,0,1,0,1 +20276,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.2,0.5367727638,7,1,-1,0,-1,11,1,1,1,1,44,1,0.4472135955,0.6791919117,0.4062019202,2.4494897428,0.7,0.0,0.2,2,0,8,3,8,0,5,5,2,3,6,0,0,0,0,0,0 +20279,0,4,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.4,-1.0,6,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6988774943000001,0.3615245497,3.3166247904,0.2,0.2,0.5,2,2,8,2,8,1,9,7,1,1,4,0,1,1,0,0,0 +20286,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.7167635593,10,1,-1,0,1,6,1,1,0,1,26,1,0.3972404813,0.5461359379999999,0.3958535083,1.7320508076,0.1,0.1,0.1,1,1,9,3,10,2,13,12,2,2,6,0,0,1,0,0,1 +20287,0,5,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,1.035313962,11,1,1,0,0,14,1,1,2,1,68,3,0.4,0.8078002984999999,0.3443835072,2.8284271247,0.9,0.9,0.3,2,1,9,4,10,3,4,5,3,1,7,0,1,0,0,0,0 +20288,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.5,0.8336665999999999,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7548465993000001,0.3708099244,3.3166247904,0.4,0.4,0.2,1,2,9,3,11,1,12,8,2,4,12,0,0,0,1,0,0 +20301,1,5,1,9,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.4,1.2774486291,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9474629019,0.4101219331,3.6055512755,0.7,0.3,0.9,2,4,8,4,5,4,7,8,0,3,11,0,1,1,1,1,0 +20304,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5973901573,11,0,1,0,1,1,1,0,2,1,31,3,0.4242640687,0.9285669444,0.34727510710000004,3.7416573868,0.4,0.7,0.3,1,2,10,3,5,2,9,7,3,4,9,1,1,0,1,0,0 +20305,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.0164275675,11,1,-1,0,-1,4,1,1,0,1,48,3,0.316227766,0.6166759734,0.3943348831,3.0,0.0,0.3,0.4,4,3,8,2,9,3,6,6,1,2,7,1,1,1,1,1,0 +20306,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,0.2,0.6490377493,6,1,-1,0,0,11,1,1,0,1,99,2,0.3155946768,0.5120248251,0.3734969879,1.0,0.1,0.9,0.9,4,3,9,2,9,4,10,5,2,1,5,0,1,0,0,1,0 +20309,0,7,1,10,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,0.7850159234,10,0,-1,1,1,3,1,1,0,1,104,2,0.4472135955,0.8675271211,0.4268489194,3.3166247904,0.8,0.0,0.5,4,0,6,3,8,3,5,7,1,3,10,0,0,0,1,0,0 +20312,0,6,3,9,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.6,1.6501893831,8,1,-1,0,0,1,1,1,0,1,52,2,0.3741657387,0.7852481579,0.3598610843,3.4641016151,0.5,0.5,0.5,1,3,6,3,12,0,6,5,1,2,8,0,0,0,0,1,0 +20313,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.9,0.7,0.959817691,11,0,1,0,0,11,1,0,2,1,17,2,0.4242640687,0.9858607851,-1.0,3.6055512755,0.6,0.8,0.5,2,4,6,3,9,3,13,5,1,1,12,0,0,1,0,1,0 +20315,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.7713624309999999,6,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6115452586,0.34727510710000004,3.0,0.3,0.6,0.5,2,0,8,3,11,1,8,3,2,5,15,0,1,1,0,0,0 +20316,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.9,0.4,0.9226321044,6,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.7414248066,0.374566416,3.3166247904,0.5,0.4,0.7,1,2,6,5,7,4,8,6,1,4,6,0,0,1,0,1,1 +20318,0,3,2,2,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,1.2,1.012114124,11,0,-1,1,-1,9,1,1,2,1,104,2,0.4242640687,1.2805542608,-1.0,3.6055512755,0.3,0.7,0.0,2,1,8,3,7,3,7,3,0,1,8,0,0,1,0,0,0 +20320,0,5,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.4,1.5194571399,11,0,1,1,1,2,-1,0,1,1,104,2,0.4472135955,1.6501001723,0.3674234614,3.7416573868,0.8,0.9,0.9,1,3,7,3,11,3,7,2,2,3,8,0,1,1,0,0,0 +20324,1,6,1,4,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7344215411,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.6726351288,0.3807886553,2.0,0.0,0.7,0.6,2,2,7,2,5,2,4,4,3,2,5,0,0,1,0,1,0 +20330,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,0,0,-1,0,0,15,1,1,0,1,5,2,0.4242640687,0.785469802,0.3958535083,2.4494897428,0.8,0.2,0.9,2,1,4,4,8,3,6,3,2,2,5,1,1,0,0,0,1 +20332,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.4,0.6768493185,3,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7957862945,0.374566416,3.4641016151,0.5,0.5,0.1,3,2,8,1,9,2,10,6,0,3,10,1,1,1,0,0,0 +20338,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.0,0.2,0.5244044241,11,0,-1,8,-1,13,1,1,2,1,20,3,0.4472135955,1.1723484237,0.4295346319,3.6055512755,0.3,0.0,0.4,5,2,7,3,9,0,10,9,2,4,11,0,1,1,1,0,0 +20342,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5117372373,6,1,-1,0,0,0,1,0,0,1,62,3,0.4,1.0196823359,0.3826225294,3.7416573868,0.8,0.3,0.4,4,3,7,1,11,4,9,7,0,2,10,0,1,1,0,1,0 +20345,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,10,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8809977439,0.3820994635,3.0,0.1,0.8,0.0,3,2,6,4,10,2,8,3,1,3,7,0,1,0,0,0,0 +20347,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.0,0.0,1.2216791723,11,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.8627387679999999,0.4176122604,3.1622776602,0.7,0.8,0.1,2,1,7,4,10,1,12,3,0,3,7,1,1,0,0,0,1 +20353,0,3,3,5,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.6,1.2354149101,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4472135955,1.0253300215,0.4224926035,3.4641016151,0.8,0.9,0.7,2,4,8,5,11,1,9,4,1,2,11,1,0,1,1,1,1 +20354,0,6,1,8,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.5733672471,10,1,-1,1,0,3,1,1,0,1,102,2,0.4,0.8787317119,-1.0,3.6055512755,0.7,0.0,0.1,2,1,9,3,11,5,0,7,2,1,5,0,1,1,0,0,0 +20355,0,2,1,6,1,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.8926785536,11,1,0,0,1,0,1,1,2,1,66,3,0.3998749805,0.7063612964,-1.0,2.6457513111,0.9,0.5,0.9,1,1,8,3,10,1,6,3,2,2,4,0,1,1,1,1,0 +20368,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.8219641111,11,1,-1,0,-1,9,1,0,2,1,104,2,0.316227766,0.9457205701,-1.0,3.7416573868,0.3,0.7,0.9,2,1,10,6,9,2,7,5,4,6,4,0,1,0,0,0,0 +20372,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.2,0.4677071733,7,1,0,0,0,0,1,1,0,1,39,3,0.3160696126,0.6675631025,-1.0,2.8284271247,0.6,0.5,0.9,3,0,10,3,10,3,15,6,0,3,3,0,1,0,1,0,0 +20376,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.9377499667,7,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.8319671998,0.3667424164,3.6055512755,0.5,0.1,0.3,2,3,7,3,10,3,11,3,0,7,9,0,0,1,0,0,0 +20377,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.5,1.9549616365,10,1,-1,8,1,9,1,0,0,1,13,3,0.4472135955,1.1895377253,0.4679743583,3.6055512755,0.5,0.7,0.5,5,1,8,2,10,2,10,6,0,3,11,0,1,1,0,1,0 +20379,0,6,1,5,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.25,4,1,-1,0,1,1,1,0,0,1,51,2,0.4,0.9380280882,0.4017461885,3.7416573868,0.4,0.9,0.8,4,2,8,1,9,1,5,4,3,2,6,1,0,0,1,0,1 +20380,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.5,1.3479150566999998,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.917900497,0.3869108424,3.3166247904,0.5,0.4,0.3,3,1,8,2,4,3,3,6,0,6,3,0,0,0,0,0,0 +20386,0,4,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.5,0.5024937811,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6606877207999999,0.3619392214,3.1622776602,0.2,0.9,0.5,1,0,9,4,8,2,14,4,1,3,9,0,0,0,0,1,0 +20387,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.8,0.5,0.9516433155,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6926264541,0.3685105155,3.3166247904,0.5,0.8,0.3,4,1,10,5,12,2,10,9,1,2,9,0,1,0,0,0,1 +20389,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.9,0.5,0.9714679614,10,1,-1,9,0,15,1,0,0,1,41,2,0.5477225575,1.5519449275,0.5329165038,3.6055512755,0.9,0.0,0.8,2,2,9,3,10,4,12,5,1,5,9,0,1,0,0,0,0 +20396,0,0,1,9,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.6354132514,7,1,-1,0,-1,0,1,0,0,1,32,1,0.316227766,0.7468805651,0.3615245497,3.7416573868,0.9,0.0,0.1,2,2,10,2,9,3,11,5,0,3,11,0,1,0,0,0,0 +20399,0,1,1,0,0,6,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,10,1,-1,2,1,1,1,1,0,1,90,0,0.4242640687,0.895627579,0.4189272013000001,3.4641016151,0.3,0.6,0.6,3,1,8,2,9,2,8,5,1,2,5,0,1,0,1,0,0 +20402,0,4,2,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.6,0.9984362774,11,1,-1,0,-1,7,1,1,2,1,96,3,0.4,0.8502673376000001,0.4272001873,3.3166247904,0.8,0.1,0.0,1,1,6,1,9,3,12,6,3,2,7,0,1,1,0,1,0 +20408,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.4493533041,11,1,1,0,0,7,1,1,2,1,92,3,0.3741657387,0.7382411529999999,0.3278719262,3.3166247904,0.6,0.8,0.1,2,4,10,3,7,2,4,4,6,2,6,0,1,1,0,1,0 +20410,0,5,2,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.8,1.6,8,1,1,0,1,14,1,0,2,1,72,3,0.4,1.1625616486,0.3504283094,3.6055512755,0.2,0.1,0.2,4,3,6,3,11,1,7,5,2,4,2,1,0,0,0,0,0 +20411,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.5567764363000001,7,1,0,0,0,10,1,1,2,1,28,3,0.3741657387,0.7134915893000001,0.3248076354,2.6457513111,0.9,0.5,0.9,3,1,6,2,10,4,9,7,0,0,2,0,1,0,0,0,1 +20420,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.3,0.6768493185,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6082083158,0.3583294573,2.8284271247,0.3,0.6,0.1,0,4,10,3,6,2,9,8,3,5,6,0,0,0,0,1,1 +20424,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,4,1,-1,8,0,11,1,0,0,1,71,2,0.4898979486,1.3945918269,0.4949747468,3.7416573868,0.2,0.3,0.9,2,2,10,3,12,2,8,8,1,4,11,0,0,0,0,0,0 +20425,0,5,1,7,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.3,0.0,0.8081614937999999,5,1,1,0,0,4,1,1,2,1,12,3,0.4,0.7441507445000001,0.3248076354,3.3166247904,0.0,0.6,0.4,3,1,8,5,6,1,4,9,3,3,8,1,0,0,0,0,0 +20427,0,2,2,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.2,0.5695392875,6,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.5685453383,0.3687817783,2.0,0.2,0.3,0.0,1,2,5,4,7,2,6,8,0,1,8,0,0,0,0,1,0 +20429,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.7,1.3439680056,8,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.7253240940000001,0.3820994635,2.6457513111,0.2,0.6,0.3,1,2,7,2,8,1,5,7,0,3,6,0,1,0,0,0,0 +20431,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.7474958194,7,1,1,0,0,0,1,0,2,1,46,3,0.4,0.966622731,0.3003331484,3.7416573868,0.1,0.6,0.3,2,1,10,5,8,2,4,5,0,3,8,0,1,1,1,0,0 +20441,0,2,1,5,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.4,0.0,0.7709571973,4,1,-1,0,0,1,0,1,0,1,64,1,0.316227766,0.5960961152,0.3619392214,2.8284271247,0.8,0.9,0.2,3,4,7,3,11,2,10,8,5,1,11,0,0,1,0,0,0 +20443,1,0,1,7,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.4,0.3,-1.0,10,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.6664402164,0.4166533331,3.3166247904,0.1,0.8,0.5,3,2,9,2,10,2,14,3,4,1,5,0,0,1,0,1,1 +20447,0,3,1,4,1,4,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.9,1.3136304655,11,1,0,0,0,1,1,1,2,1,31,3,0.3741657387,0.6816666498,0.31400636940000004,2.6457513111,0.4,0.6,0.2,2,2,7,1,12,1,8,7,1,5,5,0,0,1,0,0,0 +20454,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.1,-1.0,10,1,-1,8,1,3,1,0,0,1,104,2,0.5,1.5524339062,0.5394441584,3.7416573868,0.8,0.8,0.0,3,1,9,3,8,5,9,3,1,3,10,0,1,0,1,0,0 +20455,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.4,7,0,1,0,0,11,1,0,2,1,17,2,0.4242640687,0.9846549926,-1.0,3.7416573868,0.3,0.7,0.4,2,3,5,4,8,4,12,5,2,4,9,0,1,0,0,1,0 +20456,0,2,2,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.5,0.7141428429000001,8,1,-1,0,1,0,1,1,0,1,88,3,0.4,0.6772269661,0.3974921383,2.4494897428,0.0,0.1,0.3,3,1,8,2,11,5,9,4,1,4,6,0,1,0,1,0,0 +20457,0,1,2,1,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.7,0.8774964387,6,1,-1,0,0,14,1,0,0,1,42,2,0.4,0.8672174558,0.3937003937,3.6055512755,0.6,0.1,0.5,3,3,9,4,9,2,8,7,2,4,5,0,1,0,1,0,0 +20458,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,1.1118677979,11,1,1,0,0,1,1,0,1,1,51,2,0.4,0.941359137,0.4363484846,3.7416573868,0.9,0.6,0.5,4,1,7,1,7,3,5,4,1,1,7,0,0,0,0,0,0 +20459,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.9,0.3,0.7713624309999999,7,1,1,0,0,11,1,1,2,1,67,2,0.3741657387,0.7380872084000001,0.3008321791,3.4641016151,0.0,0.7,0.8,1,3,8,3,8,1,6,5,0,2,10,1,1,1,0,1,0 +20466,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.6,0.6800735254000001,7,1,-1,0,-1,1,1,1,2,1,104,3,0.3152776554,0.5067519321,0.3937003937,0.0,0.5,0.5,0.4,2,1,8,3,10,2,8,5,0,2,7,0,1,1,0,1,0 +20471,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.631961233,10,1,-1,0,1,11,1,1,0,1,36,2,0.3741657387,0.8353501765000001,0.3793415348,3.6055512755,0.7,0.4,0.0,1,1,5,6,11,4,11,4,0,1,7,0,0,1,0,0,0 +20473,1,2,1,6,1,5,0,1,0,0,0,0,0,0,0,11,0,1,0,0.0,0.6,0.9377499667,7,0,1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8797304245,0.3420526275,2.6457513111,0.6,0.1,0.1,1,4,9,5,9,1,15,5,0,5,7,0,0,1,0,1,0 +20477,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.9,1.2,1.4979152179,11,1,0,1,1,3,0,1,2,1,104,2,0.4472135955,0.7757427792,0.3612478374,2.8284271247,0.9,0.5,0.9,3,1,9,2,7,3,3,7,1,7,11,0,0,0,0,0,0 +20482,0,2,1,3,1,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,1.1,0.9746794345,9,1,0,0,1,7,1,1,2,1,96,3,0.4,0.6454865549000001,0.3616628264,2.2360679775,0.2,0.6,0.9,4,2,6,3,8,4,8,10,1,3,6,0,0,0,0,0,0 +20483,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,104,1,0.4220189569,0.4260378674000001,0.3774917218,0.0,0.3,0.7,0.2,4,2,9,3,9,3,5,9,3,4,6,0,1,0,1,0,0 +20486,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7297967565000001,0.3814446225,3.0,0.4,0.3,0.2,3,2,8,3,9,1,11,4,0,3,9,0,0,1,0,1,0 +20487,0,5,1,5,0,1,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,11,1,1,0,1,11,0,1,2,1,7,3,0.4235563717,0.6993503479000001,0.3542597917,2.0,0.8,0.4,0.5,3,1,6,2,9,3,10,9,1,3,6,0,0,1,0,0,0 +20488,0,6,3,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.2,1.3681648293000002,6,1,-1,0,1,10,1,1,0,1,89,2,0.3872983346,1.0238983195,0.4086563348,3.6055512755,0.5,0.5,0.0,3,2,9,3,7,1,12,0,1,3,7,0,0,1,0,0,0 +20496,0,6,1,3,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.8,0.4,1.0040542814,8,1,-1,1,0,0,1,1,0,1,75,2,0.4472135955,1.2664944787,0.4440720662,3.4641016151,0.7,0.8,0.0,3,1,6,7,12,2,11,0,0,5,11,0,1,0,0,0,0 +20498,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.2,0.9526279442,11,1,0,0,0,3,1,1,2,1,15,3,0.4,0.7990309213,0.34044089060000005,3.1622776602,0.8,0.2,0.0,5,2,7,3,10,2,12,3,1,5,7,0,1,1,0,0,0 +20502,0,0,1,8,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.6,1.2715639976000002,10,1,-1,0,1,14,1,0,0,1,8,2,0.3872983346,0.9184630532,-1.0,3.7416573868,0.9,0.9,0.9,1,4,8,4,7,1,9,1,1,7,11,1,1,0,1,0,1 +20503,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.5,0.1,0.4769696007,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.743484092,0.3685105155,3.3166247904,0.3,0.9,0.1,2,2,9,1,9,3,4,4,1,2,6,1,0,1,1,0,0 +20504,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.7516648189,11,1,1,0,1,0,1,1,2,1,32,3,0.316227766,0.6142084875,0.2944486373,2.8284271247,0.4,0.5,0.3,2,1,9,5,6,5,9,7,0,5,10,0,0,0,0,1,0 +20507,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.0,-1.0,7,1,0,0,0,11,1,1,3,1,99,2,0.316227766,0.5981721469,0.30331501780000003,2.8284271247,0.3,0.4,0.8,2,1,8,2,9,1,7,7,1,2,5,0,1,1,1,0,0 +20508,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.6,0.2,0.5931905259,7,1,0,0,0,10,1,1,2,1,28,3,0.3741657387,0.7378352299,0.3248076354,2.8284271247,0.2,0.6,0.9,3,2,10,1,8,2,8,4,2,1,5,0,0,1,1,0,0 +20510,1,1,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.4,0.957209486,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7325518626,0.3907684737,3.3166247904,0.4,0.5,0.5,4,1,8,1,7,3,8,7,1,3,6,0,1,0,1,0,0 +20514,0,2,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.3,0.5689903338000001,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6491889409,0.3583294573,3.1622776602,0.4,0.1,0.0,2,2,8,3,11,2,8,2,0,6,8,0,0,0,0,0,0 +20517,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5857687257,6,1,0,0,1,4,1,1,0,1,48,1,0.316227766,0.6631692005,0.2966479395,3.4641016151,0.0,0.7,0.5,2,2,7,4,10,2,8,4,1,4,8,0,1,1,0,0,0 +20518,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7143019479,0.3598610843,3.6055512755,0.3,0.3,0.9,1,1,9,3,8,5,5,8,0,4,6,1,1,1,0,0,1 +20519,0,7,3,6,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.4,1.2,1.4491376746,11,0,0,9,1,2,-1,1,3,1,104,3,0.5477225575,1.5811192291,0.4669047012,3.1622776602,0.0,0.0,0.9,4,1,9,1,12,1,8,5,1,6,11,0,0,0,0,0,0 +20521,0,2,2,1,0,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,-1.0,4,1,-1,0,1,1,0,1,0,1,91,3,0.4236744033,0.7483038672,0.3741657387,2.2360679775,0.5,0.5,0.1,2,0,9,1,10,2,7,3,3,5,8,0,1,1,0,1,0 +20522,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5494315244,11,1,-1,0,-1,1,1,1,1,1,51,2,0.3741657387,0.8252597888,0.4017461885,3.6055512755,0.6,0.0,0.1,3,1,7,3,11,1,11,10,0,4,6,0,1,1,0,1,0 +20529,0,1,3,7,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.3,1.43396304,7,1,-1,0,-1,4,0,1,2,1,12,3,0.4,0.6816969589,0.3708099244,3.0,0.4,0.6,0.9,2,4,6,2,10,4,7,6,0,2,5,0,1,0,0,1,1 +20530,0,1,1,9,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,5,1,1,0,1,0,1,1,2,1,46,3,0.4,0.8933338987,0.3003331484,3.6055512755,0.6,0.5,0.7,2,2,6,1,7,1,6,1,1,6,10,0,0,0,1,0,0 +20531,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.4,1.0380269746,11,1,1,0,1,1,1,0,2,1,31,3,0.4,1.0212665326,-1.0,3.7416573868,0.2,0.9,0.5,2,0,8,5,10,5,10,6,2,1,5,0,0,1,1,0,0 +20532,0,1,4,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.2,1.2668859459,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.998604398,0.3820994635,3.6055512755,0.5,0.2,0.4,2,1,10,3,6,4,14,4,0,2,8,0,0,0,0,1,0 +20533,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.5689903338000001,11,0,-1,0,-1,11,1,0,2,1,104,2,0.4,1.0871621257,0.4022437072,3.6055512755,0.0,0.9,0.7,1,3,7,2,9,3,5,4,3,2,7,0,1,0,1,1,0 +20534,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.1,0.4046603514,7,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.6933122083,0.3292415527,3.3166247904,0.7,0.1,0.7,1,3,8,2,8,1,13,7,0,2,6,0,1,0,0,0,0 +20538,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.7,1.2,1.0568230694,11,1,0,6,1,5,1,1,2,1,104,2,0.469041576,1.2094168221,0.4516635916,3.3166247904,0.9,0.1,0.4,1,2,7,3,10,4,9,4,0,8,7,0,1,0,0,0,0 +20544,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,3,0,1,0,0.9,0.1,0.482182538,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7063027937,0.3666060556,3.3166247904,0.2,0.2,0.1,3,3,6,4,6,3,11,6,2,1,7,0,1,0,0,1,0 +20550,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.7,0.4,1.1087718431,11,0,-1,1,-1,13,1,1,1,1,104,2,0.4472135955,1.1281796205,-1.0,3.4641016151,0.2,0.6,0.0,3,1,7,0,9,3,5,5,3,4,4,0,0,1,0,1,0 +20552,0,0,1,10,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.9,0.9096702699,11,0,1,0,1,10,1,0,2,1,55,2,0.4472135955,1.2121543556,0.359722115,3.7416573868,0.0,0.5,0.9,1,1,8,3,11,3,7,3,0,4,6,1,1,1,0,0,1 +20553,0,2,4,7,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,9,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.6417306147,0.30331501780000003,3.1622776602,0.1,0.5,0.6,3,0,8,0,6,1,7,5,2,4,12,0,0,0,0,1,0 +20554,0,1,1,5,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.5,0.9082951062,11,1,-1,0,-1,11,1,0,2,1,101,3,0.3741657387,0.8817478885,0.3849675311,3.6055512755,0.4,0.7,0.8,1,1,8,3,8,1,12,9,0,1,9,0,1,0,0,0,0 +20555,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.7881941385,4,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8720404494,0.3964845520000001,2.6457513111,0.1,0.5,0.2,2,2,9,2,10,1,14,6,0,0,11,0,0,0,0,0,1 +20556,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,11,0,1,1,0,0,1,0,2,1,104,3,0.3741657387,1.3534162468000002,0.34899856729999995,3.7416573868,0.1,0.0,0.3,4,2,8,3,9,2,5,2,1,5,4,1,1,1,0,0,0 +20559,0,2,2,2,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.3,-1.0,4,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.1923906468,0.4,3.4641016151,0.1,0.5,0.0,2,2,7,5,6,2,8,3,2,2,5,0,0,1,1,0,0 +20561,1,5,1,4,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.7,0.7,1.1194306589,11,0,0,9,0,9,1,1,2,1,104,3,0.4472135955,1.2614680546,0.3969886648,3.3166247904,0.2,0.3,0.5,3,1,8,3,11,3,7,5,2,1,12,1,1,0,1,0,0 +20563,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.1,0.2,-1.0,9,1,1,0,1,1,1,1,0,1,65,1,0.3160696126,0.5045249790999999,0.2872281323,2.2360679775,0.9,0.1,0.2,3,2,9,4,10,3,8,5,0,2,7,0,0,1,0,0,0 +20565,0,5,3,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.8,0.9287087811,11,0,1,0,1,11,1,1,2,1,2,3,0.4242640687,0.9632396267,-1.0,3.6055512755,0.8,0.7,0.1,0,0,5,4,11,2,7,6,2,3,10,0,1,0,0,1,0 +20566,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.3,0.7854139036,11,1,-1,0,-1,0,1,1,2,1,98,3,0.4,0.7944084029999999,0.3974921383,3.0,0.3,0.1,0.1,4,2,7,5,8,2,8,8,0,1,6,1,1,1,0,1,0 +20571,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.8,1.1341296222,10,0,-1,0,1,6,1,1,0,1,27,3,0.4,0.7546275968,0.3907684737,3.1622776602,0.9,0.9,0.8,2,1,8,2,10,4,6,6,2,2,6,0,0,1,1,0,1 +20572,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5958187643999999,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.690998798,0.3887158345,3.0,0.1,0.6,0.9,2,2,9,5,8,1,15,3,1,3,8,0,0,1,0,1,0 +20576,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,10,0,1,0,0.9,0.5,0.6020797289,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6876117490000001,0.3667424164,3.1622776602,0.8,0.6,0.8,4,2,9,2,10,3,13,4,0,4,11,0,1,1,1,1,0 +20577,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.5,0.454835135,11,0,-1,9,-1,15,1,1,2,1,41,2,0.5196152423,1.3461223773,0.5753259945,3.4641016151,0.3,0.8,0.4,1,2,5,3,10,3,10,8,0,1,4,0,1,0,0,0,0 +20583,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.8522030275,9,1,1,0,0,11,1,1,2,1,16,3,0.3741657387,0.6751492029999999,0.3185906464,2.8284271247,0.4,0.5,0.9,2,3,7,3,8,1,8,5,2,4,5,0,1,1,0,0,0 +20588,0,3,1,7,1,4,0,0,1,0,0,0,0,0,0,9,0,1,0,0.9,0.7,1.1297123528,9,1,1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7581826356999999,0.3278719262,3.1622776602,0.9,0.5,0.5,5,3,9,1,8,1,9,4,0,0,9,0,1,0,0,1,0 +20596,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.9532837982,11,1,1,2,1,1,1,1,2,1,1,0,0.4242640687,0.9001187937999999,0.33615472630000004,3.1622776602,0.6,0.2,0.5,2,2,8,2,8,2,9,5,2,1,6,0,0,0,1,0,0 +20601,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.703562364,7,0,0,0,0,1,1,1,1,1,25,3,0.4,0.8285330061,-1.0,3.4641016151,0.9,0.7,0.1,3,2,7,2,10,5,6,11,1,2,7,1,1,1,1,0,0 +20603,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.8767838957999999,11,1,1,0,1,14,1,1,2,1,60,1,0.316227766,0.6736786884,0.3070830507,3.6055512755,0.5,0.8,0.3,5,1,8,4,9,2,8,4,0,0,5,0,1,1,1,0,1 +20604,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.8,0.5,0.8852965604999999,9,1,0,0,1,1,1,1,0,1,64,3,0.316227766,0.6272891961,0.3016620626,3.0,0.8,0.4,0.8,5,0,7,1,9,3,11,6,1,4,7,0,1,1,1,1,0 +20607,0,0,2,1,0,2,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.2,0.668954408,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6763110928,0.3926830783,2.8284271247,0.9,0.2,0.4,2,1,9,5,7,2,8,9,0,6,5,0,1,0,0,1,0 +20608,0,5,1,3,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.0102598676,9,1,-1,2,-1,11,0,1,2,1,94,0,0.3741657387,0.7721388134,0.4301162634,3.4641016151,0.1,0.9,0.4,1,1,7,1,8,4,5,7,1,2,9,0,1,0,0,0,0 +20609,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.6,0.7697402159000001,11,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.5017531249,0.3626292873,0.0,0.8,0.0,0.1,3,2,10,2,12,4,12,5,1,2,3,0,1,1,0,0,0 +20611,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.0,0.4968651729,7,1,-1,0,-1,1,1,1,1,0,40,2,0.3741657387,0.7542852783,0.3814446225,3.1622776602,0.6,0.5,0.4,2,1,7,3,9,1,9,2,0,3,8,0,0,0,0,0,0 +20614,0,2,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,8,3,0.3872983346,0.8805168467,-1.0,3.7416573868,0.2,0.9,0.8,0,4,10,3,10,5,12,6,2,1,7,1,1,0,0,1,0 +20617,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.2,0.6661456297,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5336216507,0.3687817783,1.4142135624,0.7,0.5,0.5,4,3,10,1,10,1,3,4,0,3,8,0,0,1,0,0,0 +20618,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,6,1,-1,0,1,0,1,1,0,1,43,3,0.3998749805,0.5840511129,0.3807886553,2.0,0.1,0.4,0.4,1,1,7,3,11,2,5,2,0,1,10,0,1,1,0,1,0 +20619,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.3,0.1,-1.0,9,0,0,0,0,11,1,0,0,1,3,2,0.4242640687,1.276989616,0.3789459064,3.6055512755,0.6,0.3,0.8,2,2,7,4,11,3,6,8,1,4,9,0,1,1,0,0,0 +20622,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.2,0.1,-1.0,7,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.8023210131999999,0.2944486373,3.7416573868,0.4,0.2,0.9,4,2,9,4,8,3,11,1,3,2,7,0,1,1,0,0,0 +20625,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.4,0.6,1.1898004034,7,1,1,0,1,11,1,0,2,1,17,2,0.3741657387,0.9307088741,0.3257299495,3.6055512755,0.5,0.9,0.1,2,1,8,3,10,1,8,2,0,3,3,0,1,0,0,1,0 +20627,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.5,0.2,0.6284902545000001,11,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9425107141,0.4017461885,3.7416573868,0.1,0.9,0.8,3,0,9,0,8,4,6,3,1,1,6,0,1,1,1,0,0 +20630,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.7454025758,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.789340791,0.3708099244,3.3166247904,0.1,0.2,0.9,2,3,8,3,6,2,12,5,0,2,5,0,1,1,0,0,0 +20631,0,5,2,3,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.4,0.8477912479,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.9172167521,0.4236744033,3.3166247904,0.3,0.5,0.1,4,1,7,3,8,1,8,4,3,3,6,0,1,1,0,0,0 +20632,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,0.9559027147,10,1,-1,0,0,10,1,1,0,1,83,2,0.4242640687,1.1211525578,0.4185689907,3.6055512755,0.4,0.9,0.1,3,2,9,3,8,4,7,2,2,5,7,0,0,1,0,1,0 +20637,0,2,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6164414003,9,1,-1,0,-1,10,0,1,2,1,83,2,0.4242640687,1.0163472718000002,0.3972404813,3.3166247904,0.1,0.1,0.9,2,3,8,2,11,2,8,2,0,5,4,0,0,0,0,0,0 +20638,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.9,0.3,0.9896337706,7,1,1,0,0,0,1,0,1,1,37,2,0.316227766,0.8441216277,0.31144823,3.7416573868,0.9,0.2,0.0,2,3,5,4,12,3,7,7,1,3,13,0,1,1,0,0,0 +20642,0,5,1,7,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0.9,0.5,0.7586995453000001,10,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5982239554,0.3615245497,2.8284271247,0.2,0.5,0.2,3,1,9,2,9,2,6,2,1,4,4,0,1,1,0,1,0 +20645,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,-1.0,7,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.6999704834,0.2887905816,3.6055512755,0.3,0.2,0.3,0,1,9,3,7,1,16,7,5,3,5,0,1,0,0,0,0 +20646,1,6,1,6,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,1.6,1.5568397477,11,0,0,1,1,2,-1,1,1,1,104,2,0.4472135955,1.8074055649,-1.0,3.6055512755,0.9,0.8,0.0,3,3,5,1,11,1,12,5,0,1,8,0,1,1,0,1,0 +20651,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0.9,0.3,0.6036348234000001,7,1,-1,0,-1,11,1,1,3,1,99,2,0.316227766,0.5835158117,0.3734969879,1.4142135624,0.5,0.0,0.7,2,3,8,3,9,3,4,4,1,5,7,0,0,1,0,1,0 +20654,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.5,0.7741931284,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5245423034000001,0.3507135583,2.4494897428,0.0,0.4,0.5,2,2,8,3,10,3,12,5,1,6,3,0,1,0,0,0,0 +20659,0,7,1,6,1,6,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.4,0.9753204602,4,0,-1,0,1,4,1,1,0,1,12,3,0.4,0.7212964681999999,0.3708099244,3.0,0.6,0.9,0.7,1,2,9,2,10,3,6,3,3,2,5,0,1,0,0,1,1 +20660,0,5,1,3,0,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.9,0.9,-1.0,11,1,1,1,1,3,1,0,2,1,102,2,0.4,0.9606729735,0.3269556545,3.7416573868,0.3,0.0,0.7,3,0,7,3,10,5,7,1,2,5,11,0,0,0,0,0,1 +20661,0,4,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.1,-1.0,4,1,-1,0,1,9,0,0,0,1,93,2,0.4,0.9898346969,0.3834057903,3.7416573868,0.1,0.8,0.4,2,1,7,2,6,2,12,9,1,2,5,0,0,1,0,1,0 +20664,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5562148865,7,1,-1,0,-1,11,1,1,1,1,67,2,0.3741657387,0.737989227,0.3666060556,3.4641016151,0.8,0.0,0.7,2,2,8,2,8,5,16,4,1,3,6,1,1,0,0,0,0 +20667,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.7,0.1,0.5031152949000001,7,1,-1,0,-1,0,1,0,2,1,87,1,0.316227766,0.7832966992,0.3615245497,3.7416573868,0.5,0.4,0.7,4,1,9,3,8,3,10,9,6,5,6,0,0,1,0,1,0 +20672,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.9,1.1349559463,7,1,0,0,0,14,1,1,2,1,60,1,0.316227766,0.6809236556,0.3070830507,3.6055512755,0.9,0.6,0.9,3,3,9,4,8,4,9,4,1,2,7,1,1,0,0,0,0 +20673,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.8219641111,3,1,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.7260216512000001,0.4110960958,2.8284271247,0.0,0.0,0.8,0,3,9,3,11,4,13,7,2,1,7,0,1,0,0,0,1 +20678,1,0,1,5,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.9,1.0908712115,11,0,0,9,1,14,-1,1,2,1,104,3,0.5916079783,1.5769873988999998,0.3986226286,3.4641016151,0.6,0.5,0.6,3,2,7,3,7,2,8,3,1,1,7,0,0,1,0,1,0 +20686,0,6,1,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,2.3380012831,11,1,1,8,1,13,1,1,2,1,20,3,0.4472135955,1.0398058862,0.3714835124,3.1622776602,0.9,0.2,0.0,2,2,7,5,9,3,6,5,4,3,8,0,0,0,0,0,0 +20688,0,6,1,8,0,0,0,0,0,1,0,0,0,0,0,8,0,0,0,0.9,0.3,0.68556546,7,1,1,2,1,11,1,1,2,1,94,0,0.3741657387,0.7533670974,0.3304542328,3.3166247904,0.1,0.6,0.6,2,2,9,3,10,3,3,3,3,3,4,0,1,1,0,1,1 +20690,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.6,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7511011201000001,0.3615245497,3.6055512755,0.4,0.8,0.4,2,2,8,6,10,3,6,1,2,3,12,0,1,1,1,1,0 +20697,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.9,1.902629759,11,1,0,0,1,7,1,1,2,1,96,3,0.4468780594,0.5994315489,0.36138622,1.4142135624,0.3,0.3,0.2,3,1,2,2,8,3,14,4,0,4,6,1,1,1,0,1,1 +20698,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.4092676386,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8117296093,0.4074309757,2.8284271247,0.6,0.3,0.6,3,2,9,3,9,3,7,5,0,1,12,1,1,1,0,0,0 +20700,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.516599458,7,1,-1,0,-1,1,1,1,2,1,64,1,0.3160696126,0.4998760177,0.3640054945,1.7320508076,0.1,0.3,0.2,1,1,7,1,10,2,10,2,2,3,3,0,0,1,1,0,0 +20702,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.4,1.1205467416,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5856055706000001,0.3583294573,2.8284271247,0.3,0.6,0.8,3,3,8,5,9,3,7,8,1,2,6,0,1,1,0,1,0 +20704,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,0.5,0.7745966692,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.9594032236,0.3794733192,3.7416573868,0.3,0.1,0.4,0,2,8,3,11,2,10,4,0,1,5,0,1,1,0,1,0 +20711,0,3,2,0,1,4,0,1,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.7842193570999999,4,1,-1,0,1,14,1,1,0,1,82,3,0.3160696126,0.5900518257,0.3651027253,2.4494897428,0.8,0.6,0.2,3,2,9,2,6,2,9,4,0,3,7,0,1,0,1,1,1 +20712,0,7,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,11,1,0,0,1,0,1,1,2,0,43,3,0.4,0.5853408981,-1.0,1.7320508076,0.1,0.9,0.9,3,2,7,1,10,3,11,9,1,1,10,0,1,0,0,1,0 +20717,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,0.5303300859000001,7,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7662158814,0.3687817783,3.7416573868,0.2,0.6,0.7,2,3,8,3,9,3,11,6,1,1,5,0,1,1,0,0,0 +20721,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,1.0374246961,11,1,1,0,1,1,1,0,2,1,65,1,0.316227766,0.6883775391,0.2898275349,3.6055512755,0.8,0.5,0.0,2,4,6,2,10,2,6,4,2,5,6,0,0,0,0,0,0 +20722,0,5,2,2,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.6,-1.0,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4471017781,0.690669815,0.4272001873,2.0,0.4,0.9,0.3,3,0,8,4,10,2,9,10,1,3,6,0,0,0,0,0,0 +20724,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.9117291264,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5433101788,0.3583294573,2.4494897428,0.5,0.3,0.4,3,1,7,2,11,2,7,4,3,2,6,0,0,1,0,1,1 +20725,1,1,1,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.7458216945,7,0,-1,0,-1,14,1,1,0,1,29,3,0.4469899328,0.7429419962999999,0.3845776905,2.6457513111,0.6,0.3,0.1,2,5,7,2,9,3,5,13,0,2,5,0,0,1,0,0,0 +20727,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.6777720856,7,1,-1,0,-1,11,1,1,1,1,11,2,0.316227766,0.6732798713,0.3687817783,3.3166247904,0.6,0.7,0.9,2,3,5,2,9,4,7,4,1,4,8,0,1,1,0,0,1 +20730,0,5,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.3,1.6101242188,3,1,-1,0,-1,7,1,1,2,1,104,3,0.4,0.8907467385,0.4176122604,3.3166247904,0.6,0.8,0.1,4,1,10,1,7,2,12,3,2,3,6,0,1,1,0,0,1 +20733,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.1,-1.0,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.775423105,0.3681032464,3.4641016151,0.8,0.9,0.9,1,0,8,6,11,1,9,4,3,3,5,0,1,1,0,1,1 +20735,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.8,1.2041594579,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7548739701,0.3807886553,2.6457513111,0.4,0.6,0.9,3,2,7,2,10,3,11,7,2,3,7,0,0,0,1,0,0 +20736,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.6480740697999999,6,1,-1,0,0,0,1,0,0,1,78,3,0.4,0.883334217,0.3848376281000001,3.6055512755,0.8,0.6,0.8,3,2,7,1,9,3,11,7,1,3,6,0,0,1,1,0,0 +20737,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.8,0.7578753196,9,1,-1,0,-1,14,0,1,2,1,104,2,0.316227766,0.6639009435000001,0.3937003937,3.0,0.2,0.8,0.4,4,2,6,4,9,1,11,9,1,3,4,0,1,0,1,0,0 +20738,0,0,1,6,1,1,0,0,1,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.662382065,5,1,0,2,0,1,1,1,2,1,90,0,0.3741657387,0.7611974038,0.3301514804,3.1622776602,0.5,0.2,0.7,3,3,10,2,11,4,7,6,0,2,13,0,0,0,0,0,0 +20741,0,3,2,1,1,3,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.2,0.5900211861,7,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6588557574,0.4129164564,2.2360679775,0.4,0.9,0.8,1,2,10,3,11,2,8,7,4,4,6,0,0,1,1,0,1 +20742,0,2,2,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.527967802,11,1,-1,0,-1,11,1,1,1,1,11,2,0.316227766,0.6859420740000001,0.3687817783,3.4641016151,0.6,0.9,0.1,1,2,9,3,10,3,6,3,0,0,6,0,1,1,1,0,1 +20745,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,0.5261891295000001,7,1,-1,0,-1,14,1,1,2,1,104,2,0.4,0.9030366585,0.3984971769,3.3166247904,0.1,0.2,0.8,4,2,8,5,8,3,7,6,0,2,7,0,0,0,1,0,1 +20748,0,2,1,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.6,1.0099504938,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.7233559301000001,0.3958535083,2.0,0.6,0.0,0.5,4,0,8,5,8,2,12,2,1,2,6,1,0,0,0,0,0 +20750,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.5,0.8212033853,11,0,1,1,0,3,1,1,2,1,104,2,0.4472135955,1.0559356041,0.37,3.4641016151,0.6,0.1,0.6,4,2,9,3,9,1,6,6,0,3,7,0,1,1,1,1,0 +20751,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.4,0.6675514961,11,0,-1,0,-1,11,1,0,1,1,104,3,0.4,1.0370213224,0.3761648575,3.7416573868,0.0,0.4,0.8,4,0,9,4,10,2,10,4,2,5,8,0,1,1,1,0,0 +20756,0,4,1,2,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,7,1,1,0,0,0,1,1,0,1,32,3,0.316227766,0.6425832422,0.2944486373,3.0,0.9,0.2,0.0,3,1,7,4,9,1,13,4,1,4,7,0,1,0,0,0,0 +20757,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.3,0.6666145813000001,11,1,1,0,1,1,1,0,0,1,25,3,0.4,0.9093522352,-1.0,3.6055512755,0.4,0.6,0.7,2,4,7,6,10,5,16,4,0,2,7,0,1,1,0,0,0 +20764,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,7,1,-1,2,-1,1,0,0,2,1,90,0,0.3741657387,0.7832790262999999,0.4196427052,3.6055512755,0.8,0.4,0.9,3,3,9,4,11,2,6,5,3,1,10,0,1,1,0,1,0 +20767,0,5,1,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.5,0.5,1.2784267676,10,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7361952668999999,0.3958535083,2.2360679775,0.1,0.8,0.0,3,2,9,5,10,2,7,4,1,4,7,0,0,0,0,0,1 +20769,0,1,1,0,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5184110338,6,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.6968642872,0.3583294573,3.6055512755,0.3,0.0,0.1,5,3,7,2,6,5,5,4,1,3,4,0,1,1,0,0,0 +20770,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,0,1,1,0,1,37,2,0.316227766,0.7407278083,0.3754996671,3.3166247904,0.4,0.5,0.5,3,2,7,1,8,2,9,4,1,4,8,0,0,0,0,1,0 +20772,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.6552671211,7,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6192670954999999,0.3744329045000001,2.6457513111,0.5,0.7,0.2,2,1,7,5,8,2,16,3,1,4,5,0,1,0,1,0,0 +20774,0,0,2,4,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.5,0.3,0.5873670061999999,10,1,-1,0,0,11,1,1,0,1,2,2,0.4242640687,0.9797115447,0.3466987165,3.6055512755,0.7,0.5,0.3,1,1,9,3,10,3,8,4,0,3,11,0,1,0,0,0,0 +20775,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.6,0.4,0.7850159234,11,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.6223290034000001,0.3008321791,2.6457513111,0.2,0.7,0.2,3,0,7,3,10,4,9,5,1,4,9,0,1,1,0,1,1 +20776,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.7574628704,6,1,-1,0,0,1,1,1,0,1,70,2,0.3741657387,0.8205898906,0.3860051813,3.4641016151,0.8,0.6,0.3,2,1,6,6,10,2,8,4,3,1,5,0,1,1,0,1,0 +20777,0,1,2,6,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.7,0.5,0.9717895863,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8383868809,0.4017461885,3.6055512755,0.6,0.4,0.2,1,1,9,6,9,2,4,3,2,4,8,0,0,0,0,0,0 +20783,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,1.4,1.7489282432,10,1,-1,9,1,13,1,0,0,1,104,2,0.4469899328,1.4479395449,0.4549725266,3.7416573868,0.5,0.0,0.5,2,2,8,2,12,2,7,7,4,1,8,0,1,1,0,1,0 +20784,1,4,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6914658343000001,9,0,-1,0,-1,3,0,1,2,1,15,3,0.4242640687,0.9434638133,0.4052159918,3.4641016151,0.5,0.2,0.7,2,1,6,4,8,1,8,7,3,2,7,0,1,1,0,0,0 +20786,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.3,0.7407766195000001,7,1,0,0,0,14,1,1,2,1,42,2,0.4,0.6289010486,0.3376388603,2.2360679775,0.5,0.1,0.8,1,2,7,1,10,4,4,7,1,6,10,0,1,0,1,0,0 +20787,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,13,0,0,0,0.9,0.9,1.5825217218,11,0,1,9,0,8,-1,0,2,1,104,3,0.4472135955,1.8912587089,0.399374511,3.6055512755,0.1,0.0,0.2,3,2,9,2,8,1,7,5,0,9,4,0,1,1,0,0,0 +20789,0,6,1,6,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7137051212000001,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9542748534,0.3820994635,3.3166247904,0.7,0.6,0.3,2,0,7,5,10,2,8,6,1,4,6,0,1,1,0,0,1 +20790,0,5,1,2,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.8,0.5,0.7949056548000001,10,1,-1,0,0,4,1,1,0,1,48,1,0.316227766,0.6571287407,0.3748332963,3.3166247904,0.3,0.3,0.4,2,0,8,3,8,3,13,7,1,1,9,0,1,1,1,0,1 +20792,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.2,0.3,-1.0,6,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8131410376,0.3848376281000001,3.3166247904,0.5,0.2,0.8,2,3,10,1,9,4,6,6,4,1,4,0,0,1,0,0,0 +20793,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.7495832175,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7526125297,0.3887158345,3.4641016151,0.1,0.1,0.4,1,1,9,3,10,2,9,5,2,3,9,0,1,0,1,0,0 +20796,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.471036092,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.6898661387,0.3984971769,2.8284271247,0.2,0.2,0.2,2,3,9,2,9,1,9,2,1,5,6,1,1,1,1,0,1 +20802,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,-1.0,9,1,-1,0,-1,4,0,1,2,1,104,3,0.4,0.9171236026,0.4236744033,3.4641016151,0.4,0.9,0.7,3,2,9,3,7,2,6,5,3,3,9,0,0,1,0,1,0 +20803,0,4,1,3,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.5,0.2,0.5847007782,11,0,0,8,1,13,1,1,2,1,4,2,0.5656854249000001,1.3135813137,0.4410215414,3.0,0.3,0.0,0.0,2,1,9,5,9,2,8,5,1,4,8,0,1,1,0,0,0 +20812,0,6,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.0,1.67238602,10,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7685495354,0.3754996671,3.4641016151,0.5,0.0,0.4,3,1,9,5,12,2,10,3,2,4,5,0,1,1,0,0,0 +20813,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.4,0.0,0.7553972465000001,7,1,1,8,1,0,1,1,2,1,104,2,0.4472135955,1.3634014949000002,0.4562893819,3.3166247904,0.5,0.2,0.0,2,3,6,0,8,3,9,3,2,1,6,0,0,1,1,0,0 +20814,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.6326351814,0.3663331817,2.6457513111,0.0,0.9,0.3,2,1,6,2,9,3,7,7,3,3,10,1,0,1,0,1,0 +20816,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,0,1,1,2,1,43,3,0.4,0.6350798739,0.3663331817,2.6457513111,0.2,0.9,0.8,2,2,7,5,6,2,9,11,3,4,10,0,1,1,0,1,0 +20818,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.5,0.9698582371,11,1,-1,1,-1,14,1,1,0,1,8,3,0.4,0.9349282909,-1.0,3.6055512755,0.6,0.7,0.3,3,2,10,3,10,5,7,8,6,2,4,0,0,1,1,0,0 +20819,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,1.2,1.1247221879,11,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.1353995911,0.4093897898,3.7416573868,0.7,0.6,0.6,3,2,9,5,10,2,11,5,2,3,5,0,0,1,1,1,1 +20822,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.6828250142,2,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6085988514,0.3685105155,2.6457513111,0.8,0.5,0.3,0,3,8,1,10,2,7,4,2,2,8,0,0,0,0,0,0 +20823,0,0,1,1,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,6,1,-1,0,-1,0,1,1,0,1,88,3,0.4,0.7322556568999999,0.3974921383,2.6457513111,0.8,0.5,0.7,3,4,8,2,11,1,6,9,4,5,7,0,1,0,0,0,0 +20824,0,0,3,8,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.3,0.0,0.6005206075,9,1,-1,0,-1,11,0,1,2,1,101,3,0.3741657387,0.7729946062,0.3849675311,3.3166247904,0.5,0.9,0.9,2,2,7,1,9,5,9,4,0,4,5,0,1,1,0,1,0 +20826,0,0,1,8,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.3,0.608276253,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6026113971,0.3687817783,2.8284271247,0.6,0.4,0.4,1,3,5,4,10,2,11,10,2,3,8,0,1,0,0,0,1 +20827,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.3,0.6209871174,7,1,-1,0,-1,0,1,1,0,1,43,3,0.4242640687,0.6417628099,0.3807886553,2.2360679775,0.9,0.4,0.3,5,2,8,3,10,4,11,2,3,4,8,0,0,1,0,0,0 +20831,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.5,0.7,0.7818247886,7,0,1,0,0,15,1,1,0,1,5,2,0.4472135955,1.0849648659,0.32557641190000003,3.3166247904,0.2,0.8,0.3,3,1,6,4,8,3,9,5,2,2,8,0,1,0,0,0,0 +20836,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,1.3,1.5043686383,10,1,-1,0,0,0,1,0,0,1,46,2,0.4,0.8644135259000001,0.3663331817,3.7416573868,0.5,0.1,0.6,3,1,6,4,9,3,5,2,1,0,11,0,1,1,0,0,0 +20841,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.2,0.5190134873,5,1,-1,0,-1,11,0,1,1,1,11,2,0.316227766,0.6670522301,0.3687817783,3.3166247904,0.8,0.3,0.7,4,3,8,3,11,1,11,10,4,3,9,0,0,0,0,1,0 +20842,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.7,0.5,1.3105342422,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.666215412,0.3943348831,2.8284271247,0.9,0.0,0.7,1,0,10,1,9,2,8,6,1,2,10,0,1,0,1,1,0 +20846,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.3,0.2,-1.0,10,1,-1,8,1,11,1,0,0,1,71,2,0.4898979486,1.3028576348,0.4949747468,3.6055512755,0.3,0.8,0.6,4,2,9,1,10,1,5,7,2,4,9,0,0,1,0,1,0 +20847,0,2,1,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5533985905,7,1,-1,0,-1,11,1,1,2,1,57,2,0.4242640687,0.6378391984,0.3924283374,2.2360679775,0.6,0.3,0.6,1,1,7,1,6,4,5,10,0,2,9,1,1,0,0,0,0 +20848,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.5573374202,7,1,1,0,0,14,1,0,2,1,82,3,0.316227766,0.7906608806000001,0.3292415527,3.7416573868,0.9,0.0,0.7,1,2,8,0,11,3,15,5,2,3,9,0,1,0,0,0,0 +20849,0,2,1,9,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,1.0,1.40312152,11,1,0,0,1,14,1,1,2,1,42,2,0.4,0.7054246713,0.3376388603,3.0,0.8,0.6,0.6,2,1,10,2,10,1,5,7,4,4,9,0,0,1,1,0,0 +20850,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,1.6,1.2918010683,11,0,0,9,1,15,1,1,1,1,104,3,0.4469899328,0.8610127612999999,0.3598610843,2.2360679775,0.8,0.3,0.6,3,3,6,3,10,1,14,4,0,3,5,0,1,1,0,0,0 +20852,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5267826876,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6452304348,0.3619392214,3.0,0.6,0.4,0.1,2,2,8,3,10,3,10,12,1,2,8,0,0,0,0,1,0 +20858,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,1.4378803845,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7100517965,0.3974921383,2.8284271247,0.5,0.0,0.1,1,3,7,3,10,6,12,4,0,2,8,0,1,1,0,0,0 +20859,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.3,0.1,-1.0,7,1,-1,2,-1,1,0,0,2,1,104,0,0.3605551275,0.8650705795,0.4024922359000001,3.6055512755,0.0,0.0,0.2,2,1,9,3,11,2,10,8,2,0,13,1,1,0,0,1,0 +20861,0,1,1,6,1,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0.9,0.3,0.7416198487000001,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7036210945,0.3687817783,3.4641016151,0.2,0.6,0.4,2,4,6,3,8,2,13,13,1,6,9,0,0,0,0,0,0 +20862,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.3,0.5590169944,8,1,0,0,0,10,1,1,2,1,83,2,0.4242640687,0.9131387157,0.3420526275,3.0,0.8,0.4,0.1,0,3,5,3,10,1,9,7,1,4,9,0,0,0,1,0,0 +20863,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,1.1994790536,11,1,-1,0,-1,1,1,1,2,1,104,3,0.4242640687,0.733510184,0.4129164564,2.6457513111,0.1,0.5,0.6,1,1,9,2,12,0,8,4,2,7,11,0,1,0,0,0,0 +20864,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,10,0,-1,0,1,1,1,1,0,1,104,2,0.4358898944,0.8353130754000001,0.4141255848,3.0,0.6,0.7,0.7,3,3,7,5,10,2,12,6,1,3,4,0,0,1,0,1,1 +20868,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.8,0.3,0.4968651729,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6464620817,0.3768288736,3.0,0.3,0.7,0.7,3,2,5,2,11,2,11,6,1,1,6,0,1,0,0,1,1 +20869,0,5,1,6,1,6,0,1,0,0,0,0,0,0,0,11,0,1,0,0.6,1.1,1.4603081866999998,11,0,0,9,0,9,1,1,2,1,104,3,0.4472135955,1.2685401905,0.3969886648,3.4641016151,0.7,0.4,0.3,2,2,6,3,11,1,12,3,2,0,3,0,1,0,1,1,0 +20871,0,0,2,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.1,0.4366062299,6,1,-1,2,0,11,1,0,0,1,94,0,0.3741657387,0.8363512845000001,0.4301162634,3.7416573868,0.3,0.3,0.0,3,4,6,4,9,3,3,6,1,3,7,1,0,1,0,0,0 +20874,0,7,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.6,1.5746031246,11,0,0,1,1,17,1,1,3,1,104,3,0.4898979486,0.788541388,-1.0,2.4494897428,0.3,0.3,0.4,3,3,8,4,10,3,4,8,0,3,9,0,1,1,1,0,0 +20878,0,0,2,5,0,0,0,1,0,0,0,0,1,0,1,3,0,0,1,0.1,0.1,-1.0,3,1,0,2,1,0,1,1,2,1,100,0,0.3997499218,0.769203194,0.3193743885,3.4641016151,0.7,0.2,0.0,2,2,8,3,9,5,7,7,4,5,8,0,1,0,0,0,0 +20879,1,3,1,9,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.6,1.0580051985,7,0,0,1,1,0,1,1,2,1,104,2,0.4472135955,0.9097611166,0.3765634077,2.4494897428,0.1,0.1,0.8,3,3,8,3,8,3,14,11,3,2,9,0,1,1,0,0,0 +20880,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.8272696054,4,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7553391226,0.4062019202,3.0,0.0,0.6,0.1,2,3,8,3,9,3,10,4,3,3,8,0,1,0,0,0,1 +20882,0,1,1,5,0,0,0,0,1,0,1,0,1,1,3,0,0,0,1,0.6,0.2,0.6417748825999999,7,1,1,2,1,14,0,1,2,1,104,0,0.4,0.5064256531,0.3224903099,0.0,0.9,0.3,0.7,3,2,8,4,7,3,12,4,1,1,7,1,0,0,1,0,0 +20885,0,2,1,1,0,6,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.1,0.5018714975,6,1,-1,0,1,1,1,0,0,1,74,2,0.4,0.8777083233,0.3784177586,3.6055512755,0.5,0.6,0.7,2,0,6,6,10,3,6,3,0,5,6,0,1,1,1,0,0 +20887,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7340873909000001,0.3685105155,3.3166247904,0.5,0.0,0.3,2,3,8,1,5,2,8,5,1,3,7,0,0,1,0,0,1 +20891,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.9,0.9283722314,7,1,0,0,0,0,1,1,2,1,78,3,0.4,0.8159496065,0.3287856445,3.4641016151,0.3,0.1,0.1,4,1,7,3,8,2,11,6,1,4,6,0,1,1,0,0,0 +20897,0,0,3,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.0,0.5573374202,10,1,-1,0,1,1,1,0,0,1,65,3,0.316227766,0.7185988433,0.3521363372,3.6055512755,0.3,0.3,0.9,3,1,7,5,5,2,6,9,2,3,9,0,1,1,0,1,0 +20903,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.6,1.2356678356,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7431630523,0.3907684737,3.3166247904,0.9,0.4,0.3,2,3,8,2,8,3,15,6,4,4,5,0,1,0,0,0,0 +20908,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,0.5,0.6941721688,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8284955997,-1.0,3.6055512755,0.1,0.0,0.8,3,3,8,3,9,0,12,9,0,1,9,0,0,1,0,0,0 +20910,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.8,2.1050534435,11,0,1,9,0,2,-1,1,1,1,104,3,0.5477225575,2.2968132792,0.4631414471,3.3166247904,0.0,0.6,0.7,2,1,7,2,11,3,8,5,1,1,11,0,1,1,0,0,0 +20918,0,2,1,6,1,0,0,0,1,0,0,0,0,0,0,12,0,0,1,0.4,0.0,0.7314369419,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6546164734000001,0.3583294573,3.3166247904,0.0,0.9,0.7,4,2,8,2,8,4,6,6,1,5,10,0,1,1,0,0,0 +20920,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.5,1.360376786,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7455099758,0.3598610843,3.6055512755,0.2,0.0,0.0,4,0,8,2,9,4,7,11,0,3,5,0,0,0,1,0,0 +20925,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.9,0.4,0.7607562027,6,1,-1,1,0,17,1,0,0,1,104,2,0.331662479,0.7058199615999999,-1.0,3.6055512755,0.6,0.6,0.5,3,2,8,4,11,1,14,1,0,1,13,0,1,0,0,0,0 +20926,0,4,4,11,1,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.3,0.7607562027,7,1,0,0,1,1,1,1,3,1,64,3,0.316227766,0.5601800183,0.3016620626,2.4494897428,0.3,0.6,0.8,1,2,6,3,10,1,14,8,1,2,9,1,1,0,0,0,0 +20927,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,57,2,0.4,0.6067798762,0.3785498646,2.2360679775,0.4,0.9,0.0,1,3,9,3,11,4,6,4,2,6,13,0,1,0,0,0,1 +20932,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.6,0.9,1.1728704106,4,1,-1,0,1,0,0,1,0,1,95,2,0.4,0.6899065693,0.4013726448,2.4494897428,0.7,0.9,0.3,2,0,7,1,8,3,8,8,2,4,14,0,1,0,0,0,0 +20939,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.3,1.6870832819,10,0,-1,1,1,16,1,1,0,1,104,2,0.4,0.9757493412,0.4147288271,3.3166247904,0.6,0.3,0.8,4,4,8,1,10,2,5,8,1,0,5,0,0,0,0,0,0 +20942,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.6,1.2129509471,7,1,0,0,0,4,0,1,2,1,9,2,0.316227766,0.6676868914999999,0.3201562119,3.1622776602,0.5,0.8,0.6,3,1,6,6,9,1,10,4,1,1,7,0,0,1,0,0,0 +20944,0,0,2,3,1,4,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,0,2,1,37,2,0.316227766,0.8399995081,0.3754996671,3.7416573868,0.1,0.9,0.5,3,0,6,3,9,3,8,5,2,1,5,0,0,0,1,0,0 +20945,0,6,2,2,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.9,1.5136875503,11,0,1,0,0,10,1,1,2,1,83,2,0.4242640687,1.0402836549,0.35608987630000005,3.3166247904,0.3,0.0,0.7,2,3,6,4,8,5,5,5,1,3,9,0,0,1,0,1,0 +20948,0,0,2,0,0,-1,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5782516753,7,1,0,0,0,11,-1,1,0,1,99,2,0.316227766,0.6470051796,0.30331501780000003,3.0,0.8,0.3,0.2,4,1,9,6,11,3,5,3,1,5,2,0,1,1,1,0,0 +20950,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5942432162,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7328620449,0.3666060556,3.4641016151,0.5,0.4,0.5,2,1,7,2,8,2,10,8,5,2,4,0,0,1,0,1,0 +20951,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.701338007,0,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.627437396,0.3583294573,3.3166247904,0.4,0.8,0.4,3,1,7,4,8,3,8,5,1,2,16,0,1,0,1,0,0 +20953,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.7,1.0,1.3592277219,8,1,-1,9,1,10,1,1,0,1,81,3,0.4472135955,1.4635795444,0.4975942122,3.4641016151,0.1,0.9,0.4,4,1,9,1,10,1,5,4,0,2,4,0,1,1,0,1,0 +20957,1,3,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,1.8,1.6236532881,11,0,0,9,1,8,-1,1,1,1,104,3,0.5477225575,2.0268191502,0.5213444159,3.3166247904,0.2,0.7,0.1,4,3,7,3,10,1,11,6,1,3,11,0,1,0,1,1,0 +20967,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.4,-1.0,9,1,1,0,1,0,1,0,0,1,87,3,0.316227766,0.8437544,0.2944486373,3.7416573868,0.9,0.3,0.2,2,0,7,3,9,2,4,8,3,4,3,0,1,0,0,0,0 +20972,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.5,0.7937253933,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.7499311262999999,0.4074309757,2.6457513111,0.1,0.4,0.3,4,3,6,4,10,3,6,1,0,4,11,0,0,1,1,0,0 +20973,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.4,0.0,0.6495190528,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.829243407,0.4017461885,3.6055512755,0.6,0.8,0.4,3,3,5,2,8,2,3,6,0,4,6,0,0,1,0,1,0 +20975,0,7,1,10,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.7,0.6,0.9519716382,11,0,0,0,1,15,1,1,3,1,5,2,0.4242640687,0.75760606,0.3420526275,2.0,0.8,0.8,0.6,1,3,4,3,11,1,8,7,1,4,8,0,0,0,1,0,0 +20976,0,5,2,4,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.6025985397,11,1,1,0,1,6,1,1,2,1,73,3,0.4,0.80236994,0.35608987630000005,3.0,0.0,0.8,0.0,2,1,8,2,7,2,9,8,5,2,4,0,0,0,0,0,0 +20978,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.3,0.7031180555,4,0,-1,0,1,11,1,1,0,1,57,2,0.4,0.6010493579,0.3785498646,2.2360679775,0.6,0.3,0.0,4,1,9,5,10,1,6,6,1,2,5,0,1,1,0,0,0 +20980,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.8,1.2484990989,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.6858517055,0.3708099244,3.0,0.8,0.0,0.8,3,2,8,4,9,1,3,5,0,1,7,0,1,1,1,0,0 +20984,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.2,0.5454356057,7,1,-1,0,-1,0,1,1,0,1,32,1,0.316227766,0.5595341923,0.3615245497,2.4494897428,0.9,0.2,0.5,1,3,6,0,11,2,9,5,0,0,7,0,1,0,0,1,0 +20985,0,1,2,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.5,0.8909264841,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6927606768000001,0.30331501780000003,3.4641016151,0.4,0.5,0.7,0,2,7,2,11,0,7,5,1,0,2,0,1,1,0,0,0 +20986,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.4,0.0,0.4763139721,7,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6678879997,0.3666060556,3.0,0.2,0.2,0.3,1,3,9,1,10,4,11,7,1,5,11,0,0,0,1,0,0 +20989,0,1,3,7,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.5402545696,7,1,1,0,0,11,1,1,2,1,67,2,0.3741657387,0.62350648,0.3008321791,2.6457513111,0.3,0.5,0.0,1,1,6,3,7,3,9,8,0,2,9,0,1,1,0,1,0 +20993,1,3,1,8,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7786205751,6,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.8020376940999999,0.3937003937,3.6055512755,0.1,0.8,0.2,1,0,8,4,7,2,8,6,5,7,6,0,1,0,1,0,0 +20998,1,1,1,4,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0.8,1.2,1.4002231965,11,1,-1,2,-1,11,1,1,2,1,94,0,0.3741657387,0.7591997744,0.4301162634,3.3166247904,0.0,0.0,0.9,1,2,9,2,10,4,5,7,1,1,10,0,1,1,1,0,0 +21000,1,6,1,7,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.9,1.8,1.545153714,11,0,1,0,1,10,1,1,3,1,28,3,0.3741657387,0.7740363243,0.3286335345,2.8284271247,0.4,0.8,0.6,2,1,7,1,12,3,7,5,2,0,9,0,0,1,1,0,0 +21002,0,2,1,11,0,0,0,1,0,0,0,0,0,0,0,11,0,0,1,0.1,0.1,-1.0,10,1,-1,7,1,15,1,1,0,1,104,0,0.5,1.1219633028,0.5224940190999999,3.3166247904,0.4,0.4,0.3,3,5,7,5,10,2,9,7,3,3,9,0,1,0,0,0,0 +21003,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.3,0.7399324293,7,1,-1,0,-1,14,1,0,2,1,72,3,0.4472135955,1.2161108584,0.4093897898,3.6055512755,0.9,0.6,0.1,2,1,7,2,8,4,5,7,3,4,3,0,1,0,1,1,0 +21005,0,7,1,5,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.4,0.2,0.5884301148,6,1,-1,8,1,4,1,0,0,1,6,2,0.4,1.13274606,0.4121892769,3.6055512755,0.1,0.5,0.8,3,3,8,6,12,3,6,4,3,6,4,0,1,1,0,1,1 +21006,0,5,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,0.8580501151000001,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.8183080711,0.3681032464,3.7416573868,0.9,0.2,0.4,2,3,9,3,12,1,9,9,2,2,5,0,0,0,0,0,0 +21008,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5629165125,11,0,-1,0,-1,10,1,0,2,1,55,2,0.4242640687,1.2042452456,0.416533312,3.7416573868,0.9,0.1,0.1,2,0,8,4,7,1,8,9,1,4,2,0,0,1,0,0,0 +21016,0,2,2,0,1,-1,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.8310385069,11,0,0,8,1,9,-1,1,2,1,13,3,0.4472135955,0.8584292787000001,0.3991240409,2.4494897428,0.8,0.3,0.1,1,0,10,2,10,4,8,6,1,2,7,0,0,1,0,0,0 +21018,0,5,2,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,0.7,1.1335784049,10,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.8918741295,0.4185689907,2.6457513111,0.3,0.8,0.8,2,0,7,4,10,0,6,6,1,2,7,0,1,0,1,1,0 +21019,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.4,0.7972609359999999,8,1,-1,9,0,15,1,0,0,1,41,2,0.5477225575,1.6899374041,0.5329165038,3.7416573868,0.1,0.4,0.3,3,4,7,3,9,2,8,4,0,3,10,0,0,0,1,0,1 +21021,0,0,2,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.3,0.5926634796,7,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9670501282,0.3708099244,3.7416573868,0.5,0.5,0.8,3,2,8,3,8,1,9,6,5,6,5,0,1,1,1,0,0 +21022,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.7416198487000001,6,1,-1,0,1,14,1,0,0,0,42,2,0.4,0.8614805629000001,0.3937003937,3.6055512755,0.0,0.2,0.0,3,1,7,5,10,2,11,11,2,3,10,0,1,1,0,0,0 +21023,1,7,1,8,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.0,0.0,0.9003471553,4,1,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9911285203,0.3820994635,3.6055512755,0.7,0.4,0.9,2,1,8,4,7,3,6,4,1,1,6,0,1,1,0,0,0 +21024,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,1.3,1.5159567936000002,11,1,1,1,1,3,0,0,2,1,102,2,0.4,0.955363286,0.3268026928,3.7416573868,0.6,0.8,0.4,3,2,8,6,7,4,13,4,3,4,4,1,0,1,0,0,0 +21025,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.4,-1.0,10,1,-1,0,0,6,1,1,0,1,77,2,0.3741657387,0.8141529594,0.3874274126,3.4641016151,0.3,0.0,0.3,3,1,6,3,8,1,6,6,0,4,7,0,1,1,0,0,0 +21031,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.5,0.1,0.5012484414,10,0,-1,0,0,6,1,1,0,1,77,2,0.4,0.7303344643,0.4216633728,3.1622776602,0.3,0.6,0.0,4,3,8,3,7,2,10,6,0,2,12,0,1,1,0,1,0 +21038,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.9,0.2,0.5338539125999999,11,1,-1,0,-1,6,1,1,1,1,104,3,0.4472135955,1.0133407641,-1.0,3.6055512755,0.2,0.2,0.0,2,3,6,1,8,3,9,10,1,2,5,0,1,1,0,1,0 +21044,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.7066647012999999,7,1,-1,0,-1,0,1,1,1,1,46,3,0.4,0.7949478906,0.3663331817,3.3166247904,0.2,0.7,0.8,3,2,8,1,8,2,7,4,0,5,7,0,0,1,0,0,0 +21047,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,1,1,1,-1,0,51,2,0.3741657387,0.9066558296,0.4017461885,3.6055512755,0.8,0.5,0.5,4,3,8,2,12,2,8,5,3,4,6,0,1,1,0,0,0 +21049,0,1,2,3,0,0,0,1,0,0,0,0,0,0,0,3,0,1,0,0.6,0.4,0.6773108592,11,1,-1,0,-1,1,1,1,2,1,52,3,0.3741657387,0.7689076720999999,0.3598610843,3.4641016151,0.9,0.8,0.3,1,0,6,3,10,2,13,10,0,2,6,0,0,1,1,1,1 +21050,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.9,0.3,1.3777245733,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0774357376,0.4,3.4641016151,0.1,0.2,0.5,3,1,6,3,8,3,1,5,0,1,5,0,0,1,0,0,1 +21051,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.4,-1.0,7,0,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.9667723415,0.4374928571,3.3166247904,0.1,0.8,0.9,3,2,4,3,8,2,19,7,1,3,6,0,0,0,0,1,1 +21052,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0.4,0.0,0.6189709202,6,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.7434979867,0.3937003937,2.8284271247,0.0,0.4,0.2,2,4,8,3,9,2,8,4,1,4,7,0,1,1,0,0,0 +21054,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.5,1.139627132,11,1,0,0,1,0,1,1,2,1,39,3,0.3160696126,0.6797392548000001,-1.0,3.0,0.2,0.5,0.7,3,2,8,6,8,5,12,7,3,3,5,0,1,0,1,0,0 +21056,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.7,1.4077908225,11,1,-1,0,-1,11,0,1,0,1,103,3,0.316227766,0.5263510754,0.3307567082,1.7320508076,0.2,0.6,0.4,4,1,8,5,12,3,8,3,0,3,3,0,1,0,0,0,0 +21058,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.5,0.9743587635,11,1,1,0,1,0,1,1,1,1,87,3,0.316227766,0.7504131094,0.2944486373,3.6055512755,0.7,0.4,0.7,1,2,7,2,8,3,6,8,0,1,8,0,1,1,0,0,0 +21060,0,5,4,6,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,11,0,-1,9,-1,11,1,0,2,1,104,3,0.4242640687,1.3007229395,0.4208325083,3.7416573868,0.7,0.3,0.9,2,2,8,2,8,3,10,2,0,3,11,1,0,1,0,1,0 +21061,0,7,1,5,1,2,0,0,1,0,0,0,0,0,0,13,0,1,0,0.2,0.3,-1.0,7,1,1,0,0,0,1,1,2,1,95,2,0.4,0.9875359602,0.3348133809,3.6055512755,0.3,0.9,0.9,1,2,9,2,10,2,13,3,1,2,13,0,1,0,1,0,0 +21065,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.7,0.6,0.7619875327,0,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7151691703,0.3583294573,3.6055512755,0.4,0.5,0.5,2,3,8,1,9,4,11,7,3,4,8,0,0,1,1,1,0 +21072,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.8,0.9082951062,11,1,1,0,1,9,0,1,2,1,93,3,0.4,0.8640788340000001,0.3241913015,3.6055512755,0.7,0.1,0.8,1,2,9,5,9,4,8,5,4,0,13,0,1,1,0,1,0 +21075,0,3,3,5,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.2,0.651440711,6,1,-1,0,0,14,1,0,0,1,104,2,0.316227766,0.7964279758,0.3937003937,3.7416573868,0.1,0.1,0.2,1,2,8,3,10,2,7,5,2,4,5,0,1,0,0,1,0 +21077,1,4,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.3,0.678693598,10,1,-1,0,0,10,1,0,0,1,55,2,0.4472135955,1.2340385892,0.4174925149,3.7416573868,0.5,0.9,0.5,3,0,10,6,10,2,10,4,1,4,4,0,1,1,0,0,0 +21079,0,7,1,10,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.5,1.5929532322,11,1,1,0,1,10,1,1,0,1,89,2,0.3872983346,0.8843683837,0.33615472630000004,3.1622776602,0.6,0.6,0.2,0,2,7,4,11,3,10,4,2,3,7,0,1,1,0,1,0 +21084,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.0,1.2801367114,10,0,-1,0,0,15,1,1,0,1,5,2,0.4242640687,0.8430317191,0.4,2.8284271247,0.6,0.0,0.1,1,1,10,3,5,5,7,3,2,8,14,0,1,1,1,0,0 +21085,0,0,4,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.1,0.5595757321,7,1,1,0,0,1,1,0,0,1,38,3,0.316227766,0.7634469462000001,0.299165506,3.7416573868,0.4,0.8,0.2,5,2,6,3,10,2,9,3,3,1,6,0,1,1,0,0,1 +21087,0,6,1,10,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.7,0.6,0.7964766161,7,0,0,0,0,7,1,1,2,1,104,3,0.4472135955,0.9192163389,0.3588871689,3.3166247904,0.8,0.2,0.7,3,2,10,2,7,2,11,7,2,1,9,0,1,1,0,0,0 +21088,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.5,0.3,0.6968679931999999,11,1,0,0,0,14,1,1,2,1,68,3,0.4,0.7310555031999999,0.3443835072,2.4494897428,0.8,0.3,0.4,4,1,8,4,11,2,7,2,3,1,11,0,1,1,0,1,0 +21089,0,3,1,6,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.9,0.9559027147,1,1,0,0,1,11,1,1,2,1,103,3,0.3160696126,0.5355733778,0.2887905816,2.0,0.7,0.3,0.7,3,1,6,6,11,4,5,12,0,1,11,0,1,1,0,1,1 +21090,0,2,1,0,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.4,0.0,0.575,11,1,-1,0,-1,11,1,1,3,1,99,2,0.316227766,0.5635997056000001,0.3687817783,2.2360679775,0.0,0.7,0.7,4,1,8,4,10,4,9,8,1,3,6,0,0,0,0,0,1 +21093,1,1,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,7,0,-1,0,-1,11,1,1,0,1,3,2,0.4242640687,1.1168686857,0.4349712634,3.4641016151,0.4,0.6,0.6,3,1,10,1,6,1,10,4,6,2,7,0,0,0,0,0,0 +21094,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6087006891,0.3507135583,3.0,0.0,0.8,0.1,1,2,10,1,11,2,7,9,1,5,8,0,0,0,0,0,0 +21095,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.2,0.5153882032,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3605551275,0.6191503109000001,0.3667424164,2.2360679775,0.3,0.2,0.6,2,1,8,5,11,1,7,3,0,2,5,0,1,0,0,0,0 +21096,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.5973901573,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5825279761,0.3674234614,2.6457513111,0.8,0.9,0.8,1,3,8,3,12,1,7,6,2,2,6,1,0,0,0,1,0 +21098,0,6,1,11,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,0.8888194417,11,0,1,0,1,15,1,0,2,1,5,2,0.4472135955,1.2356615654,0.32557641190000003,3.7416573868,0.4,0.9,0.5,2,2,10,3,10,2,9,7,2,1,7,0,0,1,0,1,0 +21099,0,0,2,5,1,3,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,1.3,1.3539294664,11,1,1,0,1,11,0,1,2,1,103,3,0.316227766,0.7018864781,0.2887905816,3.4641016151,0.0,0.7,0.9,2,3,4,2,9,2,9,2,1,2,6,0,0,0,0,0,0 +21101,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.9367496998,11,1,1,6,1,1,0,0,1,1,104,2,0.4795831523,1.2470543806,0.4195235393,3.6055512755,0.3,0.2,0.0,3,2,6,2,9,2,12,7,1,2,3,0,1,1,1,1,1 +21102,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.5629165125,11,1,-1,0,-1,1,1,0,2,1,38,1,0.316227766,0.7484143017,0.3598610843,3.7416573868,0.9,0.5,0.4,3,2,8,2,9,0,10,6,1,5,5,0,1,0,0,0,0 +21103,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.0,1.3890194383,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.7137955815000001,0.3814446225,3.1622776602,0.0,0.0,0.7,4,3,7,2,10,4,8,6,1,4,7,0,0,1,0,1,0 +21104,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,1,-1,1,-1,12,1,0,2,1,104,3,0.3741657387,0.8654287620000001,0.3754996671,3.7416573868,0.0,0.7,0.7,2,2,7,1,11,2,6,4,1,3,8,0,1,1,0,0,0 +21105,0,6,1,7,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,1.3423393759,10,0,-1,5,1,2,1,1,0,1,104,0,0.5,1.9019835231,0.4260281681000001,3.3166247904,0.8,0.3,0.3,3,2,5,3,9,1,6,10,2,1,13,0,1,1,0,0,0 +21108,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6523994175,7,1,-1,0,-1,7,1,1,2,1,96,3,0.4468780594,0.6900113784999999,0.4301162634,2.4494897428,0.3,0.4,0.3,1,3,8,4,10,3,10,6,2,1,8,0,1,1,0,0,0 +21109,0,2,2,4,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.9,1.4071247279,3,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7223269331000001,0.299165506,3.4641016151,0.7,0.3,0.3,4,4,9,5,10,3,6,3,1,3,7,0,1,1,0,0,0 +21111,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.6398241946000001,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7220694548000001,0.3754996671,3.1622776602,0.1,0.7,0.6,2,1,6,2,9,3,4,2,0,4,8,0,0,0,1,0,0 +21115,0,4,1,6,0,1,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.3,0.7211102551,7,1,-1,8,-1,4,1,0,1,1,6,3,0.4,1.0977531523,0.4121892769,3.7416573868,0.1,0.5,0.3,1,2,8,6,12,1,6,7,0,3,8,0,0,1,0,1,0 +21116,0,2,1,5,1,2,0,1,0,0,0,0,0,0,0,0,0,0,1,0.6,0.4,0.7428828979000001,11,1,-1,0,-1,1,1,1,3,1,85,3,0.3741657387,0.7279684173000001,0.3974921383,3.0,0.4,0.7,0.2,3,0,9,6,10,3,11,8,2,3,6,0,1,1,1,1,0 +21118,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.2,0.2,-1.0,5,1,1,0,1,0,1,1,0,1,104,3,0.4,0.6950979478,0.3195309062,2.8284271247,0.7,0.4,0.8,4,3,7,3,9,2,7,5,1,0,9,1,1,1,1,1,0 +21121,1,6,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.3,0.9503288904,4,1,-1,0,1,4,1,1,0,1,104,2,0.4472135955,1.0509047656,0.4224926035,3.6055512755,0.2,0.9,0.3,3,3,9,4,11,4,5,5,1,6,11,0,1,1,0,1,0 +21122,0,0,3,5,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.7794228634,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.8877960454,0.3820994635,3.1622776602,0.0,0.8,0.3,0,1,10,2,8,2,9,6,4,2,8,0,0,1,0,0,0 +21124,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.0,-1.0,7,0,1,9,1,9,1,1,1,1,104,3,0.5153639490999999,1.1998192013,0.4144876355,3.1622776602,0.3,0.1,0.6,5,2,7,2,9,4,9,4,1,3,6,0,1,0,0,0,1 +21125,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.4,0.0,0.5673402859000001,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7136942652,0.3708099244,3.1622776602,0.9,0.6,0.7,2,0,8,2,8,3,10,1,0,3,11,0,0,0,0,1,0 +21128,0,3,1,4,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.7,0.0,0.5202163012,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6287696237,0.3744329045000001,2.4494897428,0.6,0.9,0.9,3,1,9,2,10,2,6,4,2,1,6,0,1,0,0,1,0 +21131,0,3,3,3,1,0,0,0,1,0,0,0,0,0,0,11,0,0,1,0.4,0.3,0.595294045,6,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7174766387999999,0.3598610843,3.4641016151,0.6,0.1,0.9,2,1,8,4,6,1,9,7,1,1,10,0,1,1,0,1,0 +21133,0,3,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.6,1.8010413654,11,1,0,0,1,14,1,1,0,1,29,3,0.4,0.958476753,0.3411744422,3.6055512755,0.5,0.0,0.8,3,1,8,4,8,2,6,8,4,4,9,1,0,1,1,1,0 +21134,0,1,3,2,1,0,0,1,0,0,0,0,0,0,0,8,0,0,0,0.8,0.6,1.1053845485,11,1,-1,0,-1,1,1,1,0,1,52,3,0.3741657387,0.7626752609999999,0.3598610843,3.4641016151,0.5,0.6,0.4,2,4,8,2,10,3,8,8,1,1,10,0,0,1,0,1,0 +21137,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.6,0.9852030248,11,0,-1,0,-1,10,1,0,2,1,28,3,0.3741657387,1.0652280243,0.3820994635,3.7416573868,0.6,0.8,0.4,2,3,6,6,11,2,7,8,0,0,8,0,0,1,1,0,0 +21140,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,1.0729631867,11,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.7584510095,0.3937003937,3.0,0.6,0.1,0.7,2,2,9,3,9,2,12,5,3,2,7,0,1,1,0,0,0 +21141,0,0,3,7,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6694175339,0.3744329045000001,2.8284271247,0.7,0.3,0.1,4,3,7,2,7,2,11,3,2,1,7,1,1,1,1,1,0 +21142,0,4,1,3,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.2,0.6982120022,6,1,-1,0,1,14,1,1,0,1,42,2,0.4,0.7369245899,0.3937003937,3.1622776602,0.4,0.8,0.1,4,1,8,3,11,1,9,3,0,4,7,0,0,1,0,1,0 +21143,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.8,0.3,0.514781507,11,1,1,2,1,11,1,1,2,1,14,0,0.4241462012,0.7262777284999999,0.3340658618,2.8284271247,0.1,0.5,0.9,4,3,9,2,8,3,6,6,1,6,4,0,1,1,1,0,0 +21146,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.7,1.1702029738,2,1,-1,0,-1,6,1,1,2,1,27,3,0.4,0.8798713279000001,0.3907684737,3.6055512755,0.2,0.0,0.9,0,4,9,4,9,4,7,6,2,4,5,0,0,1,0,0,0 +21149,0,6,1,11,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.8,0.3,1.0151970252,11,1,1,0,1,4,1,1,2,1,48,3,0.3160696126,0.4930718352,0.30331501780000003,1.0,0.4,0.0,0.1,2,2,8,3,11,2,8,5,0,2,8,0,1,0,1,1,1 +21153,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,10,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6909240429000001,0.3744329045000001,3.0,0.9,0.5,0.7,2,2,9,5,11,2,7,6,0,5,7,0,1,0,0,0,0 +21154,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,3,0.3160696126,0.5394364982,0.35,2.4494897428,0.7,0.5,0.9,4,3,6,4,10,1,6,2,3,1,8,0,1,1,0,1,0 +21155,0,1,1,11,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.4,0.85732141,11,0,1,0,1,15,1,1,2,1,104,2,0.4472135955,1.1531487615,0.32557641190000003,3.6055512755,0.9,0.8,0.1,4,3,6,2,10,1,6,7,0,1,3,0,1,1,1,0,0 +21158,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.6763874629000001,7,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.7458563219,0.3937003937,2.8284271247,0.2,0.9,0.4,1,3,8,2,8,5,10,2,1,2,3,0,1,1,0,1,0 +21160,0,0,3,5,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0.5,0.3,0.6937218463,8,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7244832869,0.374566416,3.1622776602,0.5,0.2,0.5,3,3,6,3,10,1,5,6,3,2,7,1,1,1,1,1,0 +21161,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,1.0,1.4128871151,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.3937791049,0.354964787,0.0,0.3,0.3,0.6,4,3,8,4,9,4,4,5,2,3,6,1,0,0,0,0,0 +21163,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.9,0.6,1.0825317547,11,0,1,1,1,3,1,1,2,1,104,3,0.4242640687,0.8133188817,0.354964787,2.8284271247,0.9,0.5,0.3,2,1,7,4,9,3,8,5,1,5,2,0,1,0,0,1,0 +21165,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.5,0.4,0.8261355820999999,7,1,-1,0,-1,1,1,0,1,1,25,3,0.4,0.9131839676,-1.0,3.6055512755,0.8,0.8,0.1,2,3,6,3,8,3,9,7,0,3,5,0,1,1,0,1,0 +21166,0,6,1,7,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.7,1.7,1.533786165,10,1,-1,8,0,8,0,1,0,1,104,3,0.5,1.003948815,0.5522680509000001,0.0,0.7,0.5,0.6,2,1,8,6,8,3,6,7,0,5,9,0,0,1,1,1,0 +21168,0,0,1,6,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,0.7,0.3,0.7660776723,11,0,0,9,0,15,1,1,2,1,58,3,0.5477225575,1.3771752141,0.4358898944,2.6457513111,0.4,0.2,0.7,1,2,9,6,9,4,11,6,0,4,10,0,0,1,1,0,0 +21171,0,5,3,6,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.6987444466,0.3984971769,2.8284271247,0.8,0.6,0.1,2,3,8,4,11,3,8,4,0,7,8,1,0,1,0,1,0 +21175,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.9,0.0,0.4582575695,11,0,0,0,1,10,1,1,0,1,89,2,0.3872983346,0.9150260801,0.33615472630000004,3.1622776602,0.8,0.4,0.6,1,4,8,3,10,2,11,4,3,3,6,0,1,1,0,0,1 +21178,0,3,2,1,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.4,0.5,0.8329165623999999,11,0,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,0.9997587519,0.5204805472,3.3166247904,0.9,0.8,0.6,1,3,7,1,9,2,14,7,0,3,11,0,0,0,0,0,0 +21183,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.6,0.7,0.384870108,10,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8447822351000001,0.310322413,3.7416573868,0.0,0.1,0.8,2,4,8,3,9,4,11,3,3,3,4,0,1,0,0,1,0 +21185,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.6,0.4,0.577169819,7,1,0,0,0,14,1,1,2,1,68,3,0.4,0.7310131087999999,0.3443835072,2.4494897428,0.3,0.4,0.6,3,1,7,3,8,1,11,8,0,2,3,0,1,0,0,0,1 +21186,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.7,0.8448372623999999,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7162949898000001,0.3685105155,3.4641016151,0.1,0.6,0.0,1,4,8,3,11,4,11,7,0,5,5,0,0,0,1,0,1 +21187,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.904157066,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7693106284000001,0.3850973903,3.1622776602,0.9,0.4,0.7,1,2,8,3,10,5,9,5,1,1,6,1,0,0,0,0,0 +21189,0,3,1,9,0,3,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,-1.0,11,1,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8253223762999999,0.4,2.8284271247,0.0,0.9,0.8,2,1,9,1,11,3,12,5,2,4,10,1,0,0,0,0,0 +21201,0,0,2,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.0,0.7,1.1258330249,3,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2344905598,0.359722115,3.7416573868,0.2,0.9,0.8,1,4,9,2,9,4,11,4,4,3,7,1,0,0,1,1,0 +21203,0,4,1,6,0,6,1,0,0,0,0,0,0,0,0,3,0,1,0,0.7,0.1,0.4683748499,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.7584918703,0.378153408,2.6457513111,0.6,0.9,0.3,0,1,8,2,10,1,9,4,2,2,10,0,1,0,0,0,0 +21204,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.4,0.0,0.5528336097,0,1,-1,0,0,11,1,0,0,1,104,2,0.316227766,0.921387294,0.3817066937,3.6055512755,0.3,0.1,0.6,2,1,7,3,7,1,9,4,1,4,11,0,0,1,0,0,0 +21208,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,1,0,0,0,11,1,1,2,1,101,3,0.3741657387,0.7729946062,0.3212475681,3.3166247904,0.9,0.3,0.6,3,2,6,4,7,2,9,5,2,6,10,0,1,0,0,1,0 +21209,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,-1.0,10,0,-1,0,1,10,1,1,0,1,83,2,0.399374511,0.5421681298,0.3930648801,0.0,0.1,0.0,0.2,3,1,8,1,10,5,5,3,2,3,5,0,1,1,0,1,0 +21210,0,3,1,7,1,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.7,0.7,0.9256754291,11,1,-1,0,-1,1,1,1,0,1,65,3,0.316227766,0.5808585837,0.3507135583,2.8284271247,0.2,0.5,0.4,4,1,7,3,4,2,7,9,4,4,10,0,1,0,0,1,0 +21213,1,5,1,6,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.3,0.0,0.7441438033,6,0,-1,0,0,15,1,1,0,1,5,2,0.4242640687,0.6944288336,0.3958535083,1.7320508076,0.3,0.0,0.0,2,1,9,3,8,5,12,4,1,1,15,0,1,0,1,0,0 +21216,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.0,0.5517019123,7,1,-1,0,-1,1,1,0,2,1,25,3,0.3741657387,0.8615405191,-1.0,3.7416573868,0.1,0.0,0.7,3,1,8,3,10,4,4,5,2,4,8,0,1,1,0,1,0 +21218,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.4730221982,7,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.6859420740000001,0.3687817783,3.4641016151,0.3,0.9,0.6,3,2,6,4,10,1,10,3,3,3,9,0,0,0,0,0,0 +21226,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.7,1.0344080433,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9182718228,0.3964845520000001,3.0,0.4,0.9,0.8,3,2,7,1,10,1,7,4,2,3,6,0,1,1,0,0,0 +21229,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,0.8,1.1960873714,9,1,1,0,0,6,1,1,2,1,27,3,0.3741657387,0.764298955,0.3204684072,3.6055512755,0.4,0.1,0.6,2,0,7,3,10,4,9,6,0,1,10,0,1,0,0,0,0 +21230,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.7,0.0,0.6051859218,7,1,-1,0,-1,11,1,1,2,1,17,2,0.3741657387,0.8669791765000001,0.3903844259000001,3.6055512755,0.7,0.7,0.6,3,3,8,1,9,2,5,5,3,1,7,0,0,1,0,0,1 +21231,1,0,1,6,1,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.8874119675,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6992469385,0.3598610843,3.3166247904,0.2,0.6,0.2,3,2,9,2,9,3,10,8,1,4,6,0,0,0,0,0,0 +21233,0,6,1,3,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0.1,0.1,-1.0,2,1,-1,0,1,1,1,1,0,1,65,1,0.3152776554,0.4775756614,0.3521363372,1.4142135624,0.3,0.8,0.6,1,2,9,5,11,3,10,4,1,8,7,0,1,0,1,0,0 +21236,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.2,0.4472135955,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7031217286,0.3666060556,3.3166247904,0.1,0.1,0.5,3,4,5,5,10,3,11,7,3,4,5,0,1,1,1,1,0 +21237,0,2,2,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.6456585785,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6931184770000001,0.3685105155,3.3166247904,0.9,0.7,0.7,3,2,7,4,10,1,3,5,2,0,12,1,0,1,1,0,0 +21239,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,1.1,1.0422331793,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.6348195553,0.3974921383,1.7320508076,0.9,0.8,0.2,0,3,10,4,11,2,8,0,2,3,8,0,0,1,0,1,0 +21240,1,1,1,2,1,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.8,0.2,0.8860022573,6,1,-1,0,0,1,1,1,0,1,65,3,0.316227766,0.7224248939,0.3507135583,3.6055512755,0.0,0.1,0.7,2,3,8,2,11,2,9,3,1,4,9,0,1,0,0,0,0 +21247,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.4,0.7516648189,11,1,1,0,0,0,1,1,1,1,104,3,0.4,0.7374010648999999,0.3269556545,2.8284271247,0.1,0.3,0.6,3,1,8,2,9,3,8,3,1,2,9,0,1,0,0,0,0 +21250,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,-1,1,-1,16,1,1,2,1,104,2,0.4,1.0102711157,0.4147288271,3.4641016151,0.3,0.4,0.3,1,0,9,6,9,2,8,5,0,0,8,0,0,1,0,1,0 +21253,1,3,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,1.1,1.3157697367,10,1,-1,0,1,4,1,1,0,1,104,2,0.4472135955,1.1399035772,0.4224926035,3.4641016151,0.3,0.5,0.0,3,2,8,3,10,1,9,4,1,0,11,0,0,1,0,1,0 +21256,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,0,1,0,0,0.9,0.0,1.0102598676,10,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6949047143000001,0.3701351105,3.1622776602,0.3,0.8,0.6,4,1,8,4,9,2,6,5,4,4,6,0,1,1,0,0,1 +21259,0,5,1,6,1,6,0,1,0,0,0,0,0,0,0,11,0,1,0,0.8,0.4,0.7433034373999999,7,1,1,1,0,3,1,0,2,1,45,3,0.4,0.8746900276999999,0.3096772513,3.6055512755,0.0,0.1,0.7,1,3,7,5,11,1,6,6,0,2,11,0,0,0,0,1,1 +21262,0,1,1,11,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.1,0.2,-1.0,7,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7751432818999999,0.423083916,3.4641016151,0.3,0.5,0.7,2,3,9,2,8,1,4,6,2,3,7,0,1,1,1,1,0 +21263,0,0,2,3,0,0,0,0,0,1,0,0,0,0,0,3,0,0,0,0.9,0.5,1.0712142643,11,1,0,0,0,4,1,1,2,1,12,3,0.4,0.7878205106999999,0.3248076354,3.4641016151,0.6,0.4,0.9,3,2,10,4,8,3,12,10,0,5,10,1,1,1,1,0,0 +21272,0,2,1,5,0,2,1,0,0,0,0,0,0,0,0,1,1,0,0,0.4,0.0,0.7004462862999999,7,1,-1,0,-1,1,1,1,2,1,40,2,0.423792402,0.6205835697,0.3853569774,2.2360679775,0.5,0.2,0.0,1,3,5,5,10,1,11,4,1,3,10,0,1,0,1,0,0 +21273,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,10,1,0,2,1,89,2,0.3872983346,1.077253548,0.388458492,3.7416573868,0.3,0.4,0.0,3,2,6,1,9,0,10,8,5,3,5,0,1,0,0,0,0 +21278,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.3,0.7297259759999999,7,1,1,0,0,1,1,0,2,1,85,3,0.3741657387,0.9339001132,0.3459768778,3.7416573868,0.4,0.0,0.2,2,1,8,5,10,1,7,6,1,3,7,0,1,1,0,1,0 +21279,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.9,0.6,1.1787175234,11,1,0,0,0,7,1,1,3,1,92,3,0.3687817783,0.6313111111,-1.0,2.4494897428,0.8,0.3,0.6,1,2,7,1,11,4,3,6,1,2,11,0,1,1,0,1,0 +21282,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,11,0,0,0,0.7,0.6,0.7745966692,11,1,1,0,0,14,1,1,2,1,72,3,0.4,1.1192714573,0.354541958,3.6055512755,0.7,0.5,0.6,2,2,7,0,10,4,13,9,4,1,7,0,0,0,0,0,1 +21284,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.3,0.0,0.6329494451,6,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7087703237999999,0.3754996671,3.0,0.1,0.8,0.8,1,2,8,2,7,0,4,4,0,6,10,0,1,0,0,1,0 +21285,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.0,1.0298664962,5,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.7268180397,0.3077336511,3.3166247904,0.4,0.9,0.6,3,5,8,3,8,2,4,5,1,2,10,0,1,1,1,0,0 +21288,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.2,0.638846617,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.7269033153,0.4141255848,2.6457513111,0.5,0.5,0.9,2,0,7,1,11,4,12,4,1,2,9,0,1,1,0,0,0 +21289,0,0,1,0,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.631466547,11,1,0,0,0,11,-1,1,2,1,103,3,0.316227766,0.6938335237000001,0.2887905816,3.4641016151,0.2,0.7,0.1,3,2,8,4,8,1,9,4,0,2,4,0,0,1,0,1,0 +21292,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7084933379,0.3598610843,3.3166247904,0.8,0.7,0.9,2,2,7,4,11,3,9,5,1,3,6,0,1,1,0,0,1 +21295,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.8,0.4,0.6841966092,11,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9822456982,0.4017461885,3.7416573868,0.2,0.3,0.8,1,2,10,4,8,1,9,7,0,5,11,0,1,0,0,0,0 +21301,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.3,0.0,0.5798706752,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.8052308329000001,-1.0,3.6055512755,0.6,0.0,0.2,3,1,7,2,12,2,6,2,2,3,1,0,0,0,1,0,1 +21303,0,7,1,8,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,0.7,1.1710038429,0,1,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.1024109567,0.4,3.4641016151,0.8,0.4,0.0,3,1,10,5,11,3,10,7,2,2,8,1,1,0,0,1,0 +21304,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.5,0.6,1.1850632894,7,1,0,0,1,0,1,1,2,0,88,3,0.3998749805,0.6185159525,0.3289376841,1.7320508076,0.1,0.1,0.0,2,1,7,3,8,2,5,3,0,3,9,1,1,1,0,1,1 +21306,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.5208166664,7,1,-1,0,-1,14,1,1,2,1,104,2,0.316227766,0.5815873121,0.3937003937,2.2360679775,0.2,0.9,0.5,3,3,8,5,12,2,9,12,0,3,4,1,0,0,0,0,0 +21309,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,0.9216154296,10,0,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.3103371593000002,0.5186520992,3.0,0.6,0.5,0.1,4,3,7,0,7,3,11,7,0,5,6,0,1,0,0,1,0 +21310,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7176925837,0.3598610843,3.4641016151,0.7,0.4,0.3,2,1,10,0,12,3,11,8,0,2,13,0,0,1,0,0,0 +21314,0,4,2,3,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.856592085,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.5960961152,0.3619392214,2.8284271247,0.0,0.5,0.9,1,1,8,5,11,2,12,5,2,4,11,0,0,0,0,1,0 +21316,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.6,0.9555757427,11,1,-1,0,-1,0,1,1,2,1,104,3,0.3994996871,0.7173902427,0.3910242959,2.6457513111,0.5,0.1,0.3,3,1,6,6,11,3,6,9,2,1,4,0,0,1,0,1,1 +21317,0,0,1,6,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.1,1.3275918047,11,1,1,0,0,4,1,0,2,1,50,2,0.4,0.8706651775,0.3201562119,3.6055512755,0.2,0.2,0.8,1,1,7,2,10,2,8,7,2,3,6,0,0,1,0,0,0 +21318,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,1,0,1,2,1,65,1,0.316227766,0.5271551593,0.3507135583,2.4494897428,0.1,0.2,0.5,2,1,9,1,7,3,8,7,2,1,13,0,1,1,1,0,0 +21321,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.2,0.4636809248,10,1,-1,0,0,11,1,1,0,1,57,2,0.3741657387,0.7119551708,0.3924283374,3.1622776602,0.0,0.9,0.5,2,1,5,1,9,3,14,6,0,6,7,0,1,1,0,0,0 +21323,0,0,1,9,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.1,-1.0,6,0,-1,9,0,15,1,1,0,1,58,3,0.5477225575,1.3751859378,0.500999002,2.6457513111,0.3,0.3,0.8,2,1,7,5,8,3,18,3,0,3,7,0,0,0,0,0,0 +21330,0,3,1,4,1,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.5,0.2,0.6547900427000001,4,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8285330061,0.3794733192,3.6055512755,0.7,0.2,0.0,3,1,6,3,10,1,3,2,2,1,8,0,0,1,1,0,0 +21331,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.7,0.4,0.645174395,7,1,-1,0,-1,14,1,1,2,1,82,1,0.3160696126,0.381980485,0.3774917218,0.0,0.4,0.6,0.6,1,3,5,2,8,3,7,7,2,4,12,0,1,0,1,0,0 +21333,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,-1.0,5,1,0,6,1,11,0,1,2,0,104,0,0.6555913361,0.6349009163,-1.0,0.0,0.9,0.4,0.8,4,3,8,1,8,3,8,6,1,2,6,0,1,0,0,1,0 +21336,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.3,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6251941847,0.3687817783,3.0,0.0,0.1,0.0,2,2,9,2,8,2,11,6,1,3,4,0,1,1,0,1,0 +21339,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.5273755777,11,1,-1,0,-1,1,1,0,1,1,85,3,0.3741657387,0.9372127659,0.3996248241,3.6055512755,0.9,0.1,0.5,3,4,6,3,10,1,7,4,0,4,5,0,1,1,1,1,0 +21344,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.6882949948999999,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4472135955,1.0752089937,0.4,3.3166247904,0.4,0.8,0.1,0,3,8,3,9,3,7,8,2,2,7,1,1,0,1,1,0 +21346,0,5,3,9,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.7,0.8,1.2961481397,11,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5621130441,0.3507135583,2.8284271247,0.3,0.8,0.6,2,1,8,3,8,3,7,7,0,3,9,0,1,0,1,0,0 +21349,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,1.8,0.9588404455,11,0,1,9,0,2,-1,0,1,1,104,3,0.4472135955,2.2590497527,0.4248529157,3.7416573868,0.8,0.6,0.6,2,3,7,3,10,1,18,10,1,1,8,1,0,0,0,1,1 +21350,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,0.3682729966,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.5303593044,0.3583294573,2.2360679775,0.2,0.4,0.9,2,1,9,4,8,1,9,2,2,2,11,0,0,1,0,1,0 +21353,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.7,0.8785641695,11,1,-1,0,-1,6,1,0,2,1,104,2,0.4472135955,1.1416395706,-1.0,3.7416573868,0.8,0.6,0.5,2,2,6,1,8,1,10,8,1,5,5,1,0,0,0,0,1 +21354,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.6,0.3,0.6036348234000001,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5598479722999999,0.3651027253,2.0,0.7,0.9,0.0,2,2,9,5,7,3,7,6,1,4,5,0,1,1,0,0,0 +21358,0,6,3,8,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.5477225575,6,1,-1,0,1,11,1,1,0,1,16,3,0.4242640687,0.6610316254999999,0.3905124838,2.6457513111,0.7,0.4,0.4,3,2,8,6,10,4,4,5,2,2,7,0,1,0,0,0,0 +21361,1,1,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.8488963423,9,1,1,2,1,11,1,1,2,1,94,0,0.3741657387,0.7873351854,0.3304542328,3.6055512755,0.2,0.8,0.6,3,0,5,2,10,1,8,5,1,4,2,0,0,1,0,0,0 +21362,0,5,1,11,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,1.3,1.4743642698,7,0,1,1,1,9,1,1,2,1,104,2,0.5744562647,1.0195708869,0.4057092555,3.1622776602,0.6,0.9,0.2,4,3,9,2,9,2,5,6,0,3,10,0,1,1,0,0,0 +21365,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6062177826,11,0,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.8944156409999999,0.4185689907,2.8284271247,0.5,0.1,0.8,0,3,5,2,7,3,10,8,2,4,9,0,1,0,0,1,0 +21366,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.3,0.5172040216,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7245973519,0.3907684737,3.4641016151,0.2,0.7,0.8,2,1,6,1,9,1,10,7,1,4,6,0,0,0,0,0,0 +21369,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.3,0.8522030275,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6423581298,0.3861346915,2.4494897428,0.5,0.6,0.3,2,3,7,1,11,2,6,7,2,0,7,0,0,0,0,0,0 +21372,0,2,1,0,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,2,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7689882803,0.423083916,3.4641016151,0.3,0.5,0.9,2,1,9,3,12,4,7,5,1,2,11,0,0,1,0,0,0 +21377,0,2,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,1.6,1.6501893831,6,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7503718087000001,0.3926830783,3.3166247904,0.7,0.9,0.6,1,2,9,2,10,2,7,2,1,6,7,0,0,0,0,0,1 +21381,0,4,2,4,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.5760859311,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7646097692,0.3907684737,3.4641016151,0.6,0.5,0.3,4,4,7,2,9,3,4,8,3,6,3,1,0,0,1,0,1 +21385,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.9,1.3383758814,11,0,-1,1,-1,9,1,1,0,1,61,3,0.4472135955,1.0213728405,0.5204805472,3.4641016151,0.0,0.0,0.0,1,2,5,5,10,3,11,4,1,6,6,1,1,0,0,0,0 +21391,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.811634154,11,0,-1,9,-1,0,1,0,2,1,104,3,0.4472135955,1.6497658236,0.4567274899,3.6055512755,0.2,0.9,0.1,3,3,7,2,9,3,11,6,0,1,7,0,1,0,0,0,0 +21394,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.1,0.5385164807,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9406894781,0.4074309757,3.4641016151,0.9,0.6,0.4,1,3,9,2,8,3,5,7,2,3,7,0,1,1,0,0,0 +21396,0,7,1,6,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.8,2.0426698216,4,1,-1,0,1,11,1,1,0,1,57,2,0.3947150871,0.5715897795,0.3785498646,1.7320508076,0.5,0.7,0.1,1,1,7,4,8,1,4,9,1,3,10,0,1,0,0,0,0 +21408,0,4,1,1,0,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.5,0.8366600265,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9484437013,0.5204805472,3.1622776602,0.1,0.2,0.1,2,1,8,2,11,0,9,5,2,3,4,0,0,0,0,0,1 +21416,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.6,0.5,0.842985765,8,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.7263203992,0.3685105155,3.4641016151,0.6,0.6,0.8,3,2,7,4,7,3,10,4,0,2,7,0,0,1,1,0,0 +21417,0,2,1,1,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.3,0.1,-1.0,10,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.9423791766,-1.0,3.3166247904,0.1,0.3,0.9,2,2,10,3,10,3,8,5,2,1,8,0,0,1,0,0,1 +21418,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5942432162,9,1,0,0,1,0,1,1,2,1,88,3,0.4,0.6353400859,0.3289376841,2.0,0.2,0.4,0.3,1,1,8,2,10,4,11,7,1,1,7,0,0,1,0,0,1 +21427,0,0,3,7,1,3,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.5,0.9013878189,9,1,0,0,1,4,1,1,2,1,50,2,0.4,0.6583224360000001,0.3201562119,3.0,0.2,0.1,0.7,4,2,8,2,9,1,6,4,1,1,6,0,1,0,1,0,0 +21430,0,1,2,4,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.6571719714,5,1,-1,2,-1,1,0,1,0,1,104,0,0.3605551275,0.6458865392,0.4024922359000001,2.8284271247,0.9,0.7,0.2,1,3,7,2,9,2,10,5,3,4,7,0,1,0,0,0,0 +21431,0,1,3,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.5,0.9624188277,3,0,-1,0,-1,14,0,1,2,1,68,3,0.4472135955,0.8552946426000001,0.4272001873,3.0,0.0,0.4,0.3,2,3,5,1,9,2,8,3,2,3,11,0,1,1,0,1,0 +21432,0,5,1,5,0,6,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.1,1.2098553633,11,1,1,0,1,11,1,1,2,1,30,3,0.4472135955,0.6287531936,-1.0,1.0,0.3,0.0,0.9,2,2,8,3,9,1,11,6,0,3,4,0,0,1,0,1,0 +21433,0,1,1,7,0,0,0,0,0,1,0,0,1,0,1,7,0,1,0,0.5,0.2,0.4506939094,7,1,0,0,0,0,1,1,2,1,32,3,0.3160696126,0.5589245871999999,-1.0,2.2360679775,0.4,0.5,0.9,2,3,6,4,10,5,3,7,2,2,10,0,1,1,0,0,0 +21434,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.8,0.3,0.5285593628,10,0,0,9,0,9,1,1,2,1,104,3,0.5916079783,1.3955137684,0.4144876355,3.4641016151,0.2,0.7,0.4,2,4,5,3,10,2,8,9,1,2,17,0,1,0,0,0,0 +21439,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,43,3,0.4,0.6229428956,0.3663331817,2.4494897428,0.0,0.2,0.7,2,0,6,6,9,4,9,5,2,6,9,1,1,1,0,1,0 +21440,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.9,0.3,0.7806247498000001,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6961671928000001,0.4129164564,2.6457513111,0.6,0.0,0.9,2,2,8,2,9,2,7,4,2,3,7,0,0,0,1,0,0 +21441,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.6,0.6,1.0761621625,7,0,-1,0,-1,14,1,1,2,1,29,3,0.4458699362,0.8750654049,0.3488552709,3.0,0.7,0.6,0.3,3,1,10,1,10,0,6,8,1,3,9,0,0,1,0,1,1 +21443,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.2,1.5402921800999998,11,0,1,0,1,10,1,0,2,1,55,2,0.4472135955,1.2229046847,0.359722115,3.7416573868,0.0,0.7,0.2,2,0,6,2,9,6,7,2,1,2,10,0,1,1,0,1,0 +21449,0,1,1,7,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.0,0.0,-1.0,6,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.252113915,0.5329165038,2.6457513111,0.5,0.3,0.8,1,3,7,2,11,2,8,3,0,2,8,0,1,0,1,1,0 +21451,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.4,0.5,0.7318640584,10,1,-1,0,1,10,1,0,0,1,83,2,0.4242640687,1.1739246881999998,0.4185689907,3.7416573868,0.0,0.5,0.3,2,1,7,3,10,2,13,7,1,3,8,0,0,0,1,0,1 +21452,0,6,2,1,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0.9,0.9,1.1341296222,11,1,1,0,0,11,1,1,2,1,101,3,0.3741657387,0.8305504498,0.3214031736,3.4641016151,0.4,0.0,0.8,2,2,9,4,12,2,8,7,0,1,7,0,1,1,0,0,0 +21453,0,6,2,4,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,1.0,1.4893371009,11,1,0,8,0,13,1,1,2,1,20,3,0.4472135955,0.9098973696,0.3714835124,3.0,0.3,0.8,0.1,2,2,9,1,12,2,7,8,2,7,7,0,1,1,0,0,0 +21454,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7322909258,10,0,-1,9,1,15,1,1,0,1,58,3,0.5477225575,1.4044866125,0.500999002,2.8284271247,0.0,0.5,0.7,1,1,8,5,10,1,7,8,2,3,6,0,1,1,1,0,0 +21458,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.4,1.2,1.2077872329,7,1,0,0,1,11,1,1,2,1,11,2,0.316227766,0.6722049568999999,0.30331501780000003,3.3166247904,0.3,0.3,0.8,1,1,8,5,10,0,9,4,1,3,11,0,1,0,0,0,0 +21462,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,1.0,1.1567735301,10,1,-1,0,1,6,1,1,0,1,77,2,0.3741657387,0.7219549905,0.3874274126,3.1622776602,0.8,0.2,0.0,2,2,9,4,9,1,7,8,2,2,11,0,1,0,0,0,0 +21463,0,1,1,6,0,6,0,0,0,1,0,0,0,0,0,7,0,0,0,0.6,0.2,0.5910795209,11,0,1,8,0,4,1,1,2,1,6,3,0.4472135955,1.0613904026,0.3572114220000001,3.6055512755,0.6,0.1,0.0,2,2,5,3,8,4,11,5,1,1,8,0,1,1,0,0,0 +21469,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.6461423992,7,1,1,1,1,16,1,1,2,1,104,3,0.4,0.9780124051,0.3420526275,3.4641016151,0.0,0.8,0.1,3,2,8,3,9,2,5,6,3,5,11,0,1,0,1,1,0 +21470,0,0,1,9,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.6,1.0283481901,10,1,-1,8,0,9,1,0,0,1,13,2,0.4472135955,1.2431049503,0.4679743583,3.7416573868,0.7,0.9,0.5,1,3,7,4,8,1,6,6,2,4,9,0,1,1,0,0,0 +21471,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.1,0.4716990566,11,1,-1,0,-1,1,1,0,2,1,38,3,0.316227766,0.799638348,0.3598610843,3.6055512755,0.9,0.0,0.5,0,4,7,4,8,1,7,6,1,2,6,0,0,1,0,0,0 +21473,1,6,1,5,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,1.3,1.3525438995,10,0,-1,9,1,15,1,1,0,1,58,3,0.5477225575,1.3938397527000002,0.500999002,2.6457513111,0.6,0.4,0.3,2,4,8,3,11,3,7,8,1,2,8,1,1,0,0,1,0 +21474,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.4,0.2,0.6422616289,7,1,1,8,0,5,1,1,0,1,104,2,0.4636809248,1.4574686535,-1.0,3.4641016151,0.6,0.7,0.6,1,3,9,3,11,3,9,5,2,1,6,0,1,0,0,0,0 +21479,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.452078533,7,1,0,0,0,11,1,1,2,1,67,2,0.3741657387,0.6545454545,0.3008321791,2.8284271247,0.9,0.4,0.5,1,2,6,2,9,1,13,8,1,3,5,0,1,1,0,0,0 +21481,0,1,2,5,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.5,1.1467344941,11,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6303940785000001,0.3507135583,3.3166247904,0.0,0.2,0.5,2,0,5,2,8,3,13,4,2,3,7,0,0,1,0,1,1 +21486,0,1,1,5,0,1,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.6914658343000001,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.779727649,0.4062019202,3.1622776602,0.9,0.7,0.5,4,3,8,2,10,2,10,3,3,4,5,0,1,1,0,0,0 +21490,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.6600189391,11,0,1,9,0,16,-1,0,2,1,104,3,0.4472135955,1.5811388301,0.4449719092,3.6055512755,0.4,0.4,0.1,2,2,6,2,11,3,7,5,4,1,9,0,1,1,0,0,0 +21493,0,2,2,6,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.611350963,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4748205403,0.3591656999,1.0,0.4,0.0,0.7,4,2,8,2,8,2,12,7,2,1,5,0,0,1,0,0,0 +21495,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,-1.0,7,1,1,0,1,0,1,0,2,1,34,2,0.4,0.9002754398999999,0.3144837039,3.7416573868,0.4,0.0,0.4,2,2,8,4,8,3,8,3,4,3,14,0,1,1,0,0,0 +21497,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.6,0.2,0.5590169944,11,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.8169182162,0.4189272013000001,3.0,0.2,0.1,0.9,2,1,8,5,11,5,14,2,1,1,8,0,1,0,1,1,0 +21504,0,3,3,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.9216154296,6,1,-1,0,1,1,1,1,0,1,74,3,0.3741657387,0.664227632,0.3861346915,2.6457513111,0.1,0.5,0.3,0,2,7,4,11,1,12,9,2,3,15,0,1,1,1,0,1 +21505,0,0,2,0,0,6,0,0,0,1,0,0,0,0,0,4,1,0,0,0.4,0.0,0.7901740315000001,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.5199332443,0.366469644,2.2360679775,0.7,0.5,0.7,2,1,6,2,8,3,6,6,0,1,11,1,0,0,0,0,0 +21507,0,3,1,11,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,0.8,1.129988938,11,1,0,0,1,0,1,1,2,1,23,3,0.4,0.9365511727,0.3309078422,3.6055512755,0.8,0.5,0.4,1,2,7,4,11,5,9,2,2,2,6,0,1,0,0,1,0 +21508,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6294839156,11,0,-1,1,-1,3,1,1,2,1,104,3,0.4242640687,0.8686457590000001,0.3934463115,3.4641016151,0.9,0.3,0.1,1,1,8,0,12,2,8,3,1,4,7,0,1,1,1,1,0 +21510,0,5,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.8276472679000001,11,1,-1,0,-1,1,1,1,2,1,25,3,0.4,0.8332451744,-1.0,3.6055512755,0.5,0.7,0.7,1,1,9,3,6,3,8,2,4,7,4,0,0,0,0,0,1 +21511,1,7,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.5,1.5278661591,11,1,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.9066558296,0.3286335345,3.4641016151,0.0,0.2,0.0,1,1,9,1,10,4,10,6,2,4,7,0,1,0,0,0,0 +21512,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,11,0,-1,0,-1,11,1,0,2,1,3,2,0.4242640687,1.2566270609,0.4349712634,3.6055512755,0.6,0.1,0.6,2,3,9,1,12,2,11,7,1,1,10,0,1,0,0,0,0 +21513,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,3,1,0,0,0.7,0.0,0.5202163012,7,1,1,2,0,14,0,1,3,1,104,0,0.4,0.5918174836,0.3224903099,2.4494897428,0.8,0.5,0.0,1,1,9,1,12,1,4,7,1,2,9,0,0,0,1,0,0 +21516,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.4,0.7956915231,10,1,-1,0,-1,1,1,1,2,1,104,3,0.3974921383,0.4888213181,0.4024922359000001,0.0,0.5,0.3,0.2,4,1,6,3,5,4,10,3,0,1,4,0,0,0,0,1,1 +21518,0,4,2,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.4,0.6036348234000001,6,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6122880811,0.34727510710000004,3.0,0.4,0.7,0.9,2,3,7,4,7,2,5,4,1,5,7,0,1,1,0,0,0 +21523,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7486889367,0.3754996671,3.3166247904,0.2,0.6,0.4,2,2,9,3,10,4,8,4,1,2,8,0,1,1,1,0,0 +21526,0,0,2,7,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.2,0.6892024376000001,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5899642796,0.3619392214,2.6457513111,0.6,0.3,0.2,3,3,6,4,11,1,6,4,2,3,6,0,0,0,1,1,0 +21527,0,3,1,6,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.9,1.1188722,10,0,-1,0,1,11,1,1,0,1,30,3,0.4472135955,0.6435310648,0.4449719092,1.0,0.5,0.7,0.9,3,1,9,3,11,1,10,5,0,4,7,0,1,1,0,0,0 +21529,1,3,1,6,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.7,0.1,0.4670385423,6,1,-1,9,0,15,1,0,0,1,41,2,0.5477225575,1.77002177,0.5329165038,3.6055512755,0.6,0.7,0.3,3,2,6,2,7,4,8,8,1,3,12,0,0,0,0,0,1 +21533,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0.5,0.2,0.4534589287,11,1,0,0,1,0,1,1,2,1,66,3,0.3998749805,0.6623118788,-1.0,2.2360679775,0.5,0.1,0.0,2,2,9,4,8,1,11,4,0,4,8,1,0,0,0,0,0 +21536,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,0.9,1.9624601907,11,0,-1,1,-1,0,1,1,2,1,75,2,0.4472135955,1.1676356169,0.4440720662,3.6055512755,0.6,0.9,0.4,2,2,8,4,8,2,9,5,2,1,6,0,1,0,1,0,0 +21537,0,3,1,7,1,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.4,0.0,0.9759610648,11,1,-1,0,-1,1,1,1,2,1,64,1,0.3160696126,0.5228260776,0.3640054945,2.0,0.6,0.1,0.3,4,0,5,2,11,2,10,2,2,3,7,0,1,0,0,0,0 +21541,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6254998002000001,11,1,-1,0,-1,11,1,1,0,1,16,3,0.3741657387,0.7438452696,0.3887158345,3.4641016151,0.1,0.7,0.4,3,3,8,1,9,2,10,3,3,3,9,0,0,0,0,1,0 +21542,0,3,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.3,1.7201017412,8,0,-1,1,1,9,1,1,0,1,61,3,0.4472135955,0.9432776512,0.5204805472,3.1622776602,0.6,0.1,0.4,4,3,6,2,11,2,6,5,2,4,5,0,0,1,0,1,0 +21544,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,9,1,1,0,1,1,1,1,2,1,64,1,0.316227766,0.5955412845,0.3016620626,2.8284271247,0.2,0.8,0.1,3,3,8,3,7,3,8,8,1,1,11,0,1,1,0,1,0 +21545,0,6,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.5830951895,10,0,-1,8,1,9,1,1,0,1,13,3,0.5196152423,0.9659171123,0.4679743583,2.8284271247,0.3,0.0,0.8,1,2,8,4,8,3,10,8,0,1,7,1,0,1,1,1,0 +21548,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.2,0.608276253,7,1,-1,0,-1,11,1,1,2,1,19,1,0.3155946768,0.4121100712,0.3626292873,0.0,0.1,0.5,0.3,1,2,9,3,9,3,7,2,1,3,6,0,0,1,0,0,0 +21551,0,2,2,2,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.9,0.3,0.6194755847,11,1,0,0,0,14,1,1,1,1,68,3,0.4,0.7628107008,0.3443835072,2.6457513111,0.3,0.3,0.0,3,0,8,2,9,1,11,5,1,2,9,0,1,0,1,0,0 +21552,0,7,2,5,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.5,0.5,0.8019507466,4,1,-1,0,1,3,1,0,0,1,15,2,0.4242640687,1.0400452945999998,0.4052159918,3.7416573868,0.4,0.9,0.5,3,1,9,3,10,3,11,5,0,1,15,0,0,0,0,0,0 +21555,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.496235831,7,1,-1,0,-1,1,1,1,1,1,10,2,0.316227766,0.7509635684,0.3814446225,3.6055512755,0.7,0.8,0.3,3,2,5,3,7,4,9,8,1,2,6,0,1,0,0,0,0 +21556,0,4,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.5,1.6564268773,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.865255659,0.3848376281000001,3.6055512755,0.7,0.6,0.3,2,2,6,3,10,3,10,5,1,2,7,0,0,1,0,0,0 +21557,0,0,2,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.5562148865,9,1,1,0,1,14,1,1,0,1,60,1,0.316227766,0.6912110584000001,0.3070830507,3.4641016151,0.8,0.4,0.6,4,3,7,2,8,4,14,8,3,4,5,0,1,1,0,1,0 +21558,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.6,1.8763328596,11,1,-1,0,-1,11,1,1,0,1,7,3,0.3741657387,0.7650690025,0.4129164564,3.1622776602,0.9,0.8,0.0,2,1,9,3,11,2,6,6,4,4,9,0,1,1,0,0,0 +21564,0,3,1,7,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,1.0386289039,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7405925146,0.3820994635,3.0,0.2,0.7,0.2,2,1,9,4,7,1,6,11,3,3,4,0,1,1,1,0,1 +21568,0,5,1,2,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.0,0.0,0.611350963,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6831199694,0.30331501780000003,3.4641016151,0.2,0.8,0.1,2,3,8,4,10,7,4,7,1,3,6,0,1,0,0,1,0 +21571,0,0,2,0,1,-1,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.5,0.9433981132,11,1,0,0,0,6,-1,1,1,1,73,3,0.4,0.8016640751,0.35608987630000005,3.0,0.2,0.4,0.5,3,0,8,1,9,3,14,3,3,5,4,0,0,0,0,1,0 +21573,0,0,1,6,0,5,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,-1.0,11,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6072053583,0.3744329045000001,2.4494897428,0.4,0.3,0.4,1,2,8,2,8,3,15,6,2,3,4,0,1,1,0,0,0 +21576,0,0,1,8,0,6,0,0,0,1,0,0,0,0,0,2,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7808926869,0.3754996671,3.6055512755,0.4,0.1,0.9,3,0,9,4,9,3,7,5,2,7,7,0,0,1,0,1,0 +21580,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,1.0,1.0781929326000002,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7026220079000001,0.3598610843,3.4641016151,0.4,0.4,0.4,4,1,7,2,11,2,9,7,1,5,4,0,0,0,0,1,1 +21581,0,1,1,5,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6422616289,7,1,-1,0,-1,0,1,1,1,1,37,2,0.316227766,0.7227129787000001,0.3754996671,3.3166247904,0.5,0.3,0.3,3,2,9,2,9,2,6,7,0,5,9,0,1,1,1,1,1 +21585,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,8,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.7435396692,0.3926830783,3.3166247904,0.7,0.5,0.6,3,3,9,5,10,2,8,7,1,4,5,0,1,0,0,1,0 +21589,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.5601339126,6,1,-1,0,0,7,1,0,0,1,79,2,0.3872983346,0.9927422576,0.39,3.7416573868,0.7,0.6,0.4,1,2,6,5,8,1,4,8,1,4,8,0,1,0,0,0,0 +21591,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.5,0.4,0.605702072,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6753480890000001,0.4302324953,2.8284271247,0.1,0.7,0.8,1,2,9,3,11,3,6,4,0,0,6,0,1,0,0,0,1 +21592,0,6,1,5,0,2,1,0,0,0,0,0,0,0,0,2,0,0,1,0.7,1.7,1.4679918256,4,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.565575842,0.3507135583,3.0,0.5,0.7,0.3,3,1,8,3,9,5,7,6,1,2,11,0,0,1,0,0,0 +21594,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.6,0.3,0.6552671211,10,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.8223128037,0.3850973903,3.4641016151,0.3,0.6,0.1,2,2,10,3,8,2,5,7,1,3,11,1,1,1,0,0,0 +21595,0,6,3,6,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.3,0.548292805,11,1,1,0,1,11,1,1,2,1,99,2,0.316227766,0.6396829018,0.30331501780000003,3.1622776602,0.8,0.0,0.6,3,2,10,2,10,4,9,3,2,2,7,0,0,0,1,1,0 +21597,0,4,1,6,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.7,0.8,0.9463746615,10,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.7601245005,0.4213074887,3.3166247904,0.3,0.0,0.3,3,1,8,4,9,1,11,4,0,2,10,0,1,1,0,0,0 +21599,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.2,0.6543126164,7,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.6923131666,0.3974921383,2.6457513111,0.0,0.3,0.7,3,2,6,2,6,1,5,7,2,2,14,0,1,0,0,0,0 +21603,0,5,1,8,0,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.8,1.1,1.4069026263,11,0,1,9,1,13,1,1,1,1,104,3,0.4469899328,1.3115585959,0.3860051813,3.4641016151,0.2,0.9,0.0,2,1,6,2,9,3,7,4,3,4,5,1,1,1,0,0,0 +21604,1,2,1,4,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.5,0.4,0.9565563235,5,1,-1,0,-1,11,0,1,2,1,99,2,0.316227766,0.5771474452,0.3687817783,2.4494897428,0.4,0.0,0.8,3,2,10,5,6,3,7,2,1,3,4,1,1,1,1,1,0 +21608,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.515994186,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3605551275,0.5430058673,0.3937003937,1.4142135624,0.0,0.7,0.2,3,1,7,3,7,2,16,6,0,2,11,0,0,0,1,0,0 +21610,0,1,4,10,0,0,0,0,0,1,0,0,0,0,0,8,0,0,1,0.9,0.8,1.2837932076,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.596390659,0.3615245497,2.6457513111,0.5,0.8,0.0,2,2,7,3,9,3,10,5,0,0,10,1,1,1,0,0,0 +21611,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,10,1,-1,0,-1,0,1,1,0,1,39,1,0.3160696126,0.6042548857,0.3744329045000001,2.4494897428,0.5,0.4,0.6,3,1,3,1,7,1,12,9,0,6,16,0,0,0,0,0,0 +21613,0,4,1,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,11,0,-1,0,-1,15,1,1,0,1,5,2,0.4472135955,1.2853409041,0.4,3.7416573868,0.1,0.9,0.4,2,1,8,3,7,4,8,4,1,3,9,0,1,0,0,0,0 +21616,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.6,0.5,0.9486832981,3,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6778673412,0.4110960958,2.2360679775,0.8,0.4,0.5,0,3,7,2,8,1,10,7,1,0,10,0,1,1,0,1,0 +21617,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.6,0.7,1.1152354012,11,1,0,0,1,6,1,1,2,1,26,3,0.3741657387,0.6335489701,0.3204684072,2.8284271247,0.5,0.7,0.8,0,2,8,4,10,3,7,7,3,5,8,0,0,0,1,0,0 +21621,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.678693598,11,1,-1,1,-1,3,1,0,2,1,45,3,0.4,0.8940968018000001,0.3498571137,3.7416573868,0.2,0.5,0.2,2,2,7,3,11,3,10,5,3,1,6,0,0,0,0,0,0 +21622,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.6,1.1787175234,11,1,-1,0,-1,11,1,1,3,1,99,2,0.316227766,0.621032864,0.3687817783,3.0,0.7,0.6,0.7,2,2,8,4,10,3,11,1,1,3,9,0,0,1,0,0,1 +21624,0,6,1,4,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,0.865303415,10,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.6412797122999999,0.3685105155,3.0,0.0,0.2,0.6,0,5,9,1,11,3,5,5,1,2,13,0,0,0,0,0,0 +21628,0,6,1,6,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.2,-1.0,10,0,-1,8,1,13,1,1,0,1,104,3,0.5656854249000001,1.4538776876,0.5205766034,3.1622776602,0.1,0.0,0.0,3,4,9,5,9,2,8,5,1,2,10,0,0,1,1,1,0 +21636,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6581223291,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.5929684395,0.3744329045000001,2.2360679775,0.3,0.0,0.9,1,1,6,3,11,2,7,6,1,3,6,0,1,1,0,0,0 +21640,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,0,1,1,0,1,46,3,0.4,0.8123784079,0.3663331817,3.6055512755,0.9,0.1,0.6,2,1,8,5,7,3,10,4,2,2,7,0,0,0,0,0,0 +21641,0,3,1,1,0,4,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.1,0.5830951895,7,0,-1,1,-1,14,1,0,2,1,104,2,0.4,1.1162585085,0.4006245125,3.7416573868,0.6,0.2,0.2,4,2,7,3,10,3,8,2,3,6,5,0,1,1,1,0,0 +21646,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.9,0.6,0.8863548951000001,11,0,1,8,1,9,1,1,2,1,13,3,0.4472135955,0.9694720383,0.3991240409,3.1622776602,0.3,0.8,0.0,2,2,8,6,9,1,7,2,0,3,7,0,0,1,1,1,0 +21647,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.6,1.0234744745,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8232168307,0.3958535083,2.6457513111,0.2,0.1,0.3,2,1,7,6,10,3,4,8,2,3,10,0,1,0,1,0,0 +21648,0,3,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6383572667,7,1,-1,0,-1,0,1,1,3,1,39,3,0.3160696126,0.6401994782,0.3744329045000001,2.6457513111,0.9,0.6,0.3,0,0,6,4,9,2,15,4,1,2,6,0,1,0,0,1,0 +21655,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.6,1.6205708871000002,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.2649763987,0.359722115,3.7416573868,0.8,0.3,0.2,3,0,8,2,9,1,5,3,1,2,9,0,0,1,0,0,0 +21656,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.7,0.9327379053,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7301505562,0.3907684737,3.3166247904,0.1,0.8,0.3,3,1,7,2,11,2,8,3,0,6,7,1,0,1,0,1,0 +21658,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.7697402159000001,11,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6996161876000001,0.3598610843,3.3166247904,0.8,0.1,0.2,3,2,8,3,7,5,13,3,2,0,8,0,0,1,0,0,0 +21661,0,1,2,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.9470348462,11,1,-1,0,-1,4,1,1,2,1,48,1,0.316227766,0.6293608197,0.3748332963,3.3166247904,0.4,0.2,0.7,1,0,7,3,6,2,8,4,0,4,11,0,1,0,1,1,0 +21665,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,10,1,-1,8,1,0,0,0,0,1,104,2,0.4472135955,1.563801524,0.5567764363000001,3.6055512755,0.3,0.4,0.2,2,3,8,2,12,1,10,4,1,0,6,0,1,1,0,0,0 +21666,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6871969655,0.3887158345,3.0,0.6,0.3,0.7,2,2,9,3,12,1,14,7,1,2,12,0,0,1,1,1,0 +21667,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7591997744,0.3780211634,3.1622776602,0.9,0.3,0.7,1,4,9,2,9,2,2,7,1,4,5,0,1,1,1,1,0 +21668,0,2,2,1,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,1.7605041891,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6135690199,0.34727510710000004,3.0,0.4,0.5,0.7,2,1,8,2,9,2,12,7,1,2,7,0,1,1,1,0,0 +21669,0,1,1,5,0,1,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5080600358,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6889925571,0.3666060556,3.1622776602,0.4,0.1,0.9,1,2,7,5,12,4,9,2,3,4,6,0,1,0,0,1,1 +21670,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.4911720676,7,1,-1,0,-1,0,1,1,2,1,104,3,0.4,0.9450064498,-1.0,3.4641016151,0.1,0.5,0.6,3,4,8,1,10,3,6,8,0,1,8,0,1,1,0,1,1 +21671,0,4,1,8,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,1.5,1.5219231255,11,1,1,0,1,0,1,1,0,1,39,3,0.3160696126,0.6844343747,-1.0,3.0,0.7,0.0,0.0,4,3,7,0,9,3,10,4,1,3,14,0,1,0,1,0,0 +21677,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.7369701486,11,0,1,0,0,1,1,0,1,1,25,3,0.4,0.9891978552,-1.0,3.7416573868,0.6,0.8,0.7,3,4,9,4,11,3,8,7,1,4,13,1,1,1,0,0,0 +21679,0,0,3,10,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.9,1.0793516572,7,1,1,0,1,0,1,0,0,1,32,1,0.316227766,0.7444005853,0.2944486373,3.7416573868,0.9,0.6,0.7,1,0,9,3,10,1,14,6,1,2,9,0,0,1,0,0,0 +21681,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.3,1.8338824935,11,1,-1,0,-1,11,1,1,2,1,36,3,0.3741657387,0.8998392878,0.3794733192,3.6055512755,0.2,0.3,0.8,3,2,7,0,9,2,5,4,1,1,6,0,0,0,0,0,0 +21682,0,2,1,8,0,6,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,-1.0,2,1,-1,0,0,1,1,1,0,1,64,3,0.316227766,0.6949195803,0.3619392214,3.4641016151,0.1,0.0,0.0,0,2,8,1,6,4,6,3,2,3,5,0,1,0,1,0,0 +21683,0,3,1,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6339361167,4,1,1,0,0,1,1,1,2,1,64,1,0.3152776554,0.4214545847,-1.0,0.0,0.3,0.7,0.8,2,1,9,2,8,4,4,13,2,2,4,0,1,0,0,0,0 +21691,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.8,0.3,0.631466547,11,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.1433964194,0.4093897898,3.7416573868,0.1,0.6,0.0,3,2,9,6,10,1,7,3,3,2,7,0,0,1,0,0,0 +21692,0,4,1,7,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.3,-1.0,11,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.7070746392,0.30331501780000003,3.3166247904,0.9,0.8,0.5,3,0,6,1,8,1,12,10,1,2,5,0,1,0,1,0,0 +21695,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.8,0.6,0.8162413859000001,9,0,-1,8,-1,9,0,1,2,1,13,3,0.4472135955,0.9472557144,0.4679743583,3.0,0.4,0.2,0.5,1,2,7,1,10,3,7,9,0,2,7,0,1,0,1,0,0 +21702,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.7,0.9,1.2224463178,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0425552684,0.4,3.3166247904,0.7,0.2,0.6,2,1,10,4,11,1,8,4,0,1,13,0,0,0,1,1,0 +21705,0,2,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.6901161718000001,0.31144823,3.1622776602,0.4,0.5,0.1,1,0,6,3,10,3,5,7,1,2,3,0,1,1,1,1,0 +21706,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.4,-1.0,5,0,1,1,0,15,1,1,0,1,104,2,0.5916079783,1.2600996943,0.401248053,3.1622776602,0.3,0.6,0.9,1,3,9,1,9,2,10,7,0,6,4,0,1,0,0,1,0 +21711,0,5,1,7,0,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,43,3,0.4,0.6200839719,0.3663331817,2.4494897428,0.7,0.4,0.2,1,2,8,3,10,0,6,5,2,2,11,0,1,1,0,1,0 +21714,0,0,2,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0.9,0.5,0.775403121,10,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6603279926,0.3619392214,3.1622776602,0.7,0.5,0.5,4,0,9,4,9,1,4,2,1,5,7,0,1,1,0,1,1 +21715,0,0,1,4,1,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.060365503,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6992173901000001,0.3583294573,3.4641016151,0.8,0.8,0.1,3,2,7,3,7,2,5,10,3,1,8,0,1,1,0,0,0 +21716,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.8,0.6,1.1333026957,11,1,1,5,1,5,-1,1,2,1,104,0,0.4242640687,1.6791440657,0.3728270376,3.1622776602,0.5,0.5,0.9,1,1,8,5,9,1,7,6,4,1,7,0,1,1,0,0,0 +21718,0,2,1,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.790569415,2,1,-1,0,0,15,1,0,0,1,5,2,0.4472135955,1.2162807418,0.4,3.7416573868,0.6,0.4,0.4,2,3,7,5,9,3,8,4,3,3,6,0,1,1,0,0,0 +21719,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.9,0.3,0.9410765112,11,1,1,1,0,3,1,0,2,1,102,2,0.4,0.9174614636,0.3269556545,3.7416573868,0.3,0.6,0.7,4,3,9,2,9,2,11,5,1,1,9,0,1,1,0,0,0 +21720,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.6528782429,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3997499218,0.6100060967000001,0.3340658618,2.6457513111,0.3,0.7,0.7,4,0,5,2,7,2,8,9,0,4,7,0,1,0,1,0,0 +21721,0,0,3,3,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,0,2,1,52,3,0.3741657387,0.7944799224,0.3598610843,3.6055512755,0.9,0.6,0.9,4,1,7,4,10,2,6,0,1,0,14,0,1,1,0,0,0 +21722,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,7,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.6942056522,0.30331501780000003,3.4641016151,0.4,0.1,0.2,2,3,7,3,9,0,4,10,1,6,8,1,1,1,0,0,0 +21725,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.6,0.4,0.6941721688,10,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6590438854999999,0.34727510710000004,3.4641016151,0.6,0.4,0.4,2,2,8,4,9,2,10,3,0,3,10,0,1,1,0,1,0 +21726,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.0,0.5744562647,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6616564488000001,0.3744329045000001,2.8284271247,0.7,0.2,0.8,3,2,9,6,10,2,7,7,3,4,7,0,1,0,0,1,0 +21727,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.7,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.5740245049,0.3507135583,3.0,0.3,0.1,0.8,3,2,8,4,9,0,11,7,0,3,9,0,0,0,0,1,0 +21728,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.4,0.6,0.9178779875,11,0,-1,0,-1,10,1,0,1,1,89,2,0.3872983346,1.1063023812,0.4086563348,3.7416573868,0.6,0.8,0.6,1,1,10,3,10,3,8,4,0,2,11,1,1,1,1,1,0 +21732,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.6717514420999999,6,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7270454190000001,0.3907684737,3.3166247904,0.7,0.7,0.6,4,2,8,5,7,3,6,5,2,1,8,0,1,0,1,0,0 +21734,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.4,0.8448372623999999,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7912225084000001,0.30331501780000003,3.6055512755,0.2,0.4,0.0,1,2,8,0,11,3,14,2,1,1,11,0,1,1,0,0,0 +21739,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.9309971517,11,0,-1,1,-1,0,1,1,1,1,75,2,0.4472135955,1.2664944787,0.4440720662,3.4641016151,0.3,0.5,0.8,4,3,9,5,9,2,9,6,1,2,8,0,0,1,0,0,0 +21740,0,0,2,0,1,-1,0,0,1,0,0,0,0,0,0,0,1,0,0,0.3,0.0,0.825378701,11,1,1,0,0,4,-1,0,2,1,84,3,0.316227766,0.7531202312,0.3201562119,3.6055512755,0.9,0.7,0.8,2,2,7,4,10,3,9,4,0,3,8,0,0,1,0,0,0 +21742,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,1,1,0,2,1,31,3,0.4242640687,1.0561312528,0.34727510710000004,3.6055512755,0.5,0.5,0.4,3,4,10,2,9,1,4,5,2,2,14,0,1,1,1,0,0 +21743,0,1,3,6,1,1,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6809919236,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6094639292,0.3583294573,3.1622776602,0.0,0.4,0.2,1,0,8,6,11,2,9,4,3,2,7,0,1,1,0,1,0 +21744,0,2,1,8,0,6,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,1.1283284096,11,1,-1,0,-1,14,1,1,2,1,104,2,0.4,0.6957070248999999,0.3984971769,2.8284271247,0.8,0.5,0.1,1,2,7,4,9,5,8,5,2,4,10,1,1,0,1,1,0 +21750,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.5,0.9493418773,4,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7332594503000001,0.3598610843,3.4641016151,0.4,0.1,0.1,1,1,7,2,9,2,6,5,1,2,11,0,0,1,1,1,0 +21751,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.5,0.3,1.2364263019,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.8252597888,0.4017461885,3.6055512755,0.6,0.8,0.8,1,3,7,6,8,2,8,8,1,2,6,0,0,0,0,0,0 +21752,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7782688991,0.3754996671,3.6055512755,0.9,0.9,0.2,3,2,9,4,9,2,8,4,2,0,7,0,0,1,1,0,0 +21753,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.7591113225,7,1,-1,0,-1,4,1,1,2,1,104,2,0.3160696126,0.5581477632,0.3788139385,2.2360679775,0.1,0.6,0.2,4,0,7,3,10,2,9,4,2,0,15,0,1,1,0,1,0 +21758,0,7,1,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.1,0.2,-1.0,4,1,-1,2,1,1,1,1,4,1,90,0,0.3741657387,0.6428082757,0.4166533331,2.8284271247,0.1,0.3,0.4,2,1,7,1,10,2,8,4,2,1,4,0,1,1,0,1,0 +21760,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.3,-1.0,7,1,1,0,0,11,1,1,0,1,11,2,0.316227766,0.7066829745000001,0.30331501780000003,3.6055512755,0.8,0.6,0.5,1,2,8,3,11,4,14,3,2,3,7,0,1,1,1,1,1 +21765,1,0,1,7,1,6,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.8748081254000001,0.4189272013000001,3.1622776602,0.6,0.3,0.1,4,3,6,4,9,2,11,4,3,3,12,0,1,1,0,0,0 +21766,0,4,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.1,1.5467708297999998,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.7110695006000001,0.3814446225,3.1622776602,0.5,0.4,0.6,2,3,8,3,8,3,7,5,1,1,14,0,1,1,1,1,0 +21767,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,-1.0,0,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6801039055,0.3687817783,3.3166247904,0.9,0.8,0.2,2,2,7,2,10,1,10,11,1,4,13,1,0,0,1,0,0 +21769,0,2,2,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,1.3,1.1632390124,5,1,1,0,1,0,1,1,2,1,32,3,0.316227766,0.6142084875,0.2944486373,2.8284271247,0.9,0.4,0.2,2,1,6,3,10,2,9,3,1,1,7,0,1,1,0,0,0 +21772,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.3,0.6991065727,11,0,1,1,1,9,1,1,1,1,104,2,0.4898979486,1.3191297532,-1.0,3.4641016151,0.5,0.4,0.3,3,0,9,1,8,3,9,2,1,4,5,0,1,1,1,0,0 +21773,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.9,1.7,1.852532051,11,0,0,8,0,13,1,1,0,1,104,3,0.4472135955,1.2498677616,0.3794733192,3.4641016151,0.4,0.9,0.3,2,1,9,4,12,3,6,4,1,4,11,0,0,1,0,0,0 +21775,0,7,4,11,1,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.9,0.4,0.8627716963,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6494116853999999,0.3619392214,3.1622776602,0.2,0.2,0.9,2,2,8,3,10,2,10,4,1,1,6,0,0,0,0,0,1 +21776,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.6,0.2,0.8310385069,11,1,-1,0,-1,4,1,0,2,1,48,3,0.316227766,0.7987593686,0.3710795063,3.7416573868,0.4,0.7,0.8,4,0,9,2,8,2,8,5,1,1,5,0,1,1,0,0,0 +21777,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.7,0.2,0.6937218463,5,1,1,0,0,11,1,0,2,1,103,3,0.316227766,0.7689076720999999,0.2887905816,3.7416573868,0.5,0.6,0.8,4,2,6,2,7,1,7,7,5,4,9,0,0,0,0,0,0 +21778,0,0,2,6,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.1,0.7171994144,7,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.6412152718,0.2887905816,3.4641016151,0.9,0.4,0.5,3,4,9,3,9,3,8,5,1,2,3,0,1,1,0,0,0 +21779,0,4,1,7,0,6,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,0.5,1.0207227831,11,0,1,1,1,14,1,1,1,1,104,2,0.5477225575,1.1091561084,0.4563989483,3.1622776602,0.5,0.2,0.4,2,2,8,1,7,3,9,4,0,2,8,0,1,0,0,0,0 +21781,0,2,1,5,1,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.1,0.2,-1.0,11,1,0,0,1,0,1,1,2,1,43,3,0.4,0.6626081699,0.3003331484,2.6457513111,0.7,0.0,0.4,2,4,7,3,10,4,8,2,1,3,4,0,1,1,0,0,0 +21783,0,4,4,9,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.1,0.3,-1.0,11,0,-1,1,-1,16,1,1,2,1,104,3,0.4,1.0951550892,0.3730951621,3.4641016151,0.0,0.2,0.9,2,2,5,3,9,2,8,2,1,3,12,1,0,1,1,0,0 +21786,0,2,1,6,1,4,0,0,0,1,0,0,0,0,0,13,0,1,0,0.7,0.7,0.9216154296,7,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.7471156659,0.3943348831,3.4641016151,0.4,0.6,0.7,4,3,8,3,9,2,7,6,3,4,11,0,1,1,0,1,0 +21788,0,5,1,4,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.2,0.8742854225,11,1,-1,0,-1,1,1,1,2,1,31,3,0.4,0.918111496,0.3959797975,3.6055512755,0.3,0.6,0.8,3,1,8,4,8,2,3,5,0,1,6,0,1,0,0,0,0 +21789,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.515994186,7,1,-1,0,-1,11,1,0,2,1,47,2,0.3741657387,0.9142354436,0.3817066937,3.6055512755,0.4,0.3,0.4,1,1,8,5,9,2,6,5,2,3,6,0,1,0,0,1,0 +21791,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.2,1.5268431485,11,1,-1,0,-1,14,1,1,0,1,29,3,0.4,0.9093863156,0.3984971769,3.3166247904,0.1,0.8,0.5,2,5,6,1,8,2,8,2,2,2,13,0,1,1,0,0,0 +21792,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,1.0431323023,11,0,1,0,1,11,1,0,2,1,69,3,0.4242640687,1.2552040432,0.3535533906,3.6055512755,0.5,0.2,0.2,4,0,7,2,11,5,7,5,3,4,11,0,1,0,0,0,0 +21794,0,2,2,1,0,5,0,0,0,1,0,0,0,0,0,8,0,1,0,0.9,0.2,1.1960873714,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.6422777134000001,0.3615245497,3.3166247904,0.6,0.4,0.9,2,3,9,7,9,1,11,7,1,6,3,0,1,1,0,1,1 +21803,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.6851094803,6,1,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.69123796,0.4129164564,2.2360679775,0.8,0.4,0.1,0,2,5,2,9,3,5,5,1,2,4,0,1,0,0,0,1 +21804,0,4,1,9,0,6,0,0,1,0,0,0,0,0,0,4,0,0,1,0.7,1.7,1.6416455159,5,0,0,0,1,11,1,1,1,1,53,2,0.4898979486,0.7974909,0.3774917218,2.4494897428,0.4,0.6,0.6,3,0,8,2,11,2,9,2,0,2,6,0,0,0,1,0,0 +21805,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.804673847,7,1,1,0,0,11,1,0,2,1,103,3,0.316227766,0.7171886113,0.2887905816,3.7416573868,0.1,0.0,0.4,1,0,9,3,10,4,9,4,0,3,10,0,0,1,0,1,0 +21807,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.7,0.6,1.204418947,11,0,0,9,1,13,1,1,1,1,104,3,0.4898979486,1.1542232908,-1.0,3.0,0.7,0.4,0.7,1,2,8,3,10,2,10,4,2,4,4,0,1,0,1,0,0 +21808,0,1,1,4,1,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.3832427429,11,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5261744047,0.3556683849,1.7320508076,0.3,0.1,0.7,3,0,8,1,10,2,7,2,1,4,7,1,1,0,0,1,1 +21810,0,5,2,1,0,1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.5,1.3836094102,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9480297098,0.5204805472,3.1622776602,0.5,0.3,0.3,2,2,9,3,10,1,6,5,0,2,8,0,1,1,0,1,0 +21811,0,2,3,4,1,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.3,0.0,0.4789311015,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5213024059,0.3640054945,1.4142135624,0.5,0.9,0.0,4,0,9,1,10,5,8,4,4,5,9,0,1,1,0,1,1 +21812,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,1,1,0,2,1,64,1,0.316227766,0.7554950212999999,0.3619392214,3.7416573868,0.9,0.7,0.2,5,3,10,2,10,3,12,8,3,2,8,0,0,0,0,1,0 +21813,0,3,2,0,0,-1,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,0.4,0.7945124291,11,1,1,2,0,0,-1,1,1,1,100,0,0.4,0.9607912545,0.3217141588,3.6055512755,0.5,0.9,0.6,3,2,9,3,9,2,8,4,1,2,3,0,0,0,0,0,1 +21815,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,1.0819542504000002,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4181571139,0.3471310992,0.0,0.0,0.9,0.3,1,1,9,3,9,4,9,5,0,3,9,0,1,1,0,1,0 +21816,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5522680509000001,7,1,-1,0,-1,1,1,1,0,1,64,3,0.316227766,0.5974636474,0.3619392214,2.6457513111,0.2,0.8,0.2,1,2,10,3,10,2,6,5,2,3,7,0,0,0,1,1,1 +21817,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.1,0.4703721931,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6688771892,0.4302324953,2.8284271247,0.1,0.1,0.5,2,1,7,4,10,2,9,1,0,2,10,0,1,1,0,1,0 +21818,0,0,1,8,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7314369419,7,1,-1,2,-1,11,1,0,2,1,94,0,0.3741657387,0.8384484884000001,0.4301162634,3.7416573868,0.8,0.8,0.2,4,4,10,5,11,1,7,5,1,6,5,1,1,1,0,0,0 +21820,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.0,1.1208255886,10,0,-1,1,1,9,1,1,0,1,104,3,0.4472135955,0.9868976351,0.5286775954999999,3.3166247904,0.1,0.6,0.5,1,2,4,3,11,4,7,6,1,2,8,0,1,0,0,0,0 +21822,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7705517504,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7695254520999999,0.3754996671,3.4641016151,0.6,0.1,0.7,4,2,7,4,6,1,8,6,1,1,12,0,1,0,1,0,0 +21823,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.7,1.2,1.6968721225,10,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0479022729,0.4,3.1622776602,0.2,0.7,0.1,3,2,6,3,8,3,12,4,2,3,5,0,1,1,0,0,0 +21830,0,4,1,5,1,4,0,1,0,0,0,0,0,0,0,11,0,1,0,0.7,0.6,0.8359126749,11,1,-1,0,-1,6,1,1,2,1,104,3,0.3741657387,0.7484419077,0.393192065,3.3166247904,0.3,0.7,0.8,3,1,6,2,11,2,9,7,3,3,10,0,0,1,0,0,0 +21835,1,0,1,5,0,6,0,0,1,0,0,0,1,0,1,0,0,1,0,0.9,1.2,2.0777090749,11,0,1,0,1,11,1,0,2,1,104,2,0.4,1.0473599238,0.3421987726,3.6055512755,0.8,0.4,0.7,2,2,9,4,9,4,8,6,2,3,6,0,0,1,0,0,0 +21836,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,1.4,1.5530212490000002,6,1,-1,0,1,14,1,0,0,1,72,2,0.4,1.1433964194,0.4093897898,3.7416573868,0.9,0.9,0.8,0,3,8,6,7,2,9,10,0,5,10,0,0,0,0,0,0 +21837,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.2,0.2,-1.0,6,1,-1,0,0,0,1,0,0,1,37,2,0.316227766,0.8333071620999999,0.3754996671,3.7416573868,0.0,0.0,0.4,1,1,8,2,10,3,6,6,1,3,9,0,1,1,0,0,0 +21839,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.6,0.2,0.469041576,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6855503912,0.3744329045000001,3.0,0.6,0.2,0.2,2,3,6,3,12,1,2,5,3,2,8,0,1,1,1,1,0 +21842,0,4,2,4,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,7,1,1,0,1,1,1,0,2,1,51,2,0.3741657387,0.9232723424,0.3307567082,3.6055512755,0.3,0.7,0.1,2,1,7,6,10,0,7,5,1,1,7,0,0,1,0,0,0 +21843,0,1,2,3,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.0,0.0,0.7709571973,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6939511379000001,0.3701351105,2.8284271247,0.4,0.1,0.3,3,4,8,3,10,0,8,8,1,0,9,0,0,0,1,0,0 +21844,0,5,2,5,1,0,0,1,0,0,0,0,0,0,0,11,0,0,1,0.9,0.5,0.9236476601,6,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.643852044,0.3685105155,3.0,0.6,0.8,0.2,4,0,7,1,9,1,11,3,1,4,4,0,1,0,0,0,1 +21848,0,1,3,7,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.3092329219,11,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.7577560392,0.3854867053,3.0,0.5,0.5,0.7,2,3,8,2,8,1,11,4,2,7,6,0,1,1,0,1,0 +21849,0,4,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.3,0.6543126164,7,1,1,0,1,4,1,1,2,1,48,1,0.316227766,0.6278159703,0.2966479395,3.3166247904,0.5,0.5,0.6,2,1,7,5,9,4,13,5,1,3,3,0,0,1,0,0,1 +21850,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.8,0.9,0.6661456297,7,1,0,0,1,0,1,1,2,1,39,3,0.3160696126,0.6097011868,-1.0,2.2360679775,0.0,0.5,0.2,3,0,7,2,10,3,10,10,4,3,8,0,1,1,0,0,0 +21852,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.3,-1.0,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7258224176000001,0.3814446225,3.3166247904,0.4,0.0,0.2,2,0,4,6,11,0,6,1,4,6,9,0,1,0,1,0,0 +21854,0,0,2,0,1,-1,0,1,0,0,0,0,1,0,1,9,0,0,1,0.9,1.7,2.2896506284,11,0,1,1,1,1,-1,0,2,1,35,1,0.3741657387,1.0654316628,0.3049590136,3.7416573868,0.7,0.5,0.0,3,3,5,3,10,1,10,4,2,4,8,0,1,1,0,0,1 +21857,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.9,0.3,0.6703543839,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5899992996,0.3583294573,3.0,0.7,0.9,0.7,2,1,9,2,9,2,5,7,0,2,9,0,0,1,0,1,0 +21860,0,1,2,9,1,6,0,0,0,1,0,0,0,0,0,13,0,1,0,0.4,0.6,0.9640409742,11,1,0,0,0,7,1,1,2,1,92,3,0.3741657387,0.7143308722,0.3278719262,3.1622776602,0.0,0.3,0.1,2,2,7,1,10,3,5,7,2,6,9,0,1,1,0,0,0 +21864,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.2,1.3252358281,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8393966743000001,0.3848376281000001,3.6055512755,0.2,0.7,0.6,2,2,8,0,9,4,4,5,0,3,11,0,1,1,0,0,0 +21865,0,5,3,9,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.9,1.2124355653,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7292990238,0.3615245497,3.3166247904,0.6,0.1,0.7,3,2,8,3,8,2,9,6,2,3,7,0,1,1,0,0,0 +21869,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.3,0.1,-1.0,7,1,-1,1,-1,0,1,0,2,1,104,3,0.3741657387,1.2975660623,0.4219004622,3.7416573868,0.1,0.4,0.9,0,1,7,5,10,2,8,6,1,1,10,0,1,1,1,0,0 +21873,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.6768493185,7,1,0,0,1,0,1,1,2,1,104,3,0.3994996871,0.5212627706,-1.0,0.0,0.5,0.4,0.5,2,1,5,2,10,4,12,3,1,1,8,0,1,0,0,0,1 +21875,0,3,1,7,1,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0.6,0.2,0.5232112384000001,7,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8634359815,0.310322413,3.7416573868,0.7,0.4,0.6,2,3,7,1,10,3,8,4,3,2,8,0,1,1,0,1,0 +21878,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.6,0.7202430145000001,11,1,-1,2,-1,11,0,0,2,1,94,0,0.3741657387,0.8380294675,0.4301162634,3.6055512755,0.6,0.9,0.0,3,1,6,2,10,1,11,5,4,4,2,1,1,1,0,0,0 +21879,0,0,2,7,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.1,0.4,-1.0,7,1,-1,2,-1,6,0,1,2,1,104,0,0.3741657387,0.7509222979000001,0.4316248371,3.4641016151,0.0,0.5,0.7,3,2,10,3,11,4,9,5,0,2,12,0,0,0,0,1,0 +21880,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.7,0.0,0.4924428901,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4688283268,0.5984311445,0.4224926035,1.0,0.1,0.5,0.2,4,2,6,8,9,2,9,3,2,2,10,0,1,1,0,1,1 +21881,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.5,1.0099504938,10,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7357320524,0.3708099244,3.3166247904,0.5,0.6,0.8,3,2,7,4,11,2,6,3,0,2,8,0,1,1,1,1,0 +21887,0,0,1,4,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0.6,0.3,0.705336799,7,1,0,0,0,0,1,1,2,1,43,3,0.4,0.6128783197,0.3146426545,2.2360679775,0.1,0.1,0.5,2,2,8,1,8,2,12,9,5,6,4,1,1,1,0,0,0 +21891,1,2,2,1,1,0,0,1,0,0,0,0,0,0,0,10,0,0,1,0.9,1.8,1.6708904812,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.6506195395000001,0.3926830783,2.6457513111,0.3,0.5,0.5,2,1,10,5,8,0,12,5,1,1,13,0,0,1,0,0,1 +21892,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0.6,0.3,0.5979130372,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6449902299,0.3619392214,3.1622776602,0.5,0.1,0.7,3,1,7,4,10,1,16,0,2,3,3,0,1,1,0,0,0 +21893,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.2,-1.0,7,0,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.7291736521,0.3974921383,2.4494897428,0.0,0.9,0.1,3,1,6,3,8,2,9,7,1,4,10,0,1,0,1,0,0 +21894,1,3,1,9,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.8,1.0636023693,7,1,-1,0,-1,9,1,0,2,1,21,3,0.316227766,0.8828672298,0.3768288736,3.6055512755,0.4,0.8,0.0,4,2,9,4,9,2,5,3,2,6,8,0,1,0,1,0,0 +21895,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.8335178859000001,0.4213074887,3.4641016151,0.3,0.2,0.3,3,1,9,3,9,2,10,2,0,1,11,0,0,1,1,0,1 +21901,0,0,1,4,1,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.5700877125,7,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.7889474105,0.310322413,3.6055512755,0.2,0.5,0.4,3,3,9,3,7,1,7,7,0,2,6,0,1,1,1,0,0 +21902,0,4,2,3,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7545694136,11,1,-1,0,-1,14,1,1,1,1,29,3,0.4,0.9759716498,0.3984971769,3.6055512755,0.2,0.0,0.5,3,3,9,3,9,2,9,4,3,2,5,0,0,1,0,0,0 +21904,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.4,0.9141252649,9,1,0,1,1,17,1,1,2,1,104,3,0.331662479,0.6411347121000001,0.2966479395,3.4641016151,0.3,0.5,0.0,3,2,8,3,10,1,5,9,1,4,7,0,1,0,1,1,0 +21908,0,5,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.0,1.4987494787,11,1,1,0,1,10,1,1,2,1,83,2,0.4242640687,0.8417440572,0.3420526275,2.6457513111,0.2,0.9,0.9,3,4,9,4,7,3,6,8,3,3,6,0,1,1,0,0,0 +21913,0,5,1,6,0,4,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5454356057,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6861980535,0.3924283374,2.8284271247,0.5,0.0,0.2,3,3,6,3,11,2,6,9,0,4,9,0,0,1,0,0,0 +21914,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.4802343178,11,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.5936126962,0.3840572874,2.2360679775,0.8,0.4,0.3,4,0,8,4,10,2,8,3,2,7,13,0,1,1,1,1,1 +21917,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.2656520059,11,0,-1,0,-1,11,1,1,2,1,3,2,0.4242640687,1.1109615372,0.4349712634,3.6055512755,0.6,0.7,0.2,1,3,8,2,9,3,5,1,3,1,14,0,1,1,0,1,0 +21922,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,0.3,-1.0,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6670522301,0.3687817783,3.3166247904,0.3,0.9,0.8,3,3,7,3,11,3,11,6,0,1,11,1,1,1,1,0,0 +21925,0,2,1,7,1,2,0,1,0,0,0,0,0,0,0,5,0,1,0,0.9,1.2,1.2316147937000002,11,1,1,0,1,11,1,1,2,1,47,2,0.3741657387,0.8589586238,0.3284813541,3.6055512755,0.9,0.2,0.0,4,2,5,4,8,2,7,6,1,6,6,0,1,1,0,0,0 +21926,0,3,4,6,0,6,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.3,0.4160829244,11,1,-1,0,-1,0,1,1,2,1,43,1,0.3994996871,0.4941810155,0.3714835124,0.0,0.2,0.7,0.9,3,4,10,4,10,3,13,9,1,4,5,0,0,1,0,0,0 +21927,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,1,1,0,2,1,1,0,0.3741657387,0.9523784927,0.4189272013000001,3.6055512755,0.8,0.1,0.4,3,2,9,4,11,1,9,9,1,2,10,0,1,0,0,1,0 +21931,0,1,1,7,0,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,0,0,1,0,1,14,1,0,2,1,72,3,0.4472135955,1.2800386584,0.3601388621,3.7416573868,0.5,0.3,0.1,2,1,9,2,9,1,9,5,1,2,8,0,1,0,1,0,0 +21937,0,5,1,5,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.7004462862999999,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7620248146999999,0.4306971093,2.6457513111,0.9,0.4,0.0,2,3,9,1,8,2,12,6,1,5,8,0,0,0,0,1,0 +21938,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.2,0.5910795209,7,1,1,0,0,14,1,1,2,1,104,1,0.3160696126,0.5524176765,0.30331501780000003,2.6457513111,0.2,0.6,0.0,3,2,7,4,10,2,6,5,3,5,7,0,1,0,1,0,1 +21940,0,0,2,4,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.7,1.8585948994,11,1,1,0,1,11,1,0,2,1,76,3,0.316227766,0.8407862318000001,0.3181194744,3.6055512755,0.9,0.6,0.5,2,1,4,1,11,2,10,3,2,1,8,0,1,0,1,0,0 +21941,0,7,1,7,1,6,0,0,1,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.5567764363000001,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.7029013073999999,0.3820994635,2.6457513111,0.3,0.0,0.6,4,1,4,4,6,2,8,9,0,1,9,0,1,0,1,0,0 +21942,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.4,0.98836987,10,1,-1,0,1,11,1,1,0,1,19,3,0.3155946768,0.528544704,0.3660601044,1.4142135624,0.5,0.4,0.2,2,1,8,2,8,6,3,3,1,5,5,0,0,0,0,0,0 +21943,0,3,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.5373546315,7,1,0,0,1,1,1,1,3,1,64,3,0.3160696126,0.5094763152,0.3041381265,1.0,0.3,0.3,0.0,1,3,10,2,7,2,11,8,0,3,3,0,1,0,0,1,0 +21944,0,3,1,6,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.2,0.5931905259,10,1,-1,0,0,14,1,1,0,1,72,2,0.4,1.0551918082,0.4093897898,3.6055512755,0.0,0.1,0.2,3,3,10,4,10,2,6,2,1,2,7,0,1,1,0,1,1 +21946,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,0.6923691212,5,1,0,0,1,14,1,1,2,1,82,3,0.316227766,0.6899365164,0.3292415527,3.3166247904,0.8,0.3,0.1,2,3,5,4,11,2,7,9,1,2,8,0,0,0,0,0,1 +21947,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.4,0.8470537173,7,1,-1,2,-1,1,1,1,1,1,90,0,0.4242640687,0.8685981867,0.430464865,3.3166247904,0.6,0.2,0.7,2,1,7,5,8,5,7,6,2,2,7,0,0,1,1,0,0 +21950,0,4,1,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,1.2808688457,9,0,1,0,0,11,1,1,2,1,69,3,0.4242640687,1.1181388573,0.3535533906,3.4641016151,0.0,0.7,0.6,3,2,8,3,8,2,14,8,0,2,2,0,0,1,1,0,0 +21956,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.5,0.6144102864000001,7,1,-1,0,-1,11,1,1,2,1,44,1,0.4469899328,0.6493003227,0.4086563348,1.7320508076,0.5,0.6,0.9,2,1,8,2,6,2,6,4,0,2,7,0,1,1,1,0,0 +21962,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.3,1.3995535002,11,0,1,0,1,14,1,1,2,1,72,3,0.4472135955,1.1008918248,0.3601388621,3.6055512755,0.9,0.9,0.0,1,0,7,4,9,2,9,7,1,2,14,0,1,1,0,0,0 +21964,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.1,0.4479118217,11,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7662158814,0.30331501780000003,3.7416573868,0.0,0.3,0.3,3,3,8,3,9,2,7,4,1,1,11,0,1,0,1,0,0 +21965,0,1,1,4,1,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.5494315244,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6881073576000001,0.3685105155,3.3166247904,0.4,0.3,0.3,3,2,7,2,11,1,10,5,0,2,5,0,1,1,0,0,0 +21966,0,6,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.2507497751,4,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.8522818181,-1.0,3.0,0.2,0.7,0.2,5,2,8,3,9,4,10,2,1,2,8,0,0,0,0,0,0 +21972,1,2,1,9,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.7,0.3,0.6456585785,6,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.765028493,0.374566416,3.3166247904,0.6,0.9,0.3,2,2,7,6,8,2,6,4,2,6,7,0,1,1,1,0,0 +21973,0,3,1,6,1,2,0,0,1,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.9519716382,6,0,1,0,0,10,1,1,3,1,83,2,0.4242640687,1.0371209354000002,0.35608987630000005,3.3166247904,0.6,0.4,0.1,2,3,9,4,10,2,8,6,1,4,3,0,0,1,0,0,0 +21978,0,6,1,5,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.5,0.4,0.7075485848999999,4,1,-1,0,0,1,1,1,0,1,38,0,0.316227766,0.6634495378,0.3598610843,3.4641016151,0.7,0.6,0.7,3,0,9,2,10,3,10,13,2,3,10,0,1,0,0,0,0 +21982,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.3,-1.0,5,1,0,0,0,1,1,1,2,1,104,3,0.3974921383,0.5001446072,0.3240370349,1.4142135624,0.3,0.5,0.9,0,0,9,2,10,2,10,5,0,3,5,0,0,1,1,0,0 +21983,0,1,1,5,1,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,1.1313708499,11,0,-1,0,-1,11,1,1,2,1,104,3,0.4,1.0270212886,0.3761648575,3.4641016151,0.2,0.7,0.5,3,0,6,0,11,1,2,4,1,2,9,0,0,1,1,0,1 +21984,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,7,1,0,0,1,1,1,1,0,1,104,3,0.3152776554,0.4887156384,0.3240370349,0.0,0.8,0.0,0.1,2,4,8,4,11,3,11,9,2,1,5,0,0,0,0,0,0 +21985,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.8,1.1467344941,11,1,-1,1,-1,0,1,1,2,1,104,0,0.445421149,0.9996486986,0.3872983346,3.1622776602,0.3,0.6,0.1,1,3,10,2,11,3,7,5,3,1,8,0,0,1,0,0,1 +21986,0,2,2,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,0.9310612225,11,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5447912634000001,0.3556683849,2.4494897428,0.4,0.8,0.3,3,2,9,1,9,1,7,4,3,4,6,0,1,0,0,0,1 +21988,0,0,3,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.1,0.5634713835,11,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7266758915000001,0.3615245497,3.6055512755,0.7,0.1,0.9,0,2,6,5,7,2,9,10,0,4,12,1,1,0,0,0,0 +21991,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5326818938,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.696641886,0.3687817783,3.4641016151,0.4,0.1,0.1,2,2,7,6,6,3,19,8,0,1,4,0,1,1,1,1,0 +21992,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,0.9,0.3,0.6538348414999999,7,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.7349031531999999,0.3008321791,3.4641016151,0.7,0.5,0.1,3,1,7,1,10,0,8,6,2,2,5,0,1,0,0,1,0 +21993,0,7,1,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.9,1.1494563933,4,1,-1,0,0,0,1,1,0,1,88,3,0.3998749805,0.6169606923,0.4031128874,1.7320508076,0.9,0.3,0.5,3,3,6,6,10,3,5,5,0,4,9,0,1,0,0,1,1 +21994,0,1,1,5,1,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.5,0.2,0.5601339126,11,1,0,0,0,1,1,1,3,1,64,1,0.316227766,0.557203021,0.3016620626,2.4494897428,0.7,0.7,0.2,2,3,9,2,9,4,11,6,1,6,4,0,0,1,1,0,0 +21997,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,1.8,1.5610493266,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7692166242,0.3907684737,3.6055512755,0.7,0.8,0.5,2,2,7,5,10,1,9,1,1,3,8,1,0,0,0,0,0 +21998,0,4,1,4,1,0,0,0,0,1,0,0,0,0,0,4,0,1,0,0.9,0.4,0.9637167634,6,1,-1,0,1,1,1,1,0,0,40,2,0.3741657387,0.7387587311,0.3814446225,3.0,0.5,0.7,0.6,4,1,7,3,8,4,9,2,1,7,10,0,1,1,0,1,0 +21999,0,0,1,4,0,6,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.7,1.0410331407,11,0,-1,1,-1,9,1,1,1,1,61,3,0.4472135955,0.9619947423,0.5204805472,3.1622776602,0.7,0.2,0.6,2,2,7,5,9,2,13,6,2,4,9,0,1,1,0,1,0 +22005,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,1.2,1.2951833847,8,1,-1,9,1,16,1,1,0,1,104,2,0.4898979486,1.3414713767,0.5004997502,3.4641016151,0.5,0.0,0.7,3,0,7,2,8,3,8,5,2,6,6,0,1,1,1,0,0 +22008,0,0,1,6,1,4,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.5315072906,7,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8503766788,0.374566416,3.7416573868,0.2,0.0,0.9,2,0,9,5,11,0,3,5,2,1,8,0,0,1,0,1,0 +22009,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.5,1.7783419244,9,1,1,0,0,4,1,0,2,1,48,3,0.316227766,0.7987593686,0.3019933774,3.7416573868,0.5,0.0,0.7,4,3,7,4,10,2,6,4,3,3,9,0,0,1,1,0,0 +22011,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.1,0.1,-1.0,7,1,1,2,1,1,1,0,2,1,90,0,0.4242640687,1.0161912359999998,0.3417601498,3.7416573868,0.1,0.8,0.2,2,1,7,3,7,2,4,7,4,3,9,0,1,1,0,0,0 +22013,0,3,1,5,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,1.4212670403999998,10,0,-1,9,0,0,1,1,0,1,104,3,0.4472135955,1.3035076645,0.4567274899,3.1622776602,0.8,0.8,0.9,2,1,8,3,9,6,9,10,0,3,8,1,1,0,0,0,0 +22014,0,3,2,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.6633249581,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.4523583747,0.3626292873,0.0,0.4,0.4,0.4,3,2,8,4,8,2,7,8,3,1,6,0,0,1,0,0,0 +22018,0,3,1,6,1,4,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,1.0600707524,11,1,-1,0,-1,0,1,1,3,1,39,3,0.3160696126,0.6215815605,0.3744329045000001,2.2360679775,0.2,0.4,0.7,1,2,8,2,8,1,13,7,0,2,7,0,0,1,0,0,0 +22023,0,2,1,4,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.8,1.3667936933000002,11,0,1,9,1,8,-1,1,2,1,104,3,0.5196152423,1.5557743681,0.5213444159,3.0,0.7,0.7,0.7,4,1,10,6,7,0,3,8,1,3,5,0,1,0,0,0,0 +22026,0,1,1,9,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,1.2,1.4931091722,11,1,-1,8,-1,14,1,1,2,1,104,2,0.5477225575,1.2984256201,0.5495452665999999,3.4641016151,0.4,0.7,0.4,1,2,9,5,7,0,7,7,0,6,10,0,1,0,0,0,0 +22027,0,2,1,8,1,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.9,1.4,1.3476831972,11,0,1,0,0,15,1,0,2,1,5,2,0.4242640687,1.1765617369,0.32557641190000003,3.7416573868,0.5,0.3,0.4,3,2,5,3,11,1,7,9,0,4,3,0,1,0,1,1,0 +22029,0,2,2,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.6628536792,7,0,-1,0,-1,1,1,1,1,1,104,3,0.4242640687,0.861744339,0.4129164564,3.0,0.2,0.8,0.6,2,2,8,3,11,2,10,4,3,2,6,0,0,1,0,0,0 +22031,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.7,1.2366790206,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.816083167,0.4074309757,2.8284271247,0.3,0.0,0.7,3,2,9,5,8,1,11,6,0,0,3,0,1,0,0,0,0 +22034,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.3,0.7132671309,11,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.6016506221,0.3744329045000001,2.4494897428,0.0,0.4,0.6,4,1,6,1,9,2,13,6,2,3,15,0,0,1,0,0,0 +22035,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.6,0.2,0.6329494451,11,1,0,0,1,4,1,1,3,1,48,3,0.3160696126,0.5086036629,0.2966479395,1.0,0.1,0.4,0.3,2,3,8,1,12,0,10,8,1,5,11,0,1,0,1,0,0 +22038,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.7,0.9987492178,10,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.8743947139,0.4185689907,2.6457513111,0.4,0.8,0.6,3,3,8,5,10,2,12,6,1,0,6,0,1,1,0,0,0 +22042,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.1,0.3,-1.0,5,1,1,0,1,0,0,1,2,1,87,3,0.316227766,0.6799930115999999,0.2944486373,3.0,0.8,0.8,0.8,4,2,5,3,8,2,5,7,2,5,3,0,0,1,0,0,0 +22043,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6174544518,6,1,-1,0,1,0,1,1,0,1,34,2,0.4,0.8074421403,0.3780211634,3.3166247904,0.5,0.4,0.5,2,2,8,4,9,1,10,3,0,3,3,0,1,1,1,1,0 +22044,0,6,1,4,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,0.3,0.7079901129,11,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.7709069468,0.3435112807,3.1622776602,0.2,0.1,0.2,1,1,8,3,9,4,4,5,0,3,5,1,1,0,1,0,0 +22052,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.5,0.3,0.8746427842,11,1,-1,0,-1,1,1,1,3,1,104,3,0.3974921383,0.4748640519,0.4024922359000001,0.0,0.4,0.9,0.5,3,1,8,2,9,4,10,6,1,5,5,0,0,1,1,0,0 +22053,0,6,1,6,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,6,1,-1,0,1,1,1,1,0,1,65,1,0.3152776554,0.4346795153,0.3471310992,0.0,0.6,0.1,0.9,2,2,6,3,9,1,6,7,1,6,4,0,0,0,0,0,0 +22055,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6427801508,0.3619392214,3.0,0.7,0.7,0.8,2,3,7,2,8,3,9,3,3,1,3,0,1,1,0,0,0 +22056,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.5,0.6619101146999999,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,1.0057684863,0.5204805472,3.3166247904,0.3,0.1,0.1,0,1,7,2,10,0,11,6,1,4,10,0,1,1,0,1,0 +22063,1,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,1,1,1,0,1,85,3,0.4242640687,0.8548476254999999,0.4159326869,3.1622776602,0.6,0.0,0.8,5,1,10,2,10,1,10,5,1,2,10,0,0,0,0,0,1 +22064,0,4,2,1,0,-1,1,0,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,0.8135570048,5,1,0,0,1,0,-1,1,2,1,87,3,0.316227766,0.6683827774000001,0.2944486373,3.0,0.9,0.2,0.2,2,2,6,4,10,5,7,11,2,2,6,0,1,0,1,0,0 +22067,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.7224413384999999,0.2944486373,3.4641016151,0.9,0.5,0.3,2,1,7,1,11,1,7,7,2,4,11,0,1,0,0,1,0 +22068,0,5,1,4,0,3,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.5,0.9810708435,7,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7606815126,0.3974921383,3.0,0.2,0.6,0.2,2,2,7,0,7,2,6,7,3,7,6,0,0,1,0,0,0 +22069,0,6,1,7,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.3,0.7545694136,6,1,-1,2,0,11,1,1,0,1,94,0,0.3741657387,0.8102934118,0.4301162634,3.6055512755,0.4,0.6,0.3,2,2,6,3,9,6,5,8,0,2,6,1,1,1,0,0,0 +22070,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.6093028803,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.515303008,0.3619392214,2.2360679775,0.0,0.8,0.1,3,5,8,2,8,2,7,3,4,6,7,0,1,1,0,0,0 +22071,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.8,0.2,0.7066647012999999,7,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.6678570639,0.30331501780000003,3.3166247904,0.3,0.4,0.1,3,0,9,3,7,2,8,2,0,4,9,0,0,0,1,0,0 +22072,0,4,1,2,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.8,0.8,1.348842096,6,1,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.2300927197,0.3964845520000001,3.4641016151,0.9,0.7,0.1,2,1,8,3,10,1,3,4,0,3,11,0,1,0,0,0,0 +22076,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.6609652033,7,1,1,0,1,0,1,1,2,1,32,1,0.3160696126,0.501814888,-1.0,1.7320508076,0.2,0.8,0.2,2,2,7,3,8,2,8,2,1,3,7,0,0,1,1,0,0 +22081,0,1,2,6,0,0,0,0,0,1,0,0,1,0,1,4,1,0,0,0.9,0.9,1.3451301052000002,11,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.633663101,0.3070830507,3.3166247904,0.4,0.5,0.9,2,3,7,0,11,3,8,4,2,1,6,0,0,0,0,1,0 +22085,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.5,0.3092329219,11,1,1,0,1,0,1,1,2,1,39,3,0.3160696126,0.6374179578,-1.0,2.6457513111,0.6,0.8,0.2,2,3,7,6,9,1,4,4,1,1,12,0,1,0,0,0,0 +22086,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,0.7416198487000001,7,1,-1,0,-1,11,1,1,1,1,53,2,0.4472135955,0.7745299828,0.4306971093,2.6457513111,0.0,0.2,0.8,3,1,9,3,10,3,12,7,2,3,7,0,0,1,0,0,0 +22088,0,3,2,2,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.8,0.4,0.7445636306,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6715745653,0.3685105155,2.8284271247,0.1,0.2,0.5,3,2,8,4,11,4,10,4,0,4,4,0,0,1,0,1,0 +22089,0,1,1,9,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.1,-1.0,7,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.6899365164,0.3292415527,3.3166247904,0.7,0.0,0.6,2,0,8,3,10,2,8,2,3,0,11,0,1,0,1,0,0 +22090,0,6,1,6,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,1.3,1.25,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.0402836549,0.4009987531000001,3.3166247904,0.9,0.9,0.4,1,2,8,2,11,2,5,5,2,5,4,0,1,0,0,0,0 +22092,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,0.3,0.5172040216,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9093863156,0.3984971769,3.3166247904,0.8,0.2,0.3,2,2,6,4,9,3,10,5,1,5,8,0,1,1,0,0,0 +22095,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.8,0.3,1.1194306589,10,0,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.2819954745,0.5186520992,2.8284271247,0.4,0.0,0.8,1,1,9,3,9,2,7,0,1,3,11,0,0,0,0,0,0 +22101,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.8,1.2227019261,11,1,0,1,1,17,1,1,2,1,104,0,0.316227766,0.9137946493,0.2774887385,3.0,0.9,0.4,0.9,1,3,7,4,7,2,11,13,2,6,5,0,0,1,0,0,0 +22103,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.7,1.1062323445,11,0,-1,0,-1,15,1,1,1,1,5,2,0.4472135955,1.124566032,0.4,3.4641016151,0.1,0.6,0.3,3,1,10,2,10,1,11,6,1,2,5,0,1,0,1,0,0 +22107,0,2,3,3,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5408326913,11,1,0,0,0,1,1,1,1,1,40,2,0.3741657387,0.6840835095000001,0.3248076354,3.1622776602,0.2,0.9,0.1,2,0,10,2,8,3,10,5,1,3,11,1,1,1,0,0,0 +22108,1,2,1,2,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,0.4,0.9103570728,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6416823189,0.3744329045000001,2.6457513111,0.6,0.5,0.4,3,1,8,1,10,1,10,11,0,3,8,0,0,1,0,1,1 +22114,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.5,1.4912243291999998,4,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.7584918703,0.378153408,2.6457513111,0.1,0.2,0.2,1,2,7,4,6,6,9,4,1,4,13,0,1,1,0,0,0 +22118,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.2,1.3252358281,11,1,1,1,1,12,1,1,2,1,104,3,0.3741657387,0.7386888093,0.32557641190000003,3.4641016151,0.0,0.5,0.6,1,0,7,0,6,1,8,4,0,6,11,0,1,1,0,1,0 +22119,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.2,0.1,-1.0,7,1,0,8,1,0,1,1,2,1,104,2,0.4472135955,1.3563822202000002,0.4562893819,3.4641016151,0.4,0.2,0.5,2,2,7,6,8,2,8,10,2,2,10,0,1,0,0,0,0 +22123,0,6,1,8,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6214901447,5,0,0,0,0,6,1,1,2,1,104,3,0.4,0.7699951701000001,0.3388214869,3.1622776602,0.9,0.5,0.7,3,2,9,4,10,2,11,2,2,3,7,0,1,1,0,0,0 +22124,1,3,1,3,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.3,0.8295330012000001,4,1,-1,0,1,1,0,1,0,1,40,2,0.3741657387,0.7492420412,0.3814446225,3.3166247904,0.9,0.6,0.7,3,4,8,6,11,3,9,7,0,4,9,0,1,0,0,0,0 +22125,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.7,0.6,0.904157066,7,1,1,1,0,3,1,0,2,1,45,3,0.4,0.8950968367000001,0.3096772513,3.6055512755,0.8,0.2,0.1,2,0,7,5,7,1,11,2,0,4,6,1,0,1,0,1,0 +22126,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.6378675411,11,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7396224187,0.3598610843,3.6055512755,0.8,0.2,0.6,3,4,9,1,11,1,10,9,3,3,7,0,1,0,0,0,0 +22127,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,0.8459462158,11,0,1,9,0,11,1,1,2,1,56,3,0.4898979486,1.0832877719,0.4283689998,3.1622776602,0.0,0.6,0.4,2,2,6,2,9,2,10,8,2,2,5,0,1,0,1,0,1 +22128,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6782329983,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6124230428999999,0.3768288736,2.6457513111,0.8,0.3,0.1,2,2,7,2,10,4,8,3,1,5,6,0,1,1,0,0,0 +22129,0,0,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.8,1.0644834428,11,0,1,0,0,15,1,0,2,1,5,2,0.4472135955,1.2239010925,0.32557641190000003,3.7416573868,0.1,0.0,0.2,2,1,8,6,9,4,11,5,0,0,11,0,0,1,0,0,0 +22131,0,7,1,5,0,6,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.4,0.8170067319,0,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9453889837,0.4185689907,3.1622776602,0.4,0.4,0.6,3,1,10,3,9,3,8,5,1,2,12,0,1,1,1,1,0 +22134,0,0,1,5,1,2,0,1,0,0,0,0,0,0,0,5,0,0,1,0.1,0.3,-1.0,11,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7783618101,0.423083916,3.3166247904,0.0,0.9,0.3,3,3,8,5,8,2,6,4,3,4,5,0,1,1,1,0,0 +22135,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.6,0.2,0.5717298313,7,1,-1,0,-1,11,1,1,2,1,103,3,0.3160696126,0.5190184633,0.3307567082,1.7320508076,0.3,0.5,0.9,1,3,8,3,9,3,9,7,2,1,3,0,1,1,1,1,0 +22137,0,1,3,4,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.7,0.8,1.3141061601,11,1,0,0,0,11,1,0,2,1,11,2,0.316227766,0.7625804387999999,0.30331501780000003,3.7416573868,0.0,0.4,0.3,4,3,7,2,7,1,13,3,0,1,6,0,1,1,0,0,0 +22138,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,1.3,1.3802173742,11,1,-1,0,-1,14,1,0,2,1,8,3,0.3872983346,0.9340660249,-1.0,3.7416573868,0.2,0.9,0.6,3,1,9,5,8,2,10,10,1,1,10,0,0,0,1,0,1 +22140,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,0.6284902545000001,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7456346789,0.3887158345,3.4641016151,0.1,0.2,0.6,4,5,8,3,6,2,10,8,2,4,8,0,0,1,0,0,0 +22141,0,5,1,5,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.1166355717,11,1,1,0,1,0,1,1,2,1,62,3,0.4,0.778839463,0.32,2.8284271247,0.5,0.5,0.5,1,1,8,2,8,1,9,4,1,2,8,0,0,1,0,0,0 +22142,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.3,0.0,0.9607939425,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4724430964,0.3640054945,0.0,0.4,0.3,0.2,2,4,8,2,10,2,7,5,1,3,7,0,0,0,0,1,0 +22146,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,8,1,-1,0,0,1,1,1,0,1,65,1,0.316227766,0.6200839719,0.3507135583,3.1622776602,0.4,0.9,0.6,3,2,7,3,8,2,7,5,4,3,5,0,1,0,0,1,0 +22150,0,2,1,1,1,4,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.2,0.5517019123,4,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.6239536696,0.3687817783,3.1622776602,0.8,0.2,0.8,3,3,9,1,8,2,8,3,1,1,4,0,1,1,0,1,0 +22151,0,2,1,9,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.6,1.2607041683,10,1,-1,0,0,4,1,1,0,1,48,1,0.316227766,0.6526012793,0.3748332963,3.3166247904,0.0,0.0,0.1,1,1,10,4,10,0,6,9,1,3,9,0,1,0,0,0,0 +22152,0,1,2,0,1,-1,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,1.7,1.7331330012,11,1,1,1,1,1,-1,1,2,1,35,1,0.3741657387,0.8624633181999999,0.3049590136,3.4641016151,0.0,0.1,0.0,5,1,9,3,8,2,10,7,1,2,9,0,0,0,1,1,0 +22153,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0.9,0.9,1.6603839916999998,11,0,1,9,1,10,-1,0,2,1,104,3,0.4472135955,1.5140526318,0.3908964057,3.6055512755,0.2,0.0,0.7,2,2,6,4,10,2,7,7,0,3,13,0,0,1,1,1,0 +22156,0,3,1,7,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.6533567173,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3997499218,0.5061399865,0.3626292873,0.0,0.0,0.0,0.7,0,1,10,4,10,4,9,7,1,0,12,1,1,1,1,0,0 +22157,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,-1.0,7,1,-1,2,-1,1,0,1,2,1,104,0,0.3605551275,0.7464689606,0.4024922359000001,3.1622776602,0.4,0.5,0.2,3,1,8,3,11,2,12,7,0,8,10,0,1,1,1,0,0 +22158,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.1,0.49560569,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6417950034000001,0.3685105155,2.6457513111,0.3,0.2,0.4,3,0,8,3,10,1,8,6,1,4,13,0,1,0,0,1,0 +22159,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.7,0.3,0.8627716963,11,0,0,0,0,15,1,1,2,1,5,2,0.4242640687,0.7844696055,0.32557641190000003,2.4494897428,0.2,0.2,0.8,4,1,8,4,8,3,5,3,0,2,6,0,1,1,1,0,0 +22163,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.7619875327,11,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.0930187934,0.4093897898,3.7416573868,0.7,0.5,0.2,1,1,9,4,9,2,11,4,3,5,2,0,0,0,0,0,0 +22164,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.957209486,11,1,0,0,0,0,1,1,1,1,87,3,0.316227766,0.7004720958,0.2944486373,3.3166247904,0.3,0.1,0.7,4,2,9,2,9,1,12,4,0,4,9,0,1,0,0,0,0 +22165,0,3,2,5,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.3,0.7693341277,6,1,-1,0,1,6,1,1,0,1,26,1,0.3741657387,0.5914857325999999,0.3907684737,2.8284271247,0.8,0.1,0.7,3,2,6,3,12,2,9,7,3,1,3,0,1,0,0,0,1 +22168,0,2,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.3,0.8085480814,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6865291793000001,0.3521363372,3.6055512755,0.4,0.8,0.2,2,1,6,3,11,2,13,5,2,2,7,0,1,1,1,0,0 +22169,0,5,1,5,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8280247581,6,1,-1,0,1,4,1,1,0,1,9,2,0.316227766,0.6125073789,0.3943348831,2.8284271247,0.3,0.1,0.3,1,3,8,1,10,3,10,3,1,3,6,0,1,0,0,0,0 +22172,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.5,0.7017834423999999,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5734122888000001,0.3583294573,2.6457513111,0.1,0.3,0.1,2,2,8,4,12,3,4,7,0,4,10,0,0,1,1,0,0 +22173,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5921359640999999,11,1,1,1,0,17,1,1,2,1,104,3,0.331662479,0.6356977035,0.2966479395,3.4641016151,0.5,0.3,0.8,5,1,6,4,9,2,7,5,1,3,7,0,1,1,0,0,0 +22174,0,3,2,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.5,1.8684886941,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,1.04065102,0.3911521443,3.6055512755,0.1,0.1,0.0,2,3,6,4,11,1,12,2,1,3,17,0,1,0,0,0,0 +22179,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.3,0.8492643876,4,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6085988514,0.3685105155,2.6457513111,0.9,0.0,0.2,4,2,8,4,9,2,11,3,0,3,3,0,0,1,1,1,0 +22180,0,2,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.6074047406,0,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6176301014,0.3619392214,3.0,0.6,0.0,0.4,2,4,7,2,11,2,8,2,3,5,11,0,0,0,0,0,0 +22181,0,1,3,6,1,6,0,1,0,0,0,0,0,0,0,1,1,0,0,0.9,0.2,0.5396758286,4,1,-1,0,0,10,1,0,0,1,28,3,0.3741657387,1.0718312899,0.3820994635,3.7416573868,0.1,0.6,0.6,3,0,6,4,12,1,7,7,1,5,7,0,1,1,1,0,0 +22182,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,13,0,0,1,0.1,0.3,-1.0,8,1,-1,2,1,11,1,1,0,1,94,0,0.3741657387,0.7933608811,0.4301162634,3.6055512755,0.7,0.1,0.6,3,1,8,4,10,4,7,4,1,2,10,0,0,1,0,0,0 +22183,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5820223363,11,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8530451045999999,0.3181194744,3.7416573868,0.0,0.1,0.7,1,2,6,1,7,2,8,6,0,2,6,0,1,1,1,0,0 +22184,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.8891709622,5,1,-1,0,-1,1,0,1,2,1,40,2,0.3741657387,0.7297967565000001,0.3814446225,3.0,0.5,0.1,0.1,3,1,7,3,11,3,14,2,0,3,14,0,1,0,0,1,0 +22185,1,1,2,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.4,0.7352720585,7,1,-1,0,-1,1,1,1,2,1,25,3,0.3741657387,0.7932436808,-1.0,3.6055512755,0.8,0.2,0.7,3,3,6,2,10,4,9,2,2,1,6,0,0,0,1,0,0 +22188,0,6,4,11,0,0,1,0,0,0,0,0,0,0,0,12,0,0,1,0.9,0.2,0.825,7,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7870399089,0.2944486373,3.6055512755,0.8,0.0,0.0,2,2,8,2,8,4,6,5,1,2,7,0,1,1,0,0,1 +22189,0,5,1,8,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.6670832032,7,0,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,1.0487891483,0.4009987531000001,3.3166247904,0.0,0.1,0.2,3,0,5,0,9,3,7,4,1,4,9,0,1,0,1,0,0 +22190,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.7185053932,11,1,-1,0,-1,11,1,1,2,1,17,2,0.4242640687,0.9282637307,-1.0,3.6055512755,0.8,0.1,0.7,3,2,9,4,6,1,5,6,1,7,6,0,1,0,0,0,0 +22195,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.4860555524,10,1,-1,0,0,1,1,1,0,1,85,3,0.3741657387,0.778985354,0.3974921383,3.1622776602,0.1,0.4,0.8,3,0,7,2,8,3,4,5,5,4,3,0,1,0,1,0,0 +22198,0,2,3,4,0,0,0,1,0,0,0,0,1,1,2,1,0,0,1,0.9,0.8,0.7314369419,11,0,1,9,0,0,1,1,2,1,104,3,0.4472135955,1.5045935175,0.4027406113000001,3.6055512755,0.9,0.9,0.2,3,2,9,3,9,1,5,6,0,2,9,0,0,0,0,0,0 +22204,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.8,0.5,0.5267826876,7,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8285330061,0.3794733192,3.6055512755,0.0,0.2,0.2,1,1,9,2,10,1,5,6,0,7,12,0,1,1,0,1,0 +22205,0,4,1,5,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,4,1,-1,0,0,1,1,1,0,1,74,2,0.3741657387,0.8099051062,0.3716180835,3.6055512755,0.3,0.1,0.6,4,1,10,4,9,3,10,6,3,6,6,0,1,1,0,0,0 +22206,0,2,1,3,1,3,1,0,0,0,0,0,0,0,0,12,0,1,0,0.2,0.3,-1.0,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7553117686,0.3788139385,2.8284271247,0.1,0.8,0.9,2,3,8,1,9,3,14,6,0,5,7,0,1,1,0,0,0 +22208,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.5,0.9893179469,10,1,-1,8,0,14,1,1,0,1,18,2,0.5,1.1508889845,0.5656854249000001,3.6055512755,0.2,0.1,0.8,3,2,7,1,10,2,9,7,2,0,10,0,1,0,0,1,1 +22211,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.9141252649,7,1,0,0,0,11,1,1,2,1,57,2,0.3741657387,0.7061857737999999,0.3286335345,3.0,0.4,0.8,0.8,3,4,9,3,11,2,11,6,1,3,6,0,1,1,1,0,1 +22212,0,7,1,3,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.3,0.0,0.9762812095,6,1,-1,0,1,7,1,1,0,1,104,3,0.4,0.8205143519,0.4176122604,3.1622776602,0.8,0.2,0.8,4,2,9,1,8,6,4,9,0,1,7,0,0,0,1,0,0 +22213,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.3,0.7591113225,6,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7749166843999999,0.3850973903,3.1622776602,0.7,0.6,0.1,2,2,7,3,11,1,9,6,0,2,4,0,1,0,0,0,0 +22215,0,5,2,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.7,0.8,0.9337424698,5,0,1,1,1,0,1,0,2,1,104,3,0.3741657387,1.3936099743,0.34899856729999995,3.7416573868,0.8,0.7,0.8,1,3,7,3,6,6,4,5,2,0,5,0,1,1,0,0,0 +22216,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.7424621201999999,11,1,-1,0,-1,11,1,0,2,1,11,2,0.316227766,0.7320440081,0.3687817783,3.7416573868,0.7,0.4,0.2,2,2,8,2,8,2,13,7,1,5,6,0,0,0,1,0,0 +22222,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.2,0.5857687257,11,1,-1,0,-1,0,1,0,1,1,78,3,0.4,0.930231465,0.3848376281000001,3.7416573868,0.4,0.3,0.6,2,2,9,3,11,3,11,7,0,1,9,0,1,1,0,0,0 +22229,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.5894913061,7,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7224413384999999,0.2944486373,3.4641016151,0.7,0.4,0.5,3,2,8,6,10,1,7,2,2,1,6,0,1,1,0,1,0 +22230,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.3,0.0,0.8591420139,4,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6981972062999999,0.3615245497,3.3166247904,0.9,0.1,0.0,3,3,10,2,11,3,6,5,1,5,6,0,0,1,0,0,0 +22231,1,4,1,10,0,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.9,0.8,1.0547511555,7,1,0,1,1,4,1,1,2,1,104,2,0.465295605,0.3403631993,0.3420526275,0.0,0.4,0.5,0.0,1,1,7,3,11,3,6,4,0,2,16,0,0,0,0,1,1 +22232,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.9519716382,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.6033994606,0.3619392214,2.8284271247,0.1,0.8,0.5,0,0,9,2,9,2,2,6,3,4,9,0,1,1,0,0,0 +22235,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.7,1.1608186766,11,1,-1,0,-1,0,1,1,2,1,54,3,0.4,0.9300315466,0.3826225294,3.4641016151,0.9,0.7,0.1,1,2,6,2,9,4,4,4,0,2,5,1,1,1,1,0,0 +22241,0,0,4,9,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,0.4,0.9390819985,7,1,-1,0,-1,1,0,0,0,1,38,3,0.316227766,0.8193047848999999,0.3598610843,3.7416573868,0.2,0.3,0.3,0,3,9,3,8,3,7,7,2,6,6,0,0,0,0,0,0 +22243,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0.6,0.1,0.5667892024,8,1,-1,0,0,1,1,1,0,1,74,3,0.3605551275,0.4957338662,0.3667424164,1.7320508076,0.0,0.0,0.3,3,2,6,2,11,2,14,1,3,2,11,0,1,1,0,0,1 +22244,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.9,0.2,0.4847679857,11,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.811653246,0.3663331817,3.6055512755,0.8,0.4,0.2,3,5,9,1,6,2,11,8,0,6,4,0,1,0,0,0,1 +22245,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.4,0.0,0.616948134,10,1,-1,8,0,11,1,1,0,1,24,2,0.5291502621999999,0.9023156619,0.5324471805,1.0,0.3,0.0,0.5,3,2,9,2,10,2,11,13,2,2,7,1,1,1,0,1,1 +22247,0,0,2,4,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.7881941385,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8557414262,0.4248529157,3.1622776602,0.2,0.9,0.0,2,2,6,0,11,0,11,6,0,2,8,0,0,1,0,0,0 +22249,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0.6,0.5,-1.0,10,1,-1,0,0,1,1,1,0,1,64,1,0.3160696126,0.5240891351,0.3640054945,2.0,0.0,0.5,0.1,2,4,7,1,10,2,6,2,1,3,5,0,0,0,1,0,1 +22251,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.4227883631,7,1,1,0,0,11,1,0,2,1,47,2,0.3741657387,0.9496084448,0.3284813541,3.6055512755,0.9,0.8,0.5,3,3,9,4,10,4,7,6,1,6,6,0,1,1,1,1,0 +22253,0,3,1,2,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.5332682252000001,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8981040636,0.4,2.8284271247,0.3,0.8,0.8,4,4,8,2,9,3,3,9,0,3,5,0,0,0,1,0,0 +22254,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.7524958472,7,1,1,0,0,1,1,1,2,1,85,3,0.4242640687,0.8573334597,0.3507135583,3.1622776602,0.3,0.9,0.7,2,2,9,2,8,4,5,2,0,1,10,1,1,1,1,1,0 +22257,1,1,2,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6675514961,7,1,-1,0,-1,1,1,1,1,1,25,3,0.3741657387,0.8021793662000001,-1.0,3.6055512755,0.3,0.0,0.5,2,1,6,4,11,4,5,5,0,4,5,1,1,1,0,0,0 +22259,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.3,0.6878408246,9,0,0,8,0,13,1,1,1,1,4,2,0.5916079783,1.1805062648,0.4410215414,2.8284271247,0.9,0.9,0.5,3,1,7,2,12,3,4,8,1,2,7,0,0,1,0,1,0 +22260,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,7,1,0,0,1,0,1,1,2,1,32,1,0.3160696126,0.4474445346,0.3049590136,1.0,0.2,0.0,0.6,3,2,9,3,12,4,7,6,1,0,13,0,0,0,1,0,0 +22262,0,4,1,5,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0.9,0.7,0.6759252917,11,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5764847879999999,0.3687817783,2.4494897428,0.0,0.5,0.0,3,1,8,1,8,3,11,11,1,2,8,0,0,0,0,0,0 +22264,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.5,0.7834219808,9,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6718206420999999,0.3016620626,3.3166247904,0.5,0.3,0.4,2,2,9,5,9,1,6,5,2,2,4,0,0,1,0,1,0 +22265,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.7,0.7462405778,11,1,1,0,1,1,1,1,0,1,38,3,0.316227766,0.7350296559,0.299165506,3.6055512755,0.2,0.6,0.6,2,3,9,4,10,2,5,5,0,4,5,0,0,1,0,0,0 +22266,0,5,2,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.8,0.9852030248,9,1,1,8,0,4,1,1,0,1,6,3,0.4,0.9501196097,0.3466987165,3.4641016151,0.7,0.8,0.6,5,2,7,6,9,2,2,3,1,2,6,0,0,1,1,0,0 +22267,0,6,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.561248608,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6301810051,0.3619392214,3.1622776602,0.4,0.0,0.3,3,2,6,3,10,4,6,7,3,2,1,0,0,0,0,1,0 +22268,0,7,1,4,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.2,0.7441438033,4,1,-1,0,0,1,1,0,0,1,31,3,0.423792402,1.1048035613,0.4084115571,3.7416573868,0.3,0.9,0.9,1,3,8,4,10,3,8,3,1,2,10,0,1,1,0,0,0 +22269,0,0,4,6,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,0,1,0,2,1,23,3,0.4,0.9759504797,0.3309078422,3.6055512755,0.7,0.8,0.3,3,0,8,2,7,2,6,5,0,4,9,1,0,0,0,1,0 +22270,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.5,0.2,0.675,5,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6717745096,0.3292415527,3.1622776602,0.8,0.7,0.5,4,1,6,3,9,3,11,4,2,4,11,0,1,1,0,0,0 +22271,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.6309714732,7,1,1,0,0,11,1,1,0,1,103,1,0.316227766,0.5669805483,0.2887905816,2.6457513111,0.4,0.2,0.3,1,1,7,3,9,3,12,5,0,4,4,0,1,0,0,1,0 +22272,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.6,0.4,1.1129914645,11,1,1,0,0,11,1,1,2,1,103,1,0.316227766,0.6116972729,0.2887905816,3.1622776602,0.0,0.6,0.1,4,1,4,3,10,4,8,5,3,3,9,1,0,0,0,0,1 +22273,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.0,0.0,0.5184110338,11,0,1,0,0,1,1,0,2,1,51,2,0.4,0.8705112728,0.3388214869,3.7416573868,0.8,0.4,0.8,2,2,8,5,9,1,8,1,1,1,12,0,0,1,0,0,0 +22274,0,5,1,8,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.8,0.6,0.515994186,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6538664407,0.31144823,2.8284271247,0.7,0.4,0.2,2,2,9,1,8,5,9,5,0,3,9,0,1,1,0,1,0 +22280,0,6,1,7,0,5,0,0,1,0,0,0,0,0,0,10,0,0,0,0.9,0.8,1.2285662375,7,0,1,0,1,3,1,1,2,1,104,3,0.4242640687,1.0194472656,0.3595830919,3.4641016151,0.0,0.4,0.1,2,5,8,7,8,2,11,9,4,5,9,0,1,1,0,0,0 +22281,1,0,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.0,1.5706288549,11,1,0,0,1,1,1,1,2,1,80,3,0.316227766,0.7537509508,-1.0,3.6055512755,0.8,0.7,0.0,4,2,8,4,8,3,5,6,0,4,9,1,1,1,0,0,0 +22283,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.8,0.9839334327,11,1,-1,0,-1,0,1,1,2,1,32,3,0.3160696126,0.5302813848,0.366469644,2.0,0.6,0.0,0.0,2,2,7,3,10,0,3,6,1,5,7,0,1,0,1,0,0 +22285,1,1,2,0,0,-1,0,1,0,0,0,0,0,0,0,9,0,0,1,0.4,0.0,1.0574142991,11,0,0,0,1,10,-1,1,1,1,83,2,0.4242640687,0.9030137786,0.3420526275,2.8284271247,0.5,0.3,0.4,2,2,8,3,9,2,9,8,2,4,5,1,1,1,1,0,0 +22287,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.4,0.0,0.4272001873,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7060394717,0.3788139385,2.6457513111,0.6,0.1,0.2,2,3,7,3,8,1,8,5,1,7,5,0,0,1,0,0,1 +22290,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.1,0.3,-1.0,4,0,-1,8,0,13,1,1,0,1,20,3,0.4472135955,0.8931789267,0.4295346319,2.8284271247,0.3,0.9,0.2,5,1,7,4,10,2,7,4,4,5,6,0,0,1,0,1,0 +22291,1,1,1,6,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.0,0.0,0.460298816,4,0,-1,0,1,14,1,1,0,1,104,2,0.4472135955,1.0671658612,0.4339354791,3.3166247904,0.9,0.6,0.2,5,2,6,5,9,1,4,7,1,1,5,0,1,0,0,0,1 +22295,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.3,0.68556546,4,1,-1,0,1,0,1,0,0,1,78,3,0.4,0.8696441754,0.3848376281000001,3.6055512755,0.5,0.4,0.7,1,1,9,2,8,2,8,8,1,4,6,0,1,1,0,0,0 +22296,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0.9,0.4,0.7648529270000001,10,1,-1,0,1,1,1,1,4,1,64,3,0.316227766,0.6645541599,0.3619392214,3.6055512755,0.7,0.3,0.1,4,3,7,2,8,1,8,8,2,2,7,1,1,1,0,1,0 +22298,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.8,1.4974979132,11,1,0,0,1,0,1,1,2,1,37,2,0.316227766,0.7291028111,0.31144823,3.3166247904,0.6,0.9,0.7,5,3,6,2,10,4,9,8,3,4,9,0,1,0,1,0,0 +22303,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.3,0.7097534783,7,1,-1,0,-1,0,1,1,2,0,104,3,0.4242640687,0.7286209095,0.3861346915,2.6457513111,0.2,0.7,0.8,3,2,9,0,9,3,9,7,1,1,6,0,1,0,1,0,0 +22305,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.7,1.09573035,2,1,-1,0,1,15,1,1,0,1,63,2,0.3872983346,0.896284802,-1.0,3.6055512755,0.4,0.8,0.5,3,3,9,6,9,1,3,7,5,4,7,1,1,0,1,0,0 +22306,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6860211367,7,1,1,0,0,11,1,1,2,1,44,1,0.4469899328,0.5870151418999999,0.3420526275,1.4142135624,0.8,0.5,0.6,1,0,7,4,11,2,8,5,1,2,8,0,1,0,0,0,0 +22307,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.5590169944,6,1,-1,0,1,1,1,1,0,1,64,3,0.3160696126,0.5190223347,0.3640054945,2.2360679775,0.9,0.5,0.5,2,1,6,5,9,1,12,3,2,3,9,0,1,0,1,1,0 +22309,0,4,1,2,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.0,0.0,0.7495832175,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7641840568000001,0.3615245497,3.4641016151,0.6,0.0,0.8,1,4,8,2,11,4,9,5,0,2,10,0,0,1,1,1,0 +22311,0,6,2,0,0,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,-1.0,4,1,-1,0,0,1,1,1,0,1,64,3,0.3160696126,0.5220153254,0.3640054945,1.4142135624,0.9,0.1,0.2,2,2,8,2,6,2,13,11,2,3,8,0,1,0,0,0,0 +22314,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.7,2.2896506284,11,1,-1,1,-1,0,1,1,2,1,104,0,0.445421149,0.9350829724,0.3872983346,3.0,0.6,0.5,0.8,3,2,9,2,9,0,9,3,2,4,10,0,0,1,1,1,0 +22320,0,2,4,11,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,1.7,1.6403124702,7,0,0,1,1,9,1,1,2,1,104,2,0.4242640687,1.2139002097,0.35,3.4641016151,0.9,0.0,0.9,3,1,9,1,9,5,10,5,1,2,4,0,1,1,1,0,0 +22322,0,2,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.7968688725,6,1,-1,0,0,1,1,1,0,1,31,3,0.423792402,0.9254326663,0.4084115571,3.4641016151,0.5,0.1,0.6,2,3,8,3,8,1,12,5,0,2,15,0,1,0,0,1,0 +22323,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.5,0.4,0.9630680142,5,1,1,0,1,1,1,1,2,1,74,3,0.3605551275,0.6191503109000001,0.307408523,2.2360679775,0.0,0.2,0.7,3,2,7,4,10,2,2,6,2,2,6,0,1,1,0,0,0 +22324,0,5,1,3,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,0.3,0.6456585785,5,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8557951452,0.3181194744,3.6055512755,0.3,0.7,0.4,2,1,8,4,11,2,6,5,1,8,7,0,1,1,0,1,0 +22326,1,1,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.9,0.4,0.7180703307999999,11,0,-1,0,-1,11,0,0,2,1,69,3,0.4242640687,1.1974490793,-1.0,3.6055512755,0.2,0.1,0.2,2,3,7,4,8,2,14,5,2,2,11,0,0,1,1,0,1 +22331,1,4,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.4,0.8982622112,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,1.0162552796,0.3820994635,3.4641016151,0.1,0.8,0.2,1,1,7,3,11,2,11,5,2,2,12,0,1,0,0,1,0 +22332,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.9,0.2,0.632455532,7,1,-1,0,-1,4,0,0,2,1,12,3,0.4,0.8777200931999999,0.3708099244,3.6055512755,0.2,0.9,0.4,3,1,9,3,10,3,9,9,3,5,8,0,1,1,0,0,0 +22333,0,0,1,6,0,1,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6046693311,7,1,0,0,0,11,1,1,0,1,67,2,0.3741657387,0.737989227,0.3008321791,3.4641016151,0.5,0.1,0.6,2,3,7,2,10,3,10,5,2,2,5,0,0,0,1,0,0 +22337,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.8,0.5,0.9340770846,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7964150045999999,0.3850973903,3.3166247904,0.8,0.4,0.4,1,2,10,4,8,2,7,5,2,2,11,0,1,0,0,0,1 +22341,0,3,2,2,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.0,0.2,0.5244044241,11,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.1286831353,0.4093897898,3.7416573868,0.5,0.5,0.1,4,0,8,2,11,2,15,7,2,0,7,0,1,1,1,0,0 +22342,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,-1.0,7,1,-1,0,-1,1,1,1,2,1,65,1,0.316227766,0.6111735088,0.3507135583,3.4641016151,0.2,0.9,0.5,4,1,7,4,10,2,12,7,2,5,5,0,1,0,0,0,0 +22343,0,2,1,7,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.3,1.711359109,6,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7670917494,0.3937003937,3.1622776602,0.6,0.7,0.8,2,3,10,3,6,2,8,6,0,3,9,0,0,0,1,0,1 +22344,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.4,0.0,0.6614378278,6,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7059955751000001,0.3667424164,3.3166247904,0.1,0.1,0.4,2,2,9,2,9,2,9,6,2,3,10,0,0,0,0,1,0 +22345,0,5,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.3,0.6968679931999999,7,0,1,0,1,10,1,0,2,1,55,2,0.4472135955,1.2340385892,0.359722115,3.7416573868,0.4,0.7,0.4,1,2,10,2,10,0,5,6,1,1,4,0,0,1,0,0,1 +22346,0,5,1,4,1,1,0,0,1,0,0,0,0,0,0,6,1,0,0,0.0,1.0,0.825378701,9,1,1,0,1,1,1,1,2,1,85,3,0.3741657387,0.7380312206,0.3435112807,3.0,0.1,0.3,0.6,3,3,6,3,9,3,7,5,0,4,8,0,1,1,0,0,0 +22353,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,6,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6842864414000001,0.3615245497,3.3166247904,0.2,0.7,0.4,2,4,10,4,9,2,7,5,2,0,9,0,1,1,1,0,1 +22357,0,1,1,4,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6451023367000001,0.3666060556,2.6457513111,0.4,0.7,0.2,2,3,7,2,11,2,10,4,0,4,6,0,0,1,0,0,0 +22359,0,6,1,7,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.0,-1.0,4,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7286209095,0.3615245497,3.4641016151,0.3,0.8,0.8,1,1,5,5,10,1,8,7,4,2,5,0,0,0,0,1,0 +22361,0,2,2,8,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.7677076265999999,11,1,1,0,1,7,1,1,2,1,92,3,0.3741657387,0.6844343747,0.3278719262,3.0,0.9,0.6,0.9,4,2,8,1,10,0,6,8,1,3,12,0,1,1,0,0,0 +22364,0,6,1,8,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,6,1,-1,8,1,4,0,1,0,1,6,2,0.4472135955,1.0830440915,0.4210700654,3.6055512755,0.7,0.4,0.6,2,2,7,3,8,2,6,6,0,1,10,0,0,1,0,0,0 +22367,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.3,0.0,0.6538348414999999,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6366070963,0.3768288736,2.8284271247,0.2,0.7,0.3,3,1,8,5,10,2,8,6,1,1,12,0,1,1,0,0,0 +22371,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.4,1.3731806144999998,11,1,0,8,1,13,1,1,2,1,4,2,0.5656854249000001,1.2587298465,0.4410215414,3.4641016151,0.8,0.3,0.2,3,3,7,1,10,3,13,4,2,4,12,0,1,1,0,1,1 +22373,0,2,1,9,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.9,1.1096170511,6,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6231750215,0.3820994635,2.6457513111,0.8,0.5,0.9,2,0,7,3,7,2,7,3,3,4,11,0,1,1,0,1,1 +22379,0,6,1,5,1,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,1.1,0.9971835338,4,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.7115487706,0.4013726448,2.6457513111,0.4,0.0,0.0,4,3,9,4,11,3,9,5,0,3,7,0,1,0,0,1,0 +22380,0,2,1,7,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5733672471,7,1,-1,0,-1,1,1,1,3,1,74,3,0.3605551275,0.6162737934,0.3667424164,2.2360679775,0.5,0.9,0.5,3,0,9,3,10,2,11,7,0,7,8,0,1,0,0,0,0 +22383,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.0,0.5465802777000001,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7245688373,0.3814446225,3.3166247904,0.7,0.1,0.8,1,1,7,5,9,2,10,5,2,0,6,0,1,1,0,0,0 +22384,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.4,0.6864765109000001,11,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9210576027,0.3869108424,3.3166247904,0.2,0.6,0.9,2,1,9,4,9,3,6,2,0,6,7,0,1,1,0,1,0 +22388,0,4,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.596284749,11,1,0,1,1,3,1,0,2,1,45,3,0.4,0.9316407813,0.3096772513,3.7416573868,0.4,0.4,0.2,2,1,8,3,10,3,6,9,0,2,5,1,1,0,0,1,0 +22393,0,2,1,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.8,0.2,0.5465802777000001,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6010665452,0.3687817783,2.8284271247,0.0,0.4,0.5,3,1,8,4,12,1,4,4,0,3,3,0,1,1,0,1,0 +22394,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,9,0,0,0,0.6,0.2,0.6736096793,11,1,-1,0,-1,14,1,1,2,1,29,3,0.3994996871,0.6738933383,0.3984971769,2.6457513111,0.8,0.2,0.4,2,0,6,3,9,0,8,6,4,1,6,0,0,1,1,0,0 +22401,0,5,3,9,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.7566372975,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.8050152711,0.374566416,3.6055512755,0.9,0.9,0.0,3,1,6,0,9,1,4,2,1,5,5,0,1,1,0,1,0 +22403,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.2,0.6427480066,7,0,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9935816753,0.3708099244,3.6055512755,0.5,0.4,0.9,3,1,7,4,8,0,10,3,2,4,7,0,1,1,0,0,0 +22404,0,5,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.7262919523,5,1,0,0,1,0,0,1,0,1,104,3,0.4220189569,0.44503691,-1.0,0.0,0.8,0.8,0.8,3,3,10,2,11,3,8,5,1,3,6,0,0,1,1,0,0 +22405,1,0,1,3,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.0,0.6299801584,7,1,1,0,0,11,1,0,2,1,76,3,0.316227766,0.8494772334999999,0.3181194744,3.7416573868,0.4,0.1,0.7,3,2,10,1,8,0,11,4,0,2,6,0,0,0,0,0,0 +22410,0,6,1,5,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,0.5,0.8742854225,9,1,1,2,1,14,0,0,2,1,104,0,0.4,0.8320789457,0.3224903099,3.6055512755,0.4,0.5,0.2,3,1,10,3,11,3,7,7,2,4,15,1,0,0,1,1,0 +22411,0,5,1,9,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.7,1.0,1.2671325897,10,0,-1,0,0,0,1,1,0,1,88,3,0.4,0.8696204169,0.3974921383,3.3166247904,0.7,0.7,0.4,2,1,7,2,10,3,6,7,1,1,15,0,1,0,0,0,0 +22413,0,2,1,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.2,0.6528782429,7,1,0,0,0,14,1,1,2,1,49,3,0.4,0.6654551664,-1.0,2.8284271247,0.5,0.1,0.0,0,0,9,5,9,1,9,4,3,1,15,0,1,0,0,0,0 +22414,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.6,0.4,0.7834219808,7,1,-1,0,-1,1,1,0,2,1,25,3,0.3741657387,0.8810505093000001,-1.0,3.6055512755,0.2,0.6,0.2,3,1,6,2,8,2,5,7,2,7,8,0,1,0,0,0,1 +22418,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.7,0.4,0.8627716963,11,1,1,2,1,14,1,1,0,1,104,0,0.4,0.5613590357,0.3224903099,2.0,0.6,0.5,0.7,3,3,8,4,9,2,3,8,2,3,7,0,1,0,0,0,0 +22420,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.893028555,9,0,1,8,0,11,1,1,2,1,71,2,0.5291502621999999,1.4687435599,-1.0,3.6055512755,0.3,0.8,0.9,2,3,8,1,10,0,6,7,1,2,10,0,1,1,1,0,0 +22421,0,0,1,7,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.8,1.3,1.338609353,10,1,-1,9,1,15,1,0,0,1,58,2,0.5477225575,1.9150178559,0.500999002,3.6055512755,0.4,0.8,0.6,2,3,9,4,8,2,4,5,2,2,9,0,0,0,0,0,0 +22423,0,1,2,5,0,3,1,0,0,0,0,0,0,0,0,8,0,0,1,0.6,0.8,1.1803071634,7,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.5857290435,0.3674234614,2.6457513111,0.5,0.0,0.7,3,1,6,4,9,1,9,3,2,3,6,0,0,1,1,1,1 +22426,0,0,2,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.5049752469,11,1,0,0,1,14,1,1,2,1,104,1,0.3160696126,0.4359372917,0.30331501780000003,0.0,0.9,0.2,0.4,1,2,8,2,9,1,9,11,1,2,6,0,0,1,0,1,0 +22428,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.6,0.2,0.5092887197,7,1,-1,0,-1,1,1,1,1,1,85,3,0.3741657387,0.8805520431999999,0.3996248241,3.6055512755,0.8,0.3,0.0,2,3,6,2,9,4,8,6,2,1,7,1,1,0,0,0,0 +22434,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.4,0.8392705166,7,1,-1,0,-1,4,1,1,2,1,50,2,0.4,0.6347219083,0.3943348831,2.8284271247,0.5,0.6,0.7,5,1,7,4,10,1,8,10,1,3,6,0,1,0,0,0,0 +22437,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.3,0.0,-1.0,7,1,-1,1,-1,11,1,1,0,1,104,2,0.4898979486,1.0490550648,0.4446346815,3.1622776602,0.6,0.5,0.2,2,3,7,3,11,3,9,4,2,3,14,0,1,1,0,0,0 +22438,0,5,2,2,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.4,0.7,1.2549900398,9,1,-1,0,-1,7,0,1,2,1,92,3,0.3741657387,0.6421168504,0.3926830783,2.6457513111,0.4,0.5,0.6,3,4,6,3,9,1,9,2,4,3,8,0,0,0,0,0,0 +22441,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.7,0.3,0.4873397172,9,1,1,1,0,3,1,0,2,1,102,2,0.4,0.9281190434,0.3268026928,3.7416573868,0.6,0.7,0.4,2,3,6,4,8,6,10,4,3,2,6,1,1,1,0,1,0 +22443,1,1,1,5,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.6,0.790964601,7,0,1,0,0,11,1,1,1,1,3,2,0.4242640687,1.1032446512,0.3789459064,3.4641016151,0.2,0.8,0.8,2,2,9,4,9,1,12,3,2,3,7,0,1,1,0,0,0 +22447,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,0.7232738070999999,10,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.62003399,0.3687817783,2.8284271247,0.3,0.9,0.4,1,1,6,2,9,2,9,7,3,4,9,0,1,0,0,0,1 +22449,0,2,1,5,1,6,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.6,0.9178779875,4,1,-1,0,0,0,1,1,0,1,22,1,0.316227766,0.7468114037000001,0.374566416,3.3166247904,0.9,0.0,0.0,2,0,7,2,6,4,9,10,1,2,9,0,0,1,0,0,0 +22450,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,0.4,0.8724964183,11,1,0,0,1,7,1,1,2,1,92,3,0.3741657387,0.8005292670999999,0.3278719262,3.4641016151,0.0,0.0,0.4,4,3,10,2,9,2,10,3,2,4,8,0,0,1,0,1,0 +22454,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.1,0.3,-1.0,10,1,-1,0,0,14,1,1,0,1,72,2,0.4,1.0682881959,0.4093897898,3.6055512755,0.5,0.6,0.4,2,2,8,5,11,3,10,5,1,1,6,0,1,1,1,0,0 +22455,1,2,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.2,0.8385254916,8,0,0,0,1,11,1,0,2,1,69,3,0.4242640687,1.1772376267,0.3535533906,3.6055512755,0.2,0.7,0.4,4,4,5,1,11,2,7,2,1,1,6,0,1,0,0,1,0 +22456,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.2,0.3,-1.0,7,1,1,1,1,3,1,0,2,1,102,2,0.4,0.9605009024,0.3269556545,3.7416573868,0.2,0.9,0.4,2,1,7,1,9,5,7,3,0,2,6,0,1,1,0,0,0 +22458,0,4,1,3,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,104,3,0.4455333882,0.5346660346000001,0.3376388603,0.0,0.2,0.9,0.4,3,3,8,5,9,3,10,7,2,3,9,0,1,0,1,0,0 +22461,0,3,3,7,1,4,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,1.1048189897,11,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5798617675,0.3583294573,2.8284271247,0.3,0.0,0.0,2,1,8,5,7,1,10,6,1,2,6,0,1,1,0,0,0 +22465,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5129571132,11,1,-1,0,-1,0,1,1,2,1,66,3,0.3998749805,0.6974866331,0.3817066937,2.6457513111,0.3,0.3,0.6,2,4,8,2,11,5,9,5,2,1,6,0,1,0,0,0,0 +22466,0,1,3,6,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.9,0.8774964387,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6681972787,0.3619392214,3.3166247904,0.9,0.0,0.0,4,3,6,4,10,1,12,3,1,6,9,0,0,1,0,1,0 +22468,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.3,0.6309714732,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.6299514608,0.3768288736,2.8284271247,0.6,0.8,0.2,1,4,7,5,10,4,10,9,0,4,4,0,1,0,1,0,0 +22471,0,3,3,6,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.8,0.4,0.9617692031,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.664227632,0.3744329045000001,2.8284271247,0.1,0.7,0.9,3,4,9,1,9,4,8,6,2,3,6,0,0,1,0,1,0 +22473,0,0,1,6,0,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.7,0.2,0.4415880433,5,1,1,0,1,6,1,0,2,1,33,3,0.4,1.0302150141,0.3286335345,3.7416573868,0.1,0.2,0.8,3,3,4,2,10,2,9,3,2,4,10,1,0,0,0,0,0 +22475,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,1.1768602296,11,1,-1,2,-1,14,1,1,2,1,104,0,0.4,0.6284738171,0.4049691346,3.0,0.2,0.2,0.1,2,4,6,2,11,4,6,9,3,2,5,0,1,1,1,0,0 +22476,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.2,0.3,-1.0,7,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.6614690638,0.2944486373,3.0,0.4,0.0,0.0,1,1,9,0,9,2,6,6,1,3,8,1,1,1,0,0,0 +22478,0,5,2,0,0,-1,0,1,0,0,0,0,0,0,0,4,0,1,0,0.1,0.2,-1.0,5,1,1,0,0,0,-1,0,2,1,34,2,0.4,0.8992421051,0.3144837039,3.7416573868,0.6,0.4,0.6,3,1,8,5,7,4,7,3,4,2,6,0,1,0,0,0,0 +22481,0,4,1,4,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.4,0.9354143467,11,0,1,0,1,11,1,1,2,1,2,3,0.4242640687,1.011558204,-1.0,3.6055512755,0.9,0.6,0.1,2,1,6,4,10,3,11,9,1,3,14,0,1,1,1,1,0 +22484,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,1.1155155759,11,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7683162873,0.3849675311,3.1622776602,0.4,0.5,0.8,3,1,7,5,9,1,5,6,0,3,7,1,1,1,0,0,0 +22486,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.6652067347999999,7,1,-1,0,-1,4,1,0,2,1,84,3,0.316227766,0.8370303667,0.3667424164,3.7416573868,0.4,0.6,0.6,2,3,7,1,9,4,9,10,4,5,8,0,1,0,0,0,0 +22490,0,5,1,8,0,0,0,1,0,0,0,0,0,0,0,2,0,1,0,0.7,0.2,0.5678908346,7,0,-1,0,-1,11,1,1,2,1,30,3,0.4469899328,1.0558103699,0.4511097427,3.4641016151,0.2,0.3,0.8,2,2,7,3,10,2,8,8,3,6,7,0,1,1,0,1,0 +22491,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.7,0.5,0.5049752469,10,1,-1,0,0,4,1,0,0,1,50,2,0.4,0.8662162424,0.3943348831,3.6055512755,0.5,0.1,0.4,3,2,7,4,8,1,6,3,0,1,10,0,0,1,1,0,0 +22495,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.1,0.4380353867,7,1,-1,0,-1,1,1,1,1,1,38,3,0.316227766,0.7444005853,0.3598610843,3.6055512755,0.0,0.1,0.0,4,4,9,4,11,2,9,10,2,3,7,0,1,1,0,1,0 +22497,0,6,3,7,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.4,0.0,-1.0,0,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,1.0133407641,0.4009987531000001,3.3166247904,0.0,0.5,0.4,3,4,9,4,11,5,11,8,2,3,7,0,0,1,0,1,0 +22498,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6149984882,0.3744329045000001,2.2360679775,0.6,0.6,0.3,3,3,10,4,10,2,5,4,0,2,11,0,0,1,0,0,1 +22500,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,1.1,0.7048936090000001,11,0,0,9,0,13,0,1,2,1,104,3,0.5656854249000001,1.4071614356,0.4370354677,2.8284271247,0.0,0.2,0.0,0,1,7,3,8,4,12,2,1,2,7,0,1,1,1,0,0 +22501,0,0,1,10,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.4,0.7826237920999999,11,1,1,0,1,11,1,0,2,1,76,3,0.316227766,0.8381650559999999,0.3181194744,3.6055512755,0.7,0.8,0.5,3,2,9,3,11,0,10,5,1,1,3,1,1,0,1,0,0 +22503,0,7,1,4,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.4,-1.0,6,1,-1,0,1,11,1,1,0,1,69,2,0.4242640687,1.1097366786,-1.0,3.4641016151,0.5,0.7,0.3,5,1,7,2,8,2,6,4,1,5,7,0,1,0,0,1,1 +22506,0,0,2,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.1,0.5787918450999999,11,1,0,0,1,11,1,1,2,1,104,2,0.4469899328,0.723255953,0.3449637662,2.6457513111,0.5,0.0,0.2,4,3,8,4,6,2,7,5,1,6,8,0,0,0,0,1,0 +22510,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.2,0.7115124734999999,6,1,-1,0,0,11,1,0,0,1,103,2,0.316227766,0.7449277518,0.3583294573,3.6055512755,0.1,0.4,0.6,2,1,7,4,10,6,8,8,1,4,8,0,1,1,0,0,0 +22511,0,0,3,4,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.3,0.93641604,11,1,-1,0,-1,7,1,1,2,1,96,3,0.4,0.7742765218000001,0.4272001873,3.1622776602,0.6,0.4,0.9,2,2,7,3,11,2,9,3,3,3,9,0,0,1,1,0,0 +22512,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.4,0.8979142498,0,0,-1,0,1,1,1,1,0,1,85,3,0.4242640687,0.8622596683,0.4147288271,3.1622776602,0.7,0.1,0.1,3,2,8,1,9,3,4,4,2,2,1,0,0,1,1,0,0 +22515,0,3,1,8,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,1.5,2.3318447633000003,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7883579545,0.4306971093,2.8284271247,0.9,0.8,0.4,3,1,9,2,8,4,8,4,0,4,9,0,1,0,1,1,0 +22516,0,7,1,6,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.2,1.1409973706999998,4,1,-1,0,0,3,1,1,0,1,104,2,0.4242640687,0.9534625892,0.45033321,3.4641016151,0.8,0.5,0.1,3,2,6,3,11,1,9,2,1,1,4,0,1,0,0,0,0 +22519,0,1,2,0,1,4,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.8066132901999999,10,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6427600609,0.3685105155,3.0,0.1,0.8,0.2,3,1,7,0,10,3,12,2,3,3,7,0,1,1,0,0,0 +22523,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.9,1.8,1.404234667,9,1,-1,2,-1,11,0,1,2,1,14,0,0.3741657387,0.7000671454999999,0.4302324953,3.0,0.6,0.0,0.1,1,1,8,3,10,1,7,8,1,4,5,0,1,0,0,0,1 +22524,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.8767838957999999,5,1,1,0,0,1,1,1,2,1,64,3,0.3160696126,0.5192373619,0.3041381265,1.7320508076,0.4,0.3,0.4,1,3,7,3,10,3,16,9,1,2,10,0,1,0,0,0,0 +22526,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.3,0.7520804478,9,1,1,0,1,11,1,0,2,1,103,3,0.316227766,0.7623636579999999,0.2887905816,3.6055512755,0.3,0.3,0.0,2,0,8,3,9,3,7,3,3,3,5,0,1,1,0,0,0 +22528,0,2,1,6,0,6,0,0,1,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,7,1,-1,2,-1,0,1,1,2,1,100,0,0.3997499218,0.7484971168000001,0.423083916,3.1622776602,0.2,0.1,0.9,2,2,9,5,8,3,6,5,1,0,4,0,1,1,0,0,0 +22529,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.2298373876,8,1,-1,0,1,11,1,1,0,1,69,2,0.4242640687,1.1718107765,-1.0,3.4641016151,0.2,0.4,0.2,1,1,9,4,11,0,5,9,1,2,7,0,1,1,0,0,0 +22531,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.6,1.003431612,10,1,-1,0,-1,1,0,1,2,1,52,3,0.3741657387,0.7983065755,0.3681032464,3.6055512755,0.5,0.5,0.8,3,1,8,4,9,1,5,6,1,1,7,0,0,1,0,1,0 +22534,0,5,1,5,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,3,1,87,3,0.316227766,0.6652843796,0.3615245497,3.0,0.1,0.3,0.6,2,2,7,4,10,5,10,8,1,1,6,0,1,1,0,0,0 +22535,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.5,1.5227442333,11,1,1,1,0,3,1,1,0,1,59,3,0.316227766,0.7235843973999999,0.3096772513,3.6055512755,0.2,0.3,0.3,2,3,7,5,10,4,19,6,3,0,7,0,0,1,0,1,1 +22540,0,2,2,0,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.8,-1.0,11,1,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.945301561,0.5204805472,3.3166247904,0.2,0.5,0.0,4,1,7,2,12,3,10,1,0,3,10,0,0,1,0,1,0 +22542,0,3,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.8,1.5,1.7262676502,11,0,-1,0,-1,10,1,1,0,1,83,2,0.4242640687,1.0661261651,0.4009987531000001,3.3166247904,0.1,0.4,0.4,2,4,9,2,10,2,10,6,0,4,3,0,0,0,0,0,0 +22545,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.5,0.3,0.6585969936,9,1,0,0,1,14,1,1,2,1,60,1,0.316227766,0.6761277692000001,0.3070830507,3.6055512755,0.2,0.9,0.2,3,1,9,2,9,2,8,5,2,1,13,0,1,0,1,0,0 +22546,0,1,1,8,0,6,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.0,1.8476336217,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9743084006,0.4,3.0,0.9,0.4,0.7,2,3,9,2,8,2,5,8,1,1,7,0,0,0,1,0,0 +22549,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.4337337893,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6734026094,0.3924283374,2.8284271247,0.2,0.6,0.8,1,3,8,0,8,2,7,5,5,2,9,0,0,1,0,0,0 +22554,0,5,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,1.5,1.6444984038,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7995228431999999,0.374566416,3.4641016151,0.3,0.5,0.4,2,3,5,3,10,2,9,7,3,1,11,0,1,1,0,0,0 +22560,1,0,2,0,0,6,0,1,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,0,1,-1,0,1,4,1,0,0,1,12,2,0.4,0.8940112965000001,0.3708099244,3.6055512755,0.5,0.8,0.8,2,2,10,1,8,1,12,4,1,0,8,0,0,0,0,1,0 +22562,0,2,1,4,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.810863737,11,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.6498569455,0.3748332963,3.3166247904,0.2,0.8,0.5,3,2,9,2,9,1,9,1,3,4,11,0,1,0,0,0,1 +22564,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5505678885999999,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7409090909,0.4062019202,2.8284271247,0.2,0.0,0.6,2,2,7,1,9,1,12,4,0,2,5,0,1,0,1,0,0 +22566,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,6,1,1,2,1,73,3,0.4,0.7862716709,0.4180908992,3.0,0.7,0.7,0.3,2,3,9,3,11,4,4,4,1,3,10,0,1,0,0,0,0 +22568,0,0,2,1,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.3,0.5889609495,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.8504981525,0.3663331817,3.6055512755,0.2,0.5,0.8,1,3,7,2,8,3,8,5,1,3,7,0,1,1,1,1,0 +22569,0,2,2,1,0,6,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.9048480535,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6898766209,0.3701351105,3.1622776602,0.3,0.6,0.0,5,3,7,3,11,2,8,7,0,0,8,0,0,0,1,1,0 +22570,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.7520804478,7,1,-1,0,-1,0,1,1,2,1,46,3,0.4,0.7314651887000001,0.3663331817,3.1622776602,0.4,0.4,0.5,1,3,6,4,8,2,6,2,1,3,12,0,0,0,0,0,0 +22575,0,0,2,4,0,1,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.6,1.0491067629000002,7,1,0,0,1,0,1,1,2,1,39,3,0.3160696126,0.6991139611,-1.0,3.0,0.5,0.1,0.7,4,2,6,7,7,3,12,6,1,6,8,0,0,0,1,0,0 +22577,0,0,1,3,0,4,0,0,0,1,0,0,0,0,0,0,0,0,1,0.7,0.4,0.701338007,6,1,-1,0,0,4,1,1,0,1,12,3,0.4,0.8106088926999999,0.3708099244,3.1622776602,0.3,0.2,0.9,2,3,7,6,9,2,9,5,0,2,5,0,0,0,1,1,0 +22581,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.9,1.1188722,10,1,-1,0,1,1,1,1,0,1,74,2,0.4,0.8632295693,0.3784177586,3.6055512755,0.2,0.8,0.6,3,1,6,5,8,2,3,5,3,7,5,0,1,0,0,0,1 +22582,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.3,-1.0,9,0,0,9,1,2,-1,1,2,1,104,3,0.6633249581,2.4447320663,0.4631414471,3.1622776602,0.6,0.5,0.6,4,5,8,2,7,3,12,5,4,0,9,0,1,1,0,1,0 +22584,0,5,1,9,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,3,1,104,1,0.4220189569,0.4903616476,0.3860051813,0.0,0.1,0.8,0.4,1,2,9,2,7,0,9,5,2,3,14,0,1,1,0,1,1 +22585,0,7,1,5,1,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.3,0.2,-1.0,4,0,-1,0,0,11,1,1,0,1,7,3,0.4242640687,0.7845749493999999,0.4129164564,3.1622776602,0.3,0.4,0.5,2,0,7,4,7,0,8,8,1,1,7,0,1,1,0,0,0 +22588,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,1.3,1.6058486853,11,0,1,0,1,15,1,1,2,1,5,2,0.4472135955,1.1591354715,0.32557641190000003,3.6055512755,0.9,0.8,0.3,3,1,9,4,9,2,10,5,4,3,7,0,0,0,0,0,0 +22590,0,2,3,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,0.5,0.7826237920999999,7,1,1,0,0,1,1,1,2,1,65,3,0.316227766,0.5879822621,0.2880972058,2.8284271247,0.5,0.3,0.0,3,3,6,4,10,2,14,4,0,4,1,0,1,0,0,0,0 +22591,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.8,0.6,1.2129509471,6,1,-1,0,0,0,1,1,0,1,22,3,0.316227766,0.7881482639,0.374566416,3.4641016151,0.5,0.1,0.0,0,1,6,2,9,3,6,4,1,2,8,0,1,1,0,0,1 +22593,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6025985397,6,1,-1,0,1,0,1,1,0,1,22,1,0.316227766,0.7453020908,0.374566416,3.3166247904,0.1,0.6,0.1,3,2,10,7,9,3,6,3,0,2,8,0,0,1,0,1,1 +22597,0,1,2,0,0,6,1,0,0,0,0,0,0,0,0,5,0,0,0,0.0,0.0,0.6571719714,4,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.7535864662,0.3937003937,3.3166247904,0.8,0.7,0.0,1,1,8,4,11,3,9,9,2,4,5,0,0,0,0,0,0 +22599,0,0,1,7,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.2,0.4834769901,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.8912337070999999,0.3793415348,3.7416573868,0.0,0.6,0.4,1,2,9,3,10,3,8,7,1,5,6,0,1,0,1,1,0 +22600,0,2,1,8,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.8,0.4,1.0237797615000002,8,1,-1,0,0,14,1,0,0,1,29,3,0.4,1.0792147819,0.3984971769,3.6055512755,0.6,0.2,0.7,2,2,6,2,9,4,5,7,2,2,4,0,0,0,0,1,0 +22609,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.6031169041,7,1,1,0,0,0,1,1,2,1,62,3,0.4,0.7286917973999999,0.32,2.2360679775,0.5,0.6,0.3,2,0,8,4,9,6,13,5,1,6,11,0,1,0,0,0,0 +22610,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,6,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.7326364707999999,0.3615245497,3.4641016151,0.7,0.9,0.2,4,1,8,4,8,3,6,7,3,2,6,0,0,0,0,1,0 +22612,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.515994186,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.7511011201000001,0.3854867053,3.0,0.5,0.3,0.0,3,3,8,3,9,3,11,5,1,4,9,0,1,0,0,0,0 +22613,0,7,2,3,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.7810249676000001,7,1,1,0,1,1,1,1,0,1,80,3,0.316227766,0.7549560767,-1.0,3.6055512755,0.0,0.1,0.1,2,2,6,2,10,1,4,2,2,3,7,0,0,0,0,0,0 +22615,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.7,0.6,0.8370334520999999,10,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7714695646999999,0.3849675311,3.3166247904,0.1,0.7,0.6,4,1,7,4,10,0,3,7,1,4,7,0,1,0,0,1,0 +22625,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.7,0.6,0.8120190884,7,1,0,0,0,0,1,1,2,1,32,1,0.316227766,0.5363251142000001,0.3019933774,2.2360679775,0.8,0.4,0.9,4,2,8,3,11,1,6,6,1,4,6,0,1,1,0,1,0 +22627,0,2,2,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.5,0.7697402159000001,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7934390049,0.3860051813,3.3166247904,0.9,0.4,0.1,1,2,9,2,8,2,14,6,0,5,5,0,0,1,1,0,0 +22629,0,0,2,4,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.7866066361,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6809236556,0.34727510710000004,3.6055512755,0.0,0.1,0.7,0,4,4,0,8,1,13,3,2,2,7,0,1,1,1,0,0 +22631,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.8,0.3,0.6528782429,11,1,-1,0,-1,0,1,1,1,1,87,3,0.316227766,0.7535727575,0.3615245497,3.6055512755,0.6,0.9,0.6,2,4,7,4,9,2,6,4,1,3,6,0,0,0,0,0,0 +22636,0,3,1,6,1,6,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.4,1.0077822185,10,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7671186834,0.3708099244,3.3166247904,0.3,0.6,0.0,3,2,9,2,10,3,4,2,0,0,9,0,0,0,0,1,1 +22638,0,7,1,8,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.3,0.7721722606,6,1,-1,0,1,4,1,1,0,1,84,3,0.316227766,0.6497933556000001,0.3667424164,3.0,0.7,0.4,0.0,2,2,9,3,9,3,8,4,0,3,9,1,0,0,0,0,0 +22643,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.8,0.7,0.9797958971,11,0,1,9,1,15,-1,0,2,1,58,3,0.5477225575,1.9101079542,0.4358898944,3.6055512755,0.2,0.8,0.6,3,3,8,4,8,4,9,3,2,0,4,0,1,1,0,0,0 +22645,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.611350963,11,1,-1,0,-1,11,1,1,1,1,101,3,0.3741657387,0.8349914633,0.3849675311,3.6055512755,0.6,0.4,0.4,4,1,7,2,10,2,14,5,1,4,8,0,1,0,0,0,0 +22650,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.5,0.6675514961,6,1,-1,0,0,4,1,1,0,1,48,1,0.316227766,0.6278159703,0.3748332963,3.3166247904,0.2,0.2,0.4,5,3,7,2,9,3,18,3,1,3,4,0,0,0,0,0,0 +22651,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.3,0.651440711,11,1,0,2,1,14,1,1,2,1,104,0,0.4,0.5703594633,0.3224903099,1.0,0.9,0.8,0.4,5,3,8,5,11,3,8,3,4,4,8,0,1,1,0,1,1 +22653,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.3,0.0,0.4145780988,7,1,1,0,0,1,1,0,0,1,38,3,0.316227766,0.8461507398,0.299165506,3.6055512755,0.4,0.8,0.2,3,2,8,3,6,2,13,11,0,4,9,0,0,0,0,1,0 +22656,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.7348469228,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9093863156,0.3984971769,3.3166247904,0.6,0.2,0.0,2,2,8,1,10,2,9,5,1,3,6,0,1,1,0,0,0 +22661,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.6,1.5116216458,11,0,-1,0,-1,11,0,1,2,1,53,2,0.4472135955,0.8511836678,0.4254409477,3.1622776602,0.8,0.2,0.8,3,3,9,5,10,3,7,5,0,4,5,0,0,1,1,0,0 +22662,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,0.1,0.5080600358,7,1,-1,0,-1,1,1,1,0,1,38,1,0.316227766,0.6871759191,0.3598610843,3.6055512755,0.3,0.5,0.1,3,1,6,3,10,2,7,3,0,4,7,0,1,0,0,0,0 +22665,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.7,1.060365503,8,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.7080265904999999,0.3814446225,3.1622776602,0.4,0.8,0.1,3,2,7,5,7,2,8,11,3,2,5,0,0,0,0,0,0 +22668,0,1,1,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.6712860790999999,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6335685368999999,0.3685105155,2.2360679775,0.5,0.4,0.9,1,1,7,2,11,2,9,7,2,2,11,0,0,0,0,0,0 +22669,0,1,3,7,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,4,0,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.4238232781,0.5186520992,3.3166247904,0.3,0.0,0.1,3,4,10,4,11,4,7,8,2,2,6,0,1,1,1,0,0 +22677,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.4,0.0,0.5689903338000001,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.786115305,0.3887158345,3.4641016151,0.7,0.6,0.9,4,0,7,2,11,4,5,6,1,3,9,0,0,1,1,0,0 +22679,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,1.3141061601,11,1,-1,0,-1,1,1,1,2,1,70,3,0.4,0.8351770237999999,0.3962322551,3.3166247904,0.0,0.6,0.2,4,1,5,3,6,3,8,7,0,4,6,0,1,1,1,0,0 +22681,0,0,1,6,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.1,0.1,-1.0,6,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7274573629000001,0.3598610843,3.4641016151,0.2,0.8,0.6,3,2,6,3,8,1,6,2,2,2,9,0,1,1,0,1,0 +22682,0,2,1,4,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.4,0.0,0.6504805915999999,7,1,1,0,0,11,1,1,2,1,36,3,0.3741657387,0.837992485,0.3190611227,3.6055512755,0.9,0.6,0.8,2,3,9,4,9,2,7,4,1,3,5,1,1,1,0,0,0 +22683,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.9,1.0386289039,3,0,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.6869654195,0.3615245497,3.1622776602,0.6,0.0,0.2,4,0,9,2,8,2,7,10,3,2,5,0,0,0,1,0,0 +22684,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.6986594306,6,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6342497357,0.3887158345,2.6457513111,0.2,0.6,0.7,2,1,9,4,5,3,9,8,3,4,13,0,0,1,0,0,0 +22688,0,7,1,5,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.8,0.8,1.2106300013,6,1,-1,0,1,6,1,1,0,1,73,3,0.4,0.783032883,0.4180908992,3.0,0.5,0.0,0.4,3,1,8,2,8,1,8,6,1,1,5,1,1,1,0,1,0 +22689,0,1,1,6,0,3,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.7677076265999999,11,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.8030803301,0.310322413,3.6055512755,0.0,0.0,0.4,2,4,9,3,10,4,8,2,1,3,12,0,0,0,0,0,0 +22691,0,2,1,6,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.7,0.6093028803,6,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.6548137077,0.3807886553,2.0,0.8,0.4,0.8,4,2,10,4,10,3,10,5,1,4,10,0,0,0,0,0,0 +22692,0,4,2,5,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.1608186766,10,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.7679935218,0.3850973903,3.1622776602,0.4,0.2,0.3,4,3,8,1,8,4,5,6,0,3,11,0,0,0,0,1,0 +22693,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.5,1.0237797615000002,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4084115571,0.7219263716,0.3974921383,2.4494897428,0.9,0.7,0.8,4,2,7,4,10,0,10,7,1,1,9,0,1,1,0,0,0 +22695,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.2,0.45,7,1,0,0,0,14,1,1,2,1,104,2,0.316227766,0.6040838976,0.3376388603,2.4494897428,0.1,0.8,0.8,3,1,7,6,9,6,9,3,0,1,6,0,1,0,0,0,0 +22699,0,3,1,8,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,1.5,1.4456832295,6,1,-1,8,0,13,1,0,0,1,104,2,0.5656854249000001,1.7975879155,0.5205766034,3.6055512755,0.0,0.3,0.1,3,2,6,6,8,3,7,5,0,3,6,0,1,1,1,0,0 +22700,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.6,0.2,0.3699662147,10,1,0,0,1,10,1,1,2,1,83,2,0.4084115571,0.5718608164,0.33,1.0,0.0,0.9,0.4,2,0,7,4,10,2,5,6,2,5,8,0,0,0,0,0,0 +22701,0,3,1,7,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,0.3491060011,11,1,1,0,0,10,1,0,2,1,28,3,0.3741657387,1.0287499435,0.3248076354,3.6055512755,0.2,0.5,0.7,3,1,8,3,9,1,8,4,0,3,8,0,0,1,1,0,0 +22703,0,5,2,6,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.3,0.6773108592,7,1,1,0,1,0,1,1,2,1,22,3,0.316227766,0.8105834037999999,0.310322413,3.7416573868,0.3,0.8,0.4,1,1,8,6,10,1,8,7,2,3,11,0,0,0,0,1,0 +22706,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.4,1.221934941,11,0,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.70748653,0.3926830783,3.1622776602,0.8,0.0,0.7,3,2,7,4,10,6,8,7,1,2,11,0,0,1,0,1,0 +22712,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.6,1.0694624818,4,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7233844925,0.3708099244,3.0,0.8,0.2,0.4,1,0,8,7,9,2,9,5,1,3,8,0,1,1,0,0,1 +22713,0,2,1,2,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.4,1.0559356041,11,0,-1,0,-1,14,1,0,2,1,8,3,0.4,1.0800979447,-1.0,3.7416573868,0.1,0.9,0.5,2,0,8,4,11,4,3,6,0,1,3,0,0,0,0,0,0 +22714,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7061272566,0.4062019202,2.6457513111,0.4,0.7,0.8,2,0,7,3,12,3,6,1,3,6,8,0,1,0,0,0,0 +22715,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,0,1,0,2,1,86,3,0.4,1.0808628326,-1.0,3.7416573868,0.6,0.0,0.3,4,1,9,2,10,0,5,9,0,5,12,1,1,0,0,0,0 +22717,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.0,0.0,-1.0,11,1,1,0,0,4,1,0,2,1,50,2,0.4,0.9482748582,0.3201562119,3.6055512755,0.6,0.3,0.8,3,2,5,4,8,2,8,8,1,3,8,0,1,1,0,1,1 +22718,0,5,1,10,0,1,0,1,0,0,0,0,0,0,0,6,0,0,1,0.7,0.4,0.9433981132,7,0,1,0,0,11,1,1,2,1,53,2,0.4472135955,0.8660015459999999,0.3725587202,3.0,0.9,0.1,0.9,3,0,8,2,11,2,5,6,1,3,6,0,0,1,0,1,1 +22720,1,5,1,5,1,3,0,1,0,0,0,0,0,0,0,0,0,1,0,0.9,0.2,0.6259992013,7,1,1,0,0,1,1,1,1,1,51,2,0.3741657387,0.8383868809,0.3307567082,3.6055512755,0.6,0.9,0.5,2,4,8,1,7,1,1,3,1,2,10,0,0,1,0,1,0 +22721,0,0,3,8,1,4,0,1,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7494564145999999,0.3615245497,3.4641016151,0.0,0.5,0.5,3,1,6,1,10,4,8,9,1,4,13,1,0,1,0,0,0 +22725,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.7,0.7,0.8831760865999999,11,1,-1,0,-1,11,0,1,2,1,57,2,0.3741657387,0.7058638691,0.3924283374,3.1622776602,0.7,0.8,0.5,4,3,7,2,8,3,6,6,3,4,7,0,1,1,0,1,0 +22728,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.6,0.775,3,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6750420862000001,0.3861346915,2.8284271247,0.2,0.9,0.1,2,2,7,2,12,4,13,2,3,4,7,0,0,0,1,1,0 +22729,1,3,1,4,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,8,1,-1,0,1,11,1,1,0,1,36,2,0.3741657387,0.8621787939,0.3793415348,3.6055512755,0.9,0.8,0.0,3,0,5,3,9,3,5,4,0,0,10,0,1,1,0,1,1 +22730,0,2,1,8,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,0.4,0.7574628704,11,0,1,0,1,14,1,0,2,1,8,3,0.4,0.9768513891,-1.0,3.7416573868,0.2,0.3,0.8,1,2,7,4,8,0,12,5,0,2,9,0,1,1,0,1,0 +22734,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.6,0.5,1.3036007824,11,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.5697614406,0.3943348831,2.4494897428,0.3,0.4,0.3,3,3,10,5,7,0,8,7,1,5,5,0,1,1,0,0,0 +22735,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.5,0.2,0.5031152949000001,7,0,-1,0,-1,10,1,1,1,1,89,2,0.3872983346,0.9787304139,0.4086563348,3.3166247904,0.7,0.8,0.1,2,0,8,5,6,1,12,4,1,5,8,1,1,1,1,1,0 +22736,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,1.2,1.5445468591,6,1,-1,0,0,1,1,0,0,1,51,2,0.3741657387,0.9147031312,0.4017461885,3.6055512755,0.6,0.2,0.3,0,1,9,2,10,4,15,3,3,2,5,0,1,0,1,1,0 +22740,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.775,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.6452784651,0.4242640687,2.2360679775,0.5,0.0,0.6,4,2,6,3,9,1,8,8,2,4,10,0,0,0,0,0,0 +22746,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.3,0.3,-1.0,4,1,-1,2,0,1,0,1,0,1,90,0,0.3869108424,0.5539303593,0.4183300133,1.4142135624,0.9,0.6,0.1,1,2,9,3,8,1,9,5,2,3,2,0,1,0,0,1,0 +22747,0,1,2,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.9433981132,6,1,-1,0,1,1,1,1,0,1,25,2,0.4,0.8711900523999999,-1.0,3.6055512755,0.4,0.9,0.2,3,3,9,3,9,5,10,6,3,3,4,0,1,1,1,1,0 +22750,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.6,1.8466185313,11,0,0,0,1,10,1,1,2,1,83,2,0.4242640687,0.9189353344,0.3420526275,2.8284271247,0.2,0.6,0.1,1,3,5,2,10,1,8,10,1,1,5,0,1,1,1,0,0 +22754,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,1.5,-1.0,8,1,-1,0,1,1,1,0,0,1,51,2,0.3741657387,0.9184720513,0.4017461885,3.6055512755,0.8,0.5,0.8,3,3,8,1,9,4,9,6,2,2,5,0,1,0,0,1,0 +22755,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.9,1.4181854604,11,0,1,0,0,10,1,0,2,1,55,2,0.4472135955,1.3102977392,0.36138622,3.7416573868,0.3,0.0,0.6,2,3,8,3,9,6,6,4,3,3,8,1,1,1,0,0,0 +22756,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.0,1.6,1.559647396,11,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.7048679614,0.30331501780000003,3.6055512755,0.2,0.8,0.8,3,3,8,3,11,2,7,0,4,2,5,0,1,1,0,1,1 +22761,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,14,1,0,2,1,82,3,0.316227766,0.7939205989,-1.0,3.7416573868,0.8,0.2,0.4,2,2,7,2,11,3,9,2,0,1,7,1,1,1,0,1,1 +22762,1,0,3,5,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.7,0.3,0.725,3,1,-1,0,-1,15,1,0,2,1,63,2,0.3872983346,0.9487159656,-1.0,3.6055512755,0.5,0.9,0.8,4,3,6,3,8,1,13,3,0,3,8,0,1,1,1,0,0 +22763,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.5,1.1757976016,11,0,0,0,1,10,1,1,3,1,28,3,0.3741657387,0.7102263636,0.3271085447,2.2360679775,0.8,0.7,0.3,2,2,6,3,10,4,11,5,3,4,11,0,1,1,0,0,1 +22764,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.6139014579,7,1,-1,0,-1,6,1,1,0,1,77,2,0.3741657387,0.7140994444,-1.0,3.1622776602,0.3,0.9,0.1,2,2,8,3,12,1,10,7,3,4,5,0,0,1,0,0,0 +22766,0,0,3,4,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.4,0.4183300133,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7381012047,0.3666060556,3.4641016151,0.8,0.4,0.6,3,1,7,3,9,2,7,7,0,5,10,0,1,0,0,0,0 +22773,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,1.2,1.2740192306,11,1,0,0,0,10,1,1,3,1,28,3,0.3741657387,0.6772879803,0.3248076354,2.2360679775,0.0,0.7,0.1,3,1,7,4,7,3,5,2,5,5,5,0,1,0,0,0,0 +22779,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,8,1,-1,0,1,14,1,1,0,1,104,1,0.4,0.5821376964,0.3556683849,2.4494897428,0.3,0.3,0.2,3,1,6,1,11,1,13,4,3,2,3,0,1,1,0,0,1 +22784,0,1,2,2,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.2,0.2,-1.0,6,0,-1,8,1,13,1,1,0,1,4,2,0.4976946855,0.9509781828,0.5319774431000001,2.0,0.2,0.6,0.8,2,4,10,3,9,2,3,8,1,6,6,0,1,1,0,1,0 +22786,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.0068515283,5,1,1,0,0,1,1,1,2,1,80,3,0.316227766,0.7537509508,-1.0,3.6055512755,0.2,0.4,0.6,1,2,7,5,9,1,9,4,1,0,9,1,1,0,1,0,0 +22788,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.0,1.1707369474,11,1,-1,2,-1,14,1,1,2,1,104,0,0.4,0.7417869869,0.4049691346,3.4641016151,0.9,0.2,0.8,3,1,9,4,9,1,10,9,3,4,4,0,1,1,0,0,0 +22790,0,5,1,3,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.1,0.1,0.7697402159000001,4,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.5944300694,0.3615245497,2.6457513111,0.3,0.9,0.8,4,2,6,3,10,2,4,6,1,4,12,0,1,1,0,0,0 +22795,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.8,0.2,0.5722761571,7,1,1,0,0,11,1,0,2,1,11,2,0.316227766,0.7639474475,0.30331501780000003,3.7416573868,0.1,0.0,0.7,4,3,9,3,11,1,9,4,0,2,10,0,1,0,0,0,0 +22796,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.8073877631,11,1,-1,0,-1,4,1,1,2,1,104,2,0.4,0.7231845323,0.3938273734,3.1622776602,0.0,0.7,0.9,1,1,10,5,9,3,8,5,1,2,10,0,0,1,1,0,0 +22798,0,2,1,1,0,3,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5567764363000001,7,1,1,0,0,0,1,1,2,1,22,3,0.316227766,0.7771265146999999,0.310322413,3.4641016151,0.6,0.0,0.8,1,5,8,5,10,3,5,4,2,3,6,0,1,1,1,0,0 +22799,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.8,1.5,1.2229574809,10,0,-1,0,1,4,1,1,0,1,104,3,0.4472135955,0.7885020845,-1.0,2.8284271247,0.2,0.6,0.8,1,5,8,2,12,2,10,2,2,3,10,0,0,0,1,0,0 +22804,0,4,1,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,1.109898644,11,1,1,0,0,10,1,0,2,1,28,3,0.3741657387,1.0460139808,0.3248076354,3.7416573868,0.0,0.7,0.9,4,1,7,0,9,2,9,5,1,3,7,0,1,1,0,0,1 +22806,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.0,1.3315873986,4,1,-1,0,0,6,1,1,0,1,26,1,0.3741657387,0.6232413272999999,0.3907684737,3.0,0.2,0.6,0.7,4,2,9,3,9,1,7,8,3,6,7,0,1,1,0,0,0 +22810,0,1,3,6,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.5,0.8507349764,10,1,-1,0,1,1,1,1,0,1,31,3,0.4242640687,0.8191408521,0.40348482,3.0,0.7,0.0,0.7,2,3,7,0,11,0,7,5,1,2,7,0,1,1,0,0,0 +22815,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.9426203148,0.3848376281000001,3.7416573868,0.7,0.0,0.0,2,0,8,4,9,1,6,4,3,2,2,0,1,1,0,0,0 +22820,1,0,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.4213074887,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7575106033,0.374566416,3.3166247904,0.2,0.3,0.7,1,2,8,2,7,3,7,3,1,7,7,0,1,0,0,0,0 +22821,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.8415016340000001,11,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8239192770999999,0.3848376281000001,3.6055512755,0.0,0.2,0.5,3,4,8,7,11,0,6,4,1,0,8,0,0,0,0,0,0 +22823,1,1,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0.1,0.3,-1.0,4,1,-1,8,0,13,0,1,0,1,4,2,0.5656854249000001,1.4371114279,0.5186520992,3.4641016151,0.7,0.4,0.9,4,2,9,5,8,1,5,3,4,4,8,0,1,0,0,0,1 +22828,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.5,0.4,0.5841660723,11,1,-1,0,-1,6,1,1,2,1,73,3,0.4,0.8252554075,0.4180908992,3.1622776602,0.1,0.7,0.6,2,2,7,2,11,5,10,3,2,2,10,0,1,1,0,0,0 +22829,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.4,0.3,-1.0,7,1,0,0,1,0,1,1,2,1,104,2,0.4220189569,0.3989914972,-1.0,0.0,0.6,0.2,0.3,2,1,8,5,11,1,14,5,1,6,14,0,1,0,1,0,0 +22830,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.4,0.9804335776,9,0,1,0,0,6,1,0,2,1,33,3,0.4,1.070046728,0.3286335345,3.7416573868,0.1,0.2,0.6,1,3,9,2,10,5,5,6,0,3,7,0,1,1,0,0,0 +22831,0,1,1,0,1,2,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.2,0.6174544518,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6308200093999999,0.3619392214,3.1622776602,0.0,0.2,0.2,1,1,8,4,11,3,3,4,0,4,6,0,1,1,1,1,0 +22832,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.1,0.2,-1.0,6,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7426360242,0.3926830783,3.3166247904,0.0,0.9,0.1,2,2,6,3,7,1,7,4,2,8,7,0,1,1,0,0,0 +22833,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,1.0,1.4474114826,7,0,0,0,1,10,1,1,2,1,83,2,0.4084115571,0.6470850085000001,0.33,1.4142135624,0.3,0.0,0.2,3,3,5,2,8,2,11,10,0,2,4,0,1,1,1,0,0 +22835,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.5916079783,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6859721942,0.3667424164,3.1622776602,0.0,0.2,0.9,2,2,7,1,10,2,11,4,4,0,6,0,1,0,1,1,0 +22837,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6782329983,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6029027579,0.3687817783,2.6457513111,0.3,0.4,0.8,3,3,8,2,8,4,12,5,5,4,6,0,1,1,0,0,0 +22838,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.9,0.6,0.8411301921,11,1,0,0,1,11,1,1,2,1,101,3,0.3741657387,0.7605592766,0.3214031736,3.1622776602,0.1,0.6,0.3,3,0,8,2,8,3,8,6,0,4,6,1,1,1,0,0,0 +22839,0,4,1,6,0,2,0,0,0,1,0,0,0,0,0,3,0,0,1,0.2,0.2,-1.0,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.6678106576,0.3666060556,3.0,0.7,0.5,0.0,2,2,10,4,5,2,3,2,2,0,8,0,0,1,1,1,1 +22840,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.471036092,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7357741748000001,0.3666060556,3.4641016151,0.1,0.6,0.9,2,2,7,3,10,5,7,3,2,5,5,0,0,1,1,0,0 +22841,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.2,0.651440711,11,1,0,0,0,11,0,1,2,1,104,2,0.316227766,0.6534871495,0.3008321791,3.0,0.5,0.8,0.4,2,1,4,2,8,1,7,6,1,4,8,0,1,1,1,1,0 +22842,1,5,1,8,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.2,0.3,-1.0,11,0,1,9,1,11,1,1,2,1,56,3,0.4898979486,1.1142391689,0.4283689998,3.1622776602,0.1,0.1,0.6,2,2,6,5,8,2,6,6,0,2,12,0,1,1,1,0,0 +22847,0,4,1,4,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,0.6,1.3596874641,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0072054457,0.4086563348,3.6055512755,0.3,0.3,0.9,3,0,9,2,10,1,6,1,2,1,8,0,1,1,1,0,1 +22848,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.2454918707,7,0,-1,0,-1,15,1,1,1,1,5,2,0.4242640687,1.0584601126,0.4,3.3166247904,0.1,0.5,0.8,4,3,8,0,10,2,8,7,2,2,4,0,1,0,0,0,0 +22852,0,0,3,3,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.7,0.9708243919,7,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.3779293301,0.3591656999,0.0,0.9,0.7,0.5,1,3,9,2,10,3,6,9,1,3,6,0,1,1,0,0,0 +22854,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.2,0.3,-1.0,11,1,-1,0,-1,6,1,1,0,1,27,3,0.3741657387,0.7692166242,0.3907684737,3.6055512755,0.6,0.9,0.3,2,3,5,4,9,5,7,10,1,5,12,0,1,1,0,0,0 +22859,0,0,2,0,0,-1,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.5,-1.0,7,1,0,0,1,1,-1,1,2,1,70,3,0.3741657387,0.7676975343000001,0.33911649920000003,3.1622776602,0.9,0.5,0.2,4,0,9,2,10,3,6,6,0,2,10,0,0,1,0,1,0 +22863,0,3,1,10,0,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.1,0.3,-1.0,7,1,-1,0,-1,11,1,1,0,1,99,2,0.316227766,0.5598664244,0.3687817783,2.2360679775,0.2,0.3,0.0,3,3,8,1,7,1,8,3,2,1,11,0,0,0,1,0,0 +22866,0,5,1,7,1,2,0,0,1,0,0,0,0,0,0,11,1,0,0,0.1,0.3,-1.0,11,1,1,0,1,14,1,1,0,1,68,3,0.4471017781,0.7110404436,0.3492849839,2.0,0.0,0.3,0.2,4,1,6,4,10,1,7,1,0,3,7,0,1,1,0,1,0 +22869,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.8,0.3,0.6717514420999999,11,1,-1,0,-1,14,1,1,0,1,42,2,0.4,0.8268855237999999,0.3937003937,3.6055512755,0.8,0.3,0.5,0,2,10,3,12,4,9,6,1,2,3,1,1,1,0,0,0 +22874,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.4,0.8112490370000001,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7709069468,0.3974921383,3.1622776602,0.2,0.3,0.7,2,4,7,4,10,3,9,9,2,4,6,1,0,0,0,0,0 +22875,0,0,1,6,1,6,1,0,0,0,0,0,0,0,0,4,0,1,0,0.9,0.5,0.8789197916,11,0,1,0,0,10,1,0,1,1,55,2,0.4472135955,1.2102950258,0.359722115,3.7416573868,0.6,0.4,0.0,2,1,10,3,8,3,12,3,0,1,3,0,0,1,0,1,0 +22876,0,1,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,0.6,1.114955156,11,1,-1,0,-1,0,1,0,2,1,23,3,0.4,1.0379772128,0.3974921383,3.4641016151,0.4,0.3,0.7,2,1,7,1,9,4,10,6,1,6,11,0,1,1,0,1,0 +22883,0,2,1,6,0,5,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.3,-1.0,4,1,0,0,1,0,1,1,0,1,54,3,0.4,0.910929958,0.32,3.4641016151,0.7,0.5,0.8,4,1,8,3,11,2,7,10,1,2,3,0,0,1,1,0,0 +22885,0,3,1,4,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,0.9287087811,9,0,0,0,1,9,1,1,2,1,93,3,0.4,0.9446675046,0.3241913015,3.6055512755,0.5,0.0,0.3,1,3,7,2,10,1,7,2,1,3,7,0,0,0,0,0,0 +22892,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.0,0.7810249676000001,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7223798479000001,0.3666060556,3.3166247904,0.8,0.8,0.1,2,2,8,2,9,0,7,5,1,4,7,0,1,0,1,0,0 +22893,0,1,3,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.2,0.5214163404,10,1,-1,0,0,1,1,1,0,1,85,2,0.4,0.8835620059,0.4074309757,3.4641016151,0.3,0.7,0.9,3,1,7,2,10,2,7,7,4,3,6,1,0,1,0,0,0 +22895,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.6,0.9506576671,11,1,0,0,0,1,1,1,2,1,38,3,0.316227766,0.7140126397,0.299165506,3.3166247904,0.0,0.7,0.3,1,1,9,1,9,5,11,4,1,3,9,0,1,0,1,1,1 +22901,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.7,0.3,0.420565096,11,0,0,9,0,9,1,1,0,1,104,3,0.5153639490999999,1.1293327951,0.4144876355,3.0,0.5,0.8,0.3,3,1,10,2,10,3,8,8,1,3,11,0,0,1,0,0,0 +22902,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.4,0.0,0.5465802777000001,6,1,-1,0,0,0,1,0,0,1,34,2,0.4,0.9078969432,-1.0,3.7416573868,0.7,0.5,0.8,3,0,6,3,7,3,11,9,1,3,4,1,1,0,1,0,0 +22903,0,7,1,11,0,4,0,0,0,1,0,0,0,0,0,7,0,0,1,0.7,0.9,1.0538619454,7,1,0,0,1,1,1,1,1,1,85,3,0.3741657387,0.6816969589,0.3435112807,2.4494897428,0.6,0.2,0.8,1,2,6,0,9,1,12,6,1,5,9,0,0,0,1,0,0 +22905,0,4,2,2,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.8,1.1166355717,11,1,0,0,0,1,1,1,2,1,85,3,0.3741657387,0.7907915273,0.3435112807,3.1622776602,0.7,0.7,0.3,3,2,10,3,12,3,6,4,1,3,8,1,0,0,0,1,0 +22907,0,5,1,8,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,5,0,-1,0,-1,10,0,1,2,1,28,3,0.3741657387,0.9844451388,0.3820994635,3.4641016151,0.2,0.9,0.7,2,1,6,3,11,2,8,5,1,1,15,0,0,0,1,0,0 +22913,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.6,0.9027735043,7,1,-1,0,-1,1,1,1,3,1,65,1,0.3152776554,0.3639203437,0.3471310992,0.0,0.8,0.0,0.3,3,3,10,5,10,4,9,6,1,4,6,0,0,1,0,0,0 +22915,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.5414101957,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.5934560495000001,0.3619392214,2.6457513111,0.7,0.3,0.0,3,3,7,4,9,2,7,4,1,1,11,0,1,0,1,1,0 +22917,0,6,2,11,1,0,0,1,0,0,0,0,0,0,0,13,0,0,1,0.7,1.2,1.3901438774,10,1,-1,0,0,11,1,1,0,1,17,2,0.3741657387,0.8624303781,0.3903844259000001,3.4641016151,0.9,0.2,0.7,4,0,9,5,10,2,14,13,2,1,7,0,1,1,1,0,0 +22919,0,2,2,2,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.3,0.0,0.5809475019,7,1,-1,0,-1,11,1,1,3,1,19,3,0.316227766,0.6297054277,0.3887158345,2.8284271247,0.5,0.7,0.8,3,3,7,3,7,1,5,7,0,1,6,0,1,0,1,0,0 +22920,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.6199798384,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6938335237000001,0.3583294573,3.4641016151,0.5,0.5,0.5,4,1,9,3,8,2,8,3,1,5,6,0,1,1,0,1,0 +22922,0,1,1,11,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.6,1.4489220131,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.596390659,0.3615245497,2.6457513111,0.1,0.3,0.3,4,3,8,4,5,2,10,5,4,0,2,1,1,1,1,0,0 +22924,0,0,1,6,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.2,0.3,-1.0,8,1,-1,0,1,15,1,1,0,1,97,2,0.3605551275,0.8376749848,-1.0,3.6055512755,0.2,0.5,0.0,3,4,10,4,7,1,9,4,0,1,3,0,0,1,0,0,0 +22926,0,2,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.7778174593000001,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6794352297,0.3788139385,2.2360679775,0.3,0.2,0.3,3,0,7,2,8,0,9,7,1,1,10,0,0,1,0,1,0 +22927,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.0,0.0,0.9151502609,5,1,1,0,0,6,1,1,2,1,27,3,0.3741657387,0.7301505562,0.3204684072,3.3166247904,0.2,0.8,0.5,3,4,9,1,8,3,13,5,2,4,7,0,1,0,0,1,0 +22931,0,1,1,7,0,4,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.4,0.6087897831,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7416894942,0.3615245497,3.6055512755,0.8,0.3,0.0,1,2,7,1,10,3,13,6,0,4,11,0,1,0,0,0,0 +22932,0,1,3,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.9480242613,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7476160459000001,0.3708099244,3.1622776602,0.6,0.1,0.7,4,3,6,4,7,1,7,11,0,0,4,0,0,1,0,0,0 +22933,0,4,1,3,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.8,0.3,0.7607562027,10,1,-1,0,0,14,1,1,0,1,29,3,0.4,0.9450064498,0.3984971769,3.4641016151,0.2,0.2,0.4,2,0,8,3,11,4,8,7,2,1,6,0,0,1,1,1,0 +22937,1,3,1,7,1,4,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,0.7106335201999999,9,1,0,2,0,1,1,1,2,1,90,0,0.4242640687,0.7855618614000001,0.331662479,3.0,0.6,0.6,0.9,4,1,7,3,10,2,4,4,1,2,8,0,1,0,0,0,0 +22941,0,0,1,3,1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0.8,0.3,0.7574628704,7,1,0,0,0,4,1,1,2,1,9,2,0.316227766,0.7601652713,0.3201562119,3.6055512755,0.1,0.6,0.1,4,2,8,1,10,1,8,8,4,2,3,0,1,1,0,0,0 +22943,0,0,3,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,0.6,0.7652613933,10,1,-1,0,-1,11,1,0,2,1,47,2,0.3741657387,0.9868662314,0.3817066937,3.7416573868,0.8,0.2,0.2,1,0,7,3,9,4,10,5,2,3,11,0,0,0,0,0,0 +22945,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.0,0.0,-1.0,7,1,-1,0,-1,1,1,1,0,1,64,1,0.316227766,0.5756239877,0.3619392214,2.6457513111,0.1,0.9,0.2,3,2,9,2,9,5,5,6,2,3,7,0,0,1,0,0,0 +22948,0,1,2,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.5,0.7537406715999999,7,1,-1,0,-1,1,1,1,0,1,80,3,0.316227766,0.7417751492,-1.0,3.4641016151,0.9,0.8,0.9,2,0,8,2,9,2,3,2,1,2,6,0,1,0,1,1,0 +22950,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.5117372373,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6692786298,0.3687817783,3.3166247904,0.0,0.1,0.3,4,3,9,2,10,3,12,5,1,4,8,0,1,1,1,0,0 +22952,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,1,1,1,2,1,80,3,0.316227766,0.7537509508,-1.0,3.6055512755,0.0,0.3,0.0,2,3,8,3,12,3,7,9,4,2,7,0,1,0,0,0,0 +22953,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.2,0.4092676386,10,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.714128377,0.3598610843,3.4641016151,0.8,0.0,0.0,3,1,3,5,8,3,2,5,0,3,7,0,1,1,0,0,0 +22956,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.6284902545000001,6,1,-1,0,0,1,1,0,0,1,80,2,0.316227766,0.8095759526999999,-1.0,3.6055512755,0.0,0.9,0.0,1,2,8,2,9,2,11,7,2,1,2,0,0,1,0,0,0 +22961,0,3,1,9,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.6,0.7762087348000001,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.737989227,0.3666060556,3.4641016151,0.1,0.5,0.1,2,0,7,2,9,0,9,8,1,2,10,0,1,0,1,1,0 +22964,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.8,1.2349089035,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,0.9031624878,0.4101219331,3.3166247904,0.2,0.3,0.5,2,3,9,1,10,4,8,6,1,2,9,0,0,1,0,0,0 +22970,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,1.3,1.6501893831,11,1,0,2,0,1,1,1,2,1,90,0,0.3741657387,0.7680876758,0.3301514804,3.1622776602,0.8,0.6,0.2,4,0,7,3,9,2,13,5,0,3,7,0,1,0,0,0,0 +22972,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6666145813000001,11,1,0,0,0,1,1,1,2,1,70,3,0.3741657387,0.7182537363,0.33911649920000003,2.8284271247,0.8,0.0,0.2,4,2,8,1,12,2,10,10,4,3,3,0,0,1,0,1,0 +22980,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.5,1.0694624818,11,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7224699370000001,0.299165506,3.4641016151,0.5,0.8,0.4,4,2,7,4,8,2,6,3,1,2,3,0,0,0,0,0,0 +22987,0,0,1,5,1,3,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.525,11,1,-1,0,-1,14,1,0,2,1,60,1,0.316227766,0.7084204289,0.34727510710000004,3.6055512755,0.0,0.8,0.2,1,2,6,4,9,3,8,5,2,1,13,0,0,0,0,0,0 +22989,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.9,0.0,1.0653637876,10,0,-1,9,1,0,1,1,0,1,104,3,0.4472135955,1.3550029734,0.4567274899,3.3166247904,0.1,0.8,0.5,2,3,7,5,12,1,7,5,2,3,6,0,1,0,0,1,0 +22990,0,5,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.5,0.9394147114,11,1,-1,0,-1,15,1,0,0,1,63,2,0.3872983346,0.7927877375,-1.0,3.7416573868,0.6,0.8,0.0,3,3,7,4,9,3,16,7,0,4,11,0,1,1,0,0,0 +22991,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.3,1.2379418403,7,1,0,0,1,11,1,1,2,1,67,2,0.3741657387,0.7328620449,0.3008321791,3.4641016151,0.8,0.7,0.7,3,2,6,3,9,2,13,4,1,5,9,0,0,1,0,1,0 +22997,0,0,4,11,1,0,0,1,0,0,0,0,0,0,0,8,0,0,1,0.6,0.6,0.7254309064,11,1,1,0,1,1,1,0,2,1,38,3,0.316227766,0.7875582098,0.299165506,3.6055512755,0.5,0.4,0.9,2,3,8,3,8,2,9,5,1,5,6,0,0,0,1,0,0 +23002,0,2,1,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.6,1.3181426326,11,1,-1,0,-1,11,1,1,0,1,44,1,0.4472135955,0.7095627801000001,0.4062019202,2.6457513111,0.4,0.7,0.2,3,1,8,3,8,1,8,5,3,1,8,0,0,0,0,0,1 +23003,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.0,1.285982115,10,1,-1,1,0,3,1,1,0,1,104,2,0.4242640687,0.9248966884,0.3934463115,3.6055512755,0.4,0.2,0.7,2,1,7,5,9,2,7,9,1,7,5,0,1,1,1,0,1 +23009,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.6,-1.0,7,1,1,0,0,1,1,1,2,1,80,3,0.316227766,0.7238984222,-1.0,3.4641016151,0.2,0.0,0.6,3,0,8,2,11,1,6,7,1,2,5,0,1,1,0,0,0 +23010,0,1,2,8,1,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.0,1.0618380291,11,1,1,0,1,9,1,1,2,1,93,3,0.4,0.9121426052,0.3241913015,3.6055512755,0.6,0.2,0.9,3,3,6,4,10,1,7,8,3,6,9,0,0,1,0,0,0 +23013,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.5,0.2,-1.0,8,1,-1,0,0,0,1,0,0,1,62,3,0.4,1.0196823359,0.3826225294,3.7416573868,0.1,0.3,0.6,5,1,8,5,6,4,12,5,2,3,8,0,1,1,0,0,0 +23015,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.1,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.6859270134000001,0.3615245497,3.1622776602,0.6,0.3,0.4,2,2,8,5,11,4,5,3,2,3,9,0,1,0,0,0,0 +23017,0,3,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,1.1,1.6138076094,3,1,1,1,0,3,1,1,2,1,59,3,0.316227766,0.7599613953000001,0.3096772513,3.6055512755,0.8,0.8,0.3,3,1,7,3,9,1,7,6,0,1,8,0,1,0,1,0,0 +23019,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.3,0.0,0.5385164807,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.5710834996999999,0.3615245497,2.4494897428,0.9,0.2,0.7,0,2,7,5,8,1,7,6,2,5,7,0,1,0,0,0,0 +23020,0,2,1,4,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.8,0.2,0.471036092,11,1,-1,0,-1,0,1,1,2,1,78,3,0.3997499218,0.8657444367,0.31764760350000004,3.6055512755,0.6,0.0,0.9,2,3,9,3,8,1,10,4,4,5,6,1,1,1,0,0,1 +23022,0,5,1,5,0,1,0,0,1,0,0,0,0,0,0,7,1,0,0,0.6,0.4,0.703562364,11,0,0,8,1,13,1,1,3,1,104,3,0.5656854249000001,1.4416831875,0.4588027899,3.1622776602,0.6,0.6,0.9,4,3,8,1,9,2,9,7,2,4,7,0,0,0,0,1,0 +23026,0,4,1,5,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.4,0.9692135987,2,1,-1,0,1,1,1,1,0,0,31,3,0.4242640687,0.8265356356999999,0.40348482,3.0,0.1,0.2,0.9,0,2,7,4,9,4,7,6,2,3,12,0,1,0,0,1,1 +23028,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.1,0.2,-1.0,5,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.68203027,0.2944486373,3.1622776602,0.1,0.1,0.8,3,3,8,1,7,0,8,5,1,3,9,0,1,0,0,0,0 +23029,0,3,2,6,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,1.0532687216,11,1,-1,0,-1,0,1,1,2,1,104,3,0.316227766,0.609955289,0.3872983346,1.7320508076,0.7,0.5,0.2,2,1,9,4,10,4,8,5,0,6,4,0,1,0,0,0,0 +23030,0,3,1,7,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5793315113,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.5768430756,0.3583294573,2.8284271247,0.7,0.0,0.0,2,2,7,4,10,0,8,6,5,1,3,0,1,0,0,1,0 +23033,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.5,0.8778524933,6,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6059621132,0.3583294573,3.0,0.1,0.4,0.0,1,2,9,5,11,2,8,6,0,2,7,0,1,1,1,0,0 +23035,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.7,0.8721381771,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6154350742,0.3768288736,2.6457513111,0.7,0.5,0.6,3,1,9,2,8,2,3,3,4,2,7,0,1,1,0,1,0 +23045,0,4,4,7,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.5,0.4,0.704006392,7,1,1,0,1,0,1,1,2,1,43,3,0.3998749805,0.5859230198,0.3146426545,2.0,0.3,0.7,0.3,3,3,7,2,11,3,8,7,4,1,10,0,0,0,1,1,0 +23048,0,2,1,6,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.1,0.5606915373,7,1,-1,0,-1,1,1,1,2,0,31,3,0.4242640687,0.85732141,0.40348482,3.1622776602,0.4,0.3,0.7,3,3,7,4,8,3,7,7,3,1,6,0,0,0,1,0,0 +23049,0,4,2,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.4,0.0,1.2209115447,8,1,-1,0,0,1,0,0,0,1,80,2,0.316227766,0.8153080845,-1.0,3.6055512755,0.5,0.4,0.0,5,3,8,3,11,2,12,6,0,2,6,0,1,1,0,1,0 +23052,0,2,2,2,0,4,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5049752469,7,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7916323756999999,0.3708099244,3.3166247904,0.2,0.1,0.3,3,1,6,1,9,2,8,5,3,1,10,0,1,1,0,0,0 +23053,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.5,0.3,0.6466258578,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.692969416,0.4086563348,2.0,0.5,0.9,0.3,4,3,8,2,10,1,9,5,4,3,11,0,1,0,1,0,0 +23054,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6139014579,7,1,1,0,1,0,1,0,2,1,46,3,0.4,0.8879618457999999,0.3003331484,3.7416573868,0.5,0.5,0.9,3,3,10,5,8,4,7,4,0,2,5,0,0,1,1,0,0 +23058,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.2,0.4802343178,7,1,1,0,1,4,1,1,2,1,12,3,0.4,0.8528307264,0.3248076354,3.4641016151,0.8,0.5,0.9,2,1,5,1,7,1,3,4,1,3,8,0,1,0,1,0,0 +23061,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.7,0.3,0.6118619125,6,1,-1,0,1,0,1,1,0,1,62,3,0.4,0.7700354183,0.3826225294,2.8284271247,0.2,0.4,0.0,2,2,9,3,8,3,9,2,2,2,14,0,1,1,0,0,0 +23064,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.4,0.9414085192,11,1,-1,0,-1,1,0,1,2,1,65,3,0.316227766,0.6544507507,0.3507135583,3.4641016151,0.8,0.1,0.6,3,2,7,3,9,2,9,1,2,4,6,0,0,0,0,0,0 +23066,0,4,1,5,0,4,0,0,1,0,0,0,0,0,0,2,1,0,0,0.4,1.2,1.3964240044,11,1,1,0,0,11,1,1,2,1,104,2,0.4,0.9481261424,0.3421987726,3.4641016151,0.6,0.5,0.5,1,1,6,4,9,3,9,6,1,3,6,0,0,1,0,1,1 +23069,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.4153311931000001,11,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.6954991073000001,0.4166533331,2.8284271247,0.7,0.8,0.0,3,2,7,5,8,3,8,5,3,2,6,0,0,1,1,1,1 +23073,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,10,1,-1,0,1,15,1,1,0,1,5,2,0.4472135955,1.1365363505,0.4,3.4641016151,0.3,0.3,0.6,1,3,8,3,11,5,14,4,1,1,5,0,1,1,0,0,0 +23074,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,1.2,1.19058809,11,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6448418987,0.34727510710000004,3.3166247904,0.3,0.5,0.3,2,1,9,2,10,3,8,2,0,3,6,0,0,1,0,0,0 +23080,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.5,0.9370832407,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7122743226999999,0.3667424164,3.4641016151,0.9,0.8,0.7,1,2,4,1,8,2,4,2,0,3,11,0,0,0,0,1,0 +23083,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.704006392,10,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.7509773247,0.3926830783,3.3166247904,0.5,0.6,0.1,5,0,8,3,10,3,14,6,1,0,8,0,1,0,1,0,1 +23085,0,5,1,7,0,6,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.3,0.5836308765,7,0,0,0,0,3,1,1,2,1,15,3,0.4242640687,0.8486863938,0.3453983208,3.1622776602,0.9,0.8,0.7,3,1,9,2,8,1,7,4,2,0,5,1,0,1,0,0,0 +23087,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,7,1,1,0,0,0,1,0,2,1,86,3,0.4,1.0682495143,0.3424908758,3.6055512755,0.7,0.5,0.6,3,2,8,4,10,2,12,4,0,4,8,0,1,0,0,0,0 +23088,0,2,1,5,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.2,0.2,-1.0,11,1,1,0,0,1,1,1,2,1,65,3,0.316227766,0.6183154936,0.2898275349,3.1622776602,0.1,0.8,0.8,1,1,10,3,10,1,10,8,3,1,3,0,1,1,1,0,0 +23092,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.9,0.2,0.5994789403999999,7,1,-1,0,-1,14,1,1,1,1,68,3,0.4,0.9411396292,0.4074309757,3.4641016151,0.4,0.9,0.3,2,2,8,2,10,4,8,8,0,1,9,0,1,1,0,0,0 +23093,0,0,2,0,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.0,0.4,0.7403546447,6,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6327168233,0.3583294573,3.0,0.0,0.2,0.2,1,2,8,2,8,0,13,11,0,3,6,0,1,1,1,0,0 +23095,0,5,2,7,0,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.6,1.1,1.1543396381,0,1,-1,8,0,11,1,1,0,1,71,2,0.5291502621999999,1.5295302579,0.4949747468,3.6055512755,0.8,0.1,0.1,2,1,8,4,6,1,8,6,0,2,9,0,0,0,1,0,1 +23097,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,-1.0,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6815863242,0.3685105155,3.1622776602,0.6,0.1,0.1,2,2,7,2,10,3,5,6,1,3,7,0,1,0,0,1,0 +23099,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,5,1,0,8,1,6,0,1,0,1,104,2,0.4795831523,1.310479062,0.4582575695,3.3166247904,0.8,0.7,0.4,1,1,8,3,10,1,10,8,2,0,6,0,1,0,1,1,0 +23104,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,0.5733672471,11,1,-1,0,-1,1,1,1,1,1,74,3,0.3605551275,0.5790238294,0.3667424164,2.0,0.0,0.5,0.5,2,4,9,3,10,1,6,6,2,1,4,1,0,1,0,1,0 +23105,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.6,0.3,0.6154266813,11,0,1,9,1,9,1,1,2,1,104,3,0.4472135955,1.2715579044,0.3969886648,3.3166247904,0.1,0.9,0.6,3,2,6,2,6,2,5,2,1,1,5,0,0,0,1,0,1 +23108,0,4,1,5,1,6,0,0,1,0,0,0,0,0,0,5,0,0,1,0.4,0.4,0.7838207703,4,1,-1,0,0,14,1,1,0,1,42,2,0.4,0.7359286033,0.3937003937,3.1622776602,0.9,0.4,0.8,4,2,6,1,7,3,13,5,0,2,11,0,1,0,0,0,0 +23110,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.3,0.3,-1.0,0,1,-1,0,0,1,1,1,0,1,31,3,0.4242640687,0.9534311678,0.40348482,3.3166247904,0.6,0.1,0.6,3,2,8,4,11,2,7,5,0,3,8,1,1,1,0,1,0 +23113,0,3,1,6,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0.3,0.0,1.3079086359999998,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.8612167061,0.4189272013000001,3.1622776602,0.4,0.5,0.2,3,0,9,3,8,0,7,7,3,4,9,0,1,1,1,0,1 +23117,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.3,0.1,-1.0,11,1,0,0,1,11,1,1,2,1,101,3,0.3741657387,0.8526453731,0.3214031736,3.6055512755,0.3,0.0,0.0,1,1,5,7,11,2,7,5,4,3,13,0,1,0,0,0,1 +23122,0,5,2,2,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.668954408,7,1,-1,1,-1,16,1,1,2,1,104,3,0.4,0.9711542081,0.3730951621,3.4641016151,0.6,0.8,0.8,2,1,8,2,8,7,12,7,1,1,10,0,0,1,1,0,0 +23125,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.9,0.5,0.7786205751,11,0,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.7562822290000001,0.3937003937,2.8284271247,0.4,0.7,0.6,3,1,8,2,7,2,5,10,1,4,8,0,0,0,0,0,0 +23128,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6893672989,0.3598610843,3.3166247904,0.5,0.0,0.9,2,0,9,4,8,3,7,5,0,3,8,0,1,1,0,0,1 +23131,0,2,2,1,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.5,0.5,0.9137833441,11,0,-1,1,-1,13,1,0,1,1,104,2,0.4472135955,1.2259083325,-1.0,3.6055512755,0.0,0.6,0.2,2,3,9,4,11,2,6,2,3,5,7,0,1,1,0,1,1 +23134,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,12,0,0,1,0.1,0.2,-1.0,6,1,1,0,1,0,1,0,0,1,34,2,0.4,0.8919520797,-1.0,3.7416573868,0.9,0.8,0.5,2,2,9,5,9,1,8,8,1,4,8,0,1,0,0,0,0 +23138,0,3,2,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.9470348462,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6541349723,0.3788139385,2.0,0.7,0.4,0.3,2,0,10,3,10,1,5,6,2,4,6,0,1,1,0,1,0 +23143,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.1,0.5471517157,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6089552088,0.3583294573,2.8284271247,0.1,0.4,0.5,2,0,9,1,4,1,9,6,2,1,9,1,0,1,0,0,0 +23144,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.3,0.703562364,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8408722351000001,0.4074309757,3.0,0.3,0.7,0.9,3,2,7,2,7,3,5,7,0,2,5,0,0,0,0,0,0 +23146,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.6,0.2,0.5942432162,7,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7198915208,0.4062019202,2.6457513111,0.0,0.2,0.6,3,2,7,1,9,2,9,6,1,3,4,0,0,1,1,0,1 +23149,0,6,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.8,0.8638576272,2,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.4511921765,0.3653765181000001,1.0,0.0,0.0,0.6,4,1,8,4,10,4,10,3,1,0,1,0,0,1,1,1,0 +23150,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.8,1.0,1.2971121771,11,1,-1,0,-1,11,1,1,0,1,44,3,0.4472135955,0.7750885047,0.4062019202,3.1622776602,0.4,0.3,0.7,2,1,8,4,10,0,6,8,2,7,7,0,0,1,0,0,0 +23152,0,0,3,2,0,3,0,0,0,1,0,0,0,0,0,8,0,0,1,0.7,0.7,0.8584142357,7,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.6916861659,0.3685105155,3.0,0.2,0.2,0.3,3,0,8,4,9,2,11,8,1,3,8,0,1,0,1,1,0 +23154,0,0,1,6,1,6,0,1,0,0,0,0,0,0,0,11,1,0,0,0.6,0.4,0.6905613657999999,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6529019771,0.3685105155,3.0,0.5,0.4,0.0,4,1,8,0,10,4,13,5,3,1,8,0,1,1,0,1,0 +23155,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.8,1.2983162173,11,0,1,9,1,9,-1,0,2,1,104,3,0.5744562647,1.7143656514,0.4144876355,3.7416573868,0.4,0.7,0.9,2,4,7,2,9,2,15,10,1,4,6,0,1,0,0,1,0 +23157,0,2,1,11,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.7,0.1,0.525,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.6725736925,0.3615245497,3.3166247904,0.8,0.8,0.4,1,0,6,4,9,2,10,8,1,2,3,0,1,1,0,0,0 +23162,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,0,1,1,0,1,37,2,0.316227766,0.7744632906000001,0.31144823,3.6055512755,0.9,0.1,0.6,4,3,9,3,10,3,5,10,1,1,4,1,0,0,1,1,0 +23163,0,0,1,6,0,0,0,1,0,0,0,0,1,0,1,5,0,0,1,0.4,0.2,0.5172040216,7,1,1,1,0,3,1,1,2,1,102,2,0.4,0.9025903952,0.3269556545,3.6055512755,0.6,0.2,0.6,3,2,7,2,11,1,9,5,2,5,9,0,0,0,0,0,0 +23166,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.6,0.9216154296,7,1,-1,0,-1,0,1,1,1,1,78,3,0.4,0.7955454493999999,0.3848376281000001,3.3166247904,0.8,0.9,0.0,2,2,9,3,10,2,16,7,4,6,7,0,0,0,0,1,0 +23169,0,1,1,6,0,2,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,1,0,1,1,1,1,2,1,25,3,0.3741657387,0.7903864522,-1.0,3.6055512755,0.6,0.0,0.1,3,1,7,5,10,0,9,1,1,3,4,0,1,0,0,0,0 +23172,0,5,3,6,1,3,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.6,1.0225580668,11,1,1,0,1,11,1,1,0,1,99,2,0.316227766,0.6196506614,0.30331501780000003,2.8284271247,0.8,0.8,0.0,3,0,7,2,6,2,10,7,0,3,4,0,1,1,0,0,0 +23174,0,6,2,2,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.1,1.3688498822,10,1,-1,0,1,11,1,1,0,1,16,3,0.3741657387,0.7622572773999999,0.3887158345,3.4641016151,0.3,0.4,0.0,4,3,7,2,9,5,10,10,1,1,5,0,1,1,0,1,0 +23176,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,10,1,-1,0,1,0,1,0,0,1,87,2,0.316227766,0.8482602517,0.3615245497,3.7416573868,0.7,0.3,0.0,1,2,5,0,9,3,8,7,1,3,3,0,0,1,0,0,0 +23177,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.6557438524,7,1,1,0,0,1,1,0,2,1,10,2,0.316227766,0.8337037744,0.3248076354,3.7416573868,0.1,0.5,0.5,4,2,7,2,7,2,6,6,2,4,5,0,1,1,1,1,0 +23185,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.6284902545000001,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7438313814,0.3937003937,3.0,0.8,0.9,0.3,0,0,7,5,8,1,8,9,0,5,8,0,1,0,0,1,0 +23186,0,4,1,9,0,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0.9,1.0,0.8771402396,3,1,1,0,1,0,1,1,2,1,32,3,0.316227766,0.6552710625,0.2944486373,3.1622776602,0.3,0.3,0.3,4,2,7,2,8,2,13,8,4,4,8,1,1,0,0,1,0 +23188,0,0,1,0,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.6,0.7,0.384870108,9,1,0,0,1,0,-1,1,2,1,78,3,0.4,0.8266106242,0.3287856445,3.3166247904,0.4,0.5,0.4,3,2,8,2,9,3,7,5,2,3,12,0,1,0,0,0,0 +23189,0,4,1,5,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.0,0.6,0.8223442101999999,7,1,-1,0,-1,1,1,0,0,1,64,1,0.316227766,0.7203362392,0.3619392214,3.7416573868,0.7,0.5,0.7,4,0,7,1,10,1,16,4,3,7,6,0,1,1,1,0,1 +23190,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.3,1.3640472866,7,1,1,0,1,4,1,0,2,1,12,3,0.4,0.9851689455,0.3423448554,3.6055512755,0.1,0.5,0.0,3,3,9,2,9,3,6,8,0,2,6,0,0,1,0,1,0 +23196,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5454356057,11,1,1,0,0,0,1,1,2,1,37,2,0.316227766,0.746520856,0.31144823,3.4641016151,0.1,0.9,0.3,1,2,10,4,10,2,3,6,2,2,7,0,0,1,1,0,0 +23200,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.4,0.6937218463,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7097753106999999,0.3754996671,3.1622776602,0.3,0.9,0.8,3,0,7,0,11,3,8,4,0,3,10,0,1,0,1,1,0 +23201,0,3,4,10,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.5,1.1302654555,7,1,1,0,1,0,1,1,0,1,87,3,0.316227766,0.6911781773000001,0.2944486373,3.1622776602,0.6,0.7,0.9,3,1,8,1,8,3,8,10,3,3,6,0,1,0,0,0,0 +23202,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.8,0.6,1.0440306509,11,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7131805145000001,0.3907684737,3.3166247904,0.5,0.7,0.4,3,1,7,2,9,2,14,3,2,4,4,0,0,1,1,0,0 +23204,1,3,1,6,0,4,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,7,1,1,2,0,0,1,1,2,1,104,0,0.4,0.5526233454999999,0.3106444913,0.0,0.2,0.9,0.4,3,3,7,2,11,2,7,5,0,3,7,0,1,1,0,1,0 +23205,0,2,1,9,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,1.0,1.3569266745,7,1,1,0,1,0,1,1,2,1,32,1,0.316227766,0.6451551803,0.2944486373,3.1622776602,0.9,0.9,0.1,2,1,8,2,8,1,10,2,0,9,5,0,1,1,1,0,0 +23207,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.4,0.0,0.6354132514,7,1,0,0,0,11,1,1,2,1,11,2,0.316227766,0.6770896640999999,0.30331501780000003,3.4641016151,0.7,0.9,0.1,2,2,8,1,9,0,8,4,1,1,9,0,0,0,0,1,0 +23213,0,6,1,4,1,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.6,1.917191957,9,0,1,0,1,10,1,1,2,1,55,2,0.4242640687,1.2423942162,0.3586084215,3.6055512755,0.6,0.8,0.3,4,1,7,5,12,3,5,7,3,1,9,1,1,1,0,0,1 +23214,0,2,1,9,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,78,3,0.4,0.8051743818000001,0.3848376281000001,3.4641016151,0.1,0.8,0.7,2,3,10,3,10,1,9,3,1,1,11,0,1,1,1,0,0 +23215,0,1,2,6,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.8,1.114955156,11,1,-1,0,-1,14,1,1,2,1,82,1,0.3160696126,0.4392894338,0.3774917218,1.0,0.4,0.5,0.4,4,2,6,5,10,3,6,10,1,3,9,0,0,1,1,0,1 +23229,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.8,0.5,0.8627716963,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7680338749,0.3615245497,3.7416573868,0.6,0.5,0.4,3,3,8,3,6,2,10,6,0,2,7,1,1,1,1,1,0 +23231,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.9,0.4,0.739087275,10,1,-1,0,1,3,1,1,0,1,15,2,0.4242640687,1.0197821231,0.4052159918,3.7416573868,0.9,0.3,0.9,3,5,7,2,9,4,6,4,1,2,6,0,1,0,1,0,0 +23232,0,2,1,5,0,6,1,0,0,0,0,0,0,0,0,3,0,0,1,0.8,0.4,0.6552671211,11,1,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.8813025672,0.3964845520000001,2.8284271247,0.0,0.0,0.7,2,1,9,3,9,2,6,10,3,2,11,0,1,0,0,0,0 +23234,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.6,1.0764525071,11,0,1,1,0,3,1,1,2,1,104,3,0.4242640687,0.9256000957,0.3474190553,3.3166247904,0.8,0.8,0.8,3,1,8,4,9,2,11,6,1,1,6,0,1,1,0,0,0 +23235,0,0,1,9,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,1.1,1.0365206220999998,10,1,-1,1,1,12,1,1,0,1,104,3,0.3741657387,0.7181962023999999,0.3754996671,3.3166247904,0.7,0.2,0.6,3,4,5,2,9,3,6,7,1,1,10,0,0,0,1,0,0 +23236,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0.9,0.3,0.4344536799,8,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7204366215000001,0.3937003937,2.8284271247,0.8,0.9,0.4,3,4,7,2,9,3,6,5,2,4,10,0,0,1,1,0,1 +23237,0,2,2,6,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.2,0.2,-1.0,4,1,-1,0,1,0,1,1,0,1,39,3,0.316227766,0.7289185922,0.374566416,3.1622776602,0.5,0.9,0.3,2,1,8,2,10,1,8,13,2,3,9,1,0,0,0,0,0 +23238,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5979130372,7,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.88397113,0.3793415348,3.6055512755,0.1,0.8,0.4,3,2,10,3,10,3,9,5,2,4,10,0,1,0,1,0,0 +23242,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.1,0.5733672471,7,0,-1,0,-1,0,1,1,1,1,34,2,0.4,0.7660271018000001,0.3780211634,3.7416573868,0.1,0.1,0.5,3,2,8,5,8,5,10,6,4,6,4,0,1,1,0,0,1 +23246,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,1.1,1.4517231141,11,0,-1,0,-1,6,1,1,2,1,27,3,0.4,0.8739220042,0.3907684737,3.6055512755,0.8,0.5,0.9,4,0,5,6,9,2,7,1,1,6,11,0,1,1,1,1,1 +23248,0,5,2,1,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7215434845,11,0,1,0,1,10,1,1,0,1,28,3,0.3872983346,0.7785608678,0.3240370349,2.8284271247,0.9,0.5,0.2,3,2,7,3,9,1,8,5,0,2,3,0,1,0,0,1,0 +23249,0,1,1,7,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.3,0.1,-1.0,7,1,0,0,1,11,1,1,2,1,103,3,0.316227766,0.5753188121,0.2887905816,2.6457513111,0.3,0.9,0.4,2,2,6,4,9,3,8,3,3,2,11,0,1,1,1,0,0 +23250,0,5,1,7,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.9,1.4,1.5194571399,10,1,-1,1,0,9,1,1,0,1,104,2,0.4242640687,1.2249051237000002,-1.0,3.4641016151,0.1,0.9,0.0,1,1,6,4,12,3,8,1,2,1,6,0,1,0,0,1,0 +23251,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.3,0.7154544011,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.7992119052,0.3848376281000001,3.3166247904,0.0,0.7,0.8,3,3,9,4,10,2,8,5,2,1,5,0,1,1,0,1,1 +23252,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.4,0.2,0.5550900828,7,1,-1,0,-1,1,1,1,2,1,91,3,0.4242640687,0.890375536,0.4347413024,3.0,0.8,0.0,0.7,3,2,10,3,8,2,11,6,4,4,4,1,0,1,0,0,0 +23256,0,4,1,5,0,2,0,0,1,0,0,0,0,0,0,5,0,1,0,0.4,0.0,0.6485560886,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9320953025,0.4074309757,3.4641016151,0.5,0.4,0.0,3,1,9,4,7,4,10,2,0,4,6,0,0,0,0,0,0 +23258,0,5,2,7,1,4,0,0,1,0,0,0,0,0,0,10,0,0,0,0.8,0.8,1.2735285627,11,1,-1,0,-1,6,0,1,2,1,77,2,0.4,0.8163363024,0.4228474902,3.4641016151,0.9,0.7,0.5,3,2,7,2,10,3,6,2,3,3,7,0,0,1,0,0,0 +23259,0,2,1,4,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.3,0.0,0.7232738070999999,7,1,0,0,0,14,1,1,2,1,68,3,0.4,0.7909482749,0.3443835072,2.8284271247,0.8,0.5,0.2,5,0,8,2,8,2,13,5,1,2,5,0,1,1,0,0,0 +23260,0,0,4,8,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.3,0.2,-1.0,10,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7201928115999999,0.3598610843,3.4641016151,0.3,0.4,0.9,2,1,10,3,9,0,5,5,1,3,10,0,0,0,0,0,0 +23261,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,0.7770135134,7,1,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.8923689337999999,0.3190611227,3.6055512755,0.9,0.6,0.5,2,2,10,3,6,1,6,6,0,3,6,0,1,1,0,1,0 +23263,0,2,3,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.6403124237,7,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.4257953181,0.3605551275,0.0,0.3,0.4,0.3,3,1,8,2,9,2,11,2,1,4,8,0,1,1,0,0,0 +23266,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.8540345426,7,0,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9644507708,0.4084115571,3.7416573868,0.5,0.8,0.2,2,1,8,3,10,3,15,5,2,4,5,0,1,0,0,0,0 +23267,0,5,2,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,1.1,1.1602801386,11,0,1,9,1,11,1,0,2,1,56,3,0.5477225575,1.5191613606,0.4283689998,3.6055512755,0.5,0.2,0.3,2,1,8,3,10,2,8,2,2,0,9,0,1,1,1,0,0 +23270,0,1,2,7,1,1,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.4,0.9624188277,11,1,1,0,1,11,1,1,2,1,103,3,0.316227766,0.6202505492,0.2887905816,3.0,0.9,0.9,0.5,0,1,8,3,11,4,11,5,0,0,6,1,1,1,0,0,0 +23272,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.3,0.3,-1.0,7,1,1,1,1,1,1,0,2,1,35,1,0.3741657387,0.9615113791,0.3049590136,3.6055512755,0.6,0.8,0.9,2,2,9,3,9,2,8,6,4,1,4,1,0,0,0,1,0 +23273,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,10,0,0,1,0.9,1.3,1.6128391116,11,0,1,0,1,10,1,1,2,1,28,3,0.3872983346,0.7997675282,0.3240370349,2.8284271247,0.9,0.3,0.5,2,1,8,1,7,3,4,5,2,3,7,0,0,0,0,1,0 +23278,0,0,2,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,0.8,0.3,0.7004462862999999,11,1,0,0,0,0,1,1,2,1,87,3,0.316227766,0.7092220159,0.2944486373,3.3166247904,0.6,0.3,0.8,2,0,7,3,9,3,5,2,2,4,10,0,1,1,0,0,0 +23281,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0.3,0.3,-1.0,4,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.6988331479000001,0.3615245497,3.1622776602,0.8,0.4,0.5,2,2,8,4,10,1,6,4,1,4,9,0,0,1,1,1,0 +23285,0,5,2,3,0,0,0,0,0,1,0,0,0,0,0,4,0,1,0,0.9,0.4,0.7660776723,4,1,-1,2,1,1,0,1,4,1,90,0,0.3741657387,0.590856641,0.4166533331,2.4494897428,0.8,0.1,0.2,2,4,8,3,10,2,6,7,0,0,4,1,0,1,0,0,0 +23287,1,1,1,8,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7071067812,7,1,-1,0,-1,11,0,1,2,1,19,3,0.3160696126,0.5805739537,0.3734969879,2.0,0.0,0.4,0.3,3,2,9,4,11,2,7,8,2,4,7,0,0,0,1,1,0 +23290,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,1.1,1.0767427734,9,1,1,0,1,10,0,1,2,1,83,2,0.4084115571,0.6954396909,0.33,2.2360679775,0.9,0.8,0.6,1,3,6,3,7,3,8,5,0,3,6,0,0,0,0,0,0 +23292,0,0,2,7,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,0.3,0.6656763478,7,1,-1,0,-1,14,1,1,2,1,29,3,0.4458699362,0.7273437465000001,0.3488552709,2.8284271247,0.0,0.3,0.6,3,4,7,1,7,4,6,6,2,4,11,0,0,1,0,1,0 +23293,0,2,2,1,0,0,0,0,1,0,0,0,0,0,0,3,1,0,0,0.6,0.4,1.0511898021,2,1,-1,0,0,14,1,1,0,1,104,1,0.3160696126,0.5044635478,0.3556683849,1.7320508076,0.8,0.9,0.6,2,4,9,4,8,1,8,3,1,3,7,0,0,1,0,1,0 +23295,0,2,1,5,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,-1.0,4,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.7525438951000001,0.3807886553,2.6457513111,0.6,0.1,0.6,2,3,8,4,8,2,13,5,1,5,12,0,1,0,1,0,0 +23297,0,5,1,7,0,3,0,0,1,0,0,0,0,0,0,13,1,0,0,0.9,1.8,2.3326487091,11,0,1,9,1,17,0,1,0,1,104,3,0.4465422712,1.2607307995,-1.0,3.3166247904,0.1,0.7,0.2,5,0,8,2,11,2,4,6,2,6,7,0,1,1,0,0,0 +23299,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.3,0.8400148808,9,1,1,0,0,6,0,1,2,1,104,2,0.4472135955,0.9520964254,-1.0,3.4641016151,0.5,0.4,0.7,2,0,9,5,9,3,9,8,3,4,10,0,1,1,0,0,0 +23302,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.1,0.3,-1.0,7,1,0,0,0,1,1,1,2,1,85,3,0.4242640687,0.7646638109999999,0.3507135583,2.6457513111,0.7,0.1,0.9,2,0,7,2,10,3,8,7,0,3,6,0,1,1,0,1,0 +23305,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.8,2.0426698216,11,0,1,0,1,6,1,1,2,1,77,2,0.4,0.793301632,0.3698648402,3.1622776602,0.6,0.2,0.8,3,2,6,4,10,4,6,3,1,3,6,0,0,0,0,1,1 +23308,0,0,2,0,1,4,0,1,0,0,0,0,0,0,0,3,0,0,1,0.4,0.0,0.7838207703,0,1,-1,0,0,11,1,1,0,1,19,3,0.316227766,0.6521103694,0.3887158345,3.0,0.6,0.6,0.1,3,2,9,4,10,1,9,2,1,0,4,0,1,1,1,1,0 +23311,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.3278719262,7,1,-1,0,-1,4,1,1,0,1,84,3,0.316227766,0.7059955751000001,0.3667424164,3.3166247904,0.5,0.0,0.5,2,0,10,2,9,3,8,7,2,2,5,0,0,0,0,0,0 +23314,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.3,-1.0,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7638257341,0.3850973903,3.1622776602,0.0,0.0,0.3,3,3,8,4,7,4,10,9,2,6,7,0,0,1,0,0,0 +23316,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.5,0.2,0.7745966692,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9759716498,0.3984971769,3.6055512755,0.1,0.3,0.5,2,0,8,4,10,5,13,9,2,3,10,0,1,0,1,1,1 +23319,0,1,3,3,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.8,0.5814851675,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6409252093,0.34727510710000004,3.3166247904,0.2,0.3,0.2,2,2,8,3,9,5,5,4,1,1,7,0,0,0,1,0,0 +23321,1,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.3,0.6259992013,7,1,-1,0,-1,1,1,1,3,1,64,3,0.3160696126,0.5426252379,0.3640054945,2.2360679775,0.8,0.5,0.6,0,3,7,1,11,3,6,3,1,6,13,0,0,0,1,0,0 +23323,0,2,2,0,1,-1,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,1.2,1.2649110641,10,1,1,1,1,1,-1,1,0,1,35,1,0.3741657387,0.8771902929000001,0.3049590136,3.1622776602,0.0,0.8,0.4,2,2,8,4,7,3,7,7,1,3,5,0,0,0,0,0,1 +23324,0,2,2,3,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0.4,0.0,0.5092887197,7,1,-1,0,-1,1,1,1,1,0,85,3,0.4242640687,0.7492971914,0.4159326869,2.6457513111,0.3,0.3,0.8,4,2,7,5,11,1,15,7,0,4,6,0,1,1,1,1,1 +23325,1,1,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.5024937811,6,1,-1,0,1,1,1,1,0,1,52,1,0.3741657387,0.7527772272,0.3598610843,3.3166247904,0.3,0.3,0.8,1,2,5,2,9,3,9,7,1,2,8,1,1,1,1,1,1 +23330,0,2,1,11,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.7,1.2,1.1005680352,11,1,1,0,1,0,1,0,2,1,78,3,0.4,0.9700579347,-1.0,3.7416573868,0.9,0.2,0.7,2,0,9,4,9,2,5,6,0,2,9,0,0,1,0,0,0 +23333,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.7,0.3,0.6717514420999999,6,1,-1,0,0,11,1,1,0,1,67,2,0.3741657387,0.7357039693999999,0.3666060556,3.4641016151,0.7,0.8,0.4,2,1,9,4,6,1,12,7,1,7,4,0,1,0,0,1,0 +23337,0,1,2,0,1,4,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.2,0.7318640584,10,1,-1,0,1,11,1,1,0,1,103,1,0.316227766,0.6603592811,0.3583294573,3.3166247904,0.5,0.6,0.0,3,3,7,3,9,2,10,2,2,2,7,0,0,0,0,0,0 +23343,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.4568916721,9,1,-1,0,-1,11,0,1,2,1,53,2,0.4472135955,0.7745299828,0.4306971093,2.6457513111,0.8,0.1,0.7,3,3,10,1,8,1,12,5,3,3,7,0,1,1,0,0,0 +23346,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.5,0.3,0.7189401921999999,4,1,-1,0,0,9,1,0,0,1,93,2,0.4,1.0069079582,0.3872983346,3.7416573868,0.1,0.6,0.3,2,2,9,3,9,2,8,5,0,3,5,0,1,1,1,0,1 +23349,0,5,4,5,1,6,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.6,0.8782084035,0,1,-1,0,0,6,1,1,0,1,26,1,0.3741657387,0.6335489701,0.3907684737,2.8284271247,0.6,0.0,0.6,2,1,10,2,9,0,7,7,0,3,8,0,1,1,1,0,0 +23352,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.1,0.5477225575,7,1,-1,0,-1,11,1,1,2,1,104,2,0.316227766,0.6691705733,0.3666060556,3.1622776602,0.4,0.7,0.2,2,2,9,4,9,1,13,5,2,1,8,0,0,0,0,0,0 +23355,1,2,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.4905354218,7,1,-1,0,-1,0,1,1,2,1,95,2,0.4,0.8558524821,0.4013726448,3.3166247904,0.5,0.0,0.9,3,2,5,2,7,2,7,8,1,2,7,0,1,0,0,1,1 +23364,0,3,1,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.3,1.5692354826,7,1,-1,0,-1,1,1,1,2,1,31,3,0.3741657387,0.6481537671000001,0.3854867053,2.4494897428,0.8,0.8,0.3,1,2,7,3,9,1,9,12,0,2,8,0,0,1,0,0,0 +23365,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.6,0.1,0.7491662031999999,10,1,1,0,0,1,1,0,2,1,80,3,0.316227766,0.7773657573,-1.0,3.6055512755,0.4,0.3,0.1,3,4,9,4,11,3,7,6,1,4,7,0,1,0,1,1,0 +23366,0,4,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,8,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7536550058,0.3958535083,2.4494897428,0.5,0.3,0.9,0,1,10,2,11,1,6,3,2,3,6,0,1,1,1,1,0 +23368,1,6,2,8,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,1.0,1.6178689687,6,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7149380138,0.3666060556,3.3166247904,0.4,0.4,0.7,2,3,9,2,9,1,6,5,2,1,4,0,1,0,0,1,0 +23371,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.7,0.3,0.7403546447,10,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.817777678,0.3708099244,3.3166247904,0.3,0.6,0.5,3,2,7,2,9,0,8,2,1,3,6,0,1,1,1,0,0 +23373,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.5505678885999999,6,1,-1,2,1,1,1,1,0,1,1,0,0.3741657387,0.8469317496,0.4189272013000001,3.3166247904,0.4,0.0,0.8,4,2,7,5,9,3,6,5,2,1,10,0,1,0,1,1,0 +23374,0,1,1,2,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.3,0.0,0.7814249804000001,11,1,-1,0,-1,0,1,1,2,1,88,3,0.3998749805,0.6179143807,0.4031128874,1.7320508076,0.6,0.0,0.2,0,1,7,2,10,3,11,7,1,0,9,0,1,1,0,0,1 +23376,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,1.1,1.0787724505,7,1,-1,8,-1,4,1,0,2,1,6,3,0.4472135955,1.132903824,0.4232020794,3.7416573868,0.7,0.9,0.3,3,1,10,4,9,3,8,6,2,1,4,0,1,0,0,0,0 +23377,0,0,2,4,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.1,0.1,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.9701005316,0.4,3.0,0.6,0.2,0.7,3,1,8,5,10,1,3,4,1,1,3,0,1,1,0,1,1 +23378,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0.6,0.9,1.5628499608000002,11,0,0,1,1,7,1,1,2,1,104,3,0.4472135955,1.0644810166,0.3641428291,3.0,0.7,0.8,0.3,2,1,6,4,9,0,11,7,0,1,7,0,0,1,0,1,0 +23380,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,1.2,1.5568397477,11,0,-1,0,-1,6,1,1,2,1,104,2,0.4472135955,1.0748726621,-1.0,3.4641016151,0.9,0.7,0.8,3,1,7,2,7,3,8,6,0,3,3,0,1,1,1,0,1 +23383,0,5,2,3,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5900211861,6,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6836037226,0.34727510710000004,3.6055512755,0.1,0.3,0.0,4,3,9,3,11,1,8,6,0,1,6,0,1,0,0,0,0 +23384,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.5830597547999999,0.3615245497,2.4494897428,0.3,0.7,0.2,4,3,8,4,11,3,6,8,1,2,7,0,0,0,1,0,0 +23385,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0.9,0.3,0.8492643876,10,1,-1,0,1,1,1,1,0,1,80,2,0.316227766,0.7675764156,-1.0,3.7416573868,0.2,0.7,0.1,3,2,9,3,8,0,4,11,0,3,1,0,1,1,0,0,0 +23386,0,1,1,5,0,4,1,0,0,0,0,0,0,0,0,0,0,0,1,0.5,0.4,0.6490377493,4,1,-1,0,0,14,1,1,0,1,82,3,0.316227766,0.6881073576000001,0.3685105155,3.3166247904,0.9,0.3,0.9,2,1,6,4,11,2,4,5,1,1,11,0,0,0,0,0,0 +23387,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.5533985905,10,1,-1,0,0,6,1,0,0,1,27,2,0.4,0.9551513229,0.3907684737,3.6055512755,0.8,0.7,0.4,3,0,9,4,6,2,6,9,1,0,8,0,0,1,0,0,1 +23389,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.0,0.0,0.5717298313,7,1,0,0,0,0,1,1,2,1,66,1,0.3998749805,0.6405866371,-1.0,2.2360679775,0.8,0.6,0.5,4,0,10,4,11,2,8,3,2,0,7,0,0,0,1,0,1 +23392,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.9,0.8,1.1653862021,8,1,-1,0,0,1,1,0,0,1,91,3,0.4242640687,1.1546036134,0.4347413024,3.6055512755,0.8,0.2,0.9,3,2,9,2,9,1,10,6,1,1,4,1,0,1,1,0,0 +23395,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.1,0.2,-1.0,11,1,0,0,0,1,1,1,2,1,25,3,0.3741657387,0.8165210417000001,-1.0,3.6055512755,0.9,0.7,0.0,2,2,8,3,9,1,8,10,2,2,7,1,1,0,0,0,0 +23396,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.6108395861,7,1,-1,0,-1,11,1,0,2,1,103,3,0.316227766,0.7652040186,0.3583294573,3.7416573868,0.4,0.1,0.3,4,3,6,2,10,0,11,4,5,5,5,0,0,0,1,1,0 +23398,0,3,3,9,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.0,1.4320003492,11,0,1,9,0,8,-1,0,0,1,104,3,0.4472135955,1.9391571825,0.399374511,3.6055512755,0.0,0.2,0.3,1,2,5,2,7,1,11,5,2,3,6,0,0,1,0,1,0 +23405,0,1,1,5,1,0,0,0,0,1,0,0,0,0,0,11,0,0,1,0.9,0.3,0.7504165509999999,2,1,-1,0,1,11,1,1,0,1,67,2,0.3741657387,0.7107934106999999,0.3666060556,3.3166247904,0.5,0.3,0.0,2,2,6,0,9,4,8,5,1,0,5,0,0,0,0,1,0 +23406,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.9,0.6,1.6583123952,10,1,-1,0,0,15,1,0,0,1,97,2,0.3605551275,0.8445743218,-1.0,3.7416573868,0.7,0.5,0.1,4,2,7,3,7,3,8,9,0,3,8,0,0,0,0,0,0 +23408,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,1.2871965662,8,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6113594119,0.34727510710000004,3.0,0.7,0.8,0.5,2,2,8,3,12,2,8,6,2,0,10,0,1,1,0,1,0 +23410,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,9,0,0,1,0.9,0.2,0.5994789403999999,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.5899642796,0.3619392214,2.6457513111,0.9,0.7,0.6,2,3,10,4,12,4,12,5,0,6,7,1,1,1,0,1,0 +23414,0,3,1,3,0,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.9,0.1,0.4257346591,10,1,-1,9,0,15,1,0,0,1,41,2,0.5196152423,1.4496936125,0.5753259945,3.6055512755,0.2,0.3,0.0,4,0,8,2,8,4,10,5,3,5,8,0,0,1,1,0,0 +23415,0,4,1,7,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.1,0.1,-1.0,4,1,-1,8,1,0,0,0,0,1,104,2,0.4472135955,1.8224223277,0.5567764363000001,3.6055512755,0.5,0.4,0.7,1,1,9,3,10,5,8,3,2,3,9,0,1,0,1,1,0 +23416,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.2,0.6354132514,7,1,-1,0,-1,11,1,0,2,1,103,3,0.316227766,0.8080943812000001,0.3583294573,3.7416573868,0.7,0.0,0.0,2,3,10,1,9,3,6,5,1,3,5,0,1,1,0,1,0 +23422,0,1,2,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.4,0.8902246906999999,11,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5646069356,0.3619392214,2.6457513111,0.0,0.0,0.7,3,1,7,3,8,1,16,3,0,4,10,0,0,1,1,0,0 +23424,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.7842193570999999,11,1,-1,0,-1,1,1,0,2,1,51,2,0.4,0.9386996457,0.4017461885,3.7416573868,0.6,0.5,0.4,1,0,10,5,9,3,10,3,2,3,13,0,0,1,0,0,1 +23426,0,1,1,3,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.0,0.9,-1.0,11,0,-1,1,-1,9,1,1,2,1,104,2,0.5744562647,1.1048540534,0.4615192304,3.3166247904,0.5,0.7,0.7,1,2,7,3,11,3,17,7,3,2,5,0,0,0,0,1,0 +23428,0,4,1,1,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.1,0.5431390246,11,1,0,0,0,14,1,1,2,1,29,3,0.4,0.8991616848999999,0.3411744422,3.3166247904,0.4,0.2,0.8,1,0,7,3,10,3,9,5,0,3,9,1,0,1,0,0,0 +23431,0,2,2,2,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.3,0.5172040216,11,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.70748653,0.3926830783,3.1622776602,0.6,0.7,0.7,4,1,7,3,8,3,2,5,0,5,7,0,1,1,1,1,0 +23433,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.5,0.2,0.5153882032,7,1,-1,0,-1,1,1,1,2,1,70,3,0.4242640687,0.789248518,0.3937003937,3.1622776602,0.4,0.8,0.3,5,3,7,0,9,1,8,0,0,3,6,0,0,0,0,1,0 +23437,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,14,1,1,2,1,42,2,0.4,0.8247088141,0.3937003937,3.6055512755,0.7,0.5,0.1,2,2,8,2,11,5,7,7,1,2,13,0,1,0,1,0,0 +23441,0,5,1,4,0,0,0,0,1,0,0,0,1,0,1,10,0,0,0,0.4,0.4,0.9103570728,7,1,1,0,0,0,1,1,3,1,86,3,0.4,0.8328111311,0.3424908758,2.8284271247,0.1,0.9,0.8,1,0,7,3,10,5,9,3,1,5,4,0,1,1,0,0,0 +23442,0,0,2,4,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.7,0.7,1.3845125496,9,0,1,1,0,0,1,0,2,1,104,3,0.3741657387,1.3534162468000002,0.34899856729999995,3.7416573868,0.7,0.4,0.9,3,2,5,0,9,4,7,6,0,5,11,0,1,0,0,1,0 +23443,0,0,1,8,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.6887488656999999,7,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.8780966456,0.423083916,3.3166247904,0.8,0.7,0.4,3,3,10,3,10,5,11,5,2,4,6,0,0,1,1,1,0 +23447,0,0,3,3,1,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,0.3,0.6722164829999999,7,1,-1,0,-1,11,1,0,0,1,104,2,0.316227766,0.8794837892,0.3817066937,3.6055512755,0.0,0.4,0.5,2,1,7,3,11,1,7,3,0,4,9,0,1,0,1,0,1 +23448,0,5,1,4,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.2,1.5978501181,11,1,1,0,1,11,1,1,3,1,30,3,0.4469899328,0.8139410298,0.3748332963,2.8284271247,0.9,0.7,0.2,4,2,10,1,10,3,10,4,3,0,2,0,1,0,0,1,0 +23450,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.2,-1.0,9,0,1,0,0,11,1,0,2,1,2,3,0.4242640687,1.0910984684,-1.0,3.6055512755,0.6,0.2,0.7,3,3,7,3,7,2,6,5,1,0,8,0,0,1,1,0,1 +23453,0,0,1,6,1,6,0,0,1,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7293578065,0.3615245497,3.4641016151,0.2,0.2,0.1,5,2,9,1,8,2,7,3,2,3,9,0,0,1,0,0,0 +23454,0,5,1,2,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.7,0.9,0.9775607398,11,0,-1,0,-1,7,1,1,2,1,92,3,0.4,0.7864030468000001,0.4045985665,3.1622776602,0.5,0.2,0.7,2,3,8,1,12,1,2,4,0,2,6,0,1,0,1,1,0 +23455,0,2,2,2,0,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.4,-1.0,7,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.004946444,0.4,3.3166247904,0.6,0.6,0.0,2,0,10,0,9,1,7,6,6,5,10,0,1,0,0,1,0 +23457,0,0,2,5,1,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.1,0.1,-1.0,6,1,-1,0,0,11,1,0,0,1,99,2,0.316227766,0.7678051793,0.3687817783,3.7416573868,0.0,0.6,0.7,2,0,9,3,5,5,10,5,0,3,9,0,0,0,0,0,0 +23459,0,0,1,5,0,4,1,0,0,0,0,0,1,0,1,3,0,0,1,0.4,0.0,0.7479137651000001,11,1,0,0,1,11,1,1,2,1,103,1,0.316227766,0.6212657035,0.2887905816,3.1622776602,0.7,0.2,0.4,3,1,9,4,7,2,6,5,1,1,6,0,0,0,1,0,0 +23462,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.9,0.5,0.842985765,11,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6747818748000001,0.3861346915,2.8284271247,0.4,0.0,0.5,4,1,8,4,8,4,9,4,1,1,8,0,1,1,0,1,0 +23463,0,2,1,8,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.2,0.2,-1.0,10,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6295905793,0.3926830783,2.4494897428,0.6,0.2,0.5,3,1,9,4,10,3,6,5,1,4,3,0,1,0,0,0,0 +23470,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.9,1.112148821,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7658112967,-1.0,3.6055512755,0.3,0.3,0.7,4,3,7,2,9,5,9,9,2,3,7,1,1,1,1,1,0 +23476,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.7,0.3,-1.0,6,1,-1,0,0,11,1,1,0,1,101,3,0.3741657387,0.7605592766,0.3850973903,3.1622776602,0.6,0.7,0.4,1,1,7,4,6,3,10,6,0,1,4,0,0,0,1,1,0 +23479,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.6,0.6,0.9134412953,1,1,-1,2,-1,14,0,1,0,1,104,0,0.4,0.5918174836,0.4049691346,2.4494897428,0.9,0.4,0.7,4,3,6,6,10,4,9,4,3,1,11,0,0,1,1,0,0 +23481,0,0,4,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.6284902545000001,7,1,1,0,0,1,1,0,0,1,40,2,0.3741657387,0.8869962777,0.3248076354,3.7416573868,0.5,0.2,0.9,1,1,7,3,9,2,9,12,2,4,7,0,0,1,0,0,1 +23482,0,2,1,6,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.4,0.0,0.5755432217,7,1,-1,0,-1,11,1,1,2,1,101,3,0.3741657387,0.7693374847,0.3849675311,3.3166247904,0.0,0.8,0.3,3,4,9,4,7,2,6,7,1,1,7,0,1,0,0,1,0 +23486,0,5,1,7,1,2,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,11,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.692059449,0.3984971769,2.8284271247,0.5,0.3,0.7,1,3,7,5,7,2,9,4,2,1,7,0,1,1,0,0,0 +23487,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.1,0.3,-1.0,4,1,-1,0,0,1,1,1,0,1,64,3,0.3160696126,0.5965292176,0.3640054945,2.2360679775,0.3,0.2,0.6,2,4,9,6,9,1,8,1,0,5,3,1,1,1,0,0,0 +23488,0,3,3,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.4,0.2,0.5111262075,11,1,-1,0,-1,14,1,1,0,1,29,3,0.4,0.6987444466,0.3984971769,2.8284271247,0.1,0.1,0.8,2,2,9,1,6,3,11,9,1,1,8,0,0,1,0,0,1 +23490,0,4,1,2,1,0,0,1,0,0,0,0,0,0,0,11,0,0,1,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,0,2,1,17,2,0.3741657387,0.9381161887,0.3903844259000001,3.6055512755,0.0,0.3,0.3,2,3,9,1,7,1,5,5,3,2,6,0,1,0,0,1,0 +23492,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6841966092,11,0,0,9,0,11,1,1,2,1,56,3,0.4898979486,1.1864594179,0.4283689998,3.3166247904,0.9,0.4,0.1,2,2,8,2,8,2,5,10,3,3,5,1,1,1,1,1,0 +23493,0,5,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,1.4,1.572815946,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.9054004639,0.3788139385,3.1622776602,0.0,0.7,0.6,5,2,7,0,11,3,7,8,1,3,11,0,0,0,0,0,0 +23494,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.1,-1.0,1,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6831199694,0.30331501780000003,3.4641016151,0.5,0.1,0.5,0,0,7,2,9,5,6,10,1,2,9,0,1,0,0,0,0 +23500,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.9,0.2,0.5979130372,4,1,-1,0,1,0,1,1,0,1,78,3,0.4,0.8095759526999999,0.3848376281000001,3.4641016151,0.2,0.9,0.0,1,0,6,3,11,3,12,6,1,2,6,1,1,1,1,0,1 +23503,1,4,2,2,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,1.0,0.701338007,6,1,-1,0,0,14,1,0,0,1,8,2,0.4,0.9759187238,0.3943348831,3.7416573868,0.9,0.5,0.9,4,4,9,4,12,4,13,6,3,3,3,0,0,1,0,0,0 +23508,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.6,0.7,1.1036870027,7,1,-1,0,-1,14,1,1,2,1,104,2,0.4472135955,0.8982765868000001,0.4339354791,3.1622776602,0.1,0.7,0.3,3,2,8,7,10,3,12,6,1,5,3,0,0,0,0,0,0 +23511,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.3,0.1,-1.0,7,1,0,0,0,1,1,1,2,1,25,3,0.4,0.830388737,-1.0,3.6055512755,0.4,0.6,0.7,1,2,8,6,10,3,5,5,1,6,11,0,0,1,0,0,0 +23512,0,1,4,9,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.9,0.9896337706,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6971014368,0.3598610843,3.3166247904,0.4,0.9,0.0,3,2,9,2,9,2,9,6,2,2,5,0,0,1,1,1,1 +23515,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.4,0.5,0.9927864826,7,1,-1,0,-1,0,1,1,3,1,43,1,0.399374511,0.4123468912,0.3605551275,0.0,0.1,0.5,0.1,3,3,9,3,10,3,5,10,1,1,10,0,1,0,0,1,0 +23520,0,5,1,2,0,4,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.6,-1.0,11,1,-1,0,-1,1,1,0,0,1,52,3,0.3741657387,0.7999096023000001,0.3598610843,3.7416573868,0.9,0.4,0.2,2,2,8,3,8,2,9,9,2,2,5,0,0,1,1,1,0 +23523,0,0,1,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.4,0.0,0.6642665128,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.6992469385,0.3598610843,3.3166247904,0.6,0.6,0.9,4,0,10,5,10,3,10,4,3,6,4,0,1,0,1,0,0 +23524,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.3,0.55,4,1,-1,0,0,0,1,1,0,1,39,1,0.3160696126,0.6136868665999999,0.3744329045000001,2.2360679775,0.1,0.2,0.9,3,4,5,6,10,2,8,5,2,3,6,0,0,1,0,0,0 +23527,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.6964194139,11,0,-1,0,-1,0,1,1,1,1,78,3,0.4,0.8083244581999999,0.3848376281000001,3.1622776602,0.3,0.7,0.0,2,1,9,3,6,1,11,5,0,2,10,0,1,0,0,1,0 +23528,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.2,0.4911720676,3,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7468252365000001,0.3887158345,3.4641016151,0.7,0.2,0.5,1,1,8,4,10,2,11,4,3,0,7,1,0,0,0,1,0 +23529,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,1.1166355717,7,1,-1,0,-1,1,1,1,2,1,38,3,0.316227766,0.7025778978,0.3598610843,3.3166247904,0.1,0.3,0.0,2,0,7,4,10,2,8,2,1,4,6,0,0,1,0,0,0 +23532,0,6,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.3,0.7115124734999999,4,1,-1,9,0,15,1,1,0,1,41,2,0.5477225575,1.6090523878,0.5329165038,3.6055512755,0.5,0.3,0.4,1,1,10,4,9,2,13,4,1,1,6,0,0,0,0,1,1 +23533,0,1,1,9,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.4,0.0,1.3145816825,11,1,1,0,1,1,1,1,2,1,51,2,0.4,0.9257674949,0.4363484846,3.6055512755,0.7,0.2,0.9,1,3,7,2,9,3,3,6,1,2,13,0,0,1,1,1,0 +23534,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.2,0.6234981957,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6333532692,0.3666060556,2.8284271247,0.7,0.0,0.0,4,2,7,2,10,2,12,4,2,1,9,0,1,0,0,0,0 +23536,1,4,1,9,0,0,0,0,0,1,0,0,0,0,0,8,0,1,0,0.7,0.3,0.6819090848,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.729711819,0.4129164564,2.8284271247,0.3,0.7,0.9,2,2,6,5,10,4,10,7,2,2,5,0,1,0,0,0,0 +23538,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7770135134,7,1,-1,0,-1,11,1,1,2,1,19,3,0.3155946768,0.4573775409000001,0.3626292873,0.0,0.9,0.9,0.4,3,1,8,4,11,2,8,4,1,4,3,0,1,1,0,1,0 +23540,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.5,0.4,0.7874007874,11,0,-1,0,-1,0,1,1,1,1,34,2,0.4,0.7274289604999999,0.3780211634,3.3166247904,0.9,0.9,0.6,2,2,9,1,11,3,7,7,0,1,11,1,0,1,1,0,0 +23541,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.2,0.6194755847,7,1,-1,0,-1,4,1,1,2,1,48,3,0.316227766,0.6498569455,0.3748332963,3.3166247904,0.5,0.3,0.7,3,4,8,1,10,1,17,5,2,1,9,0,1,0,1,0,0 +23544,0,3,3,4,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.6,0.7,1.09772492,11,0,-1,1,-1,9,1,1,2,1,61,3,0.4472135955,0.9890307468,0.5204805472,3.3166247904,0.3,0.9,0.3,3,4,8,5,8,3,10,3,1,2,10,0,0,1,0,0,0 +23546,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.8,0.5584576976,7,1,0,0,0,0,1,1,2,1,39,1,0.3160696126,0.6042548857,-1.0,2.4494897428,0.2,0.2,0.7,3,1,7,4,11,4,15,8,2,4,8,1,1,1,0,0,0 +23547,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.1,0.3,-1.0,11,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.7293578065,0.3615245497,3.4641016151,0.1,0.9,0.6,2,2,8,6,10,2,7,3,1,5,5,0,0,0,1,0,1 +23548,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,2,0,0,1,0.6,0.1,0.4351723796,6,1,-1,0,0,4,1,1,0,1,50,2,0.4,0.7362373629000001,0.3943348831,3.3166247904,0.0,0.9,0.3,1,4,6,1,8,3,5,6,1,1,6,0,1,1,0,0,1 +23550,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.9,0.2,0.6937218463,11,1,-1,0,-1,0,1,1,1,1,22,3,0.316227766,0.7889081270999999,0.374566416,3.6055512755,0.6,0.3,0.9,2,2,6,2,11,1,7,5,1,0,5,0,1,1,0,1,0 +23551,0,2,2,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.4,1.2774486291,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6574430812,0.3619392214,3.1622776602,0.5,0.1,0.5,2,2,8,4,9,4,9,3,2,4,5,1,1,1,1,0,1 +23552,0,0,1,3,0,4,1,0,0,0,0,0,0,0,0,4,0,0,1,0.7,0.3,0.7495832175,11,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,0.8751859307,0.3964845520000001,2.6457513111,0.2,0.0,0.4,3,2,8,3,10,2,10,2,0,2,5,0,1,1,1,0,0 +23555,0,0,4,8,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.4,0.7305819598000001,11,1,0,0,1,1,1,1,2,1,10,2,0.316227766,0.7086974433,0.3248076354,3.1622776602,0.8,0.8,0.8,2,2,7,2,8,4,10,8,2,3,13,0,0,0,1,0,1 +23560,0,7,2,8,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.8,0.4,0.7048936090000001,10,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.9279125466,0.3974921383,3.4641016151,0.1,0.3,0.2,3,1,7,5,8,2,14,5,1,2,6,0,1,1,0,1,0 +23561,0,2,2,3,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,0.6,1.533786165,11,1,-1,0,-1,6,1,1,3,1,26,3,0.3741657387,0.5943084042,0.3907684737,2.4494897428,0.0,0.8,0.0,4,2,7,4,9,0,7,6,1,4,5,0,0,0,0,0,0 +23563,0,5,1,5,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.1,0.2,-1.0,11,1,1,0,0,6,1,1,2,1,77,2,0.3741657387,0.7534630791,0.3420526275,3.1622776602,0.8,0.5,0.0,0,2,6,1,10,3,7,4,1,4,11,0,1,1,0,0,0 +23565,0,3,3,7,1,6,0,0,1,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.6533567173,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3872983346,0.920406845,0.3820994635,3.1622776602,0.6,0.8,0.6,1,3,4,2,7,4,10,3,0,3,5,0,0,0,0,0,0 +23570,0,2,1,8,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.8,0.8291561976,10,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.2261611127,0.5329165038,2.4494897428,0.7,0.5,0.0,3,2,6,3,11,2,8,2,1,3,3,1,1,1,0,0,0 +23571,1,5,1,1,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.9,1.3,1.7119068316,11,1,0,9,1,0,1,1,2,1,104,2,0.4472135955,1.2542077938,0.453431362,3.3166247904,0.4,0.7,0.6,2,1,8,4,11,3,9,7,3,1,6,0,1,1,1,0,0 +23574,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.7,0.3,0.6490377493,11,1,1,8,0,11,1,0,2,1,71,2,0.4898979486,1.3661159275,0.4125530269,3.6055512755,0.3,0.1,0.0,1,2,9,5,12,1,13,8,0,4,6,0,1,1,0,0,0 +23575,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.7163274391,7,1,-1,2,-1,11,0,1,2,1,94,0,0.3741657387,0.7845486148,0.4301162634,3.6055512755,0.0,0.3,0.5,1,3,7,5,11,1,7,5,4,0,4,0,1,0,0,1,0 +23576,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.6,0.4,0.6819090848,7,1,-1,0,-1,0,1,1,0,1,39,1,0.3160696126,0.6072053583,0.3744329045000001,2.4494897428,0.7,0.4,0.5,3,2,7,0,8,3,7,9,2,5,10,0,1,1,0,0,0 +23579,0,0,1,4,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.7004462862999999,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.7343828578,0.3924283374,3.3166247904,0.7,0.5,0.0,2,1,6,2,8,1,10,5,1,3,8,1,1,1,1,0,0 +23582,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.2,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.7263772897,0.3754996671,3.3166247904,0.1,0.6,0.8,3,3,9,1,9,2,8,6,2,2,9,1,1,0,0,1,0 +23583,0,3,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.3,1.5710267343000002,11,1,0,6,1,14,1,1,2,1,104,0,0.475394573,0.725737015,0.3872983346,2.2360679775,0.8,0.2,0.8,2,2,8,4,8,3,10,5,2,3,12,1,1,1,1,0,0 +23586,0,4,1,6,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,0.9,1.2915591353,10,1,-1,0,1,0,1,1,0,1,66,1,0.3998749805,0.6733412431999999,0.3817066937,2.4494897428,0.3,0.4,0.8,4,2,9,6,10,3,7,6,2,3,10,0,1,0,1,0,0 +23594,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,1.2,1.5568397477,2,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.4813247903,0.3774917218,1.0,0.7,0.9,0.0,4,1,8,3,10,1,4,7,3,2,7,0,1,0,1,0,0 +23595,0,0,3,5,0,6,1,0,0,0,0,0,0,0,0,8,1,0,0,0.2,0.3,-1.0,7,1,-1,0,-1,0,1,0,2,1,22,3,0.316227766,0.8914110367,0.374566416,3.7416573868,0.2,0.2,0.3,2,3,6,4,9,4,4,10,2,0,8,0,1,1,0,0,1 +23596,0,4,1,6,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.6,1.1238883396,11,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.1189451386,0.3789459064,3.4641016151,0.0,0.1,0.6,3,2,10,2,10,2,10,4,3,0,13,1,1,1,0,0,0 +23599,0,6,1,7,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,1.4322185587,8,1,-1,8,0,11,1,0,0,1,71,2,0.5291502621999999,1.4485173383,0.4949747468,3.6055512755,0.4,0.0,0.0,2,2,10,3,10,3,5,6,2,3,7,1,1,0,1,0,0 +23602,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,9,0,1,0,0.9,0.4,0.7673004627,11,1,-1,1,-1,16,1,1,1,1,104,2,0.4,0.9308642567,0.4147288271,3.3166247904,0.7,0.5,0.1,2,1,6,2,9,1,8,8,0,3,11,0,1,0,1,0,0 +23604,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.2,1.1659223816,11,1,0,0,1,11,0,1,3,1,19,3,0.3155946768,0.5221538357,0.3,1.4142135624,0.1,0.7,0.3,3,2,7,3,10,5,9,7,3,5,6,0,0,0,0,0,0 +23605,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,0.6,0.9743587635,0,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.8281339174,0.4062019202,3.3166247904,0.5,0.9,0.8,3,2,9,2,7,3,9,6,2,2,5,0,1,1,1,0,0 +23606,0,0,2,0,0,-1,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,1.4,1.4407029534,11,1,1,1,0,0,-1,0,2,1,104,3,0.3741657387,1.3015486643,0.34899856729999995,3.7416573868,0.4,0.4,0.9,2,3,8,4,10,2,10,5,2,4,5,0,1,1,0,0,0 +23614,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,0.5,0.9620940702,10,1,-1,8,1,11,1,1,0,0,71,2,0.4898979486,1.2475761624,0.4949747468,3.6055512755,0.8,0.1,0.5,1,2,8,2,8,1,3,3,0,2,6,0,1,0,1,0,0 +23615,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.54886246,0,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.6691551353,0.3768288736,3.1622776602,0.4,0.0,0.1,1,2,9,3,10,1,11,2,1,4,7,1,0,0,0,0,0 +23617,0,6,1,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.9,1.2144957801,10,0,1,8,0,9,1,0,2,1,13,3,0.4472135955,1.2077658495,0.3991240409,3.7416573868,0.3,0.4,0.4,2,1,9,6,8,3,13,10,0,2,9,0,0,1,0,0,1 +23620,0,6,1,4,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.6417748825999999,6,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.6510798405,0.3926830783,2.8284271247,0.1,0.6,0.6,3,1,9,3,8,2,7,12,2,2,4,0,1,1,1,1,0 +23622,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0.4,0.2,0.471036092,6,1,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.9330036805,0.3820994635,3.4641016151,0.5,0.6,0.3,2,2,10,4,6,3,11,6,2,1,7,0,0,0,0,0,0 +23623,0,1,1,7,1,1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.8689073598,7,1,-1,0,-1,14,1,0,2,1,72,3,0.4,1.143595172,0.4093897898,3.6055512755,0.2,0.5,0.6,2,3,8,4,11,4,8,6,2,3,7,0,0,1,0,0,0 +23625,0,3,1,3,0,0,0,0,1,0,0,0,0,0,0,8,0,1,0,0.2,0.3,-1.0,4,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.6953802694,0.3754996671,3.0,0.0,0.9,0.4,2,0,7,3,10,3,9,8,0,1,10,0,1,0,0,1,0 +23627,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,-1.0,11,0,0,1,0,14,1,1,2,1,104,2,0.5,1.1357634779,0.390256326,3.3166247904,0.5,0.9,0.7,3,1,7,6,11,2,8,3,1,4,7,0,0,1,0,0,0 +23636,0,3,2,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5031152949000001,7,1,-1,0,-1,1,1,0,1,1,51,2,0.4,0.9398434897,0.4017461885,3.7416573868,0.5,0.3,0.0,2,1,7,4,10,4,6,5,0,1,4,0,0,1,1,1,1 +23639,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.8150920193000001,7,1,-1,0,-1,0,1,0,2,1,78,3,0.4,0.9427299027,0.3848376281000001,3.7416573868,0.3,0.6,0.8,3,1,6,3,11,4,10,4,4,3,8,0,0,0,1,0,0 +23641,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.6,0.0,0.6763874629000001,7,0,1,8,1,9,1,1,-1,1,13,3,0.4472135955,1.0938690903,0.3991240409,3.4641016151,0.1,0.4,0.3,3,2,7,3,9,4,6,8,0,4,9,0,1,1,1,0,0 +23644,0,4,2,2,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0.3,0.0,0.7885905148000001,8,1,-1,0,0,0,1,1,0,1,78,3,0.4,0.7955454493999999,0.3848376281000001,3.3166247904,0.3,0.7,0.5,2,4,6,2,9,2,13,6,0,2,8,0,1,0,0,0,0 +23646,0,1,1,7,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.4,0.0,1.5398863594,11,1,1,0,0,14,1,1,2,1,49,3,0.4,0.7810646473999999,-1.0,3.6055512755,0.1,0.1,0.1,4,2,9,2,9,4,9,7,0,4,11,1,1,0,0,1,0 +23647,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.8,1.4,1.810386699,10,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.9287421512,0.3974921383,3.6055512755,0.9,0.8,0.5,4,2,8,4,9,3,10,4,2,5,7,0,0,0,0,1,0 +23649,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.5,0.7818247886,11,1,-1,0,-1,11,1,1,1,1,7,3,0.3741657387,0.7761554969,0.4129164564,3.1622776602,0.9,0.1,0.5,3,4,9,3,8,2,9,4,1,0,7,0,0,0,1,0,0 +23651,0,0,1,5,0,1,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.8681877677,11,0,0,9,0,17,1,1,2,1,104,3,0.5196152423,1.2871102876,0.3983716857,3.3166247904,0.6,0.7,0.9,2,3,9,5,9,3,2,6,4,3,13,0,1,0,1,0,0 +23654,0,5,1,6,0,4,0,0,0,1,0,0,0,0,0,6,0,1,0,0.9,0.8,1.1208255886,7,1,1,0,1,11,1,1,3,1,99,2,0.316227766,0.5939954364,0.30331501780000003,2.6457513111,0.5,0.7,0.9,3,0,9,4,7,1,6,8,1,3,4,0,0,1,0,0,0 +23656,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.4,0.6041522987,11,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.6465739333,0.2887905816,3.4641016151,0.6,0.0,0.8,1,2,8,2,8,3,12,5,5,2,7,0,0,0,0,0,0 +23660,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.9,0.2,0.6791538854000001,7,1,-1,0,-1,7,1,1,0,1,104,2,0.4472135955,0.8033504222,0.4254409477,2.8284271247,0.4,0.8,0.2,3,0,9,2,12,3,10,6,0,2,9,0,0,0,1,0,0 +23661,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.6642665128,7,1,-1,0,-1,11,1,1,2,1,2,3,0.4242640687,0.9329372438,0.3466987165,3.6055512755,0.8,0.4,0.6,1,5,8,2,11,4,10,3,0,6,10,0,0,1,0,1,0 +23663,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,0,1,1,2,1,32,1,0.316227766,0.5925676026,0.3615245497,2.8284271247,0.7,0.1,0.1,5,1,7,4,11,4,5,5,0,5,6,0,1,1,0,1,0 +23664,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.7,0.2,0.6174544518,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6506830486,0.3768288736,3.0,0.4,0.5,0.2,1,3,8,1,10,1,9,4,1,2,10,1,0,1,0,0,0 +23665,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.8,1.010878331,11,0,-1,0,-1,10,1,0,2,1,55,2,0.4472135955,1.2095949052,0.4174925149,3.7416573868,0.0,0.6,0.6,1,3,10,2,12,1,10,5,3,3,4,0,1,1,1,1,0 +23671,0,7,1,3,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.9,0.9476945711,6,1,-1,9,1,9,1,1,0,1,104,3,0.4472135955,1.2189363335,0.4449719092,3.3166247904,0.7,0.9,0.2,2,3,8,3,11,2,10,3,0,0,9,0,1,1,0,0,0 +23672,0,2,1,8,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.7,1.4,1.3207478942,11,1,1,0,1,9,1,1,0,1,21,3,0.316227766,0.803594713,0.3130495168,3.6055512755,0.6,0.7,0.1,2,2,8,1,7,1,7,2,4,1,5,1,1,1,0,1,0 +23676,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.5068283733,11,1,0,0,0,14,1,1,2,1,68,3,0.4,0.7628107008,0.3443835072,2.6457513111,0.1,0.8,0.8,4,1,8,3,9,3,6,6,2,1,12,1,1,1,0,1,0 +23677,0,0,1,3,1,3,1,0,0,0,0,0,0,0,0,11,0,0,1,0.9,0.2,0.645174395,7,1,1,0,0,1,1,0,1,1,80,3,0.316227766,0.8085289162,-1.0,3.6055512755,0.7,0.1,0.4,2,3,8,5,10,6,12,6,0,3,10,0,1,1,0,1,0 +23678,0,3,1,7,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.5,0.810863737,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5510133415,0.3640054945,2.2360679775,0.6,0.2,0.7,2,2,9,3,11,2,8,6,0,3,10,0,1,0,0,0,0 +23679,0,1,3,5,1,0,0,1,0,0,0,1,1,1,3,0,0,1,0,0.4,0.0,1.6856007831,11,0,0,9,0,9,1,1,2,1,104,3,0.5916079783,1.4299760878,0.4144876355,3.4641016151,0.1,0.0,0.0,1,1,5,1,12,4,5,10,3,3,4,0,1,0,1,1,0 +23680,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,5,0,0,1,0.6,0.6,1.3181426326,6,1,-1,0,1,11,1,1,0,1,57,2,0.3741657387,0.6955139606,0.3924283374,3.0,0.6,0.9,0.5,5,1,8,5,9,1,6,5,1,2,8,1,0,0,1,0,0 +23681,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.3,0.6,6,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.6859420740000001,0.3687817783,3.4641016151,0.7,0.8,0.2,3,3,9,2,9,3,7,7,4,0,7,0,0,0,1,1,0 +23682,1,0,1,9,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,7,1,1,0,0,0,1,0,2,1,34,2,0.4,0.9997954336,0.3144837039,3.7416573868,0.1,0.4,0.8,3,2,7,2,10,1,7,6,1,2,10,0,0,1,1,1,0 +23689,1,6,2,7,1,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.0,0.0,-1.0,8,0,-1,0,1,0,1,1,0,1,88,3,0.4,0.8111439733,0.3974921383,3.1622776602,0.4,0.1,0.0,3,0,8,2,7,3,4,5,0,5,3,0,0,1,0,1,1 +23692,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.7595228765,7,1,1,0,0,11,1,0,2,1,47,2,0.3741657387,0.9711169764,0.3284813541,3.6055512755,0.2,0.0,0.0,2,1,8,2,10,2,5,3,2,2,4,0,1,1,1,0,0 +23693,0,4,1,6,0,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.8,0.8,1.0431323023,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.6516349432,0.3924283374,2.6457513111,0.9,0.7,0.6,2,3,10,7,9,4,7,2,0,2,2,0,1,0,1,0,0 +23695,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.2,0.6837397166,7,0,-1,0,-1,11,1,0,2,1,3,2,0.4242640687,1.1946592585,0.4349712634,3.6055512755,0.1,0.9,0.7,4,2,9,3,9,0,12,5,2,1,6,1,1,0,0,0,0 +23696,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.9,0.1,0.4756574398,11,1,-1,0,-1,11,1,1,0,1,11,2,0.316227766,0.696641886,0.3687817783,3.4641016151,0.0,0.1,0.6,0,1,7,3,9,1,12,6,2,3,10,0,1,0,0,0,0 +23702,0,2,1,6,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,0,1,-1,2,1,11,1,1,0,1,14,0,0.3741657387,0.6853544658,0.4302324953,3.0,0.4,0.6,0.9,1,2,9,2,10,3,10,7,3,5,4,0,1,1,0,0,0 +23709,0,1,1,5,1,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.5,0.9701803956,11,1,1,0,0,1,1,1,2,1,64,1,0.316227766,0.6351449369,0.3016620626,3.1622776602,0.1,0.2,0.1,2,3,9,3,11,3,6,3,1,3,4,0,1,0,0,0,0 +23711,0,1,3,3,1,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.7,0.2,0.6368869601,11,1,1,0,1,1,1,0,2,1,80,3,0.316227766,0.8319547826000001,-1.0,3.7416573868,0.8,0.3,0.7,4,1,8,4,11,2,6,5,1,1,9,0,1,1,0,1,0 +23716,0,0,1,3,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.6614378278,11,0,0,0,1,15,1,1,2,1,5,2,0.4242640687,1.0101755023,0.32557641190000003,3.1622776602,0.1,0.9,0.8,1,3,7,3,10,1,6,8,1,2,4,1,0,0,1,0,0 +23717,0,1,1,2,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,0.5099019514,6,1,-1,0,0,0,1,1,0,1,86,3,0.4,0.8328111311,-1.0,2.8284271247,0.7,0.8,0.6,3,3,10,2,11,2,15,5,1,5,3,0,1,1,0,1,0 +23718,0,2,4,7,1,1,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.8185352772,11,1,-1,2,-1,1,1,1,2,1,90,0,0.3741657387,0.6952762695,0.4213074887,2.6457513111,0.2,0.1,0.0,3,1,10,3,11,4,11,3,0,1,8,0,0,0,0,0,0 +23722,0,7,1,7,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,0.4,1.8020821291,6,0,-1,9,0,10,1,1,0,1,81,3,0.4472135955,1.0486413879,0.4975942122,2.8284271247,0.8,0.9,0.2,2,1,7,1,10,3,7,2,4,7,11,0,1,1,1,0,0 +23727,0,2,2,6,1,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.2,-1.0,7,1,1,0,0,14,1,1,0,1,82,3,0.316227766,0.6424867751,0.3292415527,3.0,0.7,0.5,0.0,2,1,8,2,10,0,2,7,2,2,5,1,1,1,0,1,0 +23729,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.1,0.4974937186,11,1,0,0,0,1,1,1,3,1,10,2,0.316227766,0.6458225583,0.32557641190000003,2.6457513111,0.2,0.1,0.0,2,4,10,3,9,2,10,6,1,6,6,0,0,0,1,0,0 +23736,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.5,1.1597413505,9,1,1,0,0,1,1,1,2,1,25,3,0.3741657387,0.8054950739,-1.0,3.6055512755,0.9,0.9,0.9,2,1,8,4,9,2,6,5,1,2,10,0,0,1,0,0,0 +23737,0,7,1,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.6,1.0,1.2700885796,6,1,-1,8,1,3,1,1,0,1,104,2,0.5289612462,1.0717734589,0.5417564028,2.6457513111,0.6,0.5,0.5,3,2,9,4,8,2,10,6,0,4,10,0,1,1,0,0,0 +23741,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.2,0.3,-1.0,11,1,-1,0,-1,14,1,1,2,1,82,3,0.3160696126,0.5638562621000001,0.3651027253,2.0,0.0,0.4,0.2,3,0,10,3,11,4,11,8,1,3,8,0,1,1,0,1,0 +23744,1,5,2,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,1.2,1.3186166994,7,1,-1,0,-1,6,1,1,0,1,26,3,0.3741657387,0.6275197142,0.3907684737,2.8284271247,0.3,0.3,0.1,0,2,8,4,10,3,9,7,2,1,10,0,0,0,0,0,1 +23745,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.6832825184,7,1,0,0,0,0,1,1,2,1,86,3,0.4,0.8505953190000001,0.3424908758,3.0,0.7,0.6,0.5,2,0,5,4,9,2,11,4,1,2,3,0,1,0,0,0,0 +23747,1,1,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.5,0.3,0.6932712312,7,1,1,0,0,11,1,1,2,1,7,3,0.3741657387,0.7860213390999999,0.3542597917,3.1622776602,0.9,0.7,0.7,1,2,8,3,8,1,11,8,1,1,6,0,0,1,0,1,0 +23749,1,1,2,2,1,0,0,0,1,0,0,0,0,0,0,10,0,1,0,0.4,0.0,0.496235831,7,1,0,0,0,1,1,1,2,1,10,2,0.316227766,0.6739546543000001,0.3193743885,3.1622776602,0.6,0.8,0.6,2,2,8,3,12,3,9,8,1,2,9,0,1,1,0,1,0 +23750,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.3,0.2,-1.0,11,1,-1,0,-1,11,1,0,0,1,69,3,0.4242640687,1.1381531364,-1.0,3.6055512755,0.5,0.2,0.3,2,1,5,3,9,0,11,7,0,3,8,0,0,0,1,1,0 +23753,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.8,0.2,0.6154266813,11,1,-1,0,-1,11,1,1,2,1,104,3,0.4472135955,0.8080943812000001,0.4246174749,3.0,0.5,0.6,0.9,2,2,8,3,10,0,9,7,1,1,10,0,0,1,0,0,0 +23754,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.7677782695,0.4062019202,3.1622776602,0.7,0.2,0.2,3,2,8,5,12,2,8,5,0,5,8,0,1,1,1,1,0 +23756,1,5,1,10,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.5,0.8689073598,7,1,1,0,1,1,1,1,0,1,10,2,0.316227766,0.7528430961,0.3248076354,3.3166247904,0.7,0.9,0.3,3,3,8,3,9,1,12,6,2,4,12,0,0,1,0,0,0 +23757,0,5,1,5,0,3,0,0,0,1,0,0,0,0,0,6,0,0,0,0.9,1.0,1.2905909499,7,0,-1,0,-1,11,0,1,2,1,7,3,0.4242640687,0.8174870787999999,0.4129164564,3.3166247904,0.5,0.6,0.0,2,1,9,2,7,2,11,10,1,2,7,0,1,0,0,0,0 +23760,0,6,1,3,1,0,0,0,1,0,0,0,0,0,0,12,0,1,0,0.7,0.6,0.7562241731,6,1,-1,0,1,0,1,1,0,1,86,3,0.4,1.0133479003,-1.0,3.4641016151,0.8,0.3,0.9,1,1,9,4,9,2,6,4,1,3,5,1,0,0,0,0,0 +23761,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.5471517157,10,1,-1,0,1,14,1,1,0,1,68,3,0.4,0.7634875395999999,0.4074309757,2.6457513111,0.3,0.5,0.6,3,3,6,3,11,5,5,4,3,4,12,0,0,1,0,0,0 +23768,0,5,2,1,0,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.3,0.2,-1.0,0,0,-1,0,0,4,1,1,0,1,104,2,0.4472135955,0.748800694,-1.0,2.6457513111,0.3,0.9,0.5,1,1,8,7,9,2,9,6,1,5,9,0,1,1,0,0,0 +23769,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,1.3,1.7020208577,5,1,1,0,0,7,1,1,2,1,96,3,0.4,0.8478302399,0.3616628264,3.3166247904,0.8,0.2,0.7,1,2,10,1,9,2,8,4,2,2,11,0,1,1,1,0,0 +23770,0,2,3,8,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.9,1.6841169793,11,1,-1,0,-1,10,1,1,2,1,83,2,0.4242640687,0.9453343455,0.3964845520000001,3.1622776602,0.6,0.6,0.2,2,2,8,2,11,1,9,3,3,3,11,0,1,1,1,1,0 +23774,0,1,1,9,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.1,0.5379358698,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3160696126,0.5235369224,0.35,2.4494897428,0.0,0.7,0.5,2,1,6,3,10,1,9,8,2,2,4,1,1,0,0,1,1 +23776,0,6,1,3,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.7,0.4,0.6837397166,6,1,-1,0,0,1,1,1,0,1,85,2,0.3741657387,0.9115189167,0.3996248241,3.6055512755,0.7,0.1,0.9,2,0,8,3,6,3,9,6,0,0,13,1,0,1,0,0,0 +23781,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,0,0,9,0,17,0,1,1,1,104,2,0.7681145748,1.3282141742,-1.0,2.6457513111,0.3,0.0,0.4,1,3,8,3,6,1,6,7,1,3,6,0,0,1,1,1,1 +23787,0,0,3,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.8,0.2,0.6576473219,10,1,1,0,0,9,1,0,2,1,21,3,0.316227766,0.9002146209,0.3130495168,3.7416573868,0.1,0.1,0.8,2,2,6,4,10,3,10,5,2,2,4,0,1,0,1,0,0 +23790,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.2,0.3,-1.0,5,1,1,1,0,12,1,1,2,1,104,2,0.3872983346,0.9129124224,0.3721558813000001,3.6055512755,0.7,0.8,0.4,4,0,10,4,7,1,7,5,0,4,7,0,0,0,0,0,0 +23791,0,1,1,10,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,7,1,1,0,0,0,1,1,2,1,46,3,0.4,0.7650554995000001,0.3003331484,3.1622776602,0.4,0.8,0.9,1,4,8,2,8,3,9,2,0,2,11,0,0,0,0,0,0 +23795,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,10,1,-1,8,1,11,1,1,0,1,24,2,0.5291502621999999,0.9381382125,0.5399073995,1.0,0.3,0.9,0.9,4,3,8,2,10,5,8,5,1,1,6,0,1,1,0,0,0 +23797,0,5,1,1,1,2,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.9340770846,5,1,1,0,0,1,1,1,2,1,70,3,0.3741657387,0.7866558837000001,0.33911649920000003,3.1622776602,0.0,0.2,0.8,2,0,10,2,5,3,9,3,3,2,7,0,1,1,0,0,0 +23800,0,2,3,2,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,0.7352720585,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.6567041423,0.3583294573,3.1622776602,0.1,0.0,0.2,3,2,7,1,11,2,11,4,1,1,5,0,0,0,0,0,0 +23802,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.9,0.3,0.5905505906,11,1,-1,0,-1,11,1,0,2,1,104,2,0.316227766,0.9056183678,0.3817066937,3.6055512755,0.8,0.3,0.4,1,1,9,2,11,2,7,11,2,5,4,0,1,1,0,0,0 +23804,0,1,1,7,1,2,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.5,0.7599342077,11,1,1,8,1,9,1,1,2,1,13,3,0.4472135955,1.0347375601,0.3991240409,3.4641016151,0.1,0.5,0.3,2,0,9,3,10,1,12,6,2,3,11,0,1,1,1,0,0 +23809,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.6887488656999999,7,1,0,0,1,11,1,1,2,1,101,3,0.3741657387,0.7673610462,0.3212475681,3.3166247904,0.9,0.7,0.9,2,2,9,3,11,0,9,6,0,6,10,1,0,1,0,0,0 +23811,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.2,0.7132671309,11,1,0,0,0,1,1,1,2,1,85,3,0.3741657387,0.7279684173000001,0.3435112807,3.0,0.0,0.9,0.3,2,3,5,5,10,2,9,9,2,0,4,1,1,0,0,0,0 +23814,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,6,0,1,0,0.9,0.4,0.6995534290000001,11,1,1,0,1,9,0,0,2,1,93,3,0.4,0.9269272975,0.3241913015,3.7416573868,0.9,0.5,0.7,2,1,9,2,8,3,18,4,0,5,10,0,1,0,0,0,0 +23815,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.4,0.0,0.5673402859000001,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6293772338,0.3583294573,3.1622776602,0.5,0.0,0.9,2,0,8,6,8,1,8,6,3,2,12,0,1,1,0,1,0 +23817,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.775,7,1,1,0,0,1,1,1,2,1,38,3,0.316227766,0.7199632681,0.299165506,3.4641016151,0.0,0.8,0.4,4,2,9,3,9,2,4,3,1,2,3,0,1,1,0,0,0 +23819,0,2,1,11,0,0,0,0,0,1,0,0,0,0,0,7,0,0,1,0.7,0.2,0.6274950199,7,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6489661199,0.3583294573,3.1622776602,0.2,0.2,0.9,3,1,8,3,8,2,8,7,1,7,7,0,0,0,0,0,0 +23823,0,1,2,7,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.7048936090000001,10,1,-1,1,1,12,1,1,0,1,104,2,0.3741657387,0.7405185809,0.3754996671,3.4641016151,0.6,0.9,0.7,4,4,7,4,8,0,11,3,0,2,12,0,0,0,0,0,0 +23824,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.7,1.2,1.4328729881,4,0,-1,0,0,10,1,1,0,1,89,2,0.3872983346,0.9217975612,0.4086563348,3.1622776602,0.8,0.1,0.7,3,0,10,2,7,2,8,2,1,4,9,0,0,0,0,0,0 +23828,0,1,2,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.0,0.825378701,11,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.819582135,0.3860051813,3.4641016151,0.2,0.7,0.4,3,4,9,5,10,4,15,4,0,5,5,0,1,1,0,1,0 +23829,0,7,4,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.4,0.8874119675,11,1,1,0,1,11,1,0,2,1,36,3,0.3741657387,0.9584013031,0.3266496594,3.7416573868,0.5,0.5,0.3,3,2,7,5,11,2,4,6,0,0,11,0,1,0,0,0,0 +23833,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.5184110338,7,1,-1,0,-1,1,1,1,2,1,31,3,0.423792402,0.7117374853,0.4084115571,2.6457513111,0.5,0.8,0.9,1,2,9,2,10,3,10,4,4,3,13,1,0,1,0,1,0 +23834,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.7,1.0819542504000002,11,0,-1,0,-1,0,1,1,2,1,88,3,0.4,0.9423572518,0.3974921383,3.6055512755,0.0,0.2,0.1,3,3,6,4,9,0,12,5,2,5,4,0,0,0,0,0,0 +23838,0,0,2,5,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.5062114182999999,11,1,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.9631430985,0.3266496594,3.7416573868,0.5,0.7,0.2,2,4,6,3,9,3,9,4,1,3,5,0,1,0,1,0,0 +23840,0,0,1,9,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.4,0.5390964663000001,7,1,1,0,0,0,1,0,2,1,78,3,0.4,0.9736720136,-1.0,3.7416573868,0.2,0.3,0.7,3,1,6,6,10,3,13,8,6,7,5,1,0,0,0,0,0 +23841,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.3,1.7982630508000002,11,0,-1,8,-1,9,1,1,2,1,13,3,0.4472135955,0.9435185598,0.4679743583,3.0,0.9,0.4,0.4,3,3,5,5,10,3,10,9,0,2,10,0,0,0,0,0,0 +23844,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,1.0,1.047616342,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7509222979000001,0.3667424164,3.4641016151,0.1,0.2,0.8,1,2,7,5,9,1,10,4,1,0,8,0,0,0,0,0,0 +23848,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.3,0.1,-1.0,6,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.638874915,0.3619392214,3.0,0.4,0.7,0.1,2,3,8,2,10,3,10,8,4,4,5,0,1,0,0,1,1 +23852,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.4,0.8803408431,11,1,-1,0,-1,1,1,1,2,1,64,3,0.3152776554,0.4516041198,0.3612478374,0.0,0.1,0.7,0.1,3,2,10,3,8,1,13,8,1,3,6,1,1,0,0,1,1 +23853,0,5,2,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.7,1.105949818,11,0,-1,0,-1,10,1,1,1,1,83,2,0.4242640687,1.0121370893,0.4009987531000001,3.1622776602,0.0,0.8,0.1,2,0,4,6,12,2,8,6,2,3,14,0,0,1,0,0,1 +23855,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.2,0.6354132514,7,1,0,0,0,14,1,1,3,1,82,3,0.3160696126,0.5687815017,-1.0,2.0,0.6,0.9,0.4,2,4,10,3,8,4,8,6,3,4,10,0,0,1,0,1,0 +23856,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.7,0.9236476601,11,1,1,0,1,1,1,1,1,1,25,3,0.3741657387,0.804815055,-1.0,3.6055512755,0.0,0.6,0.0,4,3,10,3,10,1,8,1,2,4,3,0,1,1,0,1,1 +23858,0,5,1,8,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.8,1.133854047,9,1,1,0,0,11,1,1,2,1,7,3,0.3741657387,0.7909874568999999,0.3542597917,3.1622776602,0.2,0.0,0.6,3,3,6,1,11,4,13,3,2,3,5,0,0,1,1,1,0 +23863,0,3,1,8,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,0.7,0.9555757427,11,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.5325170234000001,0.2887905816,2.0,0.9,0.7,0.4,4,1,7,4,9,4,6,4,0,2,13,0,1,0,1,0,0 +23869,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.2,0.2,-1.0,7,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.7072382558,0.3292415527,3.3166247904,0.9,0.8,0.4,3,2,10,2,10,2,7,4,0,5,14,0,1,0,0,0,0 +23876,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.2,0.5092887197,11,0,-1,0,-1,0,1,1,2,1,34,2,0.4,0.7343512063,0.3780211634,3.6055512755,0.8,0.9,0.2,2,3,7,4,8,2,8,2,1,2,6,0,1,1,0,1,0 +23879,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.6782329983,8,1,-1,0,1,0,1,1,0,1,87,3,0.316227766,0.7507289845999999,0.3615245497,3.4641016151,0.7,0.8,0.0,3,4,8,3,11,3,13,2,0,1,9,0,1,0,1,1,0 +23881,0,3,1,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.5,0.3,1.0292594425,11,1,-1,0,-1,1,1,1,2,1,104,2,0.4358898944,0.8346821041,0.4147288271,3.1622776602,0.3,0.7,0.0,2,4,9,2,10,2,8,9,2,4,7,0,1,0,0,1,0 +23882,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.2,0.3960744879,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6678106576,0.3666060556,3.0,0.7,0.9,0.1,3,1,7,2,9,2,9,7,1,4,8,0,1,1,1,0,0 +23887,0,1,2,0,0,6,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,1.3224031155,6,1,-1,0,0,11,1,1,0,1,103,1,0.3160696126,0.5520061085,0.3307567082,2.2360679775,0.5,0.0,0.1,1,2,7,4,9,3,9,8,0,6,5,0,0,1,0,0,1 +23888,0,1,1,6,1,2,0,1,0,0,0,0,0,0,0,7,1,0,0,0.8,1.3,1.2835497653,11,1,1,0,1,10,1,1,3,1,28,3,0.3741657387,0.7084933379,0.3248076354,2.6457513111,0.9,0.4,0.5,1,3,8,2,10,2,9,6,2,3,5,0,1,1,0,1,0 +23891,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0.3,0.0,-1.0,5,1,-1,0,-1,1,0,1,2,1,10,2,0.316227766,0.671682235,0.3768288736,3.1622776602,0.7,0.1,0.6,2,4,9,3,10,4,2,3,4,4,11,0,1,0,1,0,0 +23895,0,2,1,2,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.8,0.3,1.0237797615000002,11,1,-1,0,-1,6,1,1,2,1,73,3,0.4,0.7792505406,0.4180908992,3.0,0.4,0.1,0.5,2,2,7,3,9,3,8,2,3,6,11,0,0,1,0,0,0 +23899,0,0,2,3,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.7562241731,7,1,1,0,0,15,1,0,0,1,97,3,0.3605551275,0.8789315451999999,0.2983286778,3.6055512755,0.6,0.6,0.2,3,2,9,4,8,3,8,5,1,4,11,0,1,1,0,1,0 +23900,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,6,0,0,1,0.0,0.0,0.7369701486,4,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8407862318000001,0.3794733192,3.6055512755,0.9,0.6,0.8,4,0,7,3,9,1,6,8,2,2,6,0,1,0,0,1,0 +23902,0,0,1,7,0,4,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.1,0.4802343178,7,1,0,0,0,0,1,1,3,1,39,3,0.3160696126,0.637012656,-1.0,2.6457513111,0.3,0.9,0.3,3,1,6,2,11,2,13,3,2,0,10,0,1,0,0,0,0 +23903,0,5,1,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.7075485848999999,0,1,-1,0,0,7,1,1,0,1,92,3,0.3741657387,0.8030803301,0.3926830783,3.4641016151,0.9,0.8,0.8,2,3,8,4,11,3,11,5,3,2,11,0,1,0,0,1,0 +23904,0,0,1,8,0,5,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5471517157,11,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.623986782,0.3744329045000001,2.4494897428,0.9,0.0,0.3,2,0,10,3,10,3,9,8,0,1,3,0,1,0,1,0,0 +23906,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.5,0.8351646544,10,1,-1,0,0,11,1,1,0,1,36,2,0.3741657387,0.8850923284000001,0.3794733192,3.6055512755,0.8,0.4,0.6,2,3,10,3,8,4,5,9,3,1,8,0,0,0,0,0,0 +23909,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.1,0.3,-1.0,4,1,-1,0,0,1,1,1,0,1,65,1,0.3152776554,0.3719226348,0.3471310992,0.0,0.1,0.8,0.3,2,1,6,3,8,3,10,11,2,5,9,0,1,1,0,0,0 +23914,0,5,1,8,0,6,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.6,1.3479150566999998,6,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6624366491,0.3926830783,2.8284271247,0.8,0.7,0.1,2,2,10,5,9,1,10,5,0,1,5,0,1,0,1,0,0 +23915,0,2,1,7,1,0,0,1,0,0,0,0,0,0,0,3,1,0,0,0.8,0.4,0.9280355597,11,1,-1,0,-1,0,1,1,2,1,86,3,0.4,0.8426149773,0.4124318125,3.0,0.8,0.3,0.9,2,1,9,2,9,4,4,4,0,3,9,0,1,0,1,0,0 +23916,0,6,1,7,1,0,0,1,0,0,0,0,0,0,0,5,0,1,0,0.7,0.8,1.3988834834,11,0,0,0,0,10,1,0,2,1,55,2,0.4472135955,1.2512146991,0.359722115,3.7416573868,0.3,0.2,0.5,5,1,6,3,7,2,6,8,2,2,7,0,1,0,0,1,0 +23921,0,3,1,7,0,0,0,0,0,1,1,0,1,0,2,11,0,0,1,0.9,1.4,1.4722431863999998,11,1,1,0,0,4,1,1,2,1,12,3,0.4,0.686348585,0.3248076354,2.8284271247,0.6,0.6,0.7,1,1,8,2,7,3,7,9,4,2,8,0,1,0,1,1,0 +23923,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.5,0.6,0.7193747285,7,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7097753106999999,0.3754996671,3.1622776602,0.2,0.4,0.7,2,1,6,6,11,3,6,5,2,2,10,0,1,1,0,1,0 +23927,0,0,1,5,1,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.1,0.6036348234000001,6,0,-1,0,0,10,1,1,0,1,83,2,0.4242640687,0.8813025672,0.4185689907,2.8284271247,0.4,0.7,0.8,0,1,8,3,10,3,8,4,0,2,5,0,1,1,0,0,0 +23935,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,32,1,0.3157530681,0.4360794529,0.3619392214,0.0,0.1,0.3,0.4,3,2,7,3,9,2,10,7,0,2,7,0,1,1,1,0,0 +23936,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.3,0.6133922073,7,1,-1,0,-1,6,1,1,2,1,26,3,0.4,0.5924455549000001,0.3907684737,2.2360679775,0.0,0.2,0.6,3,1,8,3,7,3,8,7,2,2,6,0,1,1,0,0,0 +23940,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.8019507466,11,0,-1,0,-1,11,1,1,2,1,2,3,0.4242640687,1.0165977938,0.3542597917,3.6055512755,0.6,0.9,0.8,3,0,9,3,9,3,11,6,1,5,7,0,0,1,0,1,0 +23945,0,1,1,7,1,3,0,0,1,0,0,0,0,0,0,5,1,0,0,0.8,1.2,0.6159342497,7,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.8981960801000001,0.4074309757,3.3166247904,0.2,0.8,0.1,4,1,8,4,6,3,4,6,0,3,11,0,1,0,0,0,0 +23949,0,2,2,1,1,-1,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,1.2,1.1832159566,3,1,1,0,1,4,-1,1,2,1,48,1,0.316227766,0.6308200093999999,0.2966479395,3.3166247904,0.7,0.2,0.3,1,2,9,3,10,1,7,7,1,1,8,0,1,1,0,0,0 +23950,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.8944271909999999,11,1,0,0,1,10,1,1,0,1,28,3,0.3741657387,0.6430010989,0.3248076354,2.0,0.8,0.0,0.9,2,1,8,2,7,3,10,7,1,2,9,0,0,1,0,0,0 +23951,0,0,2,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,1.3,1.3145816825,11,1,1,0,0,1,1,0,2,1,40,2,0.3741657387,0.9024335785,0.3248076354,3.7416573868,0.7,0.7,0.4,2,4,8,3,11,3,11,6,1,4,10,0,0,1,1,1,1 +23952,0,7,1,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0.2,0.3,-1.0,6,1,-1,0,1,1,1,1,0,1,70,3,0.3741657387,0.7943498823,0.3860051813,3.3166247904,0.9,0.1,0.9,2,3,9,1,9,4,14,8,0,3,10,0,0,1,1,0,0 +23956,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.6,0.7685213073999999,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.7107934106999999,0.3666060556,3.3166247904,0.8,0.4,0.4,3,0,8,4,9,3,7,3,2,5,6,0,0,1,1,1,1 +23957,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.3,1.6124515497,11,1,-1,8,-1,3,1,1,1,1,104,2,0.5,1.1617438445,0.474341649,3.1622776602,0.1,0.8,0.7,2,1,9,4,11,1,6,4,2,0,7,1,1,1,0,0,0 +23961,0,3,1,4,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.9,1.01334841,10,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.680908484,0.4013726448,2.4494897428,0.2,0.9,0.4,3,0,5,3,10,1,8,2,2,3,8,0,1,0,1,0,1 +23963,0,5,1,4,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.8,0.3,0.8525696452,11,1,-1,0,-1,7,1,1,2,1,96,3,0.4,0.8307494376000001,0.4272001873,3.3166247904,0.4,0.6,0.6,2,3,6,4,8,3,12,7,5,3,4,0,1,0,0,1,0 +23970,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0.2,0.3,-1.0,6,1,-1,0,0,1,1,0,0,1,38,0,0.316227766,0.7433034373999999,0.3598610843,3.6055512755,0.2,0.0,0.5,0,2,7,2,10,3,15,3,3,2,11,0,1,1,0,0,0 +23972,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,0,1,0,0.7,0.4,0.7956915231,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6931184770000001,0.3685105155,3.3166247904,0.2,0.1,0.9,4,2,6,3,11,1,7,5,0,7,8,0,1,1,0,1,0 +23975,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.9,0.0,0.4272001873,7,1,1,2,0,0,1,0,2,1,104,2,0.3741657387,0.9875359602,0.3601388621,3.7416573868,0.2,0.6,0.7,2,1,6,5,10,1,11,9,1,0,6,0,1,0,0,0,0 +23977,0,5,1,6,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.0,1.2031209416,9,0,1,9,1,11,1,1,2,1,56,3,0.6,1.1257229082,0.4283689998,3.0,0.5,0.3,0.9,3,2,9,3,10,4,9,6,5,1,7,0,0,1,1,0,0 +23980,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.0,0.7,1.1263880326,3,1,1,0,0,1,1,0,2,1,51,2,0.3741657387,0.9310795299,0.3307567082,3.7416573868,0.2,0.8,0.3,3,3,8,4,11,2,3,8,1,3,10,0,1,1,1,1,0 +23986,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.6543126164,7,0,-1,0,-1,0,1,1,2,1,54,3,0.4,0.976437275,0.3826225294,3.6055512755,0.1,0.1,0.0,3,3,9,2,11,3,6,9,1,5,10,0,1,1,0,0,1 +23987,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.4,0.0,0.5315072906,7,1,-1,0,-1,11,1,1,2,1,103,1,0.316227766,0.6446858419,0.3583294573,3.4641016151,0.8,0.9,0.8,3,2,7,3,10,1,7,8,3,1,6,1,1,1,0,0,0 +23989,1,1,1,7,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.9,0.2,0.5578978401,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.729938297,0.3598610843,3.6055512755,0.6,0.6,0.8,3,1,7,4,8,4,4,7,1,0,6,0,1,1,0,1,0 +23990,0,1,1,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.4,0.8124038404999999,10,1,-1,0,0,1,1,1,0,1,64,3,0.316227766,0.6466378398,0.3619392214,3.4641016151,0.9,0.8,0.9,2,3,8,2,10,4,7,5,2,3,9,0,1,0,1,0,0 +23991,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.6,0.7,1.252497505,11,1,-1,0,-1,4,1,0,2,1,12,3,0.4,0.9206840342,0.3708099244,3.7416573868,0.8,0.3,0.9,4,2,9,5,9,5,16,8,1,1,13,0,0,0,0,1,0 +23993,0,2,1,5,1,1,1,0,0,0,0,0,0,0,0,12,1,0,0,0.8,0.2,0.5825590099,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6222293962,0.34727510710000004,3.1622776602,0.8,0.2,0.5,3,0,7,5,8,1,8,5,0,3,8,0,0,1,1,0,0 +23996,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.7,0.0,0.4924428901,7,0,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.7064490413,0.3807886553,2.4494897428,0.7,0.6,0.5,3,1,8,6,12,1,2,1,0,1,5,0,1,1,0,0,0 +23997,0,4,1,9,0,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.4,0.0,0.4866980583,11,1,-1,1,-1,0,1,1,2,1,104,0,0.445421149,0.8921605311,0.3872983346,2.8284271247,0.5,0.3,0.8,1,2,6,2,12,1,8,3,1,3,7,0,1,0,0,0,0 +23998,0,2,2,1,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.7,1.2715639976000002,7,1,-1,0,-1,6,1,1,2,1,27,1,0.3741657387,0.7265337154000001,0.3907684737,3.4641016151,0.4,0.5,0.4,3,1,7,5,10,2,9,4,1,1,9,0,0,0,0,1,0 +24001,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,10,0,1,0,0.9,0.7,1.01334841,11,1,-1,0,-1,11,1,1,2,1,104,2,0.4472135955,0.7253098511,0.4110960958,2.6457513111,0.6,0.4,0.4,3,2,8,2,8,0,14,9,0,1,7,0,1,0,0,0,0 +24006,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.9,0.5,0.9096702699,11,1,0,0,1,1,1,1,2,1,85,3,0.3741657387,0.8456622423000001,0.3459768778,3.3166247904,0.3,0.8,0.8,3,3,8,5,10,1,6,4,0,2,10,0,0,0,1,0,0 +24019,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.6,0.0,0.3774917218,11,1,1,0,1,14,1,1,2,1,29,3,0.3994996871,0.6411830491,0.3411744422,2.4494897428,0.0,0.0,0.7,1,2,7,2,9,2,8,7,3,3,6,0,1,1,1,0,0 +24020,0,5,1,7,0,6,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.6,0.8888194417,11,1,-1,0,-1,0,1,1,3,1,43,1,0.399374511,0.3835997397,0.3605551275,0.0,0.6,0.2,0.1,3,3,4,4,10,2,14,3,1,1,6,0,0,1,0,0,0 +24021,0,6,1,4,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.6461423992,10,0,-1,0,1,6,1,1,0,1,73,3,0.4472135955,0.6787811147,0.4211887938,2.2360679775,0.1,0.0,0.4,2,1,7,0,10,4,11,7,3,2,5,0,1,1,0,1,0 +24023,0,1,3,5,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.7,0.7,0.5244044241,7,1,-1,0,-1,11,1,1,2,1,19,1,0.3155946768,0.4121100712,0.3626292873,0.0,0.1,0.3,0.9,2,1,7,4,9,0,12,6,3,6,6,0,0,0,0,1,1 +24026,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.6,0.4,0.91070028,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,0.8135728771999999,0.3958535083,2.6457513111,0.9,0.2,0.2,2,2,7,3,9,4,5,1,2,0,15,0,0,0,0,0,0 +24031,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.6,1.1143944544,9,1,0,0,1,4,1,1,2,1,104,3,0.4,0.8845903006,0.35707142140000003,3.3166247904,0.0,0.2,0.1,2,3,8,2,10,2,10,3,1,3,8,0,1,1,1,1,0 +24032,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.2,0.1,-1.0,7,1,1,0,0,1,1,0,0,1,64,3,0.316227766,0.7631491953,0.3016620626,3.7416573868,0.2,0.0,0.8,4,0,8,3,10,4,5,7,2,3,8,0,1,0,1,1,0 +24033,0,5,2,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,1.3,1.3495369575999998,7,0,1,0,1,10,1,1,2,1,28,3,0.3741657387,0.774836693,0.3286335345,2.8284271247,0.4,0.2,0.5,3,1,8,4,11,2,14,7,2,2,8,0,1,1,1,0,0 +24035,0,0,2,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.7,0.3,0.6901086871,7,0,0,0,0,11,1,1,2,1,7,3,0.4242640687,0.8028873515,0.3542597917,3.1622776602,0.5,0.0,0.8,4,3,9,4,9,3,5,6,2,3,3,0,0,1,0,0,0 +24039,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,11,1,1,2,1,1,1,0,0,1,90,0,0.3741657387,0.8758466978,0.3249615362,3.7416573868,0.8,0.9,0.4,0,0,9,5,9,3,14,3,0,2,5,1,0,1,0,1,0 +24040,0,5,1,5,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.3,0.5656854249000001,11,1,1,0,1,11,1,1,2,1,67,2,0.3741657387,0.7007080245,0.3008321791,3.3166247904,0.0,0.9,0.4,4,3,7,4,8,3,5,8,2,1,10,0,0,0,0,1,0 +24043,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.6,0.2,0.5390964663000001,7,0,-1,0,-1,11,1,1,1,1,17,2,0.4242640687,0.9371796973,-1.0,3.6055512755,0.8,0.4,0.4,2,2,7,4,10,3,10,7,0,3,15,1,0,0,0,0,1 +24047,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.4,0.4847679857,7,1,1,0,0,6,1,0,2,1,33,3,0.4,1.0335288183,0.3286335345,3.7416573868,0.1,0.6,0.0,1,2,9,3,10,2,10,1,3,4,10,0,0,1,0,0,0 +24048,0,3,2,6,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.8,0.6,1.4243419533,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7557219743000001,-1.0,3.6055512755,0.4,0.8,0.1,3,3,8,4,11,1,5,6,1,2,9,0,1,1,0,0,0 +24050,0,0,3,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.5,0.6,0.6791538854000001,10,1,-1,0,1,4,1,1,0,1,104,3,0.4,0.6506195395000001,0.4242640687,2.2360679775,0.7,0.1,0.2,3,1,9,2,9,1,9,3,3,3,12,0,1,0,0,1,0 +24054,0,3,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,11,0,-1,0,-1,10,1,0,2,1,28,3,0.3741657387,1.1079370861,0.3820994635,3.6055512755,0.8,0.4,0.8,2,2,8,2,11,3,12,6,2,2,10,0,1,0,1,1,0 +24055,0,5,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.4,1.3476831972,11,1,1,0,1,1,1,1,0,1,80,3,0.316227766,0.7537509508,-1.0,3.6055512755,0.2,0.1,0.5,3,2,8,2,8,1,9,4,2,5,14,0,1,0,0,1,0 +24059,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.2,0.1,-1.0,7,1,-1,0,-1,1,1,0,0,1,51,2,0.3741657387,0.9232723424,0.4017461885,3.6055512755,0.2,0.5,0.4,2,2,8,2,11,2,8,4,2,2,5,1,1,0,1,1,1 +24062,0,4,1,6,1,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.6,0.7,1.3495369575999998,11,1,1,2,0,1,0,1,2,1,1,0,0.3741657387,0.8517871344,0.33615472630000004,3.1622776602,0.6,0.8,0.3,2,2,10,3,10,5,5,3,0,2,6,0,1,0,1,1,0 +24064,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0.2,0.0,-1.0,7,0,0,1,0,9,1,1,2,1,104,3,0.1414213562,0.9941772627,0.3741657387,3.3166247904,0.0,0.9,0.2,4,2,7,5,10,0,8,7,3,4,9,0,1,0,1,0,1 +24066,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,1.8,1.4564511664,11,1,1,2,1,1,1,1,2,1,90,0,0.4242640687,0.9096816263,0.3417601498,3.4641016151,0.7,0.7,0.3,1,2,7,3,10,2,9,4,2,1,7,1,1,1,1,1,0 +24070,0,3,1,6,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.9360822613,11,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6424706959,0.3788139385,2.0,0.5,0.3,0.2,1,2,8,3,9,2,8,3,1,4,8,0,1,1,0,0,0 +24071,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.9,0.1,0.4272001873,7,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7889081270999999,0.374566416,3.6055512755,0.1,0.7,0.7,3,1,10,3,9,1,12,12,0,4,9,0,1,1,1,1,0 +24074,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.8,1.0118053172,11,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6861378316,0.3667424164,3.1622776602,0.0,0.2,0.3,4,0,8,4,8,2,10,5,2,2,6,0,1,1,0,1,0 +24077,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.3,0.0,0.5830951895,7,0,1,0,0,11,1,0,2,1,104,2,0.4,1.0942184652,0.3421987726,3.6055512755,0.7,0.7,0.8,2,1,9,3,9,1,10,6,1,0,5,0,1,0,1,0,0 +24081,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.1,0.5857687257,6,1,-1,0,0,1,1,1,0,1,38,2,0.316227766,0.7360981564,0.3598610843,3.4641016151,0.9,0.3,0.4,2,3,7,2,8,3,9,8,0,1,8,0,1,1,0,0,0 +24084,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.9,0.9127568132,11,1,0,0,1,0,1,1,2,1,88,3,0.4,0.9115308167,0.3289376841,3.6055512755,0.7,0.2,0.7,2,0,6,1,12,3,10,3,0,7,6,1,0,0,0,0,1 +24086,0,5,2,8,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.7,0.8685476383,11,1,1,0,1,1,1,1,2,1,64,3,0.316227766,0.7296481095,0.3016620626,3.4641016151,0.0,0.7,0.2,2,1,6,2,9,2,10,5,1,3,3,0,1,0,1,1,0 +24087,0,1,3,8,1,3,0,0,1,0,0,0,0,0,0,1,0,0,1,0.7,0.0,0.535023364,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7004720958,0.3615245497,3.3166247904,0.1,0.5,0.3,2,1,7,5,10,1,8,5,2,2,5,0,1,0,0,1,1 +24096,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.575,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.65101637,0.3685105155,3.0,0.6,0.1,0.3,2,1,8,3,12,1,12,7,4,2,3,1,1,1,1,0,0 +24099,0,3,3,2,1,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6740734381,5,1,-1,0,-1,4,0,1,2,1,50,2,0.4,0.7304193294,0.3943348831,3.3166247904,0.2,0.9,0.7,1,2,7,4,9,3,6,5,3,5,7,0,1,1,0,0,1 +24100,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.4,0.6571719714,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7756895093,0.3974921383,2.8284271247,0.3,0.9,0.1,1,1,8,2,6,3,6,3,2,5,10,0,0,1,0,1,0 +24105,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0.3,0.0,0.6590713163,4,1,-1,0,0,0,1,0,0,1,87,2,0.316227766,0.8071734173,0.3615245497,3.7416573868,0.6,0.1,0.5,2,1,9,2,8,2,8,4,5,3,6,0,0,0,0,1,0 +24107,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.6098155459000001,7,1,0,0,0,11,1,1,0,0,99,2,0.316227766,0.6345916889,0.30331501780000003,3.1622776602,0.2,0.9,0.6,2,2,9,1,10,2,11,3,0,4,12,0,0,1,0,1,0 +24109,0,2,2,0,1,-1,0,1,0,0,0,0,0,0,0,9,1,0,0,0.4,0.6,0.9978101022,10,1,1,0,0,14,-1,0,2,1,8,3,0.3872983346,0.9183168218,-1.0,3.7416573868,0.0,0.5,0.1,2,2,8,2,9,1,6,8,2,1,9,0,1,1,0,0,0 +24111,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6941721688,11,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7036210945,0.3687817783,3.4641016151,0.9,0.8,0.3,2,1,5,4,12,0,5,2,2,3,5,0,0,1,0,1,0 +24114,0,1,2,1,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0.9,0.9,1.2915591353,11,1,1,0,0,7,1,1,2,1,79,3,0.3872983346,0.9078969432,0.333166625,3.6055512755,0.5,0.3,0.8,3,1,9,3,10,1,10,3,2,7,7,0,1,1,0,0,0 +24115,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.2,0.5261891295000001,7,1,-1,0,-1,0,0,1,2,1,32,1,0.316227766,0.67907022,0.3615245497,3.6055512755,0.3,0.0,0.4,2,2,7,3,11,3,12,5,2,2,7,0,0,0,1,0,0 +24117,0,5,1,10,0,0,1,0,0,0,0,1,1,0,2,2,0,1,0,0.9,0.3,0.65,7,1,0,0,1,1,1,1,3,1,64,3,0.3152776554,0.4404167823,-1.0,0.0,0.7,0.3,0.5,4,1,7,3,8,4,9,5,1,2,8,0,1,0,0,0,0 +24121,0,5,1,7,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.2,0.5361902647,11,1,-1,0,-1,11,1,1,2,1,57,2,0.3741657387,0.6785223371,0.3924283374,2.8284271247,0.2,0.1,0.4,3,0,7,3,9,1,12,4,1,4,10,0,1,1,0,0,1 +24123,0,5,1,6,0,4,0,0,1,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.3439680056,11,1,-1,2,-1,11,1,1,2,1,14,0,0.4242640687,0.6566412155,0.4302324953,2.6457513111,0.4,0.8,0.5,5,3,7,4,11,3,13,3,0,1,8,0,1,0,0,0,1 +24125,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.0,0.9079509899,7,1,-1,0,-1,1,1,1,2,1,70,3,0.3741657387,0.7689882803,0.3937003937,3.1622776602,0.4,0.7,0.6,1,3,7,3,9,0,4,8,1,1,9,0,0,0,0,1,0 +24127,0,5,2,4,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.8,0.3,-1.0,8,1,-1,0,1,0,0,1,0,1,95,2,0.399374511,0.6636674962,0.4024922359000001,2.2360679775,0.6,0.6,0.3,3,0,7,2,10,1,9,7,2,2,8,0,0,0,0,0,0 +24128,0,4,1,11,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1,0.9,1.0,1.2937349033,11,0,-1,0,-1,10,1,1,2,1,55,2,0.4242640687,1.1136827449,0.416533312,3.6055512755,0.9,0.4,0.0,3,2,9,2,10,4,9,9,3,2,13,0,0,0,1,0,0 +24130,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.7,0.3,0.6878408246,10,1,-1,0,1,0,1,0,0,1,34,2,0.4,1.0156985749,0.3780211634,3.7416573868,0.1,0.7,0.5,3,1,7,4,10,4,3,4,1,3,6,0,0,0,0,0,0 +24133,0,3,2,1,1,0,0,1,0,0,0,0,0,0,0,4,0,1,0,0.7,0.9,1.3681648293000002,11,1,0,1,0,3,1,0,2,1,59,3,0.316227766,0.8257603558,0.3096772513,3.7416573868,0.7,0.5,0.9,3,3,8,2,11,3,7,6,2,2,10,0,1,1,0,0,0 +24135,0,0,4,7,1,0,0,1,0,0,0,0,0,0,0,13,0,0,1,0.3,0.0,0.605702072,6,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.562535582,0.3583294573,2.4494897428,0.2,0.8,0.7,3,1,9,4,6,1,10,4,0,2,8,0,1,1,1,1,0 +24136,0,5,1,2,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.4987484336,11,0,-1,0,-1,15,1,1,2,1,104,3,0.4242640687,0.8235304969,0.4037325848,2.6457513111,0.1,0.2,0.9,4,2,8,4,11,5,5,1,0,3,5,0,1,1,0,0,0 +24140,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.1,-1.0,7,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.7492282531000001,0.2944486373,3.6055512755,0.4,0.2,0.1,2,1,6,4,8,2,10,9,1,1,12,1,0,1,0,1,1 +24145,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.1,0.1,-1.0,7,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.7243963004,0.2944486373,3.3166247904,0.1,0.7,0.8,0,2,10,2,10,3,14,5,0,5,8,0,1,0,0,1,1 +24146,0,5,3,2,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.9437293044,11,0,0,1,1,17,1,1,1,1,104,3,0.4,1.4738281519999998,0.33241540280000004,3.3166247904,0.1,0.7,0.4,3,3,8,1,10,3,10,4,1,3,3,0,1,1,0,0,0 +24149,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.6,0.4,0.8767838957999999,10,1,-1,0,-1,1,1,1,2,0,40,2,0.3741657387,0.6582910507,0.3814446225,2.6457513111,0.2,0.4,0.2,3,0,9,2,9,2,8,8,0,0,8,0,1,0,0,0,0 +24150,0,5,1,8,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,1.4,1.6167096214,11,0,1,5,1,13,1,0,2,1,104,2,0.4472135955,1.3130778932,0.3728270376,3.7416573868,0.6,0.0,0.3,3,5,7,3,8,3,10,3,2,2,7,0,1,0,0,0,0 +24152,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0.6,0.6,1.0848386977,10,1,-1,0,-1,14,1,1,2,1,29,3,0.4,0.9668599598,0.3984971769,3.4641016151,0.4,0.4,0.6,4,1,7,5,10,3,13,4,1,0,8,0,1,1,0,1,0 +24157,0,4,2,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.6,0.7,0.8817596044,8,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.653155089,0.3926830783,2.8284271247,0.2,0.3,0.4,1,2,8,2,11,2,12,8,1,2,11,0,0,1,0,1,1 +24158,0,5,1,8,0,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.7578753196,11,1,0,9,1,15,1,1,2,1,41,2,0.5477225575,1.3501071277,0.4260281681000001,3.0,0.5,0.4,0.5,4,2,9,3,11,3,9,7,2,2,4,0,0,1,1,0,0 +24160,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0.5,0.2,0.7474958194,6,1,1,0,0,0,1,0,2,1,87,3,0.316227766,0.8086822256999999,0.2944486373,3.7416573868,0.0,0.7,0.0,3,2,8,5,11,2,5,8,2,4,6,0,0,1,0,1,0 +24161,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.0,0.0,0.9038113741,11,1,-1,0,-1,15,1,1,0,1,97,3,0.3605551275,0.8174112533,-1.0,3.6055512755,0.9,0.6,0.5,2,2,8,4,10,4,7,5,2,1,10,0,0,1,0,1,0 +24162,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,1,0.6,0.2,0.6446898479,11,1,0,0,0,4,1,1,2,1,9,2,0.316227766,0.6175297363000001,0.3201562119,2.8284271247,0.7,0.5,0.9,2,4,7,4,9,0,5,7,2,3,9,0,0,0,0,0,0 +24168,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,7,1,1,0,1,11,1,1,2,1,2,3,0.4242640687,0.900309864,-1.0,3.6055512755,0.7,0.3,0.7,3,1,9,2,9,2,8,8,2,3,4,0,1,0,1,0,0 +24169,0,0,1,9,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.8,0.5390964663000001,11,0,0,9,0,9,1,1,2,1,104,3,0.6164414003,1.1939067062,0.4171330723,2.8284271247,0.8,0.2,0.2,2,1,8,4,11,1,9,5,1,1,13,1,0,0,0,1,1 +24171,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.5,0.4,0.8433563897,10,1,-1,0,0,6,1,1,0,1,73,3,0.4,0.8769429431999999,0.4180908992,3.3166247904,0.0,0.8,0.3,1,1,8,3,8,3,9,7,2,2,2,0,1,1,1,1,0 +24173,0,0,1,4,1,3,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5590169944,7,1,0,0,0,14,1,0,2,1,42,2,0.4,0.8779907565999999,0.3313608305,3.7416573868,0.5,0.9,0.7,3,1,7,0,7,3,2,6,1,0,8,0,0,1,0,1,0 +24174,0,5,1,4,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.5,1.6439282222999998,9,1,-1,0,-1,1,0,1,2,1,70,3,0.4242640687,0.7458563219,0.3937003937,2.8284271247,0.7,0.4,0.9,3,2,8,4,10,0,6,6,1,3,8,0,1,1,1,1,0 +24176,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.8,0.6,1.0591860082,11,1,-1,0,-1,7,0,1,2,1,92,3,0.3741657387,0.7942172195,0.3926830783,3.4641016151,0.0,0.5,0.6,1,3,6,5,12,1,3,3,2,2,5,0,1,1,0,0,0 +24179,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.7,0.2,0.4623310502,7,1,1,0,1,14,1,1,2,1,68,3,0.4,0.8148416668999999,0.3443835072,3.0,0.8,0.3,0.7,5,1,7,1,9,1,9,4,0,6,6,0,1,0,0,1,0 +24181,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.4,0.6703543839,5,1,0,0,0,9,0,1,2,1,21,3,0.316227766,0.8218981256,0.3130495168,3.7416573868,0.2,0.6,0.4,2,0,6,3,11,0,8,7,0,1,7,0,1,1,0,0,0 +24182,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.3,0.0,0.8732124598000001,7,1,0,0,1,0,1,1,2,1,87,3,0.316227766,0.6869127845,0.2944486373,3.0,0.0,0.9,0.1,3,2,8,1,9,2,11,7,3,2,4,0,1,1,1,1,0 +24183,0,1,2,3,1,0,0,1,0,0,0,0,0,0,0,9,0,1,0,0.9,1.2,1.270580576,3,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5444877796,0.3640054945,2.2360679775,0.1,0.1,0.0,3,1,9,4,9,5,6,8,2,2,11,0,1,0,1,0,0 +24185,0,1,2,7,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5471517157,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.5742584151,0.3768288736,2.4494897428,0.3,0.0,0.2,3,1,7,3,8,1,5,1,0,1,7,0,0,0,0,1,0 +24190,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.3,0.0,0.7327175445,10,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.7159632014,0.3583294573,3.6055512755,0.4,0.0,0.7,1,1,7,4,8,2,17,10,0,2,4,0,0,0,1,1,0 +24191,0,1,1,7,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.8,1.0096410253,11,1,0,0,1,0,1,1,3,1,39,3,0.3160696126,0.623986782,-1.0,2.4494897428,0.8,0.0,0.1,3,2,7,2,9,2,9,6,2,4,10,0,1,0,0,1,1 +24192,0,0,2,1,0,-1,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.2,0.5326818938,7,1,0,0,0,0,-1,1,2,1,87,3,0.316227766,0.7676706206999999,0.2944486373,3.7416573868,0.1,0.2,0.1,4,2,8,4,11,3,11,9,0,4,8,0,0,0,1,0,0 +24194,1,2,1,5,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,1.4,1.2103718437,7,1,-1,2,-1,11,0,0,2,1,94,0,0.3741657387,0.8389042440000001,0.4301162634,3.7416573868,0.5,0.6,0.5,1,1,7,3,11,2,10,6,2,4,5,0,0,1,0,0,0 +24197,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.0,0.8891709622,11,1,-1,0,-1,0,1,0,2,1,34,2,0.4,0.9044198177,-1.0,3.7416573868,0.8,0.7,0.4,2,3,7,4,10,2,8,5,3,4,6,0,1,0,0,0,0 +24198,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.7,0.4,0.7322909258,7,1,-1,0,-1,10,1,1,2,1,28,3,0.3741657387,0.6975162547,0.3788139385,2.4494897428,0.5,0.0,0.6,2,0,7,4,8,1,12,2,0,5,7,0,0,1,0,1,0 +24199,0,0,1,6,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5408326913,7,1,-1,0,-1,0,1,1,2,1,39,3,0.3160696126,0.6334022001,0.3744329045000001,2.4494897428,0.2,0.3,0.3,3,3,9,4,8,1,9,5,2,4,8,1,0,1,0,1,0 +24201,0,4,2,7,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.0,0.8746427842,8,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.8182954467,0.4013726448,3.3166247904,0.7,0.2,0.5,3,2,4,4,9,1,8,7,4,0,10,0,0,0,1,0,0 +24207,0,4,2,1,0,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.8,0.4,0.9006941767000001,11,1,-1,0,-1,0,1,1,2,1,88,3,0.4,0.7478205246999999,0.3974921383,3.0,0.8,0.0,0.0,4,2,7,4,11,2,12,7,2,3,6,0,0,0,0,1,0 +24210,1,6,1,5,0,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.7,1.2,1.2649110641,4,1,-1,9,1,16,1,0,0,1,104,2,0.4898979486,1.5467718316,0.5004997502,3.7416573868,0.5,0.4,0.9,2,1,9,2,9,1,10,11,1,2,2,0,0,1,0,0,0 +24212,0,1,2,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.7,0.8,0.9317322577,10,1,-1,0,1,1,1,1,0,1,38,2,0.316227766,0.7211675566,0.3598610843,3.4641016151,0.6,0.1,0.3,2,2,9,5,10,1,4,3,1,1,8,1,0,1,0,0,1 +24215,0,4,2,2,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.9,1.1653862021,11,1,-1,2,-1,4,0,1,0,1,104,3,0.4,0.8326746708,0.5291502621999999,3.7416573868,0.2,0.0,0.7,3,2,7,1,9,4,5,6,1,3,6,0,1,0,0,0,0 +24221,0,4,1,6,1,1,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.7292976073,5,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6591692743,0.3016620626,3.1622776602,0.1,0.5,0.8,3,4,7,2,9,1,12,2,1,1,10,0,1,1,1,1,0 +24226,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.5,0.8038967595000001,6,1,-1,0,0,6,0,1,0,1,77,2,0.3741657387,0.7366301426,-1.0,3.3166247904,0.0,0.8,0.2,4,3,8,2,11,1,9,4,0,2,9,0,0,0,0,0,0 +24228,0,5,2,4,0,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.0,0.8265137627,9,1,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.9156468156,0.3190611227,3.6055512755,0.7,0.6,0.8,2,3,9,5,10,4,14,7,0,3,8,0,1,1,0,0,0 +24230,0,5,1,3,0,0,0,0,0,1,0,0,0,1,1,6,0,0,1,0.9,0.7,0.8551315688,9,1,1,0,1,6,1,1,2,1,73,3,0.4,0.8563810073999999,0.35608987630000005,3.3166247904,0.2,0.5,0.7,4,2,7,2,11,3,8,7,0,2,11,0,1,0,0,0,0 +24231,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,8,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.5327822701,0.5329165038,3.3166247904,0.1,0.8,0.2,2,1,6,2,10,1,11,5,0,2,12,0,0,1,0,0,0 +24234,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.6,1.0,1.3569266745,7,1,-1,0,-1,1,1,1,0,1,10,2,0.316227766,0.6434283177000001,0.3768288736,2.6457513111,0.4,0.7,0.6,2,1,7,3,10,1,8,4,2,5,6,0,1,1,1,0,0 +24240,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.2,0.5656854249000001,9,1,1,0,0,14,1,0,2,1,82,3,0.316227766,0.8135265289,0.3292415527,3.7416573868,0.0,0.0,0.9,3,1,6,5,8,3,14,6,1,6,8,0,1,1,0,0,0 +24241,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,-1.0,4,1,-1,8,0,11,1,1,0,1,71,2,0.5291502621999999,1.4368885692,-1.0,3.6055512755,0.3,0.5,0.9,1,1,6,1,10,4,5,5,0,3,4,0,0,0,0,0,1 +24242,0,2,2,2,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.3,0.7545694136,11,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7775252115000001,0.3907684737,3.1622776602,0.3,0.2,0.8,2,2,9,3,8,3,8,4,0,5,8,0,0,1,0,1,0 +24243,0,3,4,9,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7069752821999999,0.3814446225,2.8284271247,0.7,0.9,0.8,1,0,5,1,10,4,10,7,3,3,14,1,1,0,0,0,0 +24244,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.9443913384,7,1,-1,0,-1,1,1,1,3,1,64,1,0.3152776554,0.4234597759000001,0.3591656999,0.0,0.2,0.2,0.8,2,3,9,5,10,1,7,3,0,2,11,1,1,1,1,1,0 +24245,0,3,1,6,1,0,0,0,1,0,0,0,0,0,0,4,1,0,0,0.1,0.3,-1.0,10,1,-1,8,0,13,1,1,0,1,4,2,0.5656854249000001,1.5335302006,0.5186520992,3.6055512755,0.8,0.8,0.8,4,1,5,2,9,2,11,4,1,6,9,0,0,1,0,0,0 +24253,0,2,1,6,1,3,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.6,1.3181426326,11,0,1,0,0,11,1,0,2,1,47,2,0.3741657387,1.0209681842,0.3284813541,3.7416573868,0.8,0.5,0.7,2,2,6,3,9,2,9,6,1,0,6,0,0,0,0,0,1 +24255,0,4,2,3,1,3,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.5,0.8923284148999999,7,1,-1,0,-1,11,1,1,2,1,19,1,0.3155946768,0.4238499267,0.3626292873,0.0,0.0,0.0,0.6,5,3,9,2,10,2,15,4,2,3,10,0,0,1,0,0,0 +24256,0,3,2,9,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.2,1.4289419162,11,0,1,0,0,15,1,1,2,1,5,2,0.4,0.830164775,0.4,2.8284271247,0.3,0.5,0.8,4,3,9,1,9,2,14,5,0,3,12,0,0,1,0,1,0 +24261,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,0.5830951895,7,1,-1,2,-1,11,1,1,2,1,14,0,0.3741657387,0.6871157829000001,0.4302324953,3.0,0.5,0.5,0.6,4,1,8,3,10,2,8,6,3,3,3,0,1,0,0,0,0 +24268,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,1.3,1.7078861203,11,1,-1,0,-1,14,1,1,2,1,29,3,0.3994996871,0.6080554292,0.3984971769,2.2360679775,0.1,0.5,0.3,3,3,7,4,9,1,10,8,0,2,9,0,1,0,0,1,0 +24270,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,8,1,-1,0,0,14,1,1,0,1,29,3,0.3994996871,0.6095147779,0.3984971769,2.2360679775,0.7,0.0,0.2,1,2,6,4,10,2,10,8,2,6,9,0,1,1,0,0,0 +24275,0,5,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.7,1.0246950766,9,0,0,0,1,1,1,1,2,1,104,3,0.4242640687,0.8835532368000001,0.3507135583,3.0,0.1,0.1,0.0,2,1,8,3,8,2,7,3,1,4,5,0,1,0,0,0,0 +24279,0,2,2,3,1,0,0,1,0,0,0,0,0,0,0,7,0,1,0,0.6,0.3,0.6189709202,4,1,1,0,0,11,1,1,0,1,103,3,0.316227766,0.7084073045,0.2887905816,3.3166247904,0.3,0.1,0.7,1,3,8,5,10,4,10,4,2,3,2,0,1,0,1,0,0 +24281,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.750165271,0.3667424164,3.4641016151,0.7,0.0,0.0,4,2,6,6,8,1,7,9,2,1,8,0,0,1,0,1,0 +24283,0,3,1,5,1,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.3,0.6,-1.0,11,1,1,0,0,7,1,1,2,1,104,3,0.4,1.033278902,0.3746998799,3.4641016151,0.0,0.7,0.5,2,2,7,2,6,1,12,4,0,4,7,0,1,0,1,1,1 +24288,0,3,1,5,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.8,1.3,1.4523687548,0,1,-1,0,0,14,0,1,0,1,82,3,0.316227766,0.7361089626999999,0.3685105155,3.4641016151,0.6,0.6,0.9,1,3,9,3,8,2,8,7,3,6,4,0,1,0,0,0,0 +24290,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.1,0.4949747468,6,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.5676906968,0.3583294573,2.4494897428,0.9,0.4,0.9,0,4,6,5,8,2,8,7,1,1,5,0,1,1,0,0,0 +24291,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0.4,0.1,-1.0,7,1,0,0,0,1,1,1,0,1,31,3,0.4242640687,0.8530935440999999,0.3417601498,3.1622776602,0.2,0.0,0.6,4,2,8,5,7,2,5,7,1,7,10,0,1,1,0,0,0 +24295,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.4,0.0,0.5777110004,7,0,0,0,0,10,1,1,2,1,83,2,0.4084115571,0.6135858565,0.33,1.0,0.1,0.3,0.8,0,2,7,4,10,3,10,7,3,2,13,1,1,0,0,1,0 +24298,1,3,1,9,1,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.9,0.8,1.1152354012,7,1,-1,0,-1,1,1,1,2,1,74,3,0.3741657387,0.6311147163,0.3861346915,2.4494897428,0.5,0.5,0.8,3,2,10,5,8,3,8,6,2,3,4,0,1,1,0,0,0 +24299,0,1,2,0,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.4860555524,10,1,-1,0,1,0,1,1,0,1,86,3,0.399374511,0.7196905901,0.4062019202,2.2360679775,0.5,0.6,0.0,4,3,5,1,9,2,12,7,2,7,10,0,1,0,0,1,1 +24303,0,2,1,3,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.5,0.7664854858,11,1,-1,0,-1,9,1,0,2,1,104,2,0.4,0.9760563254,-1.0,3.7416573868,0.7,0.3,0.4,2,3,7,1,10,4,5,7,1,2,8,0,0,1,0,0,0 +24305,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.8,1.0,0.9536115561,3,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.6432420467000001,0.3667424164,3.0,0.8,0.4,0.4,3,1,9,5,11,2,5,8,3,2,4,0,0,0,1,0,0 +24308,0,4,1,5,0,0,1,0,0,0,0,0,0,0,0,7,0,0,1,0.9,1.1,1.2326293036,10,1,-1,0,1,0,1,1,0,1,78,2,0.4,0.8901666665000001,0.3848376281000001,3.7416573868,0.9,0.3,0.4,3,3,10,3,7,2,6,2,1,1,7,0,1,1,1,1,0 +24311,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.4,0.0,0.5847007782,6,1,-1,0,1,0,1,1,0,1,37,2,0.316227766,0.7839347671,0.3754996671,3.6055512755,0.1,0.7,0.1,2,2,9,2,8,3,5,9,1,0,3,0,1,1,0,0,0 +24315,0,2,2,2,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.3,0.8287792226999999,6,1,-1,0,1,7,1,1,0,1,92,3,0.3741657387,0.6841626359,0.3926830783,3.0,0.5,0.4,0.7,2,3,7,5,9,4,10,8,4,3,8,0,0,0,1,1,0 +24316,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,9,0,0,1,0.9,1.0,1.4443856826,11,1,1,1,0,3,1,0,2,1,59,3,0.316227766,0.8282212345000001,0.3096772513,3.7416573868,0.2,0.9,0.4,4,2,8,1,8,3,7,5,1,2,8,0,1,1,0,1,0 +24318,0,7,1,8,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.7,1.4,1.5799525309,4,1,-1,9,0,10,1,1,0,1,81,3,0.4472135955,1.2669471018,0.4975942122,3.4641016151,0.1,0.4,0.7,4,4,8,4,9,3,2,8,0,2,7,0,1,1,1,0,0 +24325,0,1,3,3,0,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0.7,0.4,0.7972609359999999,5,1,0,0,0,11,1,1,0,1,67,2,0.3741657387,0.7406441243999999,0.3008321791,3.4641016151,0.3,0.8,0.2,3,3,7,2,10,5,11,7,4,3,4,0,0,1,0,0,1 +24326,0,0,1,7,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.5379358698,6,1,-1,0,0,7,1,1,0,1,79,2,0.3872983346,0.9248966884,0.39,3.7416573868,0.1,0.1,0.3,4,1,9,1,12,2,4,5,1,4,8,0,0,1,0,0,0 +24327,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,1.0,1.3238202295,11,0,1,1,1,1,1,0,2,1,35,1,0.3741657387,0.9539175424,0.3049590136,3.6055512755,0.7,0.2,0.5,1,0,8,3,9,3,16,7,2,2,7,0,1,1,0,0,0 +24336,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.2,0.8965210539,7,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7206373442,0.3615245497,3.4641016151,0.7,0.3,0.0,1,3,9,2,11,2,16,7,2,2,6,0,0,1,0,0,0 +24337,0,0,2,1,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.4,0.990265116,6,1,-1,0,1,11,1,1,0,1,99,2,0.3155946768,0.532555821,0.3687817783,1.4142135624,0.3,0.6,0.5,3,3,10,4,10,0,6,6,1,7,6,0,1,0,0,0,0 +24341,0,0,1,5,1,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,1.2,0.9027735043,11,1,0,0,1,1,1,1,2,1,38,3,0.316227766,0.7627836148,0.299165506,3.6055512755,0.8,0.8,0.5,4,1,7,3,8,1,13,4,3,5,9,0,1,0,0,1,0 +24346,0,2,4,9,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,1.1,1.5299101281,11,1,1,0,0,1,1,1,0,1,64,3,0.316227766,0.6004646961,0.3016620626,2.8284271247,0.5,0.1,0.2,1,3,10,4,11,2,12,4,2,1,5,0,1,0,0,0,0 +24348,0,2,2,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.0,0.6,0.8898735865,10,1,-1,0,0,1,1,0,0,1,80,2,0.316227766,0.8036262083,-1.0,3.6055512755,0.5,0.8,0.6,1,3,9,2,9,1,13,5,1,2,12,0,1,0,0,0,0 +24349,0,2,1,6,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.4,0.2,0.6373774392,7,1,-1,0,-1,4,1,1,0,1,50,2,0.4,0.7906216824,0.3943348831,3.4641016151,0.7,0.0,0.5,4,3,9,1,9,3,13,6,0,5,10,0,0,0,1,1,1 +24353,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.6,1.6772373118,9,1,1,0,0,0,1,0,2,1,22,3,0.316227766,0.8422838884999999,0.310322413,3.6055512755,0.7,0.4,0.5,3,2,9,3,7,2,10,3,0,1,5,0,1,1,1,0,0 +24355,0,5,1,5,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.6,1.3,1.337908816,11,0,1,0,1,11,1,1,2,1,3,2,0.4242640687,1.1027295211,0.3789459064,3.4641016151,0.6,0.4,0.5,2,3,8,4,9,3,9,11,1,6,10,1,0,0,0,0,0 +24356,0,1,1,6,1,4,0,1,0,0,0,0,0,0,0,12,1,0,0,0.3,0.0,1.6818888192,11,1,-1,1,-1,3,1,1,0,1,45,3,0.4,0.8270978836,0.3498571137,3.6055512755,0.5,0.5,0.8,3,4,8,1,10,2,11,5,1,1,4,0,1,0,0,0,0 +24358,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.8027297179,3,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6831350919,0.3768288736,3.1622776602,0.1,0.4,0.0,3,0,9,2,11,1,12,4,2,4,20,0,0,0,0,0,0 +24359,0,5,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.9,1.1404494728,5,1,-1,0,-1,0,0,1,3,1,78,3,0.4,0.802823015,0.3848376281000001,3.3166247904,0.5,0.5,0.9,4,3,8,3,11,2,11,9,1,3,7,0,0,1,0,1,0 +24364,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.8,0.937416663,10,0,-1,0,1,10,1,1,0,1,89,2,0.3872983346,0.9390517461,0.4086563348,3.1622776602,0.9,0.4,0.4,3,0,8,2,9,3,9,5,1,2,7,1,0,0,1,1,0 +24365,0,0,2,0,0,6,0,1,0,0,0,0,0,0,0,4,0,0,1,0.3,0.0,0.34003676270000005,10,1,-1,0,0,0,1,1,0,1,37,2,0.316227766,0.7220694548000001,0.3754996671,3.1622776602,0.4,0.9,0.4,2,3,8,1,8,3,8,3,2,1,10,0,1,0,1,1,0 +24367,0,3,1,6,0,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.7167635593,7,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5346853558,0.3640054945,2.0,0.7,0.7,0.3,3,3,9,4,11,4,6,7,3,3,5,0,0,0,0,1,0 +24370,0,4,1,7,1,0,0,1,0,0,0,0,0,0,0,12,0,0,0,0.6,0.3,1.166726189,4,1,-1,0,1,14,1,1,0,1,104,2,0.316227766,0.6524429615999999,0.3937003937,2.8284271247,0.4,0.5,0.6,3,1,10,4,7,1,6,7,0,0,16,0,1,0,0,0,0 +24371,0,5,1,11,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.9,0.2,0.7537406715999999,11,0,0,1,1,11,1,1,2,1,104,2,0.6,1.3499693905,0.4192851059,3.3166247904,0.2,0.9,0.1,4,1,7,2,9,2,14,6,0,0,6,0,1,1,0,1,0 +24372,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0.9,1.2,1.9551214796,11,0,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,1.0047202645,0.4308131846,3.6055512755,0.9,0.0,0.0,3,1,6,3,9,2,10,3,1,7,7,0,1,0,0,0,0 +24375,0,0,1,9,0,0,0,0,1,0,0,0,0,0,0,13,0,0,1,0.3,0.0,0.957209486,8,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,1.0013730243,0.4,3.0,0.1,0.7,0.6,3,1,8,4,10,3,10,6,0,1,6,0,1,1,0,0,0 +24377,0,0,1,3,1,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,0.8,0.6841966092,10,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.7255377031,0.3974921383,2.6457513111,0.3,0.3,0.8,2,2,8,2,12,2,9,9,2,1,7,1,1,0,0,0,1 +24379,0,0,1,4,0,3,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.5024937811,11,0,0,8,0,11,-1,1,2,1,71,2,0.5291502621999999,1.5404665494999998,0.4125530269,3.6055512755,0.4,0.2,0.5,3,4,7,3,10,3,9,5,1,6,10,1,0,1,1,0,0 +24383,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0.9,0.5,0.8576858398999999,11,0,1,0,0,11,1,0,1,1,3,2,0.4242640687,1.201273429,0.3789459064,3.7416573868,0.0,0.8,0.4,2,1,7,4,12,2,11,5,1,3,10,0,1,0,0,1,1 +24386,0,5,1,9,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5931905259,7,0,1,0,0,10,1,1,2,1,28,3,0.3872983346,1.0702687544,0.3286335345,3.7416573868,0.9,0.3,0.8,3,1,9,3,10,3,4,4,1,0,4,0,1,1,0,0,0 +24387,0,2,3,6,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,0.3783186488000001,10,1,-1,0,0,1,1,1,0,1,65,3,0.316227766,0.6633428679,0.3521363372,3.4641016151,0.4,0.3,0.2,1,2,6,3,7,3,11,3,2,3,9,0,1,0,1,1,0 +24390,0,5,2,2,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.2,0.3,-1.0,7,1,1,0,0,0,1,1,0,1,32,3,0.316227766,0.612254336,0.2944486373,2.8284271247,0.8,0.0,0.2,2,3,8,6,9,2,6,7,4,4,5,0,0,1,0,1,0 +24391,0,0,1,4,1,4,0,1,0,0,0,0,0,0,0,3,0,0,1,0.8,0.3,0.7079901129,7,1,-1,0,-1,11,1,1,0,1,103,3,0.316227766,0.5872614691,0.3583294573,2.6457513111,0.1,0.6,0.7,1,2,8,4,9,3,10,6,1,1,5,1,1,0,0,1,0 +24394,0,1,2,1,0,0,0,1,0,0,0,0,0,0,0,8,0,1,0,0.4,0.0,0.6259992013,7,1,0,0,1,1,1,0,2,1,52,3,0.3741657387,0.8528513188,0.30903074280000004,3.6055512755,0.9,0.8,0.6,3,2,7,5,9,2,9,6,1,2,4,1,1,0,1,0,0 +24395,0,0,1,4,0,3,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,1,0,1,2,1,90,0,0.3741657387,0.7342984508,0.4166533331,3.1622776602,0.4,0.6,0.4,2,2,8,2,6,4,13,7,1,3,7,0,1,0,1,0,0 +24396,0,7,1,10,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.8,0.7,0.9027735043,4,1,-1,0,1,1,1,1,0,1,40,2,0.4,0.8532025231,0.3856163897,3.6055512755,0.7,0.8,0.4,4,1,8,4,9,2,5,2,0,1,15,0,0,1,0,0,0 +24397,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.2871965662,7,0,-1,0,-1,15,1,0,2,1,5,2,0.4472135955,1.2069872335,0.4,3.7416573868,0.5,0.9,0.6,1,1,8,3,10,2,9,6,0,6,12,0,1,1,0,0,0 +24399,0,4,1,3,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.3,0.3,-1.0,6,1,-1,0,0,7,1,1,0,1,92,3,0.4,0.8926403633,0.4045985665,3.4641016151,0.2,0.5,0.0,3,3,10,3,10,2,5,7,1,1,13,0,0,0,1,0,0 +24400,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,4,0,0,1,0.3,0.0,0.5984354602,9,1,-1,2,-1,11,0,0,2,1,94,0,0.3741657387,0.8380294675,0.4301162634,3.6055512755,0.2,0.0,0.1,1,1,7,4,8,1,12,2,3,1,10,0,0,0,1,0,0 +24401,0,4,1,6,0,0,1,0,0,0,0,0,0,0,0,13,0,1,0,0.7,0.4,0.7814249804000001,9,0,1,0,0,11,1,1,1,1,30,3,0.4469899328,1.0441790638,0.3788139385,3.4641016151,0.2,0.1,0.4,3,0,7,3,10,3,14,2,2,2,8,0,0,0,1,0,0 +24402,0,5,1,6,0,0,0,0,1,0,0,0,0,0,0,5,0,0,1,0.9,1.4,1.2041594579,5,1,-1,2,-1,0,0,1,2,1,104,0,0.3943348831,0.5215995741,0.3872983346,0.0,0.1,0.2,0.5,3,2,8,4,8,4,12,9,0,2,10,0,1,1,1,0,1 +24403,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0.6,0.0,0.5629165125,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.6983007711,0.3814446225,2.8284271247,0.4,0.0,0.8,1,2,8,3,9,3,8,6,1,2,7,0,0,1,0,1,0 +24405,0,6,1,5,1,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.3,0.8306623863,4,1,-1,0,1,0,1,1,0,0,39,1,0.3160696126,0.6788572070000001,0.3744329045000001,3.1622776602,0.5,0.9,0.4,4,0,7,3,9,2,12,5,0,6,2,0,0,0,1,0,0 +24410,0,5,1,6,0,6,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.4609772229,11,1,1,0,1,11,1,1,2,1,104,2,0.4472135955,0.7511698865,0.3449637662,3.0,0.9,0.8,0.7,2,3,9,3,11,4,7,1,0,1,6,0,0,1,0,0,1 +24412,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.6,0.2,0.6128825336,7,1,-1,0,-1,15,1,1,0,1,5,2,0.4242640687,0.9730989095,0.4,3.1622776602,0.3,0.0,0.4,3,2,8,2,10,5,10,8,1,0,8,0,0,1,0,1,0 +24413,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.6,0.2,0.6754628043,4,1,-1,0,1,11,1,1,0,1,101,3,0.3741657387,0.8273101890000001,0.3850973903,3.4641016151,0.1,0.7,0.2,2,4,8,3,8,2,7,7,1,3,12,0,0,1,0,1,0 +24416,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,1.8,1.6990806338,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.8861071890000001,0.4185689907,2.8284271247,0.3,0.3,0.4,3,5,9,2,9,2,10,8,2,7,6,1,1,0,1,0,0 +24417,0,0,2,2,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,7,1,0,2,0,1,1,0,2,1,90,0,0.4242640687,0.9945616585,0.2617250466,3.6055512755,0.9,0.3,0.5,1,1,8,3,10,4,6,3,2,4,4,1,1,0,0,0,0 +24423,0,3,1,4,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.8,0.6,0.8598691761,6,1,-1,0,1,1,1,1,0,1,64,1,0.3152776554,0.4449904818,0.3612478374,0.0,0.0,0.3,0.1,2,3,7,1,11,1,12,5,1,4,5,0,0,0,1,0,0 +24425,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.3,-1.0,6,1,-1,0,0,0,1,1,0,1,62,3,0.4,0.8880869029,0.3826225294,3.3166247904,0.6,0.7,0.9,2,2,6,1,11,3,8,8,2,7,9,0,1,1,0,0,0 +24433,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.9,0.5,1.2663925142,10,0,-1,9,1,10,1,1,0,1,81,3,0.4472135955,1.2399346824,0.4975942122,3.3166247904,0.2,0.0,0.7,1,3,7,4,9,3,9,8,3,0,13,0,1,0,1,0,1 +24436,0,5,3,4,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,1.5644487847,11,1,-1,0,-1,14,1,1,2,1,68,3,0.4,0.9087158317,0.4074309757,3.3166247904,0.8,0.6,0.4,3,3,8,4,11,3,10,3,2,3,7,0,0,0,1,1,0 +24438,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.1,0.1,-1.0,7,1,-1,0,-1,6,1,1,0,1,27,3,0.4,0.8726207320999999,0.3907684737,3.6055512755,0.2,0.1,0.0,4,3,8,4,7,4,6,3,1,6,3,1,1,1,1,0,0 +24440,0,0,1,10,1,0,0,0,0,1,0,0,0,0,0,5,0,0,1,0.6,0.9,1.2487493744,6,1,-1,0,1,14,1,1,0,1,29,3,0.3994996871,0.5940997774,0.3984971769,2.0,0.9,0.8,0.0,1,0,8,6,10,1,9,5,2,1,7,0,1,0,0,0,0 +24445,0,3,1,7,0,0,0,0,0,1,0,0,1,0,1,0,0,1,0,0.7,0.2,0.6763874629000001,5,1,0,0,1,11,1,1,1,1,57,2,0.3947150871,0.5917476567000001,0.3135283081,1.7320508076,0.3,0.8,0.9,3,2,7,5,10,2,15,4,0,6,5,0,1,1,0,1,0 +24446,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.8,0.3,0.7652613933,8,1,0,0,0,11,1,1,2,1,103,3,0.316227766,0.7018864781,0.2887905816,3.4641016151,0.0,0.9,0.2,3,0,6,2,9,4,13,4,1,2,7,0,1,1,0,1,0 +24447,0,0,2,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.6,1.1263880326,11,0,0,1,1,1,1,1,2,1,35,1,0.3741657387,0.9807127615,-1.0,3.4641016151,0.8,0.8,0.6,4,1,9,6,10,2,3,6,1,3,9,0,0,1,1,0,1 +24450,0,1,1,1,0,4,1,0,0,0,0,0,0,0,0,0,1,0,0,0.4,0.0,0.4930770731,7,1,-1,0,-1,1,1,0,2,1,80,3,0.316227766,0.7858248284999999,-1.0,3.6055512755,0.0,0.5,0.0,2,1,6,3,5,4,8,6,1,5,6,0,0,1,1,0,1 +24451,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,7,1,0,0,0,0,1,1,2,1,32,3,0.3160696126,0.4825466192,0.31144823,0.0,0.8,0.7,0.7,2,2,8,4,10,2,3,5,1,2,12,0,0,0,0,1,0 +24454,0,7,2,3,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.6,2.09269563,6,0,-1,0,1,10,1,1,0,1,28,3,0.3741657387,0.8980925609,0.3820994635,3.1622776602,0.5,0.3,0.2,3,1,6,3,9,0,7,5,0,3,4,0,1,0,0,0,0 +24455,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.2,0.5367727638,7,1,-1,0,-1,11,1,1,2,1,99,2,0.316227766,0.5939954364,0.3687817783,2.6457513111,0.8,0.5,0.4,3,0,9,4,8,2,8,4,2,1,7,0,1,1,0,0,0 +24458,0,0,2,2,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.7428828979000001,7,1,-1,0,-1,1,1,1,2,1,65,1,0.3152776554,0.4228494447,0.3471310992,0.0,0.2,0.6,0.2,1,1,9,5,10,2,4,5,4,4,7,0,1,1,0,1,0 +24460,0,2,1,9,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,0.2,0.5,7,1,-1,0,-1,0,1,1,2,1,39,1,0.3160696126,0.663801505,0.3744329045000001,2.8284271247,0.0,0.3,0.3,1,3,6,2,9,1,9,2,3,5,6,0,1,0,0,0,0 +24462,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,3,0,0,1,0.9,0.4,0.7956915231,7,1,-1,0,-1,0,1,1,0,1,39,1,0.3160696126,0.6695872665,0.3744329045000001,3.0,0.5,0.8,0.8,1,1,9,3,10,4,9,4,1,2,4,0,1,0,0,0,0 +24467,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,0.5,0.8089344843999999,11,1,0,0,1,1,1,1,2,1,52,3,0.3741657387,0.7253953040000001,0.2973213749,3.4641016151,0.2,0.6,0.2,1,1,9,4,8,3,10,10,2,8,8,0,1,1,1,1,0 +24469,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.6,1.5746031246,11,1,-1,0,-1,10,1,1,2,1,89,2,0.3872983346,1.0095105598,0.4086563348,3.6055512755,0.6,0.5,0.5,2,3,5,2,11,2,10,7,0,1,6,0,0,1,0,0,0 +24471,0,6,4,10,1,0,0,0,1,0,0,0,0,0,0,7,0,1,0,0.9,1.3,1.3921655791999998,11,1,0,2,1,0,1,1,2,1,100,0,0.3997499218,0.7484971168000001,0.3193743885,3.1622776602,0.7,0.0,0.7,1,1,9,3,8,4,6,4,1,1,4,0,0,0,1,0,1 +24472,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5111262075,7,1,-1,0,-1,1,1,1,2,1,51,2,0.3741657387,0.829243407,0.4017461885,3.6055512755,0.4,0.3,0.1,1,0,8,1,8,0,4,6,1,3,6,0,0,1,0,0,0 +24478,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.6,0.8411301921,11,1,-1,0,-1,0,1,1,0,1,39,1,0.3160696126,0.6376610152000001,0.3744329045000001,2.8284271247,0.9,0.3,0.9,3,6,8,3,7,3,10,3,0,1,18,0,1,0,0,0,0 +24480,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.8,0.3,0.6619101146999999,4,0,0,0,1,14,1,1,2,1,104,2,0.4459820624000001,0.6627796463000001,-1.0,1.7320508076,0.9,0.1,0.0,2,2,8,4,11,2,9,4,2,2,13,0,1,1,1,0,0 +24485,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,11,1,-1,0,-1,14,1,1,0,1,82,3,0.316227766,0.6274538605,0.3685105155,2.8284271247,0.0,0.4,0.6,1,1,8,4,10,2,7,6,0,3,9,1,0,1,1,0,0 +24487,0,0,2,1,1,-1,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,0.3,0.7428828979000001,11,1,1,0,0,11,-1,0,2,1,103,3,0.316227766,0.7685179469,0.2887905816,3.7416573868,0.8,0.8,0.9,3,2,7,1,8,2,6,4,2,1,7,0,0,1,0,0,0 +24489,0,5,3,6,1,0,0,0,0,1,0,0,0,0,0,13,0,1,0,0.9,0.5,0.7889866918999999,7,1,0,0,1,0,1,1,0,1,32,1,0.316227766,0.6574587942,0.2944486373,3.4641016151,0.8,0.6,0.9,2,3,8,4,12,1,5,7,1,4,11,0,1,1,0,0,0 +24490,0,1,2,2,1,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.5,1.0644834428,6,1,-1,0,1,10,1,0,0,1,28,3,0.3872983346,1.1705185331,0.3820994635,3.6055512755,0.8,0.9,0.9,1,1,7,3,9,2,12,7,1,1,7,0,0,0,1,0,0 +24491,0,2,1,6,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.7,0.6,1.2224463178,6,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.9171686579,0.4074309757,3.3166247904,0.3,0.8,0.1,3,1,6,4,11,3,2,10,0,0,6,0,1,1,0,0,1 +24495,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.4623310502,11,0,0,0,0,10,1,1,2,1,28,3,0.3872983346,0.9372899214,0.3286335345,3.1622776602,0.6,0.2,0.0,1,5,8,4,11,1,7,3,4,4,6,0,1,0,1,1,0 +24497,0,3,1,9,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.8,0.4,0.7870038119,11,1,1,0,1,11,1,1,2,1,16,3,0.3741657387,0.7468252365000001,0.3185906464,3.4641016151,0.1,0.9,0.5,3,2,7,5,12,1,5,10,0,2,4,0,1,0,0,0,0 +24499,0,5,2,2,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.9,0.2,0.5809475019,7,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.5378638496,0.3687817783,1.4142135624,0.2,0.6,0.8,3,2,9,3,9,2,14,10,2,3,11,0,0,1,0,0,0 +24500,0,4,1,3,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.8,0.4,0.7889866918999999,6,1,-1,0,0,1,1,1,0,1,10,2,0.316227766,0.7114180926000001,0.3814446225,3.1622776602,0.6,0.5,0.2,1,2,6,4,10,5,9,4,0,2,10,0,1,0,0,1,0 +24502,0,5,1,6,0,6,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.8,0.9350802105,11,1,1,0,0,10,1,0,2,1,28,3,0.3741657387,1.0831603592,0.3248076354,3.6055512755,0.4,0.2,0.1,1,2,9,4,10,2,8,7,1,6,7,0,1,1,1,1,0 +24505,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.7,0.4,0.8085480814,10,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6858818297,0.3583294573,3.4641016151,0.4,0.4,0.8,3,3,10,3,10,4,9,4,1,2,9,0,1,1,1,0,0 +24506,0,2,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.4,0.6304760106,7,1,-1,0,-1,11,1,0,2,1,76,3,0.316227766,0.8282586533,0.3794733192,3.6055512755,0.4,0.3,0.9,2,2,10,3,9,3,5,3,1,3,12,0,0,0,1,1,0 +24507,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,11,1,-1,0,-1,0,1,1,2,1,32,3,0.316227766,0.5928290487,0.3615245497,2.6457513111,0.0,0.2,0.2,2,2,9,4,9,2,10,6,1,1,3,0,1,0,0,0,0 +24508,0,4,2,4,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.7,1.0,1.3306483381999998,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6876267726999999,0.3768288736,3.3166247904,0.4,0.7,0.5,4,2,9,3,8,2,4,8,0,2,8,0,1,1,0,0,0 +24510,0,2,1,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,0.9,1.6397408332,11,1,-1,0,-1,14,1,1,2,1,104,1,0.3160696126,0.5442790364,0.3016620626,2.6457513111,0.0,0.6,0.0,4,3,7,3,9,3,12,5,3,3,7,0,1,1,1,1,1 +24511,0,0,1,6,0,4,1,0,0,0,0,0,0,0,0,13,1,0,0,0.0,0.3,0.7305819598000001,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6195172741,0.34727510710000004,3.0,0.6,0.0,0.3,3,1,7,3,8,1,9,9,2,0,8,0,1,0,0,0,0 +24513,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.0,0.0,0.6279928344,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6641809721,0.3685105155,2.8284271247,0.9,0.9,0.5,1,0,10,5,9,1,9,8,1,3,9,0,1,1,1,1,1 +24515,0,4,1,0,0,0,1,0,0,0,0,0,0,0,0,7,0,1,0,0.4,0.0,0.5989574275,7,1,-1,0,-1,0,1,1,2,1,87,1,0.316227766,0.7312956915000001,0.3615245497,3.6055512755,0.9,0.7,0.6,2,0,7,4,10,2,5,7,2,1,6,0,0,1,0,1,0 +24516,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,0.8782084035,7,1,-1,0,-1,1,1,0,1,1,51,2,0.3741657387,0.8800474254999999,0.4017461885,3.6055512755,0.0,0.7,0.5,4,2,10,3,8,2,8,9,1,1,8,0,0,0,0,0,0 +24522,0,1,2,0,0,6,0,0,0,1,0,0,0,0,0,7,1,0,0,0.9,0.9,1.4004463574,8,1,-1,8,1,13,1,1,0,1,4,2,0.5,1.0250881841,0.5186520992,2.8284271247,0.3,0.1,0.0,4,2,7,1,9,2,4,5,2,3,8,0,0,1,0,1,0 +24523,0,2,1,3,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0.9,0.7,1.4020074893,9,1,0,9,0,17,1,1,2,1,104,3,0.4472135955,0.8843216572,0.3734969879,3.3166247904,0.7,0.3,0.1,1,3,4,5,11,2,5,6,1,5,7,1,0,1,0,1,0 +24524,0,0,2,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,0.5,1.0758717396,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7802309470000001,0.3685105155,3.6055512755,0.3,0.1,0.5,3,1,6,2,8,3,10,7,1,5,8,0,1,1,0,0,0 +24527,0,3,1,2,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.7,0.1,0.5442885264,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7142440956,0.3687817783,3.6055512755,0.6,0.0,0.0,2,3,7,4,9,1,11,4,2,3,4,0,0,1,0,0,0 +24528,0,1,3,4,1,0,0,0,0,1,0,0,0,0,0,5,1,0,0,0.9,0.6,1.1143944544,10,1,-1,0,0,14,1,1,0,1,60,1,0.316227766,0.6557911127,0.34727510710000004,3.4641016151,0.2,0.5,0.8,3,2,9,6,10,4,5,7,3,4,10,0,1,1,0,1,0 +24529,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,11,0,1,0,0.9,0.2,0.7232738070999999,9,1,1,0,1,4,1,1,2,1,104,2,0.4472135955,1.0623243656,0.3704051835,3.6055512755,0.4,0.5,0.6,4,2,7,5,7,2,10,5,1,2,6,0,1,1,0,0,0 +24530,0,7,2,2,1,0,0,0,0,1,0,0,0,0,0,12,0,1,0,0.9,0.4,0.9290452088,6,1,-1,0,1,1,1,1,0,1,74,3,0.3741657387,0.6753939775,0.3861346915,2.8284271247,0.9,0.5,0.7,2,1,10,2,9,5,6,7,3,8,13,0,1,1,0,0,0 +24532,0,2,2,1,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.3,0.0,0.7574628704,7,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.6845400217000001,0.3887158345,3.0,0.7,0.7,0.1,3,1,10,1,10,2,9,5,0,3,11,0,0,1,0,0,1 +24533,0,4,2,3,1,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.6,0.2,0.5367727638,11,1,-1,0,-1,11,1,1,2,1,99,2,0.3155946768,0.559884876,0.3687817783,2.0,0.4,0.0,0.1,3,1,7,3,7,3,6,6,2,6,9,0,1,0,0,1,0 +24534,0,0,1,4,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.6,0.2,0.5320949163,11,1,-1,0,-1,1,1,1,1,1,31,3,0.4242640687,0.8301149975,0.40348482,3.0,0.6,0.8,0.6,3,1,9,1,8,4,8,9,0,2,13,0,1,0,0,1,0 +24537,1,0,1,1,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.6,0.4,0.9443913384,11,0,0,0,0,14,1,1,3,1,68,3,0.4472135955,0.7607629923999999,0.3605551275,2.6457513111,0.9,0.2,0.2,3,0,8,5,9,1,7,6,2,2,10,0,1,1,0,0,0 +24539,0,6,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,0.6,1.012114124,6,0,-1,9,1,15,1,1,0,1,58,3,0.5477225575,1.6036760457,0.500999002,3.1622776602,0.0,0.6,0.6,3,4,6,4,8,3,6,5,2,4,12,1,1,0,0,0,0 +24543,0,1,2,3,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.2,0.2,-1.0,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.7038119348999999,0.3687817783,3.4641016151,0.6,0.8,0.7,2,1,7,3,9,4,3,6,1,0,10,1,1,0,0,0,0 +24544,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.3,0.2,0.7603453162999999,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7464101414000001,0.4306971093,2.4494897428,0.8,0.7,0.5,1,1,8,4,10,4,3,7,1,1,10,0,0,0,0,1,0 +24547,0,5,3,4,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,-1.0,6,0,-1,0,0,15,1,1,0,1,5,2,0.4472135955,1.0775507888,0.4,3.3166247904,0.5,0.5,0.5,2,1,9,5,10,4,6,7,4,4,6,0,0,1,1,1,1 +24550,0,1,2,0,0,-1,0,0,0,1,0,0,0,0,0,7,0,0,1,0.3,0.0,0.6159342497,7,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.6934165027,0.3744329045000001,3.0,0.6,0.4,0.2,4,1,8,2,9,2,10,4,1,2,9,0,1,1,0,1,0 +24551,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.6,0.4,0.6442049363,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.753066047,0.3814446225,3.3166247904,0.9,0.8,0.5,2,3,6,3,11,1,9,4,1,4,9,0,0,0,1,1,0 +24555,0,4,1,5,1,0,0,1,0,0,0,0,0,0,0,7,1,0,0,0.4,0.3,-1.0,8,1,-1,0,1,0,0,1,0,1,34,2,0.4,0.888842687,0.3780211634,3.6055512755,0.7,0.6,0.8,2,0,5,5,6,3,8,5,2,1,5,0,0,1,0,1,0 +24556,0,4,1,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.9,0.2,0.6339361167,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3974921383,0.5731419855,0.3278719262,1.7320508076,0.1,0.2,0.4,2,3,6,3,10,3,12,5,1,2,4,0,0,0,1,0,0 +24557,0,1,1,8,0,6,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.7,1.1731368207,11,1,-1,0,-1,0,0,1,2,1,66,3,0.3998749805,0.7245830947,0.3817066937,3.0,0.0,0.0,0.9,3,3,9,3,9,1,4,3,0,2,8,1,0,1,1,0,0 +24558,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.4,0.0,0.535023364,7,1,-1,0,-1,0,1,0,2,1,87,3,0.316227766,0.8062514014,0.3615245497,3.7416573868,0.0,0.5,0.6,2,2,9,1,10,2,8,3,2,6,5,0,1,1,1,1,0 +24561,0,5,1,10,0,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.0,0.0,0.6269968102000001,10,1,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.5933844379,0.5329165038,3.4641016151,0.9,0.0,0.5,3,2,9,2,8,2,6,9,1,4,14,1,0,1,0,1,0 +24562,0,3,1,4,0,1,1,0,0,0,0,0,0,0,0,5,0,1,0,0.9,0.4,0.679613861,7,0,-1,0,-1,11,1,1,1,1,30,3,0.4472135955,0.9861017667,0.4477722635,3.4641016151,0.3,0.3,0.8,3,1,10,2,10,1,10,6,1,1,5,1,1,0,0,0,0 +24563,0,5,2,4,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,1.1,1.3845125496,9,1,-1,0,-1,15,0,1,2,1,104,3,0.4240283009,0.7352685459999999,0.3442382896,2.2360679775,0.0,0.8,0.0,2,2,9,2,10,2,7,2,1,5,9,1,0,0,1,0,0 +24565,0,3,1,6,0,1,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,1.1,1.4102304776,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7461194374,0.3907684737,3.3166247904,0.3,0.4,0.5,3,2,6,3,10,1,10,3,1,3,8,0,1,1,0,1,0 +24566,0,2,1,8,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.9,0.1,0.4257346591,7,1,1,0,0,1,1,1,2,1,65,1,0.316227766,0.623970226,0.2898275349,3.3166247904,0.3,0.2,0.1,3,1,8,6,10,3,6,5,1,1,5,0,1,1,1,0,0 +24567,0,2,1,5,1,0,0,1,0,0,0,0,0,0,0,4,0,0,1,0.4,0.0,0.5528336097,4,1,-1,1,0,3,1,1,0,1,102,2,0.4,0.8205773013,-1.0,3.6055512755,0.4,0.0,0.4,2,4,8,4,10,2,9,7,0,1,6,0,1,0,0,1,0 +24570,0,0,1,6,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.3,0.709313048,7,1,1,0,0,1,1,1,2,1,64,3,0.316227766,0.6107169611,0.3016620626,2.8284271247,0.8,0.0,0.7,3,0,8,4,7,1,14,3,1,3,5,0,1,0,1,0,0 +24571,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0.9,0.3,0.7541551564,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.6909240429000001,0.3583294573,3.4641016151,0.4,0.0,0.7,4,4,8,5,9,3,6,4,0,2,4,0,1,1,0,1,0 +24578,0,4,1,11,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.9,0.7,0.810863737,7,1,-1,0,-1,11,1,1,2,1,104,2,0.4469899328,0.6799975693000001,0.4086563348,2.0,0.7,0.1,0.1,2,0,4,1,9,2,7,5,1,6,3,1,1,1,0,0,0 +24581,0,2,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.3,0.6661456297,6,1,-1,0,1,0,1,1,0,1,95,2,0.4,0.959650849,0.3986226286,3.6055512755,0.7,0.9,0.1,2,1,10,3,8,0,10,6,3,3,3,1,1,0,0,1,1 +24585,0,3,1,8,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,1.0,1.2801367114,11,1,1,0,0,7,1,1,2,1,96,3,0.4,0.7701695637999999,0.3616628264,3.0,0.6,0.2,0.9,1,1,10,2,8,1,10,11,0,3,11,0,1,0,1,0,0 +24586,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.9,0.4,0.8728545125,11,1,-1,0,-1,4,1,1,2,1,12,3,0.4,0.7834153875,0.3708099244,3.4641016151,0.1,0.1,0.4,3,1,8,1,7,2,4,3,1,2,6,0,0,1,0,0,0 +24587,0,7,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.4,0.9794769012,4,1,-1,0,0,11,1,1,0,1,19,1,0.3155946768,0.5237342079999999,0.3626292873,1.4142135624,0.0,0.2,0.5,2,2,7,3,11,2,11,6,0,3,3,0,0,1,0,0,0 +24591,1,3,1,4,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.3092329219,10,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,0.9303536162,0.4185689907,3.1622776602,0.3,0.4,0.5,2,3,8,2,8,4,10,13,0,1,6,0,0,0,0,0,0 +24592,0,1,1,6,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.6,0.3,0.4860555524,11,1,0,0,1,0,1,1,0,1,32,3,0.3160696126,0.5328854868999999,-1.0,1.4142135624,0.4,0.8,0.1,4,0,6,6,5,3,13,6,1,5,8,0,1,1,0,0,1 +24594,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.6,0.2,0.5356071321,11,1,1,0,0,4,1,0,2,1,12,3,0.4,0.8777200931999999,0.3248076354,3.6055512755,0.9,0.9,0.3,3,1,5,3,7,1,14,7,3,3,5,0,1,0,0,1,0 +24596,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,1.4,1.3067134345,9,0,1,1,1,16,1,1,2,1,104,3,0.316227766,0.8659418987,0.3016620626,3.4641016151,0.4,0.3,0.5,4,1,7,3,11,4,10,4,1,5,9,0,1,1,0,1,0 +24598,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.5,0.3,0.6144102864000001,10,1,-1,0,-1,1,1,1,2,1,64,3,0.3160696126,0.5444877796,0.3640054945,2.2360679775,0.8,0.8,0.2,3,0,7,1,10,4,9,3,2,2,5,1,1,0,0,0,0 +24600,0,1,1,10,0,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.9,0.5,0.825,11,1,1,0,1,15,1,0,0,1,97,3,0.3605551275,0.8733307573000001,0.2983286778,3.6055512755,0.3,0.3,0.7,1,4,5,4,10,2,5,5,2,2,8,0,1,1,1,0,1 +24601,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.9,0.8,1.2954246408,11,1,1,0,1,4,1,1,2,1,12,3,0.4,0.7031364209000001,0.3248076354,3.0,0.5,0.8,0.2,3,3,6,2,10,2,10,7,2,3,9,1,1,1,0,0,0 +24605,0,0,1,7,0,6,0,1,0,0,0,0,0,0,0,7,0,1,0,0.4,1.2,1.4491376746,11,0,1,1,1,0,1,1,1,1,75,2,0.4472135955,1.0878365823,0.3823610859,3.3166247904,0.3,0.4,0.4,2,1,7,2,9,3,10,6,2,5,8,0,1,1,1,0,0 +24607,0,5,2,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.2,0.6977642868,11,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6349985358,0.3666060556,2.8284271247,0.1,0.9,0.6,3,2,7,2,10,4,7,9,1,1,8,0,0,1,0,1,0 +24612,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.8,0.6,0.9953014619,10,1,-1,0,1,1,1,1,0,1,91,3,0.4242640687,0.8485768348,0.4347413024,2.8284271247,0.9,0.9,0.2,3,2,7,2,8,2,8,2,2,1,10,0,0,1,0,0,0 +24614,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,4,1,0,0,0.5,0.4,0.7280109889,5,1,0,0,0,11,1,1,3,1,101,3,0.3741657387,0.7605592766,0.3214031736,3.1622776602,0.2,0.6,0.8,3,0,8,2,9,4,12,5,1,1,6,0,0,1,0,0,0 +24616,0,2,1,8,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,0.3,0.6209871174,7,1,-1,0,-1,1,1,1,2,1,65,3,0.316227766,0.6249297481,0.3507135583,3.3166247904,0.3,0.1,0.9,4,1,7,2,8,3,7,9,0,3,11,0,0,0,1,0,0 +24618,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.0,0.0,1.1546103239,11,1,0,0,0,6,1,1,0,1,27,3,0.3741657387,0.7819767281000001,0.3204684072,3.4641016151,0.4,0.8,0.1,2,1,7,5,6,2,5,4,1,5,5,0,1,1,1,0,0 +24624,0,4,1,7,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.2,0.5448623679,7,1,1,0,0,0,1,1,2,1,34,2,0.4,0.7276277543,0.3144837039,3.0,0.7,0.3,0.0,3,1,8,4,9,3,9,5,2,4,5,0,0,1,0,0,0 +24626,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.6,1.1,0.7048936090000001,7,1,1,0,0,15,1,0,0,1,97,3,0.3872983346,0.9278518691,0.2983286778,3.6055512755,0.9,0.7,0.8,2,0,9,2,9,3,8,2,1,8,7,0,1,1,1,1,0 +24628,0,5,1,9,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,0.6,0.9,0.8381527307,7,1,-1,2,-1,1,1,1,2,1,90,0,0.4242640687,0.8571442590999999,0.4047221269,3.3166247904,0.4,0.9,0.2,4,3,8,4,8,2,15,1,3,3,8,0,1,1,0,0,1 +24630,0,1,1,7,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.3,0.4,-1.0,6,0,1,0,0,10,1,1,2,1,28,3,0.3741657387,0.6610003688,0.3286335345,2.0,0.6,0.2,0.4,2,3,9,4,10,4,7,7,2,1,8,0,1,0,0,0,0 +24631,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.9,0.8,1.1997395551,10,1,-1,2,1,1,1,1,0,1,90,0,0.3741657387,0.6282107611,0.4166533331,2.6457513111,0.6,0.1,0.6,1,3,8,3,11,1,8,7,2,3,7,0,1,0,1,0,0 +24632,0,5,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,5,1,0,0,1,0,1,1,2,1,104,1,0.3994996871,0.4524953769,-1.0,0.0,0.7,0.1,0.3,2,4,8,4,10,2,8,2,1,1,5,0,0,0,0,1,0 +24633,0,6,1,7,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.4,0.0,0.7652613933,4,1,-1,0,1,14,1,0,0,1,72,2,0.4,1.1433964194,0.4093897898,3.7416573868,0.7,0.7,0.9,4,2,7,4,10,3,10,4,2,6,10,0,1,1,1,0,0 +24635,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.6,0.9549214627,10,1,-1,0,1,11,1,1,0,1,7,3,0.3741657387,0.7909874568999999,0.4129164564,3.1622776602,0.6,0.4,0.5,1,1,8,2,10,2,6,5,2,3,12,0,0,0,1,0,1 +24640,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.7,0.3,0.6,7,1,-1,0,-1,0,1,1,1,1,32,3,0.3160696126,0.5256243827,0.3674234614,1.0,0.8,0.6,0.6,1,1,8,6,9,4,8,5,1,1,6,1,1,1,0,0,0 +24642,0,3,1,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.0,1.2,1.9681844426,7,1,1,0,1,7,1,1,2,1,96,3,0.4,0.6826812718999999,0.3616628264,2.6457513111,0.6,0.2,0.5,2,2,8,4,10,0,5,5,1,3,9,0,1,1,1,1,0 +24643,0,6,1,7,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.4,0.5,0.7778174593000001,4,1,-1,7,1,15,1,1,4,1,104,0,0.5,1.0181209397,0.5224940190999999,3.0,0.7,0.9,0.2,2,2,6,3,10,0,6,2,0,3,5,0,0,0,0,1,0 +24644,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.5,0.2,0.9027735043,11,1,-1,0,-1,11,1,0,2,1,101,3,0.3741657387,0.9061315468,0.3850973903,3.6055512755,0.6,0.2,0.0,3,2,7,3,10,3,8,6,2,5,5,0,1,0,0,1,0 +24645,0,1,1,5,0,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0.4,0.0,0.7491662031999999,6,1,-1,0,1,1,1,1,0,1,51,2,0.3741657387,0.8502831322,0.4017461885,3.6055512755,0.9,0.8,0.9,2,3,6,4,11,3,8,2,3,2,6,0,0,0,0,0,0 +24647,0,0,1,9,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.3,0.2,-1.0,11,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.7531380631,0.3685105155,3.6055512755,0.3,0.5,0.0,1,2,8,3,9,4,6,7,2,2,7,0,1,1,1,1,0 +24648,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,-1.0,3,1,1,0,0,4,1,0,2,1,12,3,0.4,0.9100336021,0.3248076354,3.6055512755,0.9,0.1,0.9,3,3,8,5,9,2,10,2,4,4,6,0,1,0,1,0,1 +24649,0,5,1,4,1,0,0,0,1,0,0,0,0,0,0,5,0,1,0,0.7,0.7,0.9117291264,7,1,-1,0,-1,4,1,1,2,1,84,3,0.316227766,0.7509222979000001,0.3667424164,3.4641016151,0.5,0.5,0.5,2,1,6,5,9,1,8,2,0,0,3,1,1,1,0,1,0 +24651,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,1.3,1.1470069747,11,0,1,0,1,11,1,0,2,1,104,2,0.4,1.0545454545,0.3421987726,3.6055512755,0.0,0.2,0.3,3,1,6,3,10,1,7,8,1,2,4,0,1,0,1,1,0 +24652,0,0,3,6,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.1,0.1,-1.0,4,1,-1,2,1,1,1,1,0,1,1,0,0.4242640687,0.8711989459,0.4189272013000001,3.1622776602,0.7,0.9,0.1,2,2,8,1,7,1,11,6,1,4,3,1,1,1,1,1,0 +24653,0,6,3,3,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.2,1.9551214796,11,0,1,9,0,9,1,1,2,1,104,3,0.4472135955,1.3091382567,0.3969886648,3.4641016151,0.3,0.5,0.0,2,0,6,3,9,1,3,4,1,3,7,0,1,0,0,0,1 +24656,0,0,1,5,1,6,1,0,0,0,0,0,0,0,0,10,0,0,0,0.3,0.3,-1.0,7,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7768871984000001,0.3907684737,3.6055512755,0.6,0.6,0.8,2,3,5,2,9,2,6,7,1,3,13,0,1,0,0,0,0 +24660,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.3,0.75,7,1,-1,0,-1,0,1,1,1,1,78,3,0.4,0.8027329352,0.3848376281000001,3.1622776602,0.9,0.9,0.7,2,1,6,3,8,2,11,8,2,2,5,0,1,0,1,1,0 +24662,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.2,-1.0,11,1,-1,0,-1,1,1,1,2,1,80,3,0.316227766,0.7557219743000001,-1.0,3.6055512755,0.6,0.3,0.9,3,3,3,2,9,3,8,3,0,6,2,0,0,1,0,1,0 +24665,0,0,2,1,0,6,1,0,0,0,0,0,0,0,0,3,0,0,1,0.7,0.2,0.6955213872,6,1,-1,0,0,1,1,1,0,1,70,3,0.3741657387,0.7321568951,0.3937003937,2.8284271247,0.5,0.0,0.0,3,3,9,4,10,3,11,3,1,1,9,1,1,1,0,1,0 +24668,0,1,1,3,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.3,0.0,0.5884301148,11,1,-1,0,-1,0,1,1,2,1,37,2,0.316227766,0.7256587204,0.3754996671,3.1622776602,0.0,0.9,0.6,4,1,9,5,10,3,6,9,1,2,14,0,1,1,1,1,0 +24669,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.8,0.4,0.6585969936,11,1,-1,0,-1,14,1,1,2,1,104,2,0.4459820624000001,0.5888951695,0.4062019202,1.0,0.7,0.2,0.9,1,2,9,3,10,1,6,3,2,1,5,0,1,1,0,0,0 +24670,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.9,1.8,1.8246575021,8,0,-1,0,1,10,1,1,0,1,83,2,0.4242640687,1.0519266071,0.4009987531000001,3.3166247904,0.5,0.5,0.3,1,3,10,4,11,2,13,10,0,3,7,0,1,1,0,0,1 +24673,0,5,1,3,1,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.7154544011,7,1,1,0,1,11,1,1,2,1,103,1,0.316227766,0.5286033367,0.2887905816,2.0,0.0,0.6,0.5,1,2,5,4,11,1,5,5,0,3,7,0,1,0,0,1,0 +24674,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.9354143467,4,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6057404457,0.3619392214,2.8284271247,0.5,0.9,0.7,2,1,8,2,6,2,9,4,3,1,6,0,0,1,0,1,0 +24675,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.3160696126,0.4273694281,0.3619392214,0.0,0.0,0.1,0.7,1,4,8,5,10,2,10,7,2,2,11,0,1,1,0,0,0 +24676,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0.6,0.4,0.704006392,11,1,0,0,1,14,1,1,3,1,60,1,0.316227766,0.6384058141,0.3070830507,3.3166247904,0.7,0.3,0.8,3,4,8,2,9,2,8,7,2,4,7,0,1,1,1,0,1 +24679,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.5,0.5,0.8789197916,9,1,1,9,0,15,1,1,2,1,41,2,0.5196152423,1.1370543355,0.423083916,3.1622776602,0.5,0.6,0.3,1,1,8,7,12,4,11,9,3,3,9,0,0,1,0,1,0 +24680,0,0,1,9,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.0,0.0,0.810863737,6,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.7142440956,0.3687817783,3.6055512755,0.0,0.3,0.0,2,2,8,4,8,1,8,5,0,6,8,0,0,1,0,0,0 +24684,0,3,1,2,1,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0.4,0.0,0.9698582371,10,0,-1,0,0,11,1,1,0,1,44,3,0.4472135955,0.7747166904,0.4062019202,3.1622776602,0.7,0.0,0.1,4,1,7,4,5,3,8,5,3,1,4,0,1,1,0,1,0 +24685,0,5,1,11,0,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.7,0.4,0.6509608283,7,1,1,0,0,15,1,0,2,1,63,2,0.3872983346,0.9154324273,0.3193743885,3.7416573868,0.5,0.4,0.3,4,2,8,3,6,3,11,6,3,3,7,0,0,1,1,1,0 +24686,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.3,-1.0,4,0,-1,1,0,14,1,1,0,1,104,2,0.4795831523,0.8614685712000001,0.438520239,2.6457513111,0.8,0.3,0.3,2,3,6,3,8,6,15,5,1,4,0,0,0,0,1,1,0 +24689,0,7,1,6,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.7356969484999999,6,1,-1,0,0,11,1,0,0,1,3,2,0.4242640687,1.1976561131,0.4349712634,3.7416573868,0.9,0.5,0.5,3,0,6,2,9,2,7,6,2,1,9,0,1,1,0,0,0 +24693,0,0,2,3,1,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.6,0.6,0.9637167634,11,1,1,0,0,4,1,0,0,1,84,3,0.316227766,0.8406019095,0.3201562119,3.7416573868,0.6,0.5,0.2,4,0,6,1,9,0,13,7,0,6,8,0,0,1,1,0,0 +24694,0,5,1,7,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,11,1,-1,2,-1,1,1,1,2,1,1,0,0.4242640687,0.950902138,0.4308131846,3.3166247904,0.6,0.1,0.7,3,2,8,1,7,4,10,9,0,6,4,1,1,1,0,0,0 +24696,0,6,1,6,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0.7,0.2,0.5989574275,6,0,-1,0,1,11,1,1,0,1,53,2,0.4472135955,0.7825445885,0.4306971093,2.8284271247,0.3,0.3,0.1,3,2,8,3,8,2,7,5,0,4,7,0,1,1,0,0,0 +24698,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,13,0,0,1,0.9,0.3,0.7022285953,11,1,1,0,1,0,1,1,2,1,32,3,0.3160696126,0.4825466192,0.31144823,0.0,0.8,0.4,0.0,3,4,9,4,10,3,18,6,2,1,10,0,1,1,1,1,0 +24701,1,1,1,6,0,3,1,0,0,0,0,0,0,0,0,5,0,1,0,0.0,0.3,0.5963430221,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6622650839,0.3820994635,2.8284271247,0.4,0.3,0.6,2,2,7,3,12,3,10,3,5,4,10,1,0,0,0,0,0 +24703,0,0,1,6,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,1.5039531243000002,4,1,-1,0,0,7,1,1,0,1,104,2,0.3872983346,0.9802807828,-1.0,3.6055512755,0.0,0.0,0.3,4,0,9,2,11,1,5,2,1,3,5,0,0,1,0,0,0 +24705,0,3,2,5,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.9,0.5,0.6139014579,0,1,-1,0,1,11,1,1,0,1,99,2,0.316227766,0.5871207234,0.3687817783,2.6457513111,0.1,0.3,0.6,3,3,8,4,9,2,7,4,3,0,4,0,1,1,1,0,1 +24707,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.4,1.7764078923,10,0,-1,0,1,6,1,1,0,1,77,2,0.4,0.8008260198,0.4216633728,3.3166247904,0.7,0.3,0.6,2,2,8,3,11,1,8,4,2,3,4,0,1,1,0,0,0 +24711,0,2,1,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.2,-1.0,7,0,-1,0,-1,1,1,1,2,1,104,2,0.4242640687,1.0605725103,0.4141255848,3.6055512755,0.4,0.9,0.3,1,1,8,2,10,3,8,8,0,0,5,1,0,1,0,0,0 +24712,0,3,1,2,0,0,1,0,0,0,0,0,0,0,0,5,0,1,0,0.3,0.0,0.6046693311,7,1,0,0,1,0,1,1,2,1,32,3,0.316227766,0.5406416451,0.2944486373,2.4494897428,0.8,0.6,0.5,2,1,9,3,10,3,9,5,2,2,4,0,1,1,0,0,0 +24713,0,0,2,0,1,-1,0,1,0,0,0,0,0,0,0,10,0,0,0,0.8,0.4,0.6986594306,11,1,1,0,1,9,-1,0,2,1,21,3,0.316227766,0.8417808749,0.3130495168,3.6055512755,0.3,0.1,0.2,2,3,8,4,8,1,16,5,2,4,13,0,0,1,1,1,1 +24715,0,2,1,4,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.7,0.7862092597,10,1,-1,0,1,1,1,1,0,1,10,2,0.316227766,0.6178642232,0.3768288736,2.6457513111,0.0,0.9,0.9,3,1,8,0,9,4,8,6,0,7,11,0,1,1,0,1,0 +24716,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.7,0.8,0.884943501,10,1,-1,8,1,11,0,1,0,1,24,2,0.5291502621999999,1.2078684866,0.5394441584,3.3166247904,0.8,0.8,0.2,3,1,7,6,11,4,10,6,2,0,11,1,0,0,0,0,0 +24717,0,5,1,7,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.1,1.2361735315,11,0,1,8,0,14,-1,1,2,1,18,2,0.5656854249000001,1.516656828,0.4311612227,3.6055512755,0.5,0.9,0.9,4,4,9,2,11,2,6,7,2,1,6,0,0,1,1,1,0 +24720,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,12,0,1,0,0.7,0.4,0.7163274391,6,1,-1,0,1,1,1,1,0,1,74,3,0.3605551275,0.5175634269,0.3667424164,1.0,0.1,0.3,0.9,3,0,5,3,10,4,5,5,2,3,5,0,1,1,1,1,0 +24721,0,6,1,8,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.2,0.3,-1.0,8,1,-1,1,1,3,1,0,0,1,102,2,0.4,0.9508260871,-1.0,3.6055512755,0.3,0.5,0.2,4,2,9,4,12,1,9,7,2,5,5,0,1,1,0,0,0 +24722,0,6,1,6,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.9,0.9,1.4448183277000002,6,1,-1,0,1,0,1,1,0,1,98,3,0.4,0.8926814467,0.3974921383,3.3166247904,0.5,0.1,0.2,1,0,5,3,7,3,5,4,3,0,7,0,1,1,1,0,0 +24723,0,3,1,7,0,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.1,0.1,-1.0,6,1,-1,0,1,1,1,0,0,1,51,2,0.4,0.9815224723,0.4017461885,3.6055512755,0.6,0.6,0.7,3,0,7,4,7,2,14,8,1,2,8,0,1,1,1,0,0 +24727,0,0,2,5,0,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.9,0.2,0.54886246,11,0,1,0,1,10,1,0,1,1,55,2,0.4472135955,1.2095949052,0.359722115,3.7416573868,0.6,0.1,0.3,2,3,10,1,9,0,11,7,1,9,4,0,1,0,0,1,0 +24731,0,4,2,2,1,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.8,0.3,0.5640257086,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6300826392000001,0.34727510710000004,3.0,0.2,0.9,0.0,2,0,8,2,9,3,4,3,2,3,2,0,0,1,1,1,0 +24736,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,11,1,1,0,1,103,1,0.316227766,0.6449101417,0.3583294573,3.4641016151,0.8,0.0,0.1,1,3,8,3,7,1,8,6,2,2,8,1,1,1,1,0,0 +24738,0,3,1,5,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.9,0.2,0.6339361167,7,1,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.7043254789,0.4477722635,1.4142135624,0.6,0.3,0.9,3,1,9,4,9,3,8,6,0,7,7,0,1,1,1,1,0 +24742,0,5,1,10,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.7,0.8724964183,11,1,1,8,1,9,1,1,2,1,13,3,0.4472135955,1.0814743533,0.3991240409,3.6055512755,0.1,0.2,0.9,2,1,8,3,11,1,12,8,1,2,9,0,1,1,0,1,0 +24745,0,4,2,1,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.5,0.825378701,11,1,-1,0,-1,1,1,1,1,1,70,3,0.4,0.8599802995999999,0.3962322551,3.4641016151,0.5,0.8,0.8,1,1,7,1,8,3,6,8,2,3,5,0,1,1,0,1,0 +24752,0,0,1,6,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6239991987,10,1,-1,0,0,11,1,1,0,1,103,2,0.316227766,0.6979752298999999,0.3583294573,3.4641016151,0.5,0.2,0.2,2,2,9,3,8,3,6,3,3,4,6,0,1,1,0,0,0 +24757,0,0,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.9,1.5,1.5219231255,11,0,-1,0,-1,4,1,0,2,1,104,2,0.4472135955,1.1503143659,0.4224926035,3.6055512755,0.2,0.1,0.0,3,2,6,1,9,4,5,1,0,1,4,0,1,1,0,0,1 +24759,0,1,1,6,0,6,0,1,0,0,0,0,0,1,1,0,0,0,1,0.8,0.1,0.3960744879,7,1,0,0,0,0,1,1,2,1,22,3,0.316227766,0.7889474105,0.310322413,3.6055512755,0.2,0.3,0.4,1,1,7,2,8,4,4,6,2,5,9,0,1,1,1,0,0 +24760,0,1,3,6,1,4,0,1,0,0,0,0,0,0,0,3,0,0,1,0.9,1.2,1.1784523749,11,1,1,0,1,1,1,0,2,1,52,3,0.3741657387,0.846297234,0.30903074280000004,3.6055512755,0.4,0.2,0.5,3,2,7,5,10,3,12,7,1,2,10,0,1,0,0,0,1 +24761,0,1,2,1,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.8,1.6,1.6501893831,10,1,-1,0,-1,6,1,1,2,1,27,3,0.3741657387,0.7231702473,0.3907684737,3.3166247904,0.3,0.0,0.0,0,3,9,6,12,1,7,3,1,2,5,0,1,0,0,0,1 +24765,0,2,1,4,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.1,0.5931905259,11,1,-1,1,-1,12,1,1,2,1,104,3,0.3741657387,0.7417730601000001,0.3754996671,3.4641016151,0.6,0.9,0.8,2,1,8,4,8,2,10,7,1,5,8,0,1,1,0,0,0 +24768,0,1,1,6,1,4,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,5,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.6692786298,0.30331501780000003,3.3166247904,0.0,0.2,0.3,1,0,9,4,9,2,9,6,0,5,5,0,0,1,0,0,0 +24769,0,0,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.2,0.2,-1.0,7,1,0,0,0,0,1,1,2,1,32,3,0.316227766,0.7001032982,0.2944486373,3.6055512755,0.7,0.3,0.5,3,0,9,3,10,1,9,5,1,5,5,0,1,1,1,0,0 +24770,0,2,1,3,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.3,0.611350963,11,1,-1,0,-1,1,1,1,2,1,85,3,0.3741657387,0.7654199948999999,0.3974921383,3.1622776602,0.8,0.4,0.1,3,1,9,4,7,2,9,6,0,6,7,0,0,0,0,0,0 +24772,0,0,2,2,1,0,0,0,1,0,0,0,0,0,0,10,1,0,0,0.1,0.2,-1.0,11,0,-1,0,-1,15,1,1,0,1,5,2,0.4242640687,0.7333129849,0.4,1.7320508076,0.4,0.4,0.0,2,1,8,3,11,3,7,5,1,2,8,1,0,0,0,1,0 +24781,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,11,0,1,0,0.8,0.2,0.5556527693,11,1,0,0,0,11,1,1,2,1,17,2,0.3741657387,0.9049382427,0.32756678710000003,3.4641016151,0.2,0.3,0.3,1,2,9,5,12,3,8,11,0,1,4,0,1,1,0,1,0 +24784,0,2,2,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.8,0.8,1.2527469816,10,0,-1,0,0,1,1,1,0,1,104,3,0.4242640687,0.7870989731,0.4129164564,3.0,0.6,0.1,0.7,3,1,9,2,10,0,12,5,1,3,8,0,0,1,1,0,0 +24787,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0.8,0.3,0.6708203932,7,1,-1,0,-1,4,1,1,2,1,9,2,0.316227766,0.7036210945,0.3943348831,3.3166247904,0.6,0.0,0.5,1,4,6,3,6,4,11,8,2,2,5,1,0,1,1,0,0 +24788,0,0,1,6,0,1,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.3,0.6609652033,11,1,0,0,0,11,1,1,2,1,57,2,0.3741657387,0.7164247782,0.3286335345,3.1622776602,0.5,0.4,0.1,2,1,7,1,11,2,7,2,0,5,4,0,1,0,0,1,0 +24794,0,5,1,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.7,0.3,0.7310095759,11,1,-1,8,-1,11,1,0,2,1,71,2,0.4898979486,1.3033015926,0.4949747468,3.6055512755,0.0,0.5,0.2,2,1,7,2,7,2,12,8,2,2,6,0,0,0,0,0,0 +24798,0,1,1,6,0,0,0,0,1,0,0,0,0,0,0,5,1,0,0,0.3,0.2,-1.0,8,1,-1,0,1,1,1,1,0,1,40,2,0.3741657387,0.6578986081,0.3814446225,2.6457513111,0.1,0.6,0.5,4,2,10,5,10,2,8,4,1,6,8,0,0,0,1,0,0 +24800,0,0,1,7,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.7,0.2,0.5830951895,7,0,0,0,0,11,1,1,2,1,53,2,0.4472135955,0.8965613833,0.3774917218,3.3166247904,0.0,0.1,0.0,3,2,7,5,7,3,6,3,2,5,8,1,1,1,0,1,0 +24807,0,4,1,4,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.3,0.6,-1.0,6,1,-1,0,0,14,1,1,0,1,68,3,0.4,0.9040885095,0.4074309757,3.3166247904,0.8,0.7,0.4,0,4,6,3,12,2,7,3,2,1,5,0,1,1,0,0,1 +24809,0,5,1,6,1,4,0,0,1,0,0,0,0,0,0,12,0,1,0,0.9,0.3,0.7395099729000001,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7346613320000001,0.3615245497,3.3166247904,0.7,0.2,0.2,2,3,7,3,10,0,10,4,2,3,10,0,0,0,0,0,0 +24819,0,4,1,1,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.3,0.0,1.5546301811,8,1,-1,0,0,11,1,0,0,1,69,2,0.4242640687,1.1588699433,-1.0,3.6055512755,0.4,0.4,0.7,4,0,9,4,10,1,9,5,2,3,12,0,1,1,0,1,0 +24820,0,0,1,1,1,3,1,0,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,5,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.5943084042,0.3016620626,2.6457513111,0.1,0.6,0.8,3,2,7,5,8,1,10,4,1,3,4,0,1,0,1,1,0 +24821,0,0,1,5,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.6,0.1,0.5062114182999999,7,1,1,8,0,11,1,0,2,1,71,2,0.4898979486,1.3033015926,0.4125530269,3.6055512755,0.5,0.6,0.1,4,3,6,4,10,1,6,6,1,0,4,0,1,1,0,0,0 +24822,0,6,1,5,1,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,1.8,1.7589059099000002,11,0,0,9,1,17,-1,0,-1,1,104,3,0.6,1.5915583091,-1.0,3.6055512755,0.0,0.2,0.2,2,3,8,5,8,3,12,3,0,3,7,0,0,0,0,0,0 +24825,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0,0.9,0.5,1.0729631867,11,1,1,8,0,14,1,0,2,1,18,2,0.5,1.3078750667,0.4311612227,3.6055512755,0.0,0.5,0.4,1,2,8,4,8,3,8,5,0,1,6,0,1,1,0,0,1 +24828,0,3,1,3,1,0,0,1,0,0,0,0,0,0,0,12,0,1,0,0.8,0.4,0.8511022265000001,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3983716857,0.6408929721,0.3926830783,2.2360679775,0.1,0.9,0.9,3,2,9,4,12,3,14,5,2,2,3,0,1,0,0,0,0 +24829,0,5,1,3,0,0,0,0,0,1,0,0,0,0,0,7,0,1,0,0.9,1.2,1.2727922061,10,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0021258396,0.4,3.1622776602,0.9,0.6,0.6,1,2,8,1,8,1,15,5,5,3,8,0,0,1,0,1,0 +24832,0,1,1,6,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,1.1,1.2088217404,11,1,-1,0,-1,11,1,1,0,1,47,2,0.3741657387,0.9423682143,0.3817066937,3.7416573868,0.6,0.9,0.3,1,2,9,4,7,4,13,6,1,1,14,0,0,0,1,1,0 +24835,0,2,1,9,0,0,0,1,0,0,0,0,0,0,0,5,1,0,0,0.8,0.4,0.679613861,7,1,-1,0,-1,1,0,1,2,1,51,2,0.4,0.9032311145,0.4017461885,3.7416573868,0.5,0.2,0.3,5,2,5,3,10,5,8,7,2,4,2,0,0,0,1,0,0 +24838,0,0,4,5,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,0,0,1,22,3,0.316227766,0.869168882,0.374566416,3.7416573868,0.2,0.8,0.8,4,1,9,2,9,2,12,3,1,1,5,1,0,1,0,0,1 +24839,0,6,3,5,1,0,0,1,0,0,0,0,0,0,0,10,0,0,0,0.7,0.3,0.9443913384,4,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6841928344,0.3744329045000001,3.0,0.3,0.3,0.7,0,1,9,3,10,2,8,6,2,3,4,0,1,1,1,1,0 +24841,0,2,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.7,0.5,0.925,7,1,-1,0,-1,11,1,1,2,1,44,1,0.423792402,0.5756957702000001,0.3976179070000001,1.0,0.1,0.4,0.0,4,2,6,4,11,1,9,4,1,4,10,0,0,0,0,0,0 +24844,0,1,1,8,0,0,1,0,0,0,0,0,0,0,0,12,1,0,0,0.7,0.3,0.5884301148,7,1,-1,0,-1,11,1,1,2,1,67,2,0.3741657387,0.6764638244,0.3666060556,3.1622776602,0.4,0.5,0.3,1,2,5,6,7,3,6,8,2,2,7,0,0,1,0,0,0 +24847,0,0,1,4,0,6,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.2,0.428660705,7,1,-1,0,-1,1,1,1,1,1,31,3,0.4242640687,0.9024759332,0.4130375286,3.3166247904,0.2,0.1,0.9,2,1,8,6,9,5,7,6,1,2,4,0,1,0,0,0,1 +24849,0,0,1,11,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.2,0.452078533,7,1,-1,0,-1,1,1,1,2,1,40,2,0.3741657387,0.7069752821999999,0.3814446225,2.8284271247,0.6,0.3,0.6,2,1,9,1,10,1,7,5,2,3,7,0,0,0,0,0,1 +24860,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.2,0.7185053932,6,1,0,0,0,0,1,1,2,1,22,3,0.316227766,0.7254807468000001,0.310322413,3.1622776602,0.8,0.2,0.1,3,2,9,2,8,1,9,6,0,1,4,0,1,1,0,1,0 +24863,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.5645794895,11,1,-1,0,-1,11,1,1,2,1,103,3,0.316227766,0.626844386,0.3583294573,3.0,0.8,0.3,0.6,1,0,7,3,8,2,7,5,1,4,9,1,1,1,0,1,0 +24865,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.6,0.3,0.6244997997999999,11,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7480691398999999,0.4306971093,2.4494897428,0.3,0.9,0.5,3,3,7,3,10,3,15,3,0,6,11,0,1,0,1,1,0 +24868,0,0,1,2,0,0,0,1,0,0,0,1,1,1,3,0,0,0,1,0.5,0.8,1.1002840542,11,1,1,1,1,12,0,0,2,1,104,2,0.3872983346,1.0256825988,0.3721558813000001,3.6055512755,0.9,0.3,0.5,3,2,8,4,8,3,11,5,2,6,6,0,1,1,0,0,0 +24869,0,2,1,5,0,2,0,0,0,1,0,0,0,0,0,9,1,0,0,0.8,1.0,1.1067971811,4,1,-1,0,1,4,1,1,0,1,50,2,0.4,0.6681818182,0.3943348831,3.0,0.2,0.1,0.5,1,4,6,2,8,2,9,2,3,3,6,0,1,1,0,0,0 +24876,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.9,0.6,0.6595452978999999,10,1,1,6,1,14,0,1,2,1,104,0,0.5,1.0607186087,0.4174925149,3.6055512755,0.0,0.1,0.8,3,1,6,2,9,1,5,9,2,8,14,1,0,1,0,0,0 +24883,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.5,0.3,1.1728704106,9,1,0,0,0,0,1,1,2,1,88,3,0.4,0.6313274746,0.3289376841,2.0,0.8,0.4,0.2,2,0,8,1,11,3,8,8,1,3,13,0,1,1,0,0,0 +24886,0,2,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.8,0.6,0.7219764539,6,1,-1,0,1,1,1,1,0,1,65,1,0.316227766,0.5866278475,0.3507135583,2.8284271247,0.8,0.6,0.4,3,2,9,3,10,1,6,10,0,0,6,0,1,1,0,1,0 +24889,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,0,1,1,0,1,87,3,0.316227766,0.6793135816,0.3615245497,3.1622776602,0.8,0.2,0.1,2,1,6,3,7,3,8,5,1,0,7,1,0,1,0,1,0 +24892,0,0,2,1,1,4,0,1,0,0,0,0,0,0,0,9,1,0,0,0.9,1.4,1.3476831972,0,1,-1,0,0,11,1,0,0,1,76,2,0.316227766,0.8407862318000001,0.3794733192,3.6055512755,0.2,0.7,0.4,2,1,9,3,9,1,8,2,1,2,12,0,1,0,0,1,0 +24893,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.3,0.9006941767000001,11,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6443492457,0.3768288736,2.8284271247,0.3,0.3,0.6,3,2,5,4,7,2,12,1,0,1,8,0,1,0,0,0,0 +24894,0,1,1,4,1,0,0,0,0,1,0,0,0,0,0,12,1,0,0,0.8,0.5,1.0662434056,11,1,-1,0,-1,14,1,1,2,1,49,3,0.4,0.7802309470000001,0.3685105155,3.6055512755,0.0,0.3,0.1,2,3,8,1,8,2,16,5,0,1,8,0,0,1,0,0,0 +24895,0,5,1,5,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.1,0.1,-1.0,7,0,0,0,1,10,1,1,2,1,28,3,0.3872983346,0.7046627468000001,0.3240370349,2.2360679775,0.0,0.0,0.5,2,5,9,4,11,4,7,4,0,4,5,0,1,0,0,0,1 +24898,0,6,2,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.5,0.6,0.7917543811,6,1,-1,0,1,11,1,1,0,1,36,2,0.3741657387,0.892970713,0.3794733192,3.6055512755,0.4,0.8,0.7,3,2,7,4,10,2,13,6,2,6,8,0,1,0,0,1,0 +24901,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,1,0.4,0.6,0.8620469825,7,1,-1,0,-1,11,1,1,2,1,11,2,0.316227766,0.6927606768000001,0.3687817783,3.4641016151,0.4,0.3,0.1,3,2,5,2,9,3,8,13,2,0,9,0,1,0,0,0,1 +24902,0,4,1,3,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.5,2.0154093877,11,0,0,0,1,10,1,1,1,1,83,2,0.4242640687,1.0210592458,0.3420526275,3.1622776602,0.9,0.0,0.9,2,2,7,5,11,1,10,7,4,3,13,0,1,0,0,0,0 +24904,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.5,0.5,1.0093314619,7,1,1,0,0,11,1,0,2,1,36,3,0.3741657387,0.8724904981999999,0.3190611227,3.6055512755,0.2,0.5,0.9,3,2,9,3,10,4,10,4,1,3,6,0,1,0,1,1,0 +24905,0,0,4,5,1,4,0,0,0,1,0,0,0,0,0,4,0,0,1,0.5,0.2,0.65,7,1,-1,0,-1,11,1,1,3,1,99,2,0.316227766,0.5686725154,0.3687817783,2.2360679775,0.4,0.3,0.6,1,3,9,3,7,3,9,3,0,5,10,0,1,1,0,0,0 +24908,0,1,1,4,1,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.1,0.1,-1.0,5,1,1,0,0,14,1,1,2,1,72,3,0.4,1.0934440245,0.354541958,3.6055512755,0.0,0.4,0.1,2,0,8,4,10,4,9,7,1,3,6,0,1,1,0,0,0 +24915,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,0.1,0.5135659646,8,1,-1,0,0,0,0,1,0,1,98,3,0.4,0.8160072111,0.3974921383,3.1622776602,0.0,0.1,0.4,3,2,4,2,9,2,7,1,0,1,4,0,0,0,0,0,0 +24916,0,2,1,11,0,6,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.4,0.6547900427000001,7,0,1,8,0,9,1,0,2,1,13,3,0.4472135955,1.2026142323,0.3991240409,3.6055512755,0.2,0.5,0.3,5,1,6,2,8,1,8,7,0,1,7,0,1,1,1,0,0 +24917,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.6,0.9637167634,11,1,1,2,1,1,0,1,2,1,104,3,0.4242640687,0.9177654321,0.3492849839,3.6055512755,0.9,0.3,0.5,4,3,8,2,11,3,13,3,1,3,3,0,0,1,1,1,0 +24921,0,4,1,2,1,0,0,0,1,0,0,0,0,0,0,6,1,0,0,0.3,0.6,-1.0,6,1,-1,0,0,0,1,1,0,1,46,3,0.4,0.7492834042000001,0.3663331817,3.1622776602,0.0,0.5,0.5,4,4,9,2,6,2,4,7,3,3,9,1,0,1,0,0,0 +24922,0,7,1,6,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.4,0.6368869601,7,1,0,0,1,14,1,1,3,1,42,2,0.4,0.6274867882,0.3376388603,2.2360679775,0.3,0.0,0.8,3,2,6,5,10,4,6,6,0,2,9,0,1,1,0,0,0 +24925,0,0,2,4,0,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,1.5,1.5990231393,11,1,-1,0,-1,1,1,0,2,1,70,3,0.3741657387,0.8980810579999999,0.3860051813,3.6055512755,0.1,0.8,0.7,3,2,4,4,11,3,7,3,1,4,6,0,0,0,1,0,0 +24926,0,1,1,2,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.3,0.49560569,11,1,-1,0,-1,6,1,1,1,1,73,3,0.4,0.8563810073999999,0.4180908992,3.3166247904,0.9,0.2,0.5,2,4,6,3,9,2,8,8,0,3,7,0,0,1,1,0,1 +24927,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0.0,0.8,1.1155155759,7,1,-1,0,-1,11,1,1,2,1,19,3,0.316227766,0.6135185072,0.3887158345,2.6457513111,0.9,0.2,0.6,2,1,9,3,9,2,12,6,1,3,5,0,1,0,1,0,0 +24929,0,3,1,3,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.3,0.8287792226999999,11,1,-1,0,-1,11,1,1,2,1,7,3,0.4242640687,0.6832409398,0.4129164564,2.2360679775,0.5,0.0,0.1,2,2,5,4,10,3,12,11,3,6,10,0,0,0,0,1,0 +24935,0,2,1,2,1,0,0,1,0,0,0,1,0,0,1,7,0,0,1,0.2,0.3,-1.0,5,1,0,0,0,11,1,1,0,1,101,3,0.3741657387,0.7693374847,0.3212475681,3.3166247904,0.5,0.5,0.4,5,3,7,3,11,2,5,4,1,2,10,0,0,1,1,1,0 +24938,0,2,3,2,0,6,0,0,1,0,0,0,0,0,0,3,1,0,0,0.4,0.0,0.7774155903,5,1,-1,0,-1,11,0,1,2,1,103,1,0.316227766,0.6125242448,0.3583294573,3.1622776602,0.6,0.1,0.5,3,5,9,4,11,4,8,4,1,2,9,0,0,0,0,0,0 +24945,0,1,1,5,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0.9,0.0,-1.0,11,0,1,0,0,14,1,0,2,1,72,3,0.4472135955,1.2682144017,0.3601388621,3.7416573868,0.4,0.7,0.3,3,2,7,0,8,5,9,4,1,3,9,0,0,0,1,0,1 +24946,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.4,0.0,0.4264680527,10,0,-1,0,0,10,1,1,0,1,28,3,0.3741657387,0.7727005343000001,0.3820994635,2.8284271247,0.6,0.4,0.8,4,3,9,3,8,1,11,4,2,2,8,0,0,0,0,0,0 +24947,0,6,1,6,1,4,0,0,1,0,0,0,0,0,0,13,0,0,0,0.0,0.0,-1.0,4,1,-1,0,0,11,1,1,0,1,99,2,0.316227766,0.5764847879999999,0.3687817783,2.4494897428,0.4,0.4,0.7,2,5,8,4,8,4,10,8,2,1,3,1,1,0,0,1,0 +24951,0,0,1,3,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0.9,0.5,1.0685855137,10,1,-1,0,0,7,1,0,0,1,79,2,0.3872983346,0.9958799423,0.39,3.7416573868,0.0,0.9,0.8,2,1,9,2,11,2,7,4,2,2,7,0,1,1,0,1,0 +24952,0,4,1,6,0,0,0,0,0,1,0,0,0,0,0,11,0,1,0,0.9,0.6,1.6583123952,10,0,-1,0,1,10,1,1,0,1,28,3,0.3872983346,0.9129803162,0.3820994635,3.0,0.8,0.1,0.8,2,1,9,3,10,3,8,10,2,2,4,0,0,0,0,0,0 +24953,0,0,1,4,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.4,0.8760707734000001,3,1,1,0,0,1,1,0,2,1,25,3,0.3741657387,0.8588888651000001,-1.0,3.6055512755,0.6,0.7,0.6,2,1,6,3,9,3,9,4,2,4,8,0,0,0,0,0,0 +24957,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.4,0.0,0.7897784498999999,7,0,-1,0,-1,1,1,0,1,1,51,2,0.4,0.9644507708,0.4084115571,3.7416573868,0.2,0.4,0.6,1,2,5,2,10,2,6,7,4,6,5,0,1,1,1,0,0 +24959,0,0,2,1,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.4,0.0,-1.0,8,1,-1,0,0,14,1,1,0,1,104,1,0.3160696126,0.4983858242,0.3556683849,1.7320508076,0.1,0.7,0.0,1,1,7,2,9,1,5,6,1,3,8,0,1,1,0,0,0 +24963,0,3,1,4,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.6,0.7,1.3435028843,11,1,-1,2,-1,0,1,1,2,1,104,0,0.3994996871,0.5841041739,0.4123105626,1.4142135624,0.3,0.8,0.7,4,4,7,1,7,4,7,2,0,2,9,0,1,1,0,1,0 +24964,0,1,1,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.9,0.9,0.9344115796,11,1,-1,0,-1,11,1,0,2,1,36,3,0.3741657387,0.9262215521,0.3793415348,3.6055512755,0.2,0.1,0.5,4,2,7,3,9,5,12,3,1,3,7,0,0,1,0,1,0 +24965,0,3,2,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.9,1.8,1.6757461025,11,1,-1,0,-1,11,1,1,2,1,16,3,0.3741657387,0.7526125297,0.3887158345,3.4641016151,0.3,0.5,0.8,2,0,10,2,11,5,11,3,2,4,5,1,0,1,0,1,1 +24968,0,5,1,4,1,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.4,0.0,0.6828250142,5,1,1,0,0,1,1,1,2,1,38,1,0.316227766,0.6849322823,0.299165506,3.4641016151,0.1,0.8,0.6,2,3,9,2,10,1,11,5,5,1,4,0,0,1,1,1,0 +24969,0,1,1,2,1,3,0,1,0,0,0,0,0,0,0,2,0,0,1,0.9,0.3,0.7331439149,11,0,-1,1,-1,9,1,1,1,1,104,2,0.4,1.1657385131,-1.0,3.4641016151,0.8,0.0,0.0,4,2,8,2,11,3,7,9,1,2,4,0,0,1,0,0,0 +24970,0,3,1,5,1,0,0,0,0,1,0,0,0,0,0,10,0,0,1,0.1,0.2,-1.0,7,1,1,0,1,0,1,1,0,1,32,3,0.316227766,0.6051261736,0.2944486373,2.8284271247,0.9,0.0,0.9,3,3,5,3,10,5,13,5,2,4,8,0,1,1,0,0,0 +24971,0,1,1,7,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.0,0.0,0.9158329542,10,1,-1,8,1,14,1,1,0,1,104,2,0.5477225575,1.2915539363,0.5495452665999999,3.4641016151,0.7,0.4,0.5,3,4,9,2,8,4,7,8,1,3,9,0,1,1,1,0,0 +24972,0,0,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0.5,0.3,0.6851094803,11,1,0,0,0,11,1,1,2,1,57,2,0.4242640687,0.6309346339999999,0.3286335345,2.2360679775,0.6,0.8,0.2,2,1,8,2,10,1,11,5,2,5,7,0,1,0,0,0,0 +24974,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0.9,0.4,1.5081031132,7,1,-1,0,-1,1,1,1,2,1,64,1,0.316227766,0.5987763003000001,0.3619392214,2.8284271247,0.6,0.8,0.5,3,3,8,1,10,1,7,4,2,0,6,0,0,0,0,0,1 +24977,0,1,1,8,0,1,1,0,0,0,0,0,0,0,0,7,0,1,0,0.9,0.2,0.605702072,7,1,1,0,1,0,1,1,1,1,54,3,0.4,0.9572256744,0.32,3.6055512755,0.0,0.6,0.2,2,3,9,3,8,2,10,11,1,4,10,0,1,1,0,0,0 +24980,0,0,1,6,0,5,1,0,0,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,5,1,1,2,0,11,1,0,2,1,94,0,0.3741657387,0.8789327206,0.3304542328,3.6055512755,0.6,0.5,0.0,4,0,7,2,11,4,8,5,2,1,6,0,1,1,1,0,0 +24981,0,1,1,7,1,0,0,1,0,0,0,0,0,0,0,7,0,0,0,0.1,0.1,-1.0,10,1,-1,0,1,1,1,1,0,1,31,3,0.4242640687,0.8191408521,0.40348482,3.0,0.2,0.4,0.8,3,2,8,4,9,4,3,12,2,1,8,0,1,1,0,1,0 +24983,1,1,1,2,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.3,0.6562202374,10,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.6633716782,0.3583294573,3.1622776602,0.8,0.2,0.1,2,2,6,3,8,1,7,3,3,6,10,1,1,1,0,0,1 +24985,0,4,1,4,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.9,0.6,1.0176566219,10,1,-1,9,1,16,1,0,0,1,104,2,0.4898979486,1.4821597487,0.5004997502,3.6055512755,0.1,0.3,0.2,1,1,7,6,10,0,7,3,0,4,10,0,1,0,0,0,0 +24986,0,0,1,2,0,4,1,0,0,0,0,0,0,0,0,6,1,0,0,0.3,0.2,0.633442973,11,1,0,0,1,1,1,1,2,1,64,3,0.316227766,0.5941171657,0.3016620626,2.6457513111,0.4,0.0,0.3,2,1,6,2,11,1,9,3,2,2,15,0,1,1,1,1,0 +24991,0,1,1,8,0,0,0,1,0,0,0,0,0,0,0,9,1,0,0,0.2,0.3,-1.0,6,0,-1,9,1,15,1,1,0,1,41,2,0.5477225575,1.2258577702,0.5329165038,2.4494897428,0.0,0.2,0.0,2,2,10,3,8,2,9,3,0,4,9,0,1,1,0,1,0 +24992,0,4,1,5,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.2,0.5396758286,6,1,-1,0,1,14,1,1,0,1,82,3,0.316227766,0.7266332416,0.3685105155,3.4641016151,0.3,0.9,0.0,3,1,5,3,9,0,6,8,0,1,6,0,1,1,0,0,1 +24993,0,5,2,6,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.8,1.0,1.3355710389,11,1,1,0,0,7,1,1,2,1,92,3,0.3741657387,0.7870280955,0.3278719262,3.4641016151,0.4,0.8,0.9,3,3,8,4,10,1,9,5,2,2,9,1,0,0,0,0,0 +24996,0,5,2,2,0,0,0,1,0,0,0,0,0,0,0,8,1,0,0,0.9,1.2,1.5568397477,11,1,1,0,1,10,1,1,2,1,89,2,0.3872983346,0.9300204388,0.33615472630000004,3.1622776602,0.7,0.8,0.3,3,1,8,2,10,3,8,3,0,1,6,0,0,1,1,0,0 +24998,1,0,1,8,1,0,0,0,0,1,0,0,0,0,0,5,0,1,0,0.3,0.0,1.7573061771,11,0,1,0,0,11,1,0,2,1,17,2,0.4242640687,1.0238075103,-1.0,3.7416573868,0.5,0.1,0.7,5,0,6,1,8,2,10,4,1,6,9,0,1,0,0,0,0 +25003,0,5,1,7,1,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0.8,0.6,0.9890020222,8,1,-1,0,0,3,1,1,0,1,15,3,0.4,0.9192388155,0.4009987531000001,3.4641016151,0.7,0.8,0.2,3,4,5,5,11,3,10,5,1,9,9,0,0,0,0,1,0 +25005,0,3,1,3,1,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.4,-1.0,8,1,-1,0,1,14,1,1,0,1,104,0,0.4,0.7919533336,-1.0,3.6055512755,0.5,0.8,0.0,2,1,9,5,9,3,8,2,3,3,5,0,1,1,0,0,0 +25006,0,3,1,8,0,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0.9,0.6,0.9130991184,11,1,0,2,0,11,0,1,2,1,94,0,0.3741657387,0.7972836114,0.3304542328,3.6055512755,0.1,0.0,0.3,3,1,7,7,11,2,4,6,1,4,8,0,1,1,0,1,1 +25016,0,0,1,8,1,0,0,1,0,0,0,0,0,0,0,13,0,1,0,0.1,0.2,-1.0,7,0,1,0,0,3,1,0,2,1,15,3,0.4242640687,1.0419903078,0.3453983208,3.7416573868,0.0,0.1,0.7,2,2,9,5,10,4,8,8,0,2,8,0,0,0,0,0,0 +25017,0,5,1,4,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.1,0.2,-1.0,7,1,-1,0,-1,1,1,1,2,1,64,3,0.316227766,0.6757204603,0.3619392214,3.1622776602,0.7,0.8,0.9,4,1,6,4,8,2,7,3,0,4,4,1,0,0,0,1,0 +25018,0,0,4,5,0,0,0,0,1,0,0,0,0,0,0,9,1,0,0,0.1,0.2,-1.0,7,1,-1,2,-1,11,1,1,2,1,14,0,0.4241462012,0.6273715337,0.4302324953,2.0,0.6,0.5,0.6,2,1,8,4,9,3,7,5,3,1,6,0,0,0,0,1,1 +25019,0,3,1,7,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.4,0.0,1.2227019261,11,0,-1,0,-1,15,1,1,2,1,5,2,0.4242640687,1.0058506535,0.4,3.1622776602,0.2,0.1,0.2,2,2,7,2,9,3,7,7,4,3,10,0,1,1,0,1,0 +25020,0,2,1,7,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,0.7,1.1789826123,0,1,-1,0,1,0,1,1,0,1,39,1,0.3160696126,0.6698186507,0.3744329045000001,2.8284271247,0.2,0.1,0.9,3,2,8,3,10,0,5,7,2,2,11,1,0,1,0,0,0 +25021,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,6,0,0,1,0.5,0.3,0.4974937186,5,1,1,0,0,1,1,0,2,1,64,3,0.316227766,0.7999289741,0.3016620626,3.6055512755,0.7,0.4,0.4,3,5,7,2,10,2,14,6,0,1,5,0,0,0,0,0,0 +25025,1,0,4,8,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.2,0.2,-1.0,11,1,1,0,1,0,1,0,2,1,54,3,0.4,1.0191655151,0.32,3.7416573868,0.9,0.5,0.9,2,2,9,3,9,4,10,6,0,5,7,0,0,1,1,0,0 +25029,0,1,1,4,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0.9,1.5,1.5909902577,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.7338657127,0.3615245497,3.4641016151,0.5,0.2,0.0,1,2,7,4,7,2,12,6,4,3,8,0,1,1,0,1,1 +25033,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.8,1.4,1.8067581465,11,0,0,0,1,10,1,1,2,1,28,3,0.3741657387,0.7298816841,0.3271085447,2.6457513111,0.9,0.6,0.5,5,0,9,2,11,2,8,5,2,2,6,0,1,0,0,0,0 +25034,1,2,3,6,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.9,1.4,1.5138939857,10,1,-1,0,1,14,1,1,0,1,60,1,0.316227766,0.6072053583,0.34727510710000004,3.0,0.8,0.9,0.1,3,2,9,2,8,2,11,4,1,4,4,0,0,1,0,0,0 +25035,0,0,1,5,1,3,0,1,0,0,0,0,0,0,0,1,0,1,0,0.7,0.6,1.1118677979,7,1,0,0,1,1,0,1,3,1,91,2,0.4242640687,0.8297789211,0.3605551275,3.0,0.8,0.6,0.8,4,2,8,2,11,1,9,4,1,1,10,1,1,1,0,0,0 +25036,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0.3,0.0,1.0259142264,7,1,-1,2,-1,0,1,1,2,1,104,0,0.4,0.5459845909000001,0.4080441153,0.0,0.7,0.9,0.7,1,3,9,4,9,0,9,5,1,2,2,0,0,1,0,0,1 +25038,0,6,1,8,1,0,0,0,0,1,0,0,0,0,0,4,1,0,0,0.7,0.4,0.7483314774,6,1,-1,0,0,11,1,1,0,1,11,2,0.316227766,0.6801039055,0.3687817783,3.3166247904,0.5,0.7,0.3,1,1,9,0,6,3,11,6,0,3,13,0,0,1,1,0,0 +25040,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0.9,0.3,0.7474958194,7,1,-1,0,-1,14,1,1,2,1,82,3,0.316227766,0.6153007731,0.3685105155,2.8284271247,0.5,0.9,0.6,3,4,7,2,10,2,6,8,0,1,12,1,1,1,0,0,0 +25041,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0.4,0.0,0.5522680509000001,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6683827774000001,0.3615245497,3.0,0.5,0.9,0.3,4,3,7,4,7,0,11,6,2,3,10,1,0,1,0,1,0 +25042,0,4,2,8,0,0,0,0,1,0,0,0,0,0,0,13,0,1,0,0.4,0.0,1.1728704106,11,1,1,0,1,0,1,1,2,1,87,3,0.316227766,0.777861287,0.2944486373,3.4641016151,0.3,0.7,0.8,3,1,8,1,8,4,9,3,2,0,6,0,1,0,0,0,0 +25047,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,1.2,1.4306903928,11,0,-1,0,-1,7,1,0,2,1,79,3,0.4,1.1043209648,0.4009987531000001,3.7416573868,0.4,0.1,0.3,2,0,7,2,8,2,9,7,2,3,4,0,1,0,0,0,0 +25052,0,2,1,3,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.8,1.1,1.3626720075,11,1,1,1,0,16,1,0,2,1,104,3,0.316227766,0.9183055722,0.3016620626,3.6055512755,0.2,0.6,0.5,3,2,8,3,9,2,7,7,0,3,13,0,0,0,0,0,1 +25054,0,2,2,9,1,0,0,0,0,1,0,0,0,0,0,7,1,0,0,0.1,0.1,-1.0,7,1,0,0,1,0,1,1,2,1,39,3,0.3160696126,0.6609222207,-1.0,2.8284271247,0.9,0.5,0.6,2,3,8,5,9,2,13,6,1,1,5,1,0,0,1,0,1 +25055,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.4,0.3,0.5645794895,11,1,-1,0,-1,0,1,1,2,1,39,3,0.316227766,0.7087994739,0.3794733192,3.0,0.8,0.9,0.6,2,1,8,3,9,2,9,3,1,3,5,0,1,1,1,0,0 +25058,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1,0.9,0.2,0.5968668193,7,1,-1,0,-1,1,1,1,2,1,10,2,0.316227766,0.6095486747,0.3768288736,2.6457513111,0.0,0.5,0.8,2,2,7,4,8,3,9,2,1,4,10,0,1,1,0,1,0 +25059,0,5,1,2,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7386643351000001,11,1,1,8,0,4,1,0,2,1,6,3,0.4,1.0673691299,0.3466987165,3.6055512755,0.1,0.5,0.3,1,2,7,3,11,2,9,6,2,2,10,0,1,0,1,1,1 +25060,0,0,1,7,0,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,7,1,0,2,0,1,1,1,2,1,90,0,0.3741657387,0.7108806086,0.3210918872,3.3166247904,0.3,0.7,0.7,2,3,8,3,7,3,6,0,0,1,7,0,0,0,0,1,0 +25062,0,4,1,4,1,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0.9,1.1,1.5902043894,6,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.7328056579000001,0.3708099244,3.3166247904,0.3,0.6,0.8,2,3,7,1,9,4,12,3,3,1,9,1,0,0,0,0,1 +25067,0,7,2,5,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.6,0.6,0.9940447676,4,1,-1,0,1,4,1,1,0,1,12,3,0.4,0.71656896,0.3708099244,3.1622776602,0.5,0.8,0.4,2,1,7,6,8,3,5,4,1,2,6,0,0,1,1,1,0 +25070,0,6,1,3,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.0,0.0,0.6809919236,10,1,-1,0,1,11,1,1,0,1,57,2,0.3741657387,0.6857462606,0.3924283374,2.8284271247,0.0,0.5,0.0,2,1,7,3,11,5,7,4,2,3,4,0,1,1,0,1,0 +25073,0,1,1,3,1,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0.9,0.4,0.8204419541,10,1,-1,1,1,1,1,0,0,1,35,0,0.3741657387,0.971069105,0.3535533906,3.7416573868,0.0,0.4,0.0,3,3,7,2,9,4,4,7,2,2,5,0,1,1,0,1,0 +25076,0,1,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.4,0.0,0.7088723439,7,1,-1,8,-1,11,1,1,2,1,24,2,0.4898979486,0.9755799292,0.4949747468,3.3166247904,0.2,0.9,0.7,0,2,5,5,10,4,5,2,0,6,9,0,0,0,0,0,0 +25078,0,3,2,2,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.8,1.0,1.5514106484,10,1,-1,0,-1,11,1,1,0,1,101,3,0.3741657387,0.7992681311,0.3850973903,3.3166247904,0.5,0.1,0.9,4,3,7,2,9,4,9,4,1,3,10,0,1,1,1,0,0 +25079,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,4,0,0,1,0.9,0.4,0.8042853970999999,6,1,-1,0,1,14,1,1,0,1,49,3,0.4,0.6962265472,0.3685105155,3.0,0.4,0.7,0.9,4,1,7,3,11,2,3,9,2,3,11,0,1,1,1,1,0 +25086,0,0,2,7,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0.7,0.3,0.7449832212999999,4,1,-1,0,1,1,1,1,0,1,64,3,0.3160696126,0.5220153254,0.3640054945,1.4142135624,0.6,0.0,0.2,2,1,8,2,10,2,5,4,1,2,5,0,0,0,1,0,0 +25087,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.6,0.6,0.9134412953,10,1,-1,0,0,0,0,1,0,1,87,3,0.316227766,0.6877769915,0.3615245497,3.3166247904,0.4,0.8,0.4,4,2,8,4,9,3,12,10,1,4,9,0,0,0,1,0,0 +25089,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.5,0.3,0.7,6,0,-1,0,1,11,1,1,0,1,44,3,0.4472135955,0.7254807468000001,0.4062019202,2.8284271247,0.9,0.6,0.7,3,3,9,5,8,2,5,6,1,3,10,0,1,1,0,0,0 +25090,0,0,2,1,1,0,0,1,0,0,0,0,0,0,0,10,1,0,0,0.9,0.3,0.7395099729000001,7,1,-1,0,-1,14,0,1,2,1,49,3,0.4,0.6962265472,0.3685105155,3.0,0.3,0.3,0.8,4,3,6,2,9,4,11,2,5,1,4,0,1,1,0,0,0 +25091,0,7,1,5,1,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0.3,0.0,0.7318640584,4,1,-1,0,1,14,1,1,0,1,68,3,0.3994996871,0.7117810277,0.4074309757,2.2360679775,0.1,0.8,0.7,2,2,8,5,9,2,7,6,3,7,9,1,0,0,1,0,0 +25092,0,0,1,7,1,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.6,1.0,1.2616952881,11,0,-1,0,-1,3,1,1,0,1,15,3,0.4242640687,0.9323391005,0.4052159918,3.4641016151,0.5,0.1,0.9,1,0,7,1,10,3,4,3,1,0,8,0,0,1,0,1,0 +25093,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,3,0,0,1,0.7,0.6,0.9440603794,7,1,-1,0,-1,1,1,1,0,0,65,1,0.3160696126,0.5216589874,0.35,2.2360679775,0.3,0.6,0.3,3,1,8,5,9,1,8,2,0,3,7,0,1,0,0,0,0 +25094,0,5,4,8,0,0,0,0,1,0,0,0,0,0,0,11,1,0,0,0.6,0.7,1.0880027573,11,1,1,0,1,0,1,1,0,1,78,3,0.4,0.8663235706,0.3287856445,3.4641016151,0.5,0.8,0.4,4,3,7,4,8,1,10,3,3,3,5,0,1,1,0,0,0 +25096,0,2,1,2,0,0,1,0,0,0,0,0,0,0,0,8,0,1,0,0.5,0.3,0.6046693311,11,1,-1,0,-1,11,1,1,2,1,44,3,0.4472135955,0.802514128,0.4062019202,3.3166247904,0.2,0.2,0.5,3,1,5,6,8,1,4,5,1,7,6,0,0,1,0,0,0 +25097,0,6,1,10,0,0,0,0,0,1,0,0,0,0,0,11,1,0,0,0.1,0.2,-1.0,6,1,-1,0,1,0,1,1,0,1,32,1,0.316227766,0.6285066914,0.3615245497,3.0,0.8,0.6,0.0,3,4,9,5,10,4,10,4,2,4,9,0,1,1,1,1,0 +25098,1,0,1,6,1,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.5,0.8370334520999999,10,1,-1,0,0,9,1,0,0,1,104,2,0.4,0.9772198717,0.3847076812,3.7416573868,0.6,0.6,0.6,2,2,5,4,7,1,12,7,2,2,7,0,0,1,0,0,1 +25102,0,2,1,3,1,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.6,0.5,1.0271319292,10,0,-1,0,1,15,1,1,0,1,5,2,0.4242640687,0.7693106284000001,0.3958535083,2.4494897428,0.3,0.0,0.2,2,3,8,2,10,1,10,6,1,5,4,0,0,1,0,0,0 +25104,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.4,0.0,0.7,11,1,0,0,1,11,1,1,2,1,53,2,0.4472135955,0.7848119215,0.3774917218,2.8284271247,0.0,0.9,0.1,2,2,9,3,10,0,7,6,0,2,10,0,1,1,0,0,0 +25106,0,0,1,8,0,0,0,1,0,0,0,0,0,0,0,7,0,0,1,0.9,1.8,1.8263693493,11,0,0,9,1,17,1,1,2,1,104,3,0.4472135955,1.4887525978,0.4460941605,3.3166247904,0.8,0.0,0.7,3,2,7,4,9,3,17,5,2,5,9,0,0,1,0,0,0 +25109,0,0,2,1,1,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.3,0.2,-1.0,6,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6442209723,0.34727510710000004,3.3166247904,0.7,0.8,0.6,3,3,8,3,11,5,7,4,0,1,8,0,1,0,0,0,0 +25110,0,3,1,3,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.8287792226999999,9,1,-1,0,-1,11,0,1,3,1,16,3,0.3741657387,0.6580085156000001,0.3887158345,2.8284271247,0.3,0.0,0.3,3,1,6,3,8,0,4,7,2,1,8,0,1,1,0,0,1 +25112,0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.0,0.0,0.6837397166,7,1,0,0,1,11,1,1,3,1,19,3,0.316227766,0.6384058141,0.3185906464,2.6457513111,0.6,0.3,0.5,4,2,8,2,10,1,8,6,2,4,6,0,1,1,0,0,0 +25114,0,1,4,8,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.8,0.3,0.535023364,11,1,-1,1,-1,12,1,1,2,1,104,3,0.3741657387,0.7405185809,0.3754996671,3.4641016151,0.9,0.9,0.9,3,3,8,2,12,4,10,1,0,2,6,0,1,1,1,0,0 +25115,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,11,1,0,0,0.3,0.3,-1.0,5,1,1,0,0,14,1,1,2,1,60,1,0.316227766,0.6595609609,0.3070830507,3.4641016151,0.8,0.6,0.1,3,3,8,2,9,4,4,6,2,3,4,0,1,1,1,1,0 +25117,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,4,1,0,0,0.3,0.1,-1.0,4,1,-1,0,0,1,1,1,0,1,64,1,0.316227766,0.6179812509,0.3619392214,2.8284271247,0.4,0.6,0.1,0,3,9,0,8,2,10,8,3,2,4,0,1,0,0,0,1 +25118,0,6,1,3,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0.1,0.2,-1.0,6,1,-1,4,1,0,1,1,0,1,104,1,0.445421149,0.5628843957,0.4024922359000001,0.0,0.9,0.6,0.2,1,4,7,2,9,2,9,3,0,6,5,0,1,1,1,1,0 +25119,0,6,1,4,0,0,1,0,0,0,0,0,0,0,0,10,1,0,0,0.9,0.8,0.9552486587,6,1,-1,0,1,9,1,0,0,1,21,2,0.316227766,0.8861580531000001,0.3768288736,3.6055512755,0.9,0.9,0.4,2,4,8,2,11,3,8,6,5,2,7,0,0,1,0,0,0 +25123,1,0,2,0,1,-1,0,0,0,1,0,0,0,0,0,9,0,1,0,0.9,0.8,0.7976528067,9,1,1,0,0,9,-1,0,0,1,21,3,0.316227766,0.8417808749,0.3130495168,3.6055512755,0.5,0.8,0.3,3,1,8,2,7,1,10,4,3,3,8,1,0,1,0,0,0 +25127,0,5,1,8,1,0,0,0,1,0,0,0,0,0,0,13,1,0,0,0.4,0.0,-1.0,7,1,0,2,1,0,1,1,0,1,104,0,0.4220189569,0.3645159816,-1.0,0.0,0.4,0.9,0.0,2,3,9,2,11,4,9,6,0,0,4,0,0,1,1,0,0 +25128,1,1,2,2,1,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.4,0.0,0.7553972465000001,0,1,-1,0,0,14,1,1,0,1,104,1,0.3160696126,0.5499812168,0.3556683849,2.6457513111,0.4,0.1,0.6,2,3,7,1,9,4,12,6,3,5,10,0,1,0,0,0,0 +25130,0,0,2,1,1,-1,0,0,1,0,0,0,0,0,0,9,0,1,0,0.5,0.2,0.6547900427000001,5,1,0,0,0,6,-1,1,2,1,27,3,0.3741657387,0.7301505562,0.3204684072,3.3166247904,0.0,0.4,0.2,4,0,8,3,8,5,13,5,1,1,12,0,0,0,0,0,0 +25131,0,1,2,1,0,1,1,0,0,0,0,0,1,0,1,2,1,0,0,0.9,0.3,0.6209871174,7,1,1,0,0,0,1,1,2,1,87,3,0.316227766,0.6855805286,0.2944486373,3.1622776602,0.7,0.7,0.5,3,2,9,1,6,2,5,5,1,7,10,0,0,1,0,1,0 +25138,0,4,1,3,1,4,0,1,0,0,0,0,0,0,0,5,1,0,0,0.6,0.4,1.0497023388,6,1,-1,1,0,3,1,0,0,1,102,2,0.4,0.9298760248,-1.0,3.7416573868,0.4,0.2,0.2,3,3,7,2,7,3,10,6,1,2,15,1,0,1,1,0,0 +25139,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,11,1,0,0,0.8,1.1,0.5667892024,11,0,-1,0,-1,11,1,1,2,1,30,3,0.4472135955,0.8388426698999999,0.4477722635,2.8284271247,0.5,0.4,0.8,2,4,9,3,7,1,8,7,2,7,6,0,0,1,0,0,0 +25141,0,1,1,5,1,0,0,1,0,0,0,0,0,0,0,13,1,0,0,0.5,0.0,0.6179603547,7,1,-1,0,-1,7,1,1,2,1,92,3,0.3741657387,0.7458563219,0.3926830783,3.3166247904,0.4,0.4,0.4,3,3,8,2,11,3,14,9,0,2,7,0,1,1,1,0,0 +25144,0,3,2,8,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,0.4,0.4993746089,7,1,-1,0,-1,6,1,1,1,1,77,2,0.3741657387,0.727159082,0.3874274126,3.1622776602,0.4,0.3,0.7,1,2,8,2,10,2,2,2,2,2,6,0,1,1,0,0,1 +25148,0,5,1,7,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0.6,0.4,0.7786205751,9,0,1,9,1,15,1,1,2,1,58,3,0.5477225575,1.4244181065,0.4358898944,2.8284271247,0.8,0.3,0.2,2,3,9,2,9,0,8,7,2,4,5,0,1,0,0,1,0 +25155,0,1,1,7,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0.9,1.0,1.0458250332,3,1,-1,0,-1,6,0,1,2,1,27,3,0.3741657387,0.7204079423,0.3907684737,3.3166247904,0.6,0.5,0.8,1,1,8,6,10,4,11,8,3,1,8,0,1,0,1,0,0 +25165,0,5,1,3,1,0,1,0,0,0,0,0,0,0,0,13,1,0,0,0.5,0.0,0.9038113741,11,1,-1,0,-1,11,1,1,0,1,53,2,0.4472135955,0.7484833149,0.4306971093,2.4494897428,0.7,0.5,0.6,4,2,8,0,8,2,5,9,1,3,9,0,0,0,0,1,1 +25166,0,1,1,4,0,0,0,0,1,0,0,0,0,0,0,7,1,0,0,0.7,0.5,1.1188722,8,0,-1,8,1,13,1,1,0,1,4,2,0.5656854249000001,1.3103371593000002,0.5186520992,3.0,0.1,0.2,0.3,3,1,8,3,9,5,11,4,2,6,7,0,0,0,0,0,0 +25167,0,4,2,1,0,0,0,0,1,0,0,0,0,0,0,9,0,1,0,0.3,0.0,0.7004462862999999,6,1,-1,0,0,7,1,1,0,1,104,3,0.4,0.8279592556,0.4176122604,3.1622776602,0.9,0.0,0.6,4,1,9,2,8,3,11,4,4,4,9,0,1,1,1,1,0 +25168,0,0,2,3,0,0,1,0,0,0,0,0,0,0,0,8,1,0,0,0.3,0.0,0.8332916656,7,1,-1,0,-1,1,0,1,2,1,70,3,0.3741657387,0.8622716490000001,0.3860051813,3.4641016151,0.6,0.0,0.2,2,2,10,6,11,3,5,5,1,4,7,0,1,1,0,1,0 +25171,1,4,1,5,1,0,0,1,0,0,0,0,0,0,0,6,0,1,0,0.8,0.8,1.3242922638,11,1,1,9,1,9,1,1,2,1,104,3,0.4472135955,1.2034128466,0.3872983346,3.3166247904,0.7,0.1,0.1,3,2,9,2,8,3,7,5,1,7,5,0,1,0,0,1,1 +25172,0,5,1,7,0,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0.8,0.1,0.4562071898,6,1,-1,0,0,14,1,0,0,1,72,2,0.4,1.1513107873,0.4093897898,3.6055512755,0.1,0.7,0.6,1,2,8,3,9,4,5,8,1,1,7,0,1,1,1,1,0 +25175,0,1,1,3,1,0,0,0,1,0,0,0,0,0,0,11,0,1,0,0.8,0.2,0.4293891009,7,1,1,0,0,11,1,1,2,1,11,2,0.316227766,0.7091491818000001,0.30331501780000003,3.6055512755,0.5,0.3,0.5,3,1,8,4,9,1,13,9,1,2,6,0,1,1,0,0,0 +25177,0,1,1,3,0,0,0,0,1,0,0,0,0,0,0,8,1,0,0,0.9,0.4,0.7228416147,11,1,-1,2,-1,0,1,1,2,1,100,0,0.4,0.9230250303,0.423083916,3.3166247904,0.1,0.4,0.2,5,2,7,3,11,2,13,5,1,3,12,0,0,1,1,1,1 +25179,0,0,1,2,0,4,1,0,0,0,0,0,0,0,0,7,1,0,0,0.1,0.3,-1.0,11,1,0,0,0,14,1,1,2,1,82,3,0.316227766,0.6318835807000001,0.3292415527,2.8284271247,0.4,0.2,0.5,4,1,7,4,9,3,9,6,1,4,8,0,1,0,1,0,1 +25180,0,0,1,4,0,0,0,0,1,0,0,0,0,0,0,3,0,0,1,0.7,0.3,0.5267826876,11,1,0,0,0,11,1,1,2,1,7,3,0.3741657387,0.7437619365000001,0.3542597917,3.0,0.0,0.8,0.6,1,2,7,4,8,3,11,5,0,2,6,0,0,0,1,0,0 +25181,0,5,1,9,0,0,0,0,0,1,0,0,0,0,0,10,1,0,0,0.7,0.3,0.7474958194,11,1,1,2,1,11,1,0,2,1,94,0,0.3741657387,0.8374622232,0.3304542328,3.7416573868,0.1,0.1,0.8,2,0,10,3,9,3,5,6,1,3,9,0,1,1,1,0,0 +25182,0,3,1,3,1,0,0,0,0,1,0,0,0,0,0,13,1,0,0,0.9,0.9,1.4239030866,11,1,-1,0,-1,4,1,1,2,1,104,3,0.4,0.9338901576,0.4236744033,3.4641016151,0.4,0.0,0.1,4,2,7,3,11,2,14,4,5,4,6,0,1,1,0,0,0 +25184,0,4,3,5,1,0,0,0,0,1,0,0,0,0,0,9,1,0,0,0.5,0.5,0.8192984804000001,6,1,-1,0,1,1,1,1,0,1,64,1,0.316227766,0.6107169611,0.3619392214,2.8284271247,0.0,0.8,0.4,1,2,8,1,11,1,4,8,1,2,10,0,1,0,0,1,0 +25187,0,1,1,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.4,0.2,0.4235268587,10,1,-1,0,0,11,1,1,0,1,103,1,0.316227766,0.6153679273,0.3583294573,3.1622776602,0.2,0.9,0.2,4,3,8,4,8,2,5,3,0,3,9,1,0,0,1,1,0 +25189,0,2,2,1,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.7,1.2676257334,11,1,-1,0,-1,0,1,1,2,1,87,3,0.316227766,0.6877769915,0.3615245497,3.3166247904,0.8,0.1,0.7,2,5,7,5,9,0,4,4,1,4,9,0,0,1,0,0,0 +25191,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.6,0.4,0.5414101957,7,1,-1,0,-1,11,1,1,2,1,53,2,0.4472135955,0.7442479148000001,0.4306971093,2.4494897428,0.1,0.9,0.8,2,1,9,5,9,3,9,6,1,3,10,0,1,1,1,0,0 +25193,0,4,1,3,1,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0.9,0.2,0.5232112384000001,7,0,-1,8,-1,13,1,1,0,1,20,3,0.4472135955,1.0403333064,0.4295346319,3.1622776602,0.7,0.5,0.2,2,1,8,3,10,3,9,8,1,2,8,0,1,0,0,0,0 +25198,0,2,1,3,0,4,1,0,0,0,0,0,0,0,0,11,1,0,0,0.6,0.2,0.7685213073999999,7,1,-1,0,-1,0,1,1,2,1,78,3,0.4,0.8426842443000001,0.3848376281000001,3.4641016151,0.4,0.0,0.1,3,1,10,5,9,2,12,7,1,1,9,0,1,1,1,0,1 +25199,0,3,1,2,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0.9,0.3,0.6062177826,4,1,-1,0,0,4,1,0,0,1,9,2,0.316227766,0.8231164323000001,0.3943348831,3.6055512755,0.7,0.7,0.5,3,2,6,2,9,1,4,4,1,3,13,0,0,0,0,0,1 +25200,0,1,1,9,0,0,1,0,0,0,0,0,0,0,0,9,1,0,0,0.9,0.3,0.7416198487000001,7,1,-1,0,-1,1,1,1,0,1,38,3,0.316227766,0.7374290833,0.3598610843,3.6055512755,0.6,0.6,0.8,3,3,9,1,8,2,6,6,0,3,8,0,0,1,0,1,0 +25203,0,1,1,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0.4,0.0,1.0356157589,10,1,-1,9,0,8,1,1,0,1,104,2,0.4472135955,1.975855239,0.4847679857,3.4641016151,0.8,0.1,0.0,3,1,6,5,9,2,14,3,1,1,11,0,1,1,0,0,0 +25205,0,0,1,6,0,1,0,1,0,0,0,0,0,0,0,11,1,0,0,0.7,0.1,0.2561737691,7,1,1,0,0,11,1,0,2,1,47,2,0.3741657387,0.9142354436,0.3284813541,3.6055512755,0.5,0.4,0.1,4,2,8,4,9,1,6,5,0,2,6,0,1,0,0,0,1 +25207,0,5,1,8,0,4,1,0,0,0,0,0,0,0,0,12,1,0,0,0.9,0.1,0.4145780988,11,1,0,0,1,1,1,1,0,1,10,2,0.316227766,0.7559543254000001,0.3248076354,3.4641016151,0.1,0.0,0.1,0,3,8,5,9,3,9,8,0,2,2,0,0,1,0,0,0 +25209,0,2,1,6,0,6,1,0,0,0,0,0,0,0,0,4,1,0,0,0.7,0.2,0.514174095,11,1,-1,0,-1,0,1,1,2,1,22,3,0.316227766,0.7662293638,0.374566416,3.3166247904,0.0,0.8,0.0,1,3,9,1,8,4,10,7,2,4,10,1,0,0,0,1,0 +25214,0,0,1,0,0,-1,0,1,0,0,0,0,0,0,0,6,0,0,0,0.2,0.1,-1.0,11,1,0,2,0,0,-1,1,2,1,100,0,0.4,0.944776855,0.3217141588,3.6055512755,0.5,0.0,0.1,2,1,8,3,9,3,6,5,2,3,10,0,0,1,0,0,0 +25218,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0.7,0.2,0.5214163404,7,1,1,1,0,3,1,0,2,1,59,3,0.316227766,0.8255977048,0.3096772513,3.7416573868,0.1,0.3,0.3,3,2,9,3,10,6,17,9,0,3,8,1,1,1,0,0,0 +25219,1,1,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0.0,0.0,0.6604922407,8,1,-1,0,1,11,1,1,0,1,11,2,0.316227766,0.6801039055,0.3687817783,3.3166247904,0.2,0.1,0.9,3,1,7,3,11,0,9,5,1,2,7,0,1,0,1,0,0 +25220,0,0,2,0,0,6,1,0,0,0,0,0,0,0,0,3,0,0,1,0.6,0.3,0.7968688725,10,1,-1,0,0,0,1,1,0,1,87,3,0.316227766,0.6614690638,0.3615245497,3.0,0.5,0.0,0.7,3,3,9,2,9,2,9,3,0,1,5,0,1,1,1,0,0 +25222,0,2,1,9,0,0,0,0,0,1,0,0,0,0,0,8,1,0,0,0.9,0.2,0.6698880503,7,1,-1,2,-1,11,1,1,0,1,14,0,0.3741657387,0.7058053251999999,0.4302324953,3.1622776602,0.0,0.2,0.4,3,2,8,4,10,2,7,7,1,2,11,0,1,0,0,1,0 +25223,0,0,1,8,0,0,1,0,0,0,0,0,0,0,0,6,0,0,1,0.9,1.2,1.1233320969,7,1,-1,0,-1,11,1,1,0,1,53,2,0.4472135955,0.7944929251999999,0.4306971093,2.8284271247,0.9,0.5,0.3,2,2,7,2,10,2,6,2,1,8,9,0,1,0,1,1,1 +25224,0,2,1,6,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.1,0.2,-1.0,5,0,0,0,0,1,1,1,2,1,104,3,0.4242640687,0.9855568548,0.3660601044,3.3166247904,0.1,0.6,0.5,3,0,5,3,9,2,9,7,4,1,10,1,1,0,0,0,0 +25225,0,5,1,11,0,0,1,0,0,0,0,0,0,0,0,11,0,0,1,0.1,0.2,-1.0,5,1,1,0,0,14,1,1,2,1,82,3,0.316227766,0.6427600609,0.3292415527,3.0,0.5,0.9,0.8,3,2,8,2,10,2,10,3,0,4,12,0,1,1,0,0,0 +25228,0,5,1,4,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0.5,0.2,0.4993746089,11,1,1,9,1,15,1,1,2,1,41,2,0.5477225575,1.2613042574,0.4260281681000001,2.6457513111,0.5,0.2,0.5,2,2,7,5,11,2,9,6,1,2,6,0,0,1,0,0,1 +25230,0,3,1,6,0,6,0,0,0,1,0,0,0,0,0,6,0,1,0,0.6,0.2,0.35881750240000004,7,1,-1,0,-1,0,1,1,0,1,32,3,0.3160696126,0.579309221,0.366469644,2.2360679775,0.4,0.3,0.9,2,2,8,4,8,0,8,10,3,6,5,1,1,0,1,0,0 +25231,0,0,1,4,1,3,1,0,0,0,0,0,0,0,0,11,1,0,0,0.9,0.6,1.0485108488,11,1,1,0,0,1,1,0,2,1,38,3,0.316227766,0.7977240351999999,0.299165506,3.6055512755,0.6,0.7,0.4,0,2,7,1,7,3,8,4,2,3,8,0,0,0,0,1,0 +25232,0,1,1,5,0,0,1,0,0,0,0,0,0,0,0,3,1,0,0,0.1,0.2,-1.0,5,1,-1,2,-1,1,0,1,2,1,90,0,0.3741657387,0.7749300155,0.4196427052,3.6055512755,0.3,0.1,0.2,3,0,10,2,7,2,7,1,1,2,11,0,1,1,0,1,0 +25235,0,1,1,6,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0.6,0.3,0.7968688725,7,1,-1,0,-1,14,1,1,2,1,60,1,0.316227766,0.6235727504999999,0.34727510710000004,3.1622776602,0.5,0.4,0.9,2,3,7,1,6,1,9,5,0,4,9,0,1,0,0,0,0 +25241,0,0,2,4,1,0,1,0,0,0,0,0,0,0,0,7,1,0,0,0.4,0.7,1.1879604371,11,0,-1,0,-1,9,1,0,2,1,93,3,0.4,1.0681141178,0.3872983346,3.7416573868,0.7,0.7,0.3,0,2,10,4,10,2,6,5,2,1,11,0,1,1,1,1,0 diff --git a/RS-tf/PNN/load_data.py b/RS-tf/PNN/load_data.py new file mode 100644 index 0000000..a567661 --- /dev/null +++ b/RS-tf/PNN/load_data.py @@ -0,0 +1,96 @@ +import pandas as pd + +class FeatureDictionary(object): + def __init__(self,trainfile=None,testfile=None, + dfTrain=None,dfTest=None,numeric_cols=[], + ignore_cols=[]): + assert not ((trainfile is None) and (dfTrain is None)), "trainfile or dfTrain at least one is set" + assert not ((trainfile is not None) and (dfTrain is not None)), "only one can be set" + assert not ((testfile is None) and (dfTest is None)), "testfile or dfTest at least one is set" + assert not ((testfile is not None) and (dfTest is not None)), "only one can be set" + + self.trainfile = trainfile + self.testfile = testfile + self.dfTrain = dfTrain + self.dfTest = dfTest + self.numeric_cols = numeric_cols + self.ignore_cols = ignore_cols + self.gen_feat_dict() + + + + + def gen_feat_dict(self): + if self.dfTrain is None: + dfTrain = pd.read_csv(self.trainfile) + + else: + dfTrain = self.dfTrain + + if self.dfTest is None: + dfTest = pd.read_csv(self.testfile) + + else: + dfTest = self.dfTest + + df = pd.concat([dfTrain,dfTest]) + + self.feat_dict = {} + tc = 0 + for col in df.columns: + if col in self.ignore_cols: + continue + if col in self.numeric_cols: + self.feat_dict[col] = tc + tc += 1 + + else: + us = df[col].unique() + print(us) + self.feat_dict[col] = dict(zip(us,range(tc,len(us)+tc))) + tc += len(us) + + self.feat_dim = tc + + +class DataParser(object): + def __init__(self,feat_dict): + self.feat_dict = feat_dict + + def parse(self,infile=None,df=None,has_label=False): + assert not ((infile is None) and (df is None)), "infile or df at least one is set" + assert not ((infile is not None) and (df is not None)), "only one can be set" + + + if infile is None: + dfi = df.copy() + else: + dfi = pd.read_csv(infile) + + if has_label: + y = dfi['target'].values.tolist() + dfi.drop(['id','target'],axis=1,inplace=True) + else: + ids = dfi['id'].values.tolist() + dfi.drop(['id'],axis=1,inplace=True) + # dfi for feature index + # dfv for feature value which can be either binary (1/0) or float (e.g., 10.24) + dfv = dfi.copy() + for col in dfi.columns: + if col in self.feat_dict.ignore_cols: + dfi.drop(col,axis=1,inplace=True) + dfv.drop(col,axis=1,inplace=True) + continue + if col in self.feat_dict.numeric_cols: + dfi[col] = self.feat_dict.feat_dict[col] + else: + dfi[col] = dfi[col].map(self.feat_dict.feat_dict[col]) + dfv[col] = 1. + + xi = dfi.values.tolist() + xv = dfv.values.tolist() + + if has_label: + return xi,xv,y + else: + return xi,xv,ids diff --git a/RS-tf/PNN/main.py b/RS-tf/PNN/main.py new file mode 100644 index 0000000..5c49b45 --- /dev/null +++ b/RS-tf/PNN/main.py @@ -0,0 +1,100 @@ +import os +import numpy as np +import pandas as pd +import tensorflow as tf +from sklearn.metrics import make_scorer +from sklearn.model_selection import StratifiedKFold +from DataReader import FeatureDictionary, DataParser +from matplotlib import pyplot as plt + +import config +from model import PNN + +def load_data(): + dfTrain = pd.read_csv(config.TRAIN_FILE) + dfTest = pd.read_csv(config.TEST_FILE) + + def preprocess(df): + cols = [c for c in df.columns if c not in ['id','target']] + #df['missing_feat'] = np.sum(df[df[cols]==-1].values,axis=1) + df["missing_feat"] = np.sum((df[cols] == -1).values, axis=1) + df['ps_car_13_x_ps_reg_03'] = df['ps_car_13'] * df['ps_reg_03'] + return df + + dfTrain = preprocess(dfTrain) + dfTest = preprocess(dfTest) + + cols = [c for c in dfTrain.columns if c not in ['id','target']] + cols = [c for c in cols if (not c in config.IGNORE_COLS)] + + X_train = dfTrain[cols].values + y_train = dfTrain['target'].values + + X_test = dfTest[cols].values + ids_test = dfTest['id'].values + + cat_features_indices = [i for i,c in enumerate(cols) if c in config.CATEGORICAL_COLS] + + return dfTrain,dfTest,X_train,y_train,X_test,ids_test,cat_features_indices + +def run_base_model_pnn(dfTrain,dfTest,folds,pnn_params): + fd = FeatureDictionary(dfTrain=dfTrain, + dfTest=dfTest, + numeric_cols=config.NUMERIC_COLS, + ignore_cols = config.IGNORE_COLS) + data_parser = DataParser(feat_dict= fd) + # Xi_train :列的序号 + # Xv_train :列的对应的值 + Xi_train,Xv_train,y_train = data_parser.parse(df=dfTrain,has_label=True) + Xi_test,Xv_test,ids_test = data_parser.parse(df=dfTest) + + print(dfTrain.dtypes) + + pnn_params['feature_size'] = fd.feat_dim + pnn_params['field_size'] = len(Xi_train[0]) + + + _get = lambda x,l:[x[i] for i in l] + + + + for i, (train_idx, valid_idx) in enumerate(folds): + Xi_train_, Xv_train_, y_train_ = _get(Xi_train, train_idx), _get(Xv_train, train_idx), _get(y_train, train_idx) + Xi_valid_, Xv_valid_, y_valid_ = _get(Xi_train, valid_idx), _get(Xv_train, valid_idx), _get(y_train, valid_idx) + + pnn = PNN(**pnn_params) + pnn.fit(Xi_train_, Xv_train_, y_train_, Xi_valid_, Xv_valid_, y_valid_) + + + + + + + +pnn_params = { + "embedding_size":8, + "deep_layers":[32,32], + "dropout_deep":[0.5,0.5,0.5], + "deep_layer_activation":tf.nn.relu, + "epoch":30, + "batch_size":1024, + "learning_rate":0.001, + "optimizer":"adam", + "batch_norm":1, + "batch_norm_decay":0.995, + "verbose":True, + "random_seed":config.RANDOM_SEED, + "deep_init_size":50, + "use_inner":False + +} + +# load data +dfTrain, dfTest, X_train, y_train, X_test, ids_test, cat_features_indices = load_data() + +# folds +folds = list(StratifiedKFold(n_splits=config.NUM_SPLITS, shuffle=True, + random_state=config.RANDOM_SEED).split(X_train, y_train)) + +#y_train_pnn,y_test_pnn = run_base_model_pnn(dfTrain,dfTest,folds,pnn_params) +y_train_pnn, y_test_pnn = run_base_model_pnn(dfTrain, dfTest, folds, pnn_params) diff --git a/RS-tf/PNN/model.py b/RS-tf/PNN/model.py new file mode 100644 index 0000000..07d09b2 --- /dev/null +++ b/RS-tf/PNN/model.py @@ -0,0 +1,283 @@ +import numpy as np +import tensorflow as tf + +from time import time +from sklearn.base import BaseEstimator, TransformerMixin +from sklearn.metrics import roc_auc_score + +class PNN(BaseEstimator, TransformerMixin): + + def __init__(self, feature_size, field_size, + embedding_size=8, + deep_layers=[32, 32], deep_init_size = 50, + dropout_deep=[0.5, 0.5, 0.5], + deep_layer_activation=tf.nn.relu, + epoch=10, batch_size=256, + learning_rate=0.001, optimizer="adam", + batch_norm=0, batch_norm_decay=0.995, + verbose=False, random_seed=2016, + loss_type="logloss", eval_metric=roc_auc_score, + greater_is_better=True, + use_inner=True): + assert loss_type in ["logloss", "mse"], \ + "loss_type can be either 'logloss' for classification task or 'mse' for regression task" + + self.feature_size = feature_size + self.field_size = field_size + self.embedding_size = embedding_size + + self.deep_layers = deep_layers + self.deep_init_size = deep_init_size + self.dropout_dep = dropout_deep + self.deep_layers_activation = deep_layer_activation + + self.epoch = epoch + self.batch_size = batch_size + self.learning_rate = learning_rate + self.optimizer_type = optimizer + + self.batch_norm = batch_norm + self.batch_norm_decay = batch_norm_decay + + self.verbose = verbose + self.random_seed = random_seed + self.loss_type = loss_type + self.eval_metric = eval_metric + self.greater_is_better = greater_is_better + self.train_result,self.valid_result = [],[] + + self.use_inner = use_inner + + self._init_graph() + + def _init_graph(self): + self.graph = tf.Graph() + with self.graph.as_default(): + tf.set_random_seed(self.random_seed) + + self.feat_index = tf.placeholder(tf.int32, + shape=[None,None], + name='feat_index') + self.feat_value = tf.placeholder(tf.float32, + shape=[None,None], + name='feat_value') + + self.label = tf.placeholder(tf.float32,shape=[None,1],name='label') + self.dropout_keep_deep = tf.placeholder(tf.float32,shape=[None],name='dropout_deep_deep') + self.train_phase = tf.placeholder(tf.bool,name='train_phase') + + self.weights = self._initialize_weights() + + # Embeddings + self.embeddings = tf.nn.embedding_lookup(self.weights['feature_embeddings'],self.feat_index) # N * F * K + feat_value = tf.reshape(self.feat_value,shape=[-1,self.field_size,1]) + self.embeddings = tf.multiply(self.embeddings,feat_value) # N * F * K + + + # Linear Singal + linear_output = [] + for i in range(self.deep_init_size): + linear_output.append(tf.reshape( + tf.reduce_sum(tf.multiply(self.embeddings,self.weights['product-linear'][i]),axis=[1,2]),shape=(-1,1)))# N * 1 + + self.lz = tf.concat(linear_output,axis=1) # N * init_deep_size + + # Quardatic Singal + quadratic_output = [] + if self.use_inner: + for i in range(self.deep_init_size): + theta = tf.multiply(self.embeddings,tf.reshape(self.weights['product-quadratic-inner'][i],(1,-1,1))) # N * F * K + quadratic_output.append(tf.reshape(tf.norm(tf.reduce_sum(theta,axis=1),axis=1),shape=(-1,1))) # N * 1 + + else: + embedding_sum = tf.reduce_sum(self.embeddings,axis=1) + p = tf.matmul(tf.expand_dims(embedding_sum,2),tf.expand_dims(embedding_sum,1)) # N * K * K + for i in range(self.deep_init_size): + theta = tf.multiply(p,tf.expand_dims(self.weights['product-quadratic-outer'][i],0)) # N * K * K + quadratic_output.append(tf.reshape(tf.reduce_sum(theta,axis=[1,2]),shape=(-1,1))) # N * 1 + + self.lp = tf.concat(quadratic_output,axis=1) # N * init_deep_size + + self.y_deep = tf.nn.relu(tf.add(tf.add(self.lz, self.lp), self.weights['product-bias'])) + self.y_deep = tf.nn.dropout(self.y_deep, self.dropout_keep_deep[0]) + + + # Deep component + for i in range(0,len(self.deep_layers)): + self.y_deep = tf.add(tf.matmul(self.y_deep,self.weights["layer_%d" %i]), self.weights["bias_%d"%i]) + self.y_deep = self.deep_layers_activation(self.y_deep) + self.y_deep = tf.nn.dropout(self.y_deep,self.dropout_keep_deep[i+1]) + + + + self.out = tf.add(tf.matmul(self.y_deep,self.weights['output']),self.weights['output_bias']) + + # loss + if self.loss_type == "logloss": + self.out = tf.nn.sigmoid(self.out) + self.loss = tf.losses.log_loss(self.label, self.out) + elif self.loss_type == "mse": + self.loss = tf.nn.l2_loss(tf.subtract(self.label, self.out)) + + + + if self.optimizer_type == "adam": + self.optimizer = tf.train.AdamOptimizer(learning_rate=self.learning_rate, beta1=0.9, beta2=0.999, + epsilon=1e-8).minimize(self.loss) + elif self.optimizer_type == "adagrad": + self.optimizer = tf.train.AdagradOptimizer(learning_rate=self.learning_rate, + initial_accumulator_value=1e-8).minimize(self.loss) + elif self.optimizer_type == "gd": + self.optimizer = tf.train.GradientDescentOptimizer(learning_rate=self.learning_rate).minimize(self.loss) + elif self.optimizer_type == "momentum": + self.optimizer = tf.train.MomentumOptimizer(learning_rate=self.learning_rate, momentum=0.95).minimize( + self.loss) + + + #init + self.saver = tf.train.Saver() + init = tf.global_variables_initializer() + self.sess = tf.Session() + self.sess.run(init) + + # number of params + total_parameters = 0 + for variable in self.weights.values(): + shape = variable.get_shape() + variable_parameters = 1 + for dim in shape: + variable_parameters *= dim.value + total_parameters += variable_parameters + if self.verbose > 0: + print("#params: %d" % total_parameters) + + + + + + def _initialize_weights(self): + weights = dict() + + #embeddings + weights['feature_embeddings'] = tf.Variable( + tf.random_normal([self.feature_size,self.embedding_size],0.0,0.01), + name='feature_embeddings') + weights['feature_bias'] = tf.Variable(tf.random_normal([self.feature_size,1],0.0,1.0),name='feature_bias') + + + #Product Layers + if self.use_inner: + weights['product-quadratic-inner'] = tf.Variable(tf.random_normal([self.deep_init_size,self.field_size],0.0,0.01)) + else: + weights['product-quadratic-outer'] = tf.Variable( + tf.random_normal([self.deep_init_size, self.embedding_size,self.embedding_size], 0.0, 0.01)) + + + + weights['product-linear'] = tf.Variable(tf.random_normal([self.deep_init_size,self.field_size,self.embedding_size],0.0,0.01)) + weights['product-bias'] = tf.Variable(tf.random_normal([self.deep_init_size,],0,0,1.0)) + #deep layers + num_layer = len(self.deep_layers) + input_size = self.deep_init_size + glorot = np.sqrt(2.0/(input_size + self.deep_layers[0])) + + weights['layer_0'] = tf.Variable( + np.random.normal(loc=0,scale=glorot,size=(input_size,self.deep_layers[0])),dtype=np.float32 + ) + weights['bias_0'] = tf.Variable( + np.random.normal(loc=0,scale=glorot,size=(1,self.deep_layers[0])),dtype=np.float32 + ) + + + for i in range(1,num_layer): + glorot = np.sqrt(2.0 / (self.deep_layers[i - 1] + self.deep_layers[i])) + weights["layer_%d" % i] = tf.Variable( + np.random.normal(loc=0, scale=glorot, size=(self.deep_layers[i - 1], self.deep_layers[i])), + dtype=np.float32) # layers[i-1] * layers[i] + weights["bias_%d" % i] = tf.Variable( + np.random.normal(loc=0, scale=glorot, size=(1, self.deep_layers[i])), + dtype=np.float32) # 1 * layer[i] + + + glorot = np.sqrt(2.0/(input_size + 1)) + weights['output'] = tf.Variable(np.random.normal(loc=0,scale=glorot,size=(self.deep_layers[-1],1)),dtype=np.float32) + weights['output_bias'] = tf.Variable(tf.constant(0.01),dtype=np.float32) + + + return weights + + + def get_batch(self,Xi,Xv,y,batch_size,index): + start = index * batch_size + end = (index + 1) * batch_size + end = end if end < len(y) else len(y) + return Xi[start:end],Xv[start:end],[[y_] for y_ in y[start:end]] + + # shuffle three lists simutaneously + def shuffle_in_unison_scary(self, a, b, c): + rng_state = np.random.get_state() + np.random.shuffle(a) + np.random.set_state(rng_state) + np.random.shuffle(b) + np.random.set_state(rng_state) + np.random.shuffle(c) + + def predict(self, Xi, Xv,y): + """ + :param Xi: list of list of feature indices of each sample in the dataset + :param Xv: list of list of feature values of each sample in the dataset + :return: predicted probability of each sample + """ + # dummy y + feed_dict = {self.feat_index: Xi, + self.feat_value: Xv, + self.label: y, + self.dropout_keep_deep: [1.0] * len(self.dropout_dep), + self.train_phase: True} + + loss = self.sess.run([self.loss], feed_dict=feed_dict) + + return loss + + + def fit_on_batch(self,Xi,Xv,y): + feed_dict = {self.feat_index:Xi, + self.feat_value:Xv, + self.label:y, + self.dropout_keep_deep:self.dropout_dep, + self.train_phase:True} + + loss,opt = self.sess.run([self.loss,self.optimizer],feed_dict=feed_dict) + + return loss + + def fit(self, Xi_train, Xv_train, y_train, + Xi_valid=None, Xv_valid=None, y_valid=None, + early_stopping=False, refit=False): + """ + :param Xi_train: [[ind1_1, ind1_2, ...], [ind2_1, ind2_2, ...], ..., [indi_1, indi_2, ..., indi_j, ...], ...] + indi_j is the feature index of feature field j of sample i in the training set + :param Xv_train: [[val1_1, val1_2, ...], [val2_1, val2_2, ...], ..., [vali_1, vali_2, ..., vali_j, ...], ...] + vali_j is the feature value of feature field j of sample i in the training set + vali_j can be either binary (1/0, for binary/categorical features) or float (e.g., 10.24, for numerical features) + :param y_train: label of each sample in the training set + :param Xi_valid: list of list of feature indices of each sample in the validation set + :param Xv_valid: list of list of feature values of each sample in the validation set + :param y_valid: label of each sample in the validation set + :param early_stopping: perform early stopping or not + :param refit: refit the model on the train+valid dataset or not + :return: None + """ + has_valid = Xv_valid is not None + for epoch in range(self.epoch): + t1 = time() + self.shuffle_in_unison_scary(Xi_train, Xv_train, y_train) + total_batch = int(len(y_train) / self.batch_size) + for i in range(total_batch): + Xi_batch, Xv_batch, y_batch = self.get_batch(Xi_train, Xv_train, y_train, self.batch_size, i) + self.fit_on_batch(Xi_batch, Xv_batch, y_batch) + + if has_valid: + y_valid = np.array(y_valid).reshape((-1,1)) + loss = self.predict(Xi_valid, Xv_valid, y_valid) + print("epoch",epoch,"loss",loss) \ No newline at end of file -- GitLab