Resolving package versions...
Installed SciMLJacobianOperators ─ v0.1.8
Installed EnzymeCore ───────────── v0.8.12
Installed MLDataDevices ────────── v1.11.1
Installed DiffEqBase ───────────── v6.183.1
Installed PreallocationTools ───── v0.4.31
Installed FiniteDiff ───────────── v2.28.0
Installed Roots ────────────────── v2.2.8
Installed DelayDiffEq ──────────── v5.58.0
Installed ControlSystems ───────── v1.14.0
No Changes to `~/.project/Project.toml`
No Changes to `~/.project/Manifest.toml`
Resolving package versions...
Installed SciMLJacobianOperators ─ v0.1.8
Installed MLDataDevices ────────── v1.11.1
Installed EnzymeCore ───────────── v0.8.12
Installed FiniteDiff ───────────── v2.28.0
Installed DiffEqBase ───────────── v6.183.1
Installed PreallocationTools ───── v0.4.31
Installed DelayDiffEq ──────────── v5.58.0
Installed Roots ────────────────── v2.2.8
Installed ControlSystems ───────── v1.14.0
Updating `~/.project/Project.toml`
⌅ [5ae59095] + Colors v0.12.11
No Changes to `~/.project/Manifest.toml`
WARNING: redefinition of constant Main.pract_ceiling. This may fail, cause incorrect answers, or produce other errors.
generate_landscape (generic function with 1 method)
generate_refpoints (generic function with 5 methods)
max_h=34.85883187223033
max_d=-9.879538550047247
Дрон имеет бортовую камеру, смотрящую вертикально вниз, с заданным углом обзора 2θ, которая отслеживает попадание ориентиров в поле своего обзора. Если по пути движения дрона камера засекает ориентир, дрон изменяет траекторию так, чтобы облететь этот ориентир по оптимальной траектории (не уменьшая высоту полета, производит облет по оптимальному радиусу в оптимальном направлении). После облета ориентир добавляется в список обнаруженных, и дрон далее продолжает полет в направлении цели по первоначальному алгоритму облета препятствий. Требуется рассчитывать область пересечения поверхностей обзора камеры дрона и ландшафта в каждой точке траектории дрона, а также проверять, принадлежат ли координаты ориентира рассчитанной области пересечения по компонентам (x, y), хотя на практике такая задача вообще отсутствует - камера либо видит ориентир, либо нет. Задача также включает в себя подзадачу нахождения затенений ландшафтом низкорасположенных ориентиров. Представляет интерес поведение дрона при близком расположении ориентиров или попадании нескольких в поле камеры.
Упрощенный вариант вычисления поля камеры (не реализован)
Для координаты z ориентира вычисляется вероятность его обнаружения, заданная соотношением P(h) = Pmin * (1/Pmin)^(h/hmax), где hmax=maxheight - maxdepth, а h = z_ref - maxdepth. Все координаты ориентиров проверяются на предмет попадания внутрь поля обзора в плоскости (x,y) с учетом вероятности их обнаружения. Вероятность 1 соответствует диаметру обзора в основании конуса с координатой z_ref = maxheight ориентира. Pmin - вероятность обнаружения ориентира на максимальной глубине ландшафта.
(x_ref - x0)^2 + (y_ref - y0)^2 <= (1/4) * [2cone_r*(z0 - z_ref)/cone_h]^2 * P(h)
Обнаруженный ориентир облетается дроном по оптимальной траектории. Задача - получить наиболее гладкую траекторию по (x,y,z) компонентам.
camera_beam (generic function with 1 method)
calc_refpoints_visible (generic function with 1 method)
Calc_Radius_Increment (generic function with 1 method)
calc_Distances (generic function with 1 method)
calcGroup_CenterXY (generic function with 1 method)
Get_Refpts_byRefGroup (generic function with 1 method)
Get_Refpts_byRefPts (generic function with 1 method)
Start position of drone: [9.0, 104.0, 17.93575600664868]
Terrain height at start = 13.459731537671125
--> Start now flying around single refpoint ((44, 84), 1)
<<< Counterclockwise flight
Landscape hedge blocks a refpt[44,84]
Flown around in 24 steps
Landscape hedge blocks a refpt[44,84]
--> Start now flying around single refpoint ((56, 72), 5)
<<< Counterclockwise flight
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Flown around in 24 steps
--> Ignored a single refpoint - too close!
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
--> Start now flying around single refpoint ((51, 73), 4)
<<< Counterclockwise flight
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Flown around in 24 steps
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
--> Start now flying around single refpoint ((41, 71), 3)
>>> Clockwise flight
Landscape hedge blocks a refpt[44,84]
Flown around in 24 steps
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
Landscape hedge blocks a refpt[44,84]
--> Start now flying around single refpoint ((52, 59), 6)
>>> Clockwise flight
Flown around in 24 steps
--> Start now flying around single refpoint ((49, 55), 7)
>>> Clockwise flight
Landscape hedge blocks a refpt[53,40]
Landscape hedge blocks a refpt[53,40]
Flown around in 24 steps
Landscape hedge blocks a refpt[52,59]
Landscape hedge blocks a refpt[70,49]
--> Start now flying around single refpoint ((70, 49), 10)
>>> Clockwise flight
Flown around in 24 steps
Время полёта дрона: 344 шагов
FlownGroups: [1, 5, 4, 3, 6, 7, 10]
All visible Ref. points: [((44, 84), 1), ((37, 91), 2), ((41, 71), 3), ((51, 73), 4), ((56, 72), 5), ((52, 59), 6), ((49, 55), 7), ((37, 49), 8), ((34, 66), 9), ((70, 49), 10)]
[ Info: Saved animation to /user/tmp.gif
{"id": "53c0c1fc_b6d8_4be6_a5e5_ce72d2cd8e4b", "data": [{"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "colorscale": [[0, "rgba(51, 51, 153, 1.000)"], [0.01, "rgba(48, 58, 160, 1.000)"], [0.02, "rgba(44, 65, 167, 1.000)"], [0.03, "rgba(41, 71, 173, 1.000)"], [0.04, "rgba(37, 78, 180, 1.000)"], [0.05, "rgba(34, 85, 187, 1.000)"], [0.06, "rgba(31, 92, 194, 1.000)"], [0.07, "rgba(27, 99, 201, 1.000)"], [0.08, "rgba(24, 105, 207, 1.000)"], [0.09, "rgba(20, 112, 214, 1.000)"], [0.1, "rgba(17, 119, 221, 1.000)"], [0.11, "rgba(14, 126, 228, 1.000)"], [0.12, "rgba(10, 133, 235, 1.000)"], [0.13, "rgba(7, 139, 241, 1.000)"], [0.14, "rgba(3, 146, 248, 1.000)"], [0.15, "rgba(0, 153, 255, 1.000)"], [0.16, "rgba(0, 158, 240, 1.000)"], [0.17, "rgba(0, 163, 224, 1.000)"], [0.18, "rgba(0, 168, 209, 1.000)"], [0.19, "rgba(0, 173, 194, 1.000)"], [0.2, "rgba(0, 178, 178, 1.000)"], [0.21, "rgba(0, 184, 163, 1.000)"], [0.22, "rgba(0, 189, 148, 1.000)"], [0.23, "rgba(0, 194, 133, 1.000)"], [0.24, "rgba(0, 199, 117, 1.000)"], [0.25, "rgba(0, 204, 102, 1.000)"], [0.26, "rgba(10, 206, 104, 1.000)"], [0.27, "rgba(20, 208, 106, 1.000)"], [0.28, "rgba(31, 210, 108, 1.000)"], [0.29, "rgba(41, 212, 110, 1.000)"], [0.3, "rgba(51, 214, 112, 1.000)"], [0.31, "rgba(61, 216, 114, 1.000)"], [0.32, "rgba(71, 218, 116, 1.000)"], [0.33, "rgba(82, 220, 118, 1.000)"], [0.34, "rgba(92, 222, 120, 1.000)"], [0.35, "rgba(102, 224, 122, 1.000)"], [0.36, "rgba(112, 226, 124, 1.000)"], [0.37, "rgba(122, 228, 126, 1.000)"], [0.38, "rgba(133, 231, 129, 1.000)"], [0.39, "rgba(143, 233, 131, 1.000)"], [0.4, "rgba(153, 235, 133, 1.000)"], [0.41, "rgba(163, 237, 135, 1.000)"], [0.42, "rgba(173, 239, 137, 1.000)"], [0.43, "rgba(184, 241, 139, 1.000)"], [0.44, "rgba(194, 243, 141, 1.000)"], [0.45, "rgba(204, 245, 143, 1.000)"], [0.46, "rgba(214, 247, 145, 1.000)"], [0.47, "rgba(224, 249, 147, 1.000)"], [0.48, "rgba(235, 251, 149, 1.000)"], [0.49, "rgba(245, 253, 151, 1.000)"], [0.5, "rgba(255, 255, 153, 1.000)"], [0.51, "rgba(250, 248, 150, 1.000)"], [0.52, "rgba(245, 242, 147, 1.000)"], [0.53, "rgba(240, 235, 145, 1.000)"], [0.54, "rgba(235, 229, 142, 1.000)"], [0.55, "rgba(229, 222, 139, 1.000)"], [0.56, "rgba(224, 216, 136, 1.000)"], [0.57, "rgba(219, 209, 134, 1.000)"], [0.58, "rgba(214, 203, 131, 1.000)"], [0.59, "rgba(209, 196, 128, 1.000)"], [0.6, "rgba(204, 190, 125, 1.000)"], [0.61, "rgba(199, 183, 123, 1.000)"], [0.62, "rgba(194, 177, 120, 1.000)"], [0.63, "rgba(189, 170, 117, 1.000)"], [0.64, "rgba(184, 164, 114, 1.000)"], [0.65, "rgba(178, 157, 112, 1.000)"], [0.66, "rgba(173, 151, 109, 1.000)"], [0.67, "rgba(168, 144, 106, 1.000)"], [0.68, "rgba(163, 137, 103, 1.000)"], [0.69, "rgba(158, 131, 101, 1.000)"], [0.7, "rgba(153, 124, 98, 1.000)"], [0.71, "rgba(148, 118, 95, 1.000)"], [0.72, "rgba(143, 111, 92, 1.000)"], [0.73, "rgba(138, 105, 90, 1.000)"], [0.74, "rgba(133, 98, 87, 1.000)"], [0.75, "rgba(128, 92, 84, 1.000)"], [0.76, "rgba(133, 98, 91, 1.000)"], [0.77, "rgba(138, 105, 98, 1.000)"], [0.78, "rgba(143, 111, 105, 1.000)"], [0.79, "rgba(148, 118, 111, 1.000)"], [0.8, "rgba(153, 124, 118, 1.000)"], [0.81, "rgba(158, 131, 125, 1.000)"], [0.82, "rgba(163, 137, 132, 1.000)"], [0.83, "rgba(168, 144, 139, 1.000)"], [0.84, "rgba(173, 151, 146, 1.000)"], [0.85, "rgba(178, 157, 152, 1.000)"], [0.86, "rgba(184, 164, 159, 1.000)"], [0.87, "rgba(189, 170, 166, 1.000)"], [0.88, "rgba(194, 177, 173, 1.000)"], [0.89, "rgba(199, 183, 180, 1.000)"], [0.9, "rgba(204, 190, 187, 1.000)"], [0.91, "rgba(209, 196, 193, 1.000)"], [0.92, "rgba(214, 203, 200, 1.000)"], [0.93, "rgba(219, 209, 207, 1.000)"], [0.94, "rgba(224, 216, 214, 1.000)"], [0.95, "rgba(230, 222, 221, 1.000)"], [0.96, "rgba(235, 229, 228, 1.000)"], [0.97, "rgba(240, 235, 234, 1.000)"], [0.98, "rgba(245, 242, 241, 1.000)"], [0.99, "rgba(250, 248, 248, 1.000)"], [1, "rgba(255, 255, 255, 1.000)"]], "yaxis": "y", "zaxis": "z", "showscale": false, "x": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], "showlegend": false, "name": "y1", "opacity": null, "zmin": -9.879538550047247, "z": [[10.492366147039114, 12.419988271863788, 10.206969150022132, 11.254447750277384, 12.258453528254558, 15.213737246944337, 12.005063992342995, 14.844659312785264, 14.942008238136339, 13.657015862743284, 12.331024563176111, 13.871115177370918, 12.635528703743876, 12.658412192823972, 11.354637976451773, 12.647314715630683, 9.697604138741381, 9.892284455631636, 8.74249682974727, 10.40119856401284, 10.263745430192035, 9.791466627759458, 8.78279480721141, 6.015208012891366, 2.875481993253505, 1.4265921632075056, 2.179607621281159, 3.097052625272661, -0.4882498581757666, 0.7929997307768097, -2.550428578100835, 0.15984171570439365, -3.770732089618095, -1.6285798649354408, -5.355852726959366, -4.627032292302818, -5.531045009695523, -6.44953692638078, -7.216938606273683, -7.745134232081067, -7.86467597775729, -4.719117099696685, -5.4061712279506935, -5.691650556675981, -5.818513404837097, -3.7200744172345264, -4.086406115642879, -3.4641781156564573, -1.8667167143668824, -4.308408092121235, -1.315012520261563, 0.7427673616150816, 0.357640707166901, 2.8244151506326114, 1.2164088774487247, 5.529161794897109, 6.805562863065555, 5.246950604733568, 5.650074483514806, 6.736274879545007, 8.561516627961595, 10.66328018541683, 10.598035112457115, 8.3978787455108, 13.720087837195399, 14.56278196108309, 10.47357614361253, 15.174046043270357, 13.057482865687327, 15.040091043744576, 12.301101625398273, 16.511710800595722, 13.205510073701014, 12.218731406972784, 11.499995883390788, 11.861278435014471, 12.025461474561496, 13.578813713915029, 9.90659799050624, 11.209496089751674, 8.619756672708624, 12.265353949020195, 7.918901381061525, 5.742630684789538, 9.157034743277446, 5.139383971667717, 7.252296946027917, 5.443233835384368, 5.381351164813944, 3.325005561538017, 3.7033043293144523, -0.29863595050893466, -0.6372352005808377, -3.4003220929498923, -1.1951167592513983, -1.988019669225789, -5.523296329564998, -4.344414089506049, -5.095492136126213, -3.316529443131614, -5.135830363581237, -4.582783189002944, -3.981715237197232, -5.876752757404539, -8.244576860403168, -4.989645831398686, -7.644275924108403, -7.164714850609503, -2.8413302782790026, -4.945982269511147, -4.73859926434964, -2.0118037996346843, -3.6799650284401277, -1.492317470862158, -0.04860930843248212, 1.8009259326331275, 1.0533637899700192, 0.7818707374022971, 1.5905777415552205, 5.397449630156748, 4.239166651011074, 8.864056318249713, 9.742259779889427, 6.490708052077192, 10.099550214354053, 11.510993962659054, 10.69612815136992, 11.466077088330252, 13.539410763631135, 11.920019275817936, 15.336309692504651, 14.71819790985052, 13.206613682480407, 13.671049483494926, 13.790477665480818, 11.950847135597918, 11.499356586508261, 15.139286780985532, 12.631850860364644, 13.171515161076922, 12.961579024551773, 13.27524065802242, 11.06580470128863, 10.491140927104896, 10.346191368373438, 9.669778905406675, 7.832268288092724, 7.4459454300722445, 8.115601872493862, 4.19168285123113, 4.521558179552519], [10.451487662231742, 13.215482742460383, 12.7133005511234, 14.174222900830532, 11.918884099370219, 10.832737988779469, 13.429458739350707, 11.813499037187354, 14.55399730468298, 12.017995721667951, 13.33129953019442, 11.4617598568166, 14.367957202811874, 11.630791419022584, 11.30707897542337, 11.064700655919829, 12.234537793800992, 11.154465491733461, 11.317664261369156, 10.304515396103877, 5.651970063993608, 5.393976207444038, 6.7047583064081255, 3.4394204403598962, 1.8080620127767197, 5.31887577528523, 2.5693252109023295, -0.16273041408642008, 1.0405298581596423, -3.165168784391433, 0.6704702348574116, -2.3198346598338713, -1.9099722609322907, -2.237685404426312, -6.360492936145832, -4.060524390372439, -4.981474029480829, -4.0548385988521325, -3.9892332066392306, -4.1436219108641374, -6.869112722053643, -5.549174695025863, -6.593404363986135, -7.881177450936857, -3.8618994112478475, -4.79104195974975, -6.599067813925522, -4.746798727411264, -2.81578022144058, -0.6267564910678303, -1.893122980594164, -2.979069344312201, 0.1464475230560005, -0.4961236099629911, -0.4432927698354696, 2.1499019466630127, 2.3985323033981842, 4.172142047066418, 7.9964055091413195, 7.179844214262229, 8.541952310317164, 10.260372446505404, 10.010150731444488, 10.729791065185172, 12.39532544486006, 12.53793252006554, 10.637404276178046, 13.744483210202901, 14.004853967580132, 13.075074438508269, 15.525894110464524, 15.730450414781007, 15.98224086936808, 12.253133468367851, 13.350840353401129, 12.443009029956766, 13.214683677937945, 13.633672071928848, 9.242814587902231, 11.66112691393773, 10.79111725064323, 11.83474239573122, 6.464712228410807, 9.93463086243519, 5.913187641925365, 7.002408822102603, 4.352601619096037, 1.9579709513312178, 4.246434797786751, 3.311950706637692, 2.623301938483827, 0.7585238810137032, -2.9009449647999155, -3.9598841336557893, -3.110055748387696, -4.031149985318152, -6.248455382876948, -4.573803313146277, -5.1894478372865525, -5.036650274819188, -5.879653242667029, -7.129479971512016, -8.437726830241058, -6.569915737235874, -4.972691877946563, -8.057483332820421, -8.014540771490243, -3.8785298079850143, -5.342348004150216, -3.0711110495368352, -1.3646975697893087, -4.080022195787059, -1.339811676616808, -0.5835479148328577, 0.44450199363067355, 0.1920239528580172, 0.19824845459168472, 2.059631579790005, 1.1452396018703013, 3.8785152706777826, 2.6807614870289758, 3.6973700615238085, 8.857181815899086, 8.023155672941954, 11.175234882065872, 10.24119549264147, 11.710012819582586, 9.246873744787894, 10.898838606622743, 13.515897072476479, 11.334655335151254, 15.710188790803032, 14.556018102465542, 11.611497568216317, 13.749458224049665, 11.71067694406447, 15.218704678080158, 14.095375747778599, 12.250725704250021, 12.102294160322778, 13.073721347548803, 9.88254923644955, 10.497398832002212, 7.784290500684651, 10.028735583591029, 10.44024568173156, 5.285133038348348, 8.826309899190287, 4.788221000119693, 6.578148092384469, 3.8977966109012643], [10.648108994193954, 11.602544990532417, 10.742032840289099, 10.67128032474963, 10.948516116268824, 14.764431873661444, 13.669985859456016, 11.6512369538025, 11.518199600403694, 12.94181589510968, 14.336598026116082, 13.144235492378419, 13.747023703076314, 12.035252137545754, 12.311201194541114, 13.635248632443266, 11.791474091615294, 7.91410590800581, 10.634816293698645, 8.195009512187898, 6.331238935955046, 6.51343646595639, 6.723399971869836, 6.763387629813449, 3.7371644066406615, 2.921364122085282, 4.042307732782644, -0.11809855018204551, -0.4380683692809626, -1.3825723032986623, 0.51060024392301, -4.932665148034307, -2.1211520693880868, -1.9531488467979194, -5.209170417824444, -3.1427965820303427, -7.583671482758739, -4.337201856536877, -3.9591762325406563, -4.324878693372529, -7.377904498476656, -8.527466648557262, -7.4040726861962085, -7.262403778798415, -6.452827072700259, -6.980019477823294, -5.689730973548755, -5.029231003259762, -4.627734858630193, -2.0754521628966707, -1.1948134974011282, -0.24727885045108522, 1.5864135609184302, 1.3361164589690002, -0.41858575309999857, 0.982608737014564, 5.238763999611611, 5.770821277483467, 3.815710934709739, 8.008265349286068, 9.935186296181062, 9.683993127901987, 7.558742997668654, 11.06622200188364, 10.516011095188919, 10.344289946981986, 11.498716591715155, 13.451203688916385, 13.36652991109495, 11.451455080012447, 11.596772999836682, 15.854354251454557, 15.837243947411958, 12.298894225457733, 13.851444558707179, 13.546213794851766, 11.281311631124833, 11.240068601211545, 10.391141750862872, 8.454272675619622, 11.86761201248705, 10.754629015627508, 6.839548196838089, 5.240683124499823, 7.321332062418504, 4.309477069694756, 3.28273222750422, 2.032472264309982, 0.5982957395394131, 1.1348057864252894, -1.2672782136809069, 0.7952520657379161, 0.1781614383956267, -3.871012985688317, -2.259426213936715, -1.0962480740321752, -3.51376772829248, -7.104187539118676, -3.2432277698419565, -7.295264986832251, -8.015142685058798, -5.518188991137734, -6.078883305776287, -7.521359476714249, -4.995663913668098, -6.7272905791604884, -4.823880379033593, -6.726772663993152, -7.55363063115216, -5.2767825208383705, -5.384309602401567, -2.3098947456840087, -2.214679479359532, -1.6959453053726374, -2.5731743565207505, 0.5649583901966544, 2.5692798700181747, 0.5214202960401693, 4.5749972495049125, 2.950312563148474, 3.015542537198158, 5.909669635197401, 4.832307659706368, 5.9255294260109475, 6.5039267842946575, 7.412878879336018, 11.069328793517275, 10.574864493166936, 13.17283961393227, 9.75351135521847, 10.790354885149723, 10.58979864579364, 12.716618940241066, 13.711184403737459, 12.516369930183238, 13.546170368461816, 15.567966954620415, 13.58309444989222, 12.210284434053818, 10.44513643001517, 12.679356990887854, 9.21925226121447, 11.148911098783806, 9.419705152858251, 9.486899520643881, 6.7707243807850075, 9.042056787464798, 7.509061032141634, 4.0395798875827715, 5.569757000973049, 3.190323104993741], [7.558852467133299, 11.173743486239768, 13.215605604185718, 12.592560881938752, 11.445947542153894, 12.191050930490158, 11.22229203899659, 12.64089308157307, 11.511246514782345, 15.232403321349398, 11.222689244621533, 13.910569527566777, 12.501519557053365, 14.213456981671806, 10.068044141981437, 11.302140010493801, 10.06410653352703, 11.143431625575017, 7.4726683915403065, 7.518307121277562, 7.4604543094774005, 5.798212565876188, 5.932633728928041, 6.8711151061543845, 1.3707951569483594, 4.830089608296676, 1.3111509722292443, -0.7647834423542701, -1.9257145794425874, -3.3529780793787882, -3.5080971948814117, -1.5890836777903559, -6.062162067991814, -3.9884341320138414, -4.490673255738246, -5.757576526875299, -6.934230158584583, -8.125185186663956, -7.213977042073349, -8.018301736304775, -7.309503219202895, -7.14775580226754, -5.910505447864164, -4.67837784823535, -7.020498329904228, -7.834713859720175, -3.231936138415696, -5.5088543781468875, -5.823109245895967, -2.9361331796482073, -0.7657922622286577, 0.05742990565072681, 1.9624689875745513, -0.4996610259384511, 0.5644347423920237, 1.3310376695355117, 3.2839382738655143, 4.398310493660563, 3.572908938563163, 4.267421736574418, 7.294558602094304, 8.817973011139346, 7.8970632570507, 9.954472774612341, 8.502526438418384, 9.328161504582543, 10.360582602658777, 13.326343680558821, 14.916463569465925, 10.97434749499911, 15.248627512952304, 12.713275880052182, 15.0317131856137, 12.704721745404346, 10.662400175024308, 13.009425571884329, 13.452363298085697, 12.423493521691668, 10.821816806107522, 10.058588692024344, 9.490969220467255, 9.769773833679533, 10.171386155008872, 7.456230389030292, 5.334375908079036, 6.830448970125055, 6.722740597785979, 2.647337289165198, 3.641715560055969, 2.1577784375827314, 1.3143616035154597, 1.4582514133846498, -1.6460066985791002, -1.472371076950207, -4.911254166634103, -4.336938980294427, -2.049916263308525, -5.778511174147706, -3.9896149479803107, -8.271062333564632, -4.021552326101695, -7.898485684893352, -7.658242658488021, -6.9854400984906135, -5.737255242846441, -7.331981767114552, -3.9961939580457404, -3.876302061043557, -4.592357667753275, -4.345638991529196, -6.1047775685790775, -2.2664836030074262, -3.3943467953473636, 0.3132349577397413, -3.318512785812594, 2.0298318654073366, 2.0550747417708815, 2.3210729978814655, 2.8580049161546324, 2.8736189997246306, 4.783691512081484, 3.5352321788156997, 8.504336357898508, 8.124253606514403, 7.510246433145497, 7.121300424338013, 10.913629527013045, 9.63947571795848, 9.24819676815351, 11.003145764298635, 13.347621889657558, 13.222888094631632, 14.917467236155723, 13.426445127957354, 13.823388558353152, 15.436836300030498, 14.13553456565662, 11.929204327380619, 10.180762730482334, 13.03761583999853, 13.115292162300143, 12.282221863631761, 12.669730509434181, 9.104558709201816, 7.554919818491063, 6.994885760265099, 8.64590411580582, 5.07257142372354, 6.063322898602575, 6.243147081991633, 2.267595726892969], [10.075853214657043, 12.622583265228329, 10.192650993642054, 11.47307048252467, 11.760944879178037, 12.37792382694472, 10.35130495740045, 13.80969748983627, 11.448666140053327, 13.210296754440918, 13.745862654856326, 14.97151649094666, 10.750646531152219, 11.6210513095684, 9.43492193929082, 9.163851199702975, 10.714749033559764, 8.468119962759449, 9.189680226253445, 7.4558138840114205, 8.384550472170023, 4.972421090625871, 4.636702706011207, 3.2230628629811537, 4.863232142059241, 0.22126535835024264, 1.2172890760970088, 1.7805064635882406, 0.6487696992513232, -1.6063120812269265, -3.9967205871765508, -4.545844194749765, -5.121450850759668, -4.3326685772010585, -5.5306023105643725, -5.565118004970239, -8.424627365261358, -5.5584925418209075, -5.8927012875803, -7.098384977982661, -5.372106638985304, -7.085768470017076, -8.825020714220372, -6.27110139693546, -6.804205889801789, -5.479204347873107, -5.0169239153202465, -2.4465175725507198, -5.505745208917567, -3.114209274337165, -3.075428427647898, -1.1008633715139844, 1.577539438360187, -1.330110326978005, 0.42858006352920164, 1.6444230479677646, 3.629541579027043, 1.9269619456041802, 6.128244504442314, 4.0587136262301104, 4.730755942962515, 6.223961148336079, 7.749507421083935, 7.683261226712368, 9.725392316980507, 8.545942049983678, 9.44646797611831, 9.638199186763591, 12.084198450963914, 11.218738169634895, 12.064749413826995, 12.961321639638548, 11.000494751148253, 11.343884871342194, 14.065601364848128, 11.006329209368891, 9.572123738744649, 10.444024366432984, 11.697916374989664, 10.437558730622786, 11.476236269345552, 8.698786951263251, 6.0731732772987534, 4.962651336237153, 4.679501293613491, 2.641211087408509, 6.4883317906880285, 4.411953342441425, 2.9306737801024383, 1.5609250925352285, -0.9738208598156834, -2.84803812793292, 0.07968280954896301, -4.966081151393366, -3.095281438437894, -6.445852054039797, -3.8846091422533853, -4.444743040280034, -7.70232397315911, -6.826862382824686, -8.125065202958485, -5.44736028041882, -6.8299828838358465, -6.4972641433296126, -7.474434735085712, -4.843247836616991, -5.905156716530437, -8.114441767916269, -7.03046669431696, -5.333671412317187, -3.01937862615471, -5.428625256192973, -5.283303736736951, -1.117644882985136, 0.6452306579662874, 1.2683966284441155, -0.5440776070741524, 2.080748984712965, 0.9044779997872787, 4.300803608325076, 4.2001109947107444, 2.875850944387544, 8.797146626229697, 9.360368782844061, 8.897051009443333, 8.277689023955762, 8.00978928129849, 8.503950735074532, 9.340966014612777, 9.50754120340561, 11.962811828217394, 14.22991223040161, 10.714368508764101, 14.269466994168209, 14.955587669944975, 11.969875159458875, 14.855119356714145, 11.49647455539991, 10.994755706636472, 12.239512010752657, 10.618789998992398, 11.161860134566577, 8.70865240713043, 7.282218580447833, 9.129381138985982, 9.18076340063864, 4.857567125514884, 5.894284629222492, 4.6822383105802015, 3.62249658008807, 3.4481935339909837], [9.592556033694878, 9.590943109727357, 8.945225231673831, 12.781351923069717, 9.826677439668243, 14.440248644797634, 13.858318549496017, 11.07343134808594, 12.356770054850411, 13.763518463339425, 10.68020414703747, 10.378194396465132, 11.328301489766258, 10.383284205085168, 12.3241437413574, 10.846443467336673, 8.145291116165113, 7.274407558726011, 10.719073403561747, 6.124164221030446, 8.973501920268198, 4.444576991532891, 5.116432602391168, 2.8337118532267214, 3.457845646266506, 0.5725108640271142, -0.7287035356716576, 1.2027117644734702, -0.2645132411023621, -3.1171609962152047, -3.8554849143583922, -4.313137020267085, -5.871732611591625, -3.484438892587516, -5.129479862521272, -8.013626599497968, -8.688504613354887, -8.730796334928868, -9.348089609151472, -7.956499497025206, -7.758982190384529, -5.2903552338856095, -6.377692010475524, -4.896858512650475, -8.342425778638113, -5.49925130418427, -6.213124341022699, -5.610223821182032, -6.439209767856511, -4.243731474942287, -2.7276604412574432, -0.29065950732594104, -0.7999664334736121, 0.7945695949494187, 1.8603980036658978, -0.05325940349413294, 3.0006154681103414, 2.384114139014133, 6.394192811282721, 7.807495553611081, 5.565248214356619, 8.37714817638912, 8.76112643616889, 9.428755979235998, 11.815853025734226, 12.225845624058234, 13.277756408623597, 12.443930500706031, 14.079853158631629, 14.893709845662105, 12.072589107234652, 10.292258704111081, 14.042176224553149, 10.940887205984609, 13.057283773241492, 11.701526719010596, 10.365891299582554, 9.6748883220326, 12.542246537405013, 11.602403821961865, 9.541459490976909, 10.66439241480277, 7.9304420551549235, 7.305184366746812, 7.866397908382122, 6.886769788921959, 4.424010259729675, 4.151719256168207, 3.8302909666889002, -1.3137024009849796, 2.4569468962944176, 1.3780774059005765, -3.6783407695865318, -0.2729221331034921, -2.523726574948469, -5.178082046031088, -5.404842853950738, -4.6264921720970715, -4.297983687706585, -5.563921520030741, -7.650674723707507, -6.914862248405441, -8.435867352499056, -7.9479350650685205, -5.369854875655982, -6.728555321635927, -9.221300532269478, -6.711937672520506, -5.393117355810727, -4.083859114996365, -5.17888670433404, -3.773242737673545, -3.034165860520048, -4.918829095434489, -3.7175207032952926, -0.40898064883633545, -0.6578535473646312, 3.2898862301856875, 4.32579354920595, 5.2571914241361455, 3.7755248522422287, 6.818322582334199, 7.466215371994073, 6.502040729028927, 5.594504565450228, 7.608980557227349, 8.898287979000557, 8.590530288572458, 8.4547233850822, 10.783810937308253, 12.850736228434945, 13.051597492910375, 10.575044422142302, 14.398038522918561, 12.76536179035497, 13.171756759293611, 11.735153696168137, 11.286018627492968, 12.262604944631313, 12.135863740954246, 10.16586902353634, 9.027217497947642, 11.412114555142477, 7.988223103261377, 7.133794741134649, 5.994700248180663, 6.952909468899142, 7.737371441606741, 2.6130455904309864, 1.679426994041341, 3.2465324317176396], [10.37469745968362, 11.893448964178134, 11.983413770903397, 11.317295232970265, 10.685482804010615, 9.742057159973253, 11.732571727530926, 14.495216802583524, 10.23774637576244, 12.686347733894541, 13.478770524503444, 12.825823235719886, 11.777844037919019, 10.951797946715034, 10.108189583042822, 11.057533177999531, 12.294975067988718, 7.430665889387258, 9.013908565233127, 6.963979503459315, 7.254343663173662, 4.422321878216131, 7.190172107753464, 4.16441713889872, 4.959813190272945, 3.4322567651285407, 3.1440774073456694, 0.07608411082247812, -1.1123701679836238, -2.3721471696410603, -3.1718705455389298, -1.1914918452249967, -5.184814391881364, -2.93249795469535, -5.961422277200677, -5.125756829546873, -6.305035631088664, -8.524184975928168, -5.309746530579522, -9.293632828154195, -5.993911861758686, -7.6797938717626195, -5.986750943125452, -7.041556419508957, -6.508918038460589, -5.483709633888935, -3.336979878824117, -4.026295173491764, -1.9149952811686752, -5.712444345672701, -2.531903297505645, -1.1704884198284624, -3.1991505452915536, -1.1036956590174736, -0.2650080820528924, 3.792545291551445, 0.6326947692796239, 4.783664159604635, 4.422164872992395, 7.651728972950459, 6.874839206852045, 9.36727424760931, 10.176582035485225, 9.281406766892546, 9.090419189884093, 8.687281321125136, 10.081294152727478, 12.377308005352821, 10.129668914798113, 10.649025315981639, 11.179206779304817, 10.96702447119924, 13.502264775376492, 12.624330455199487, 12.851994925420986, 13.152097637364175, 10.461387978927682, 10.456877453752782, 9.558038975902283, 8.823388319855388, 10.192391050698074, 6.086696203671513, 6.182133354569257, 4.955038438224308, 3.9724784766565655, 6.36296650560375, 4.080385368735421, 3.550620035130552, 3.829340751627586, 1.262341023843966, 0.07654005526087992, 1.1867937254722154, -2.2349132850645343, -1.8055824781557135, -4.397433070994737, -5.174820475189815, -6.603712720917038, -3.4134311965153863, -6.687024439539908, -7.48060932178964, -6.112156770103056, -8.477882392569239, -8.777878473889288, -7.053996904859584, -7.761812511243296, -6.705301248129437, -5.289890930879199, -7.053428750170813, -8.107418291684581, -7.433988786696158, -6.544808525879272, -5.713879964786379, -1.7656589019350726, -2.3941905762825275, -1.0754494996112633, 1.0009032882966338, 1.6459855357598592, 2.8606001987456438, 0.8137946418349831, 3.433668198561259, 5.554534464088272, 4.021738282817811, 5.826106780535911, 5.58708716206973, 10.25590241537953, 6.299777840824678, 10.151386492442931, 9.150123417093297, 9.558256755374867, 11.104126169547571, 11.774701821646724, 13.438397072355155, 14.219632227360856, 13.968714129782725, 14.288400384194713, 11.501355364809378, 13.107429952858777, 11.251404811525804, 10.072357652246438, 9.283163713219386, 10.860586070306262, 11.18772749022171, 9.876015274939991, 8.371963835986568, 9.779306915767018, 7.555884385497695, 8.53504661509023, 7.448820721487723, 3.6374503708906776, 1.880461578168493, 2.754835276238653], [8.080895066069578, 7.901707605476375, 9.36261202195369, 9.49521241331835, 12.42413433184497, 11.94243153256593, 11.493335225518662, 10.43181929358204, 10.656453538926288, 12.883417465022031, 10.30363535839865, 10.385811478760528, 12.96126992831763, 10.059434058536201, 13.087576880498972, 12.4081160058972, 11.028453572541999, 8.909111493676997, 10.701183359708356, 7.526434810583032, 5.760691173252264, 3.921900071133349, 7.115312249175631, 6.317109389626783, 5.007700852237845, 2.0592689986778794, -0.5152733064556827, 1.9259922382191554, -1.7376280975499565, -1.647666361879617, -1.836349234159215, -5.343054191080519, -1.9530627101848523, -6.683176398797659, -5.53931387445566, -4.112246760617893, -7.610609973048408, -6.129612160751261, -9.54593877226143, -7.137497264207546, -5.298368195206054, -5.413150122760399, -9.035501068693147, -7.484423275215761, -6.51497077805217, -4.646170484814649, -4.505867019014854, -7.293673468148807, -6.0988252084779795, -6.115237079317872, -4.7833728421478785, -1.1388371661520083, -3.4057733662001937, -1.4266222974169054, 0.5327061811062848, 4.117603840430065, 4.77801152948412, 3.3940627418176703, 5.087347844563581, 7.955145970143486, 7.716238127269509, 8.3589254403233, 8.19757943939932, 10.837075821607758, 10.816202968763005, 8.780519982126906, 13.477183835802656, 10.572154685228073, 9.977273394146524, 12.011629616963933, 13.47173291596493, 14.983542869549169, 11.25970797006568, 14.239215971049932, 13.650541777376045, 13.270552381000924, 11.14890023267011, 11.577304305347788, 8.719931410093633, 11.629348448639941, 6.700589284344248, 6.623953709006326, 6.282112580170553, 4.303464391918284, 4.028611759197744, 6.334680460044361, 4.588848710496764, 2.5803814813807033, 1.8069826909662652, -0.06991674178219398, -0.19564174463185857, -1.1172343076827644, -3.3475800979568273, -2.4070614385698015, -2.6915912505111734, -3.8290260042994717, -4.47894160309802, -5.561474905508508, -4.017434941891441, -8.447228623986344, -9.017823600951388, -7.361057529407706, -5.377737915332268, -8.338528504298598, -5.226612006557458, -9.551406762924945, -8.400541622468772, -7.150954107892847, -6.678357770169619, -6.02577462484658, -5.2322384872507595, -2.4691135389097916, -2.9550414613926463, -4.974035959811136, 0.45077669553768374, 0.5703072880037396, 1.8482965926880635, -1.3718976009857347, 2.0024878848947196, 0.5488637659200002, 4.5924205165686685, 7.083476485000139, 3.546500179442673, 6.953650892106911, 6.0706984930315535, 9.443392514895248, 11.140452733780222, 10.207113592511888, 11.827107133046184, 12.485486697541857, 9.673215127880756, 10.466353579171455, 12.684210793563997, 10.762050371447813, 10.207798836159546, 14.017871884726908, 13.005174756165097, 12.297088743963492, 10.607580636184847, 11.093001586959232, 11.137761324257585, 12.004074035167122, 8.969276704635625, 9.626284625849788, 6.681948497118277, 7.699440838917219, 8.740226152197353, 3.0371586351726734, 6.073735849538576, 1.584525767985788, 1.1363188890640679], [10.513189228545727, 10.387221111542962, 9.508515281502437, 11.867696349919207, 12.176141043113535, 10.296977960731265, 11.114124937283222, 10.171006038868919, 12.801680980131067, 13.776892799806046, 10.031207150357487, 10.934171195207698, 10.746630157012554, 12.877269880403482, 8.992175960051316, 12.986378756283326, 7.992146132631134, 10.67434753694744, 7.971999454196661, 5.990735267184794, 5.637255985997154, 4.315543515669082, 5.227109492924353, 2.4263100142913645, 5.327951242037463, 0.9240541918508924, 0.1983365140993527, -0.7329430175068907, 1.2161794560339736, -3.0542790600715204, -4.48907101557098, -3.646907336175918, -6.093616435017079, -7.605589464048759, -5.830527503106236, -3.9119706931864027, -8.024066553595823, -7.653283764485977, -8.582557273952709, -6.9695897053307405, -6.364570345513442, -6.213969738042017, -8.647327542528004, -9.053174512154357, -4.2557764074095665, -8.30738937292195, -5.552391496010468, -5.5028269054951835, -5.923620250622863, -5.610323525931813, -2.048378764844717, -3.4789777167984894, -2.9526053650141346, -0.3297851422607785, -1.4504689667164037, -0.06181162279161079, 4.214464514757287, 2.8455802350450323, 4.558415837179746, 3.9394616864055356, 4.493028562372035, 5.231873617236489, 8.64354657656034, 10.3172774695899, 11.662568003581587, 8.504104897145098, 9.786399943452652, 9.24197744548983, 10.742984802830694, 13.216010986172384, 12.287041006963058, 13.642591010045422, 13.159389481033202, 13.429838006178517, 13.820179988172761, 9.850813848822089, 10.49910424554983, 13.140708795761814, 11.698843485166645, 8.743263574593046, 10.388231532459479, 6.63291999681628, 5.968795724995984, 9.024620692348714, 7.260151909169176, 2.7567601340579575, 6.0484647016272755, 0.3532014338356113, -0.3147654387490064, 2.2814203633846795, -2.645307753643861, -3.5643897889831884, -0.40352539751552285, -3.2982785710265716, -4.434877347448818, -6.049806329853315, -6.385951347673643, -4.685380236085042, -3.881020402147376, -6.352336152861625, -8.420164221176087, -8.386666870591544, -8.276984341674126, -9.435950832720113, -9.879538550047247, -6.022112171646874, -5.00542247781944, -5.982466641305333, -7.088238420630205, -6.237275917818177, -7.392455013115448, -2.392527112911978, -5.942403967755647, -1.0834721276443808, -3.8074382181365145, -0.2835264024790174, 0.23260453137536352, 2.822727882556599, 3.316591776353869, 0.8479753197651014, 2.4890969411061876, 6.780885542634021, 4.747187955451673, 5.313414541936986, 6.5248365219762325, 6.957045368183486, 10.027380839352357, 9.74584651259497, 9.997814925541384, 11.554135444096381, 10.816412744836743, 11.944273298349579, 13.509664279157303, 12.536537416262712, 10.028531296103392, 13.581928293727042, 12.063996206783079, 13.55640124247655, 13.99084928668968, 11.894158560576287, 11.962037576499144, 10.004113184404856, 7.835430053907759, 9.543183322083536, 8.373298926748685, 8.164838270519244, 7.574293880019984, 3.204871890807259, 3.3809908474245285, 1.384511876339463, 3.415040881745134], [8.413836342527155, 9.506056852725676, 11.253804423515316, 8.505420120830054, 13.915973013213037, 10.728108681379883, 12.230554798847795, 11.92107261291746, 13.185893796020215, 12.372403840583578, 10.555531076302037, 13.836808821736382, 14.137068690316987, 12.924655865730331, 11.100027019335695, 10.91819023629913, 8.422821862704636, 8.582070915419774, 6.777985181644807, 5.967920866224295, 8.249695822724483, 6.307672904391421, 5.785654574731339, 2.8550164954374813, 1.7323746235238993, 3.4271137421130202, 3.0754529491818783, 0.5536932692446506, -3.2622534181382967, -1.9995740488501106, -1.9506445701041848, -1.656987932780826, -6.657316486954635, -2.661171907081723, -7.580186819248272, -5.935608317683787, -7.711393911055463, -8.31572904071053, -8.746702470320606, -9.85065613357673, -9.34602375976285, -8.181218684745751, -9.20777118402535, -8.770612581170642, -6.373489239710018, -8.21542698369366, -4.811018292844739, -4.615415026323246, -6.705110856086247, -4.869908356554657, -1.5896892268974199, -0.17744227393132306, -0.805504591549763, -1.2428618545959846, -0.7682765617638729, 0.14681143307654132, 3.208433911503751, 5.01575308726729, 4.64836529205197, 5.9046734976218955, 8.477468220155497, 8.59972242545877, 9.066991353862973, 10.619540156885414, 12.328257481460053, 10.503364141898505, 9.21701786122512, 11.410888849512997, 11.035686698995837, 10.959108791451445, 14.514511366272771, 12.016002897942046, 10.915677259470241, 9.962646261196907, 12.673204674670616, 12.121686516196398, 9.77123581229098, 9.33943758408869, 8.241781212596651, 9.280604832791555, 7.486849676761814, 6.502647393609884, 5.573176050181384, 6.098787420803945, 4.6844780272415925, 5.891549050887405, 3.063453327355531, 3.4271547006269802, 1.0617979098171038, -0.4996442531741252, 2.060171045322198, -2.635107035289913, -2.4538639576955124, -1.516180251234685, -3.752243538053321, -5.536923023801631, -7.255415821665071, -5.189618730175441, -7.455712455908362, -5.523205831277323, -6.884378972427161, -6.70784659022409, -5.754192602723315, -5.718868906917459, -7.467836698655095, -9.246472776726733, -9.160223590198836, -6.878981706869993, -4.072686792767314, -6.528016261554171, -4.578587175878145, -3.399901599200872, -2.8647656091569775, -3.1836945983174054, 0.0483700795153581, 0.7072777314825132, 1.4582974491277092, 3.0474559249097233, 3.329403087228388, 4.715798421617591, 1.7844294998889172, 3.8128919832049046, 5.535958405673392, 5.2400773116668535, 7.842757936889086, 9.577802615853845, 10.231835692592668, 10.76786760623066, 11.436826894503303, 9.150343872834899, 9.371638637091818, 12.860129178599193, 10.028360538204304, 13.920547310603556, 11.729385400391845, 10.573632431765143, 12.831170230474488, 10.275080916328927, 11.603606585349532, 13.552908399717726, 13.326544664622883, 9.05048895434748, 8.742105184608395, 11.351018166444456, 9.931746391558724, 9.154061309586899, 4.085070953325658, 3.3085719331133614, 4.354484604424471, 4.978930582867067, 1.2139726716423578], [10.266407018015599, 11.45084834442282, 11.094444916215853, 11.94217141234249, 9.917156768968974, 10.09403649345413, 13.416615262852867, 11.477368705007905, 12.805546330953653, 11.53635889586742, 10.641268130087553, 10.501914495295289, 13.610546362612357, 12.5874644329708, 9.538951659361354, 12.656355420597869, 8.065515508476986, 7.191375129021317, 8.840861193490282, 8.852473348041572, 4.390881440827712, 6.493162516199576, 6.944644869879533, 3.0447443218296577, 4.7156779082907825, -0.5419988429525944, 1.2389419343339867, -1.7464701020832685, -1.2789235807263246, -2.4118878537599144, -0.7309577776908593, -1.5796846962146205, -3.1852802352894614, -5.0128350358425955, -7.086886664116356, -5.943065705534561, -4.625105099950083, -6.769878008657393, -8.247925252699329, -9.197480066917716, -8.90723844935447, -5.473438654394542, -4.789307593921887, -7.280432077923692, -7.010599067025822, -8.138092897402856, -4.601138757102168, -3.198601695529371, -3.00678058791393, -6.162080809551643, -2.581395535361242, -3.6799898802054667, 0.26769540231787303, 1.6037588511193235, -0.8080100408744055, 2.6626215623395515, 0.46629617134575874, 3.8025409987103824, 6.665056076261872, 7.0762829667966525, 7.380706281111991, 8.650479473597716, 7.1425091929496585, 10.639754169667567, 8.35709938319374, 12.900207179797718, 11.934967335690217, 12.671314060910198, 12.597287271948499, 11.436041337169051, 10.927109332393318, 14.260367664033758, 14.347253752988946, 13.80563797783219, 12.79209654966699, 9.693133238686066, 9.94303505859668, 9.489924579510681, 8.399119149730344, 10.412233281883111, 6.957306780429129, 5.9398879633492605, 8.201271852743492, 4.7128916644775325, 3.368032613059185, 6.463204832992156, 5.324809961313914, 3.687272037798131, 3.23287973821657, -0.78763956545348, -0.40684095978723, -1.8841845452849508, -3.358488428729437, -4.305693529694427, -6.186086113624583, -3.8647869759130664, -7.408324168373088, -4.50512348151906, -7.773078648338515, -7.060994692105503, -6.4547667211194835, -5.339749761253543, -8.262012565784836, -5.998646046970226, -8.006402031380343, -5.667750228174109, -9.122228991372584, -4.1602387845075715, -5.3431030614255945, -3.7533111510415615, -5.390428324039245, -5.886075986751303, -5.6106447971184, -3.2368963993611732, -0.22558089714110352, -2.1115129407096447, 0.15552414859249275, 2.8043094935535535, 0.20182754228143018, 4.7567031860733735, 3.6609145535036376, 4.644078232174298, 3.9384136081198005, 5.725451358902392, 9.843522577069507, 7.75877831482862, 7.820528414757266, 12.07373090582763, 11.137094351725555, 12.365462629795156, 12.696986645795281, 13.083078648341804, 12.996977308851987, 11.79275324849649, 11.755239766432153, 12.332142855581523, 11.444397846558363, 11.554773959555844, 12.112246342250078, 12.364771178595646, 8.933314978748605, 12.182939825589504, 7.9427243275687776, 9.063399149035988, 10.197353736383864, 8.481868891206057, 4.917997151662339, 4.649633310556412, 6.138842579708956, 5.387846375140053, 4.312526159863342], [10.234366104903769, 12.064185000907443, 12.859717439674228, 11.49946309446637, 9.317903449800761, 13.868432443049949, 12.477344200879159, 10.348208690626533, 11.477911637394907, 11.48775347089615, 10.41241110697929, 13.972181712222262, 10.751025627782349, 13.859506591218747, 10.926507155871752, 8.575907841047215, 7.746001875902833, 9.705381914577032, 7.28271757513009, 7.7434939918165835, 6.662301740022905, 6.088386764993341, 3.495612498321443, 3.904791154016465, 2.5277438869020843, 0.27309820275581487, -0.8453378936787246, 2.3597506034949394, -3.0959540947473307, 0.06530675813538167, -1.1553771886134108, -5.114184983419536, -5.286279040621629, -6.677430990292429, -3.555958074610526, -8.228100217864224, -8.808618186747811, -7.5348949222408805, -9.38603935870632, -6.086604617882596, -7.829954702560986, -8.93667349622671, -5.360675428225566, -7.376328643343555, -4.250758336522285, -4.050569742751573, -4.278114117014223, -5.455949277034007, -6.048669297291365, -5.700953457468701, -1.2926002198409137, -2.5305330577375322, -0.17958452408042191, -2.119778648434087, -0.5343394432966679, 3.652091654368701, 4.0273030892177015, 3.3131719517428975, 4.410612519168656, 5.9196288167381965, 5.365496649065715, 9.124239082842422, 9.60275467112389, 11.108858543891047, 11.687453906823226, 9.877597087729006, 11.602015658810352, 11.35328449811168, 11.241689543994791, 11.520100943552254, 12.927606076557685, 13.700500382706394, 10.864600583444663, 14.34890199397303, 11.54885099302086, 13.280543728020117, 13.044223020008616, 12.155914749655924, 12.588464526631897, 10.288524670843758, 7.725803512276295, 8.895648568545239, 7.885760393192692, 4.48789684450411, 6.500189355003103, 2.914891821343975, 2.4276085833922743, 0.35479320537238124, -0.4291737988066231, -1.1420504354253573, 1.4921206893443468, -1.380932421399553, -1.6056612209631922, -4.722178202771367, -4.700882843709808, -2.61299992655303, -2.920626361526029, -6.365380587651291, -5.170168078279966, -6.022043249862882, -6.5561141395509495, -6.280682607779582, -5.467391203452941, -9.141453076625353, -9.716929118897909, -9.486339236066438, -8.083084088630049, -4.413940888961612, -8.515663736764424, -3.075796559176613, -2.7854352799584454, -4.555533371088204, -3.3696394656038553, -4.535642476433761, -2.969347850683368, 0.9461613618793461, -2.3524919046196917, 2.2571560070719485, 2.8513750170640275, 1.2623621452597238, 4.1604061910292405, 6.0203906926055, 8.318592440563055, 6.258863096724216, 9.193981714512681, 7.578518751300514, 10.042526111965227, 8.680332896326753, 9.495745469729671, 12.653166586864302, 11.21043184626758, 11.245366983930058, 14.748394713118067, 12.463257281635753, 12.434559637672049, 10.113468474729858, 11.759694427978236, 11.188039456195702, 13.929745283993144, 10.08095888779634, 12.200025256538833, 12.32651722739243, 12.12205038785164, 10.091477409901357, 7.930044519791928, 9.330755261541215, 4.546664082957359, 7.636501912372526, 2.707520424791104, 2.384858396201536, 4.168152633585661], [8.714511683918305, 11.981020031780307, 11.734029819648997, 9.382163527294047, 9.72036128530407, 10.928082204799107, 12.131808246188545, 14.750081230960623, 11.272291852059736, 11.79055613356689, 11.060017433372309, 13.20141376689784, 10.744549172343994, 10.14437942531723, 12.813359552121224, 11.792033401043174, 10.368851120591826, 11.330550578738041, 10.83928583330753, 7.393720183541392, 5.944676655658366, 4.157076319545297, 3.829697809756956, 4.38547056950426, 5.49476633332277, 4.074467807450821, 3.1492889019890944, 0.8550393682997282, -0.15010947607392922, 0.0003334087820761056, -4.162696248293107, -5.126914384951064, -6.283520912168218, -7.200623588307661, -3.424435388918857, -6.625027927614354, -8.248962544174613, -7.321234822524207, -7.107536538404993, -8.023949078861193, -5.97114089516, -5.029767562388352, -8.13057074402439, -8.193011136376082, -6.792201919857256, -5.395300602672618, -3.62627247955691, -3.240392204209787, -6.717097925406009, -1.343642032532431, -3.3660159378151207, 0.01593038673084024, -1.276290701968465, 1.446613668187796, 0.28989348735389875, 1.9361679483057408, 3.4817907159425, 2.1012403314147674, 3.8309446604988464, 5.413231595463593, 8.74994089683921, 10.248208471273111, 8.077544442861159, 8.4472302269921, 12.173208168472812, 12.683398467271846, 13.260301982045922, 12.130891883453593, 14.555553195789718, 13.586951627600406, 11.350971913036451, 12.344147275225538, 13.986932401858603, 15.024704050287022, 12.108928399208528, 13.798556126223666, 10.827409942478535, 9.853115750408639, 10.54301602610132, 11.201786645241043, 11.162952038899588, 8.735817282371169, 8.750234916792197, 5.763712901920582, 4.821227946014332, 3.089364960018239, 2.75282445279408, 2.1170571003080454, 3.675065184508754, -0.9012056830480546, -0.7050309863219333, 0.645426396403078, -3.4110530214914316, -0.5273335704824298, -2.6197884225050494, -2.459573641990488, -2.79590545713771, -3.965758577876535, -8.196185310026419, -4.053633915029636, -6.79276934212897, -7.464045530980357, -6.441665853484679, -8.44301441195158, -5.123717782237879, -8.671104227563006, -4.903075506431033, -6.767519719538825, -5.357769189647293, -3.8739458906460644, -3.296123192481968, -3.1114972801384653, -1.9894980360573058, -4.540102696571923, -1.5909439911686007, -0.8063779025336153, 1.2603750929080366, 2.0597560765514604, 0.3142971824042622, 3.2128396415788023, 2.562868715866963, 7.527430648892158, 4.680267998664155, 7.561639408635889, 10.13383642898554, 7.815139464178671, 11.760691078263935, 10.165429100121672, 10.985364239872144, 12.870751078725656, 12.072101754475417, 12.556238407777887, 14.961070742547044, 12.81849832537557, 10.565901161846018, 10.711501500942905, 12.522111755671025, 10.330472172400592, 14.35745872635072, 13.484042291578822, 13.4581990122986, 11.98504187514501, 8.904965427636245, 9.349105482189579, 9.779691982890187, 9.046145085569956, 6.523398964165116, 5.4516496293267895, 6.850477588209981, 2.789363582319176, 2.243025720884746], [8.627765091277265, 12.241853839156022, 9.057659669365211, 13.0534691501432, 13.589482850227192, 12.525752224713951, 14.416352768281087, 12.745905478482667, 12.482539050713953, 14.34457129311695, 13.79658969080121, 12.072883605309027, 13.751005744394192, 11.549484373142471, 9.471952909322326, 8.879289955837546, 10.900067221527184, 7.904164065319588, 10.409210176230971, 8.57217596470726, 8.77850833376643, 5.033690964892013, 7.2310727754114374, 5.010842624906534, 5.6751972704372795, 1.948473019622119, 2.623537289446971, -1.9508236187257886, -0.32420146689752016, -2.25967269207883, -2.839692815877841, -4.408927138278591, -2.001006574320357, -5.9320836217460275, -7.365367169274588, -4.72065879555737, -8.513582494019868, -8.91499489681824, -7.216248017896852, -5.91676028438809, -5.814848288291113, -7.791670446025837, -9.173567153766843, -4.371000757762083, -4.810317726654638, -3.873481481532817, -6.340151541139765, -4.306466451052106, -5.333770126760843, -3.333244289143524, -1.8473700400296025, 0.5869940926480819, -0.9352446546458602, -1.078326875994863, 1.2606740539143093, 2.6386770218989506, 3.8771330167387212, 4.415752968112115, 4.429508661504431, 8.317216656331127, 8.555437822093387, 8.959559086168795, 6.794024552803642, 10.77808226000841, 9.514650899017965, 13.28259238032004, 13.506468973289543, 14.14154777200708, 11.203949288257883, 11.028634024846093, 14.962791771531753, 12.40430162946786, 14.870797646523819, 11.210922383886892, 13.796697941980819, 12.340619580158293, 12.638561859880815, 11.48336337683577, 13.207305171347974, 12.317175598189525, 8.930987101205954, 9.836016541772771, 5.400524824791368, 6.155796171151326, 4.559283053477244, 4.870623000400581, 5.593654698364979, 4.010032669735798, 3.0211901070429725, 1.1848054743541354, 1.4326002986337052, -2.0336712560548023, -1.9046472256293576, -3.2281284868762086, -3.6395231592396247, -2.4242901042387537, -3.497966104504304, -3.849202705278781, -8.364893050006451, -6.26971918719417, -5.461428046762549, -8.299716249949746, -7.575197325243327, -5.543045464086491, -5.822028387478715, -9.30593562308271, -6.74902626490271, -4.50307094804732, -4.093417409334332, -6.8764990605366165, -2.4087797500546664, -4.844348463791636, -4.521413247296735, -4.870568368490241, -1.0225049525352858, -0.5010365230640268, 1.4625014159578082, -1.051557739651308, 2.2245446098737283, 5.094606246466717, 2.4367525536773424, 2.981778474595962, 6.809518409604876, 6.513375234349314, 7.948792568732285, 8.353235106044496, 9.982193658921625, 12.778751294306348, 12.976337043905561, 10.888111011788101, 9.967058121927076, 11.764044627667472, 14.726905273321195, 13.733904949021479, 12.002772703744036, 14.013747917772783, 11.961258288818076, 12.176680353368258, 10.208827431347359, 9.928952256822146, 10.844259057022986, 9.800071796999134, 7.950243305401176, 8.801498531598066, 7.867122095659107, 5.480463422225586, 7.396470599702349, 5.658627063058507, 4.656055249318085, 6.12758893152023, 1.9112165847129496], [9.170579380898017, 10.36539971116577, 11.409861399826134, 11.875637209523834, 12.245921945661962, 14.549178807325745, 15.24939883796695, 12.038167241311944, 12.52401462954031, 15.519377277022619, 15.336925194266271, 12.133787832856106, 10.078475201862954, 10.58590921282078, 9.428565486080434, 11.919413790383103, 9.433994542739578, 9.01019665851433, 9.035095071436091, 8.698606814196037, 7.7860733304912415, 7.689884180578903, 7.6829539302865815, 6.103073072627499, 2.0187176654394463, 3.6169962644013465, 0.978115599969545, -1.0114971374832251, 0.39654250997987184, -0.9893856678067579, -1.8354568501010906, -2.185875753390121, -3.8265146787125843, -2.4183510857314445, -2.62432369076938, -3.367005996034651, -4.712933788777683, -7.910232962320407, -5.9450664657149055, -6.036517230538706, -6.125967167810451, -9.021363519880342, -5.778479623372043, -6.3970746871807584, -4.065716698167851, -7.340109602040812, -2.896758791067482, -4.87009649031501, -3.274145054131562, -4.018158052478761, -2.6599656002020904, 0.6702863809944617, 0.8504244407169814, -1.7285775761938602, 2.9386214925914818, 2.353886478792144, 3.815508740827127, 6.696269367289442, 5.236573785599309, 6.530310595408221, 8.810753429046386, 8.347485995883343, 11.330961236584907, 9.919851274511446, 12.871938105861384, 11.609126024707374, 10.587204574758449, 11.635350292679375, 10.723769531500688, 14.42939131790224, 13.442604720562903, 12.519392798014099, 11.79694704507429, 14.770766922415145, 14.30066412797117, 12.76103632320569, 12.987322129360535, 9.431081726782764, 11.926289352326702, 11.756703717770208, 7.210263502762993, 11.196959632209733, 8.86048989315617, 5.271710789151505, 5.825201187053259, 4.465472259543274, 3.624050002598672, 4.426193044111301, 4.442541683237785, 1.2347615563803611, 2.675610132674283, -1.5618060229032444, -1.8478256020216648, -1.4417104272539554, -1.6697885225753826, -1.5442520375926438, -6.295692257394965, -6.199647801384074, -5.617448623548022, -4.585498319205032, -7.164736442241107, -7.0866005219488954, -6.175088717701453, -7.928095545809601, -5.589519025912843, -7.142156799727196, -5.841476361646249, -5.033433102021769, -3.783172466847807, -5.2825774373465, -3.2374701347832975, -3.77365318977453, -5.019147610948611, -3.7802840494578085, -1.827079662535347, -0.4791827147279957, 1.6864439498067885, 1.2773658279213826, 3.58613196929522, 4.532082170923944, 4.4884393257671285, 5.385783947859187, 5.89712475088141, 7.0042456682171625, 7.424220227801495, 11.334721857841043, 12.306019475724948, 10.255613986403317, 12.115617152647854, 14.162928768515636, 12.657429665391078, 10.670160654541617, 11.231235422196315, 10.743645277510565, 13.558202396754327, 13.30565709782844, 13.356094577913069, 14.175262560883413, 11.719471324604028, 9.547992755898031, 12.798253765191514, 9.446088848578961, 9.204139343510175, 11.15250344284057, 6.869617335966783, 8.971869293262193, 7.324360468093493, 7.156197906451293, 4.370011884731303, 5.417944375748167, 2.574776725820202], [10.127149301353917, 9.469894095024415, 12.737380312834253, 11.889957971867904, 13.269855966775058, 14.423022653137428, 11.984454608469076, 11.4617011384842, 11.448277414700517, 14.961723855799944, 11.184054066335172, 11.971355101039192, 15.013065510138194, 11.387679078341096, 13.227518625894929, 11.724526918812927, 11.027030211462016, 10.314646243355254, 10.61050232810366, 6.977138037753924, 5.490654664680276, 7.065241314211424, 5.851742733476515, 3.9603978320869055, 5.853965585406262, 1.9270197462835945, 2.0046950221245874, 2.760542621025637, 0.6985140699917185, -3.1997142926342743, -1.639780125705851, -0.6324135961848967, -2.2024054677647484, -5.331417337646894, -2.7023870731102733, -7.6356520984226535, -5.7224297905392, -6.5915802261972445, -7.069857474960045, -6.464228960030027, -8.008687465667471, -8.93342010597307, -8.560515969287387, -7.596141860178914, -7.754695440263486, -7.518931063647749, -6.0666841843415575, -6.463829041092911, -5.979575000600171, -4.6664320417983856, -0.3566886262639528, -2.5139405989718, 0.3445217366204538, 0.6499147296396544, 2.546651626758715, 2.7208442221309843, 2.1575591426635583, 3.87825396343767, 3.605230523376349, 5.958824009726995, 9.186754277902903, 9.68221898002697, 7.634222154593758, 9.00743542606891, 8.275734200484166, 8.905522357622718, 11.45395385506391, 12.57217626806236, 14.572479720990742, 10.84747387893552, 10.823101688781792, 14.458893928137195, 13.34393745360107, 15.691575254017529, 14.284141154610369, 11.340800841677089, 11.472122890588, 10.682698292577484, 9.204736072774999, 12.688218245659845, 9.572587154228394, 11.574109897578795, 9.330375197811021, 8.229280014087285, 5.6612860166051675, 6.048955767848825, 3.143739969987818, 1.3398159998375547, 3.299804757189623, 3.362932938212581, -1.1978773223898447, -1.6658477767075368, 0.6818577034147317, -3.734798290914286, -5.208592838719698, -3.187872256384514, -2.5746175741717927, -3.6561462584057995, -3.607790634358812, -8.128870309836106, -8.575789939028397, -4.941526523900311, -6.846877269704752, -4.369259471843769, -7.359427318807999, -7.262980891586235, -5.141998097555081, -7.532730889492438, -5.345705587073942, -7.02336837890558, -3.4014914732590036, -1.9100077471853805, -1.0312862129441775, -2.589544895455898, 0.8437225597812983, -1.1595029781739932, 1.8067943258431498, 3.105067160647687, 3.8693075078088226, 4.993852944082079, 7.200178802052777, 6.511531416256149, 4.899454787655351, 5.712730946240234, 7.217282911326774, 8.250976393180945, 8.715014776746624, 10.989504836604482, 11.291065949718236, 14.301132389527135, 12.185678973997213, 13.731100252913178, 12.036418070401206, 13.533466488683974, 15.383025733537524, 11.737686208424476, 14.570266574343014, 13.996246516218083, 10.346833959670368, 10.28060268526399, 12.81946550533935, 11.083150425766412, 8.649374331565356, 8.287468379777806, 6.6068208926391865, 7.23308809643823, 5.12056570084987, 6.980394872002481, 5.647398438293429, 2.116567753649754, 1.9024636095617176], [11.364694676511341, 10.128526616787983, 10.323284262095836, 9.72019902490576, 12.410521120191834, 10.608780094753941, 13.03405596730386, 13.199396974311956, 11.937057305317795, 12.102786894657555, 11.888290969588425, 12.453956882390898, 12.540872076797946, 14.49129938967936, 11.878618768695947, 10.261280662462156, 9.127946307320121, 9.92159208085538, 8.41133599871226, 10.056005431191476, 6.740944671490835, 8.207510656048608, 7.994111472962638, 6.529373749551129, 5.516974815824011, 4.3709887795659395, 3.3723566947631474, 3.09700263297741, 1.29172047039674, -1.7405676754214667, -2.4448705181108235, -4.522272495436692, -1.38884198051821, -5.970409800116649, -5.965791105114267, -6.835031217466135, -3.5506143783161583, -4.83598348211893, -7.10156519144887, -7.928910988827408, -3.841618729952586, -4.073351601716148, -5.452301796811273, -7.3418948725753665, -5.3993381834955265, -7.50701700506837, -6.318937883595559, -5.155592649157793, -3.80859583204521, -0.22938479937332446, -1.0607281877866654, -1.3674587804247, -1.4746076552432257, 0.9151141141190529, 1.5679927792904813, 2.2569553924227552, 2.449836731959805, 6.805653142491806, 4.290344382728131, 5.690969879131449, 9.935523150734783, 6.95049913228726, 10.412763039244384, 10.67445056227756, 11.706725131969591, 10.978321716815612, 11.537791806557694, 11.2627367259702, 14.098525108722004, 14.759472444307118, 15.956559402698094, 14.931698187851167, 13.704361396331231, 13.67789514660365, 11.250765485056524, 12.811596995496803, 10.347453721943413, 13.585753850034054, 11.61551514964626, 10.213543875870274, 11.879955229978796, 10.246866605186991, 8.10864722691109, 9.466118360239216, 6.358755481919481, 7.2703825349811435, 6.573720304586028, 6.258901513473126, 2.621724282871549, 0.8215461398716002, 2.9489140144130515, 1.6840073256016233, -1.1821709825719946, -0.27719694441043075, -1.3526095899302337, -3.547107361624967, -6.471700351641829, -3.413527090976771, -5.702037375560474, -5.82495901010569, -7.337992090266212, -4.334906311384051, -5.045609809865381, -8.796950916831605, -7.783262570576994, -4.376008364523692, -4.211061709660186, -4.282511920769979, -6.641697731098873, -3.1954112408650026, -2.680926675016737, -5.58413224590527, -2.1384818763162947, -2.1140170219742025, -1.002887165385637, -1.1280227208905202, 0.38697480998499145, 3.7048554369567155, 0.699169068231722, 4.26261965456586, 4.178478771184237, 7.77100641063718, 8.667434027416263, 6.793763795757442, 8.624652751507266, 11.898801620356782, 11.412451777899193, 10.72993838728035, 10.854986522435127, 14.42575626306689, 11.410923266924625, 14.835880096669035, 13.211299685368243, 15.291566984838646, 14.164314535355064, 14.991817035380318, 12.91305658390855, 11.5136455013998, 12.364459801135414, 10.19035051013414, 10.558681247114967, 11.453526403070695, 9.979827868530792, 11.945310917736155, 8.403414275731018, 8.641721052285952, 7.4951829878964995, 6.379624389616406, 7.184853272468746, 6.791125995987226, 1.9791175143077862], [12.281387209095138, 13.716457040915039, 11.932749489197047, 14.491573330084847, 11.001467315064588, 14.57462300790883, 12.353585080948784, 15.244804065669129, 14.150666147107014, 11.628956265039273, 12.995899170777864, 15.196962599715352, 14.30537828855076, 12.59566892517503, 11.645747476947399, 10.767137880637845, 10.010828678188847, 10.007896789792278, 8.215727234345689, 10.84978515691095, 8.191038944559853, 5.9936498110977015, 4.926615315394318, 4.313644099435975, 4.3203747174378675, 3.0936875083752984, 2.2019516947229762, 1.9716673066848607, 0.5844975887941466, -2.917769343465203, 1.0473553200794576, -4.559883289999201, -4.602080787558744, -3.7401622420936285, -5.902909347159179, -4.626266630716696, -4.990428882962856, -7.004707035571151, -4.989210259638686, -5.472541257196365, -8.085668401933734, -4.568010638175579, -6.123361093086697, -7.4115072790058925, -5.98126101255874, -7.129589254506371, -4.776904130684226, -3.7824056408960214, -2.8281918618261876, -1.1729771835789862, -1.673174632852895, -0.7205424281053361, 1.3321935745557134, -0.04744432051253966, 2.480160789000971, 3.6132069918753302, 4.1900508523868485, 4.658243726749765, 4.757503897244295, 6.562388165984079, 10.36380218499675, 10.504861279259323, 10.15000701413018, 11.995698603546934, 10.59450273157637, 10.794975850931667, 10.233901442693067, 13.069675378221994, 14.200490875719028, 16.207865599460007, 13.766833575644808, 15.721908397070068, 12.294426901362787, 15.326587115728403, 14.537047551276874, 14.698264534435982, 11.28715703088195, 12.625398835095263, 10.457283132427017, 9.775680801911486, 9.132666136491457, 10.127599052263605, 7.062146546662456, 6.777944511375054, 6.222753327941355, 6.0041247337470995, 7.155561882445603, 3.4492912177851824, 2.812441816082222, 4.545535809177795, 2.410222207562475, 0.32018762643282095, -0.2073531322820763, 0.6618795432968589, -0.6711670251353059, -2.657772878477532, -3.6676292074533166, -5.828452909016525, -3.058023974907435, -5.215122737849235, -6.948265282663137, -7.558604258580221, -3.989429569642546, -4.861328273552086, -3.974343610482215, -5.807969047320924, -3.3398164658970177, -2.9275811256471513, -4.562166093099378, -3.5181735991768655, -5.472281530298231, -1.6919663124806892, -0.8438773389117298, 0.0146750657537833, -1.6400101870229786, 1.078673258571401, 2.472982099924602, 4.90419488307582, 1.0940850234894093, 3.2515621658613725, 3.1472812302419015, 7.976564722324545, 7.6221222639506765, 8.99228286922374, 10.992163296656841, 11.547168789878173, 11.26784988772313, 10.528414860639709, 14.389119065578654, 14.033478419770047, 14.76005520846049, 15.86007977361825, 14.648212124511778, 13.796221641544712, 13.920638199878525, 11.958759847960343, 14.80305946460741, 13.14238841690789, 14.497812194293473, 15.102661582572868, 10.80604632250123, 11.405859268770328, 11.479444107218459, 12.916928016705537, 11.584955684883953, 6.832480866719084, 8.810696122792788, 6.30952149716717, 6.167879924163284, 6.943314303619139, 5.059520312555964], [11.154907482948104, 11.385618622177105, 14.049244466572915, 11.250851783688791, 13.661118879427754, 13.887568205495262, 14.579175016132922, 13.260370833444696, 14.07859073028941, 16.349357730459666, 15.984088898068567, 16.405380181885608, 12.931007827810138, 13.70897497001819, 13.342100484474486, 10.34587765159211, 14.190365805868662, 12.748841561706826, 12.090599295579697, 10.64768707003797, 9.295664908542062, 7.0389320037280285, 5.313780774977962, 6.532981092687584, 4.164775332802797, 1.931109638050554, 2.3323075678094103, -0.22369938128912992, -0.26320953560904314, -1.619130247414633, -0.9885294003620348, -3.670803384300937, -4.307971544236249, -4.8782236021479015, -2.3135386013480606, -5.47401953990396, -6.820632243774803, -6.806657421318647, -3.761977492223762, -5.8372219842749775, -6.945868753522241, -4.369963946593401, -4.132579852103795, -6.404818055289347, -5.593544247048225, -5.122410844206135, -2.3760364545426995, -4.207001336036301, -1.2156477735199402, -2.7382374210765335, 0.5353177516608003, -0.9106115370580188, -0.8091765780518045, -0.21066039227249966, 0.28116289720160204, 4.750254842941861, 4.204182658279891, 4.321594820740096, 9.015197883075013, 5.719296014732036, 10.038714818886174, 7.848072934809757, 11.250162581316326, 12.013117901818363, 10.383346825839292, 10.009136626409406, 14.723519399434512, 11.377576613014265, 15.218706611058323, 14.924608193102152, 15.740479126476334, 13.929603060740005, 16.27195953333371, 15.998942730602126, 12.76800922321428, 14.325243089769234, 15.266821134801901, 14.50651529550592, 14.20318178234456, 9.196340628660998, 10.984800883817202, 10.08788050029411, 9.658281354141351, 9.114268666834771, 8.704865860251067, 7.69673701131975, 6.312810195152862, 3.858984018785902, 2.9147923784153544, 1.7560086943468143, 0.4401255448944479, -1.0207364733910183, -2.4362118391604337, 0.7104468153802994, -2.667659642776817, -1.932866942370902, -2.0869786325606157, -3.0398042789059474, -4.697100368165753, -4.606633050342744, -7.405649377141838, -5.020002259657375, -5.332623282342146, -7.0903510005839365, -5.768364861697476, -5.472259380971879, -4.457376440125788, -3.7128416681443426, -4.523929622578015, -6.290439904691802, -2.965803696389747, -4.128539176309033, -2.3548397970562345, 0.6543143966342413, -2.3747692367670314, -0.43843946334194506, -0.07138833626708241, 2.1509614737236955, 4.896233360292179, 2.3883806000720718, 4.330861192885232, 4.981877527600917, 6.534742076590089, 7.477088513469617, 7.195387205165659, 12.290480881320232, 10.955996053203473, 11.2293188106936, 12.618161465198565, 15.365528923070805, 11.730768449470025, 12.648609522426405, 11.641186225316783, 15.743112371097006, 15.669774522638127, 15.319330082990165, 14.695061259808458, 15.05251698551109, 15.65376699685439, 11.250884303556113, 14.68555652236848, 10.91839009271771, 13.544671523273637, 12.417371789409422, 8.418615547496344, 9.107383842295768, 7.303661296036919, 9.176383555280642, 4.994076688721976, 3.5889829533759503, 2.189822520641096], [9.479701612823305, 10.443958719776766, 13.791241480095223, 14.896810038967361, 15.74196998001542, 16.592474986434624, 13.69350743499021, 14.543790182590135, 13.558479835465928, 15.784074952622074, 16.453718774580274, 15.287386117192355, 15.3597674012596, 14.670901329233901, 15.222808884116965, 12.461441026106307, 12.563724039820839, 9.924366745026212, 9.663009146939032, 10.458890107789824, 7.264764124640097, 7.039978632645742, 5.872309141122958, 6.236516072156386, 2.6932578833789247, 5.285959770837999, 1.815903372224792, 1.5066014864728352, 1.9690814750018326, -1.814072901485769, -0.8658932340452825, -1.7825504334724656, -1.29850426489039, -4.400238195384066, -2.285474288015095, -4.704338363989386, -2.3611661926933074, -2.647359349198563, -5.686098326674916, -2.847817868587825, -6.745852596636013, -3.9839029674022672, -5.805769931807042, -4.201117272777834, -3.6483884264641446, -2.4837370833253942, -4.084935348647981, -5.105039035674766, -2.6384230547066565, -2.87713966076074, -0.8809686632859481, 2.108153201452165, 1.4590443217418052, 3.085661375359394, 3.0978780353717186, 2.480333530722149, 3.9560248052757876, 7.1956623729375, 8.711964732825031, 9.268598675023826, 11.3351181943599, 7.86483357686771, 8.694233710707914, 10.246540738379686, 9.982112693878465, 12.33490670395751, 11.86849435849562, 15.535416918645598, 16.36491322128055, 15.03248646669563, 15.006073273226608, 15.243246631577225, 12.740068232126124, 15.150266823382815, 15.908324249255617, 14.136530461955548, 11.320530678414105, 11.707720229191935, 14.967346918532344, 11.505310373953279, 11.051431638131394, 11.471852070691282, 9.015425416521891, 10.565095627357989, 6.888954277980222, 4.863015599976917, 4.428357649945244, 4.873048857433641, 5.604059463253514, 3.1940893200178238, 4.302518617761033, 1.9513572047021874, -2.054254859767939, -1.2869951106328, -3.2224359367631834, -2.543383962651948, -5.086750607035285, -2.990645684097565, -4.167444990087045, -2.524411645349435, -6.421721161331892, -6.632014200813163, -3.6757272191795813, -7.361776958833115, -5.750635850156996, -5.548041082014102, -2.76786045444808, -5.687912524295587, -5.666699121194297, -0.9117783377285775, -0.9955926563660782, -1.0912835095538576, -3.0851086776017453, 0.177710947304357, -1.3138966563769046, -0.0906317093261304, -0.04709477932852657, 4.939984293611754, 6.524305065252264, 6.774742330647851, 5.323534071530757, 8.107833967240815, 6.098285907698681, 7.5678039170931735, 9.444997070942682, 8.31483049398222, 9.540456757407771, 11.277304596135126, 10.658430244950361, 14.530824947252423, 16.323416718243287, 14.978078951848698, 16.254402033172607, 14.58602590738358, 13.647102610381808, 16.0849818280416, 13.816149402342656, 14.292216670985667, 13.926843249675041, 12.010450255737089, 13.765132375354234, 10.235058923443788, 9.663842167531554, 12.312511594740487, 8.9865774736487, 7.188751818304622, 8.079862852306995, 6.628194096709783, 8.870429148363247, 6.786193412503165, 4.50597921462142], [13.870860157434873, 13.811736960448957, 14.252939943628405, 15.865230271741368, 15.969342172729535, 12.39356698510223, 17.1064759369236, 14.745769992124744, 17.67686628012538, 13.189907895489446, 13.526199478127914, 15.655961137367733, 13.197914071998785, 14.151766801143328, 13.559544142562725, 12.874287038775394, 14.45344039737721, 11.338825451727482, 10.290267328629964, 11.905940965517745, 9.39928494510799, 10.926954438641017, 7.18146592881603, 8.519966228955482, 6.334365508293005, 6.200005218923544, 3.808068607430968, 2.0465700182066557, 3.9169972975326717, 2.679438919383223, -2.0102222935509158, -1.0839233920074474, -3.7727683520860076, -0.6638650879980119, -0.5734977803377923, -5.7850209412630615, -4.539304823580672, -6.419961031368594, -5.398496057758045, -4.7311509747877345, -7.184191725694589, -3.7384698961821208, -6.061352391971241, -3.9225351578993077, -3.911302766937446, -1.0728468570625491, -2.2054285743170396, -0.5025197179789043, -3.954627287318708, -3.5037122608395794, -1.5037761863624333, 2.3322390850777452, -0.5116178683110899, 4.81003295933072, 3.342234887104979, 6.054539597160051, 7.821735361088457, 5.19794277566977, 8.29953770134767, 9.610662345809486, 8.442992025621656, 10.441602032918109, 11.979440821351304, 9.968872250564791, 13.706368006963732, 11.444934774800156, 14.21144480646846, 16.17982780311602, 15.791717534052712, 14.433305032671498, 13.976280372471786, 13.609404913504866, 16.99744338722683, 13.03226664093836, 12.60349625989818, 12.679181197730854, 14.662763140295205, 15.601647463455933, 11.977646474435968, 10.193078692916005, 11.92925895502309, 11.969775557397538, 10.56212160507257, 11.137775805511952, 7.595743027382102, 5.797834060337321, 5.267229472175815, 6.41981702654212, 5.940767209584776, 4.404599085479834, 4.4732730442839355, 0.1253374200894779, 0.3540283873122778, 1.9952325890071538, -0.8950302394452816, -3.7012126696943, -0.277788983015844, -0.651700018622698, -5.0197132497416455, -3.663901671860229, -2.473256769546218, -4.458393989743232, -7.1785480831345865, -7.214628521032839, -5.784122614801422, -4.940948106491614, -5.090111061951076, -2.0605467464977494, -4.009595702749255, -2.713749515256225, -3.455004563153608, -3.3169310829672494, 1.1190841464651058, -1.1865286897973757, 1.4627673075340937, -0.48305571701913763, 1.7450027028801802, 4.051122630595186, 5.09952377447826, 4.434087940003081, 8.473613343020926, 8.276737548326393, 8.906709408961891, 10.910179794715543, 11.598468321017048, 12.90870383813627, 9.821033500209435, 14.863891617822798, 13.954513095312125, 14.745713708172774, 13.979830046067626, 16.644307598116903, 17.293647089710362, 16.421400712459754, 13.827065748285872, 15.207094918974944, 16.36905015092407, 14.192939931945073, 13.401143440425852, 12.97111802171104, 15.48078215806608, 12.709616151202521, 12.601463840072089, 10.368860362501128, 9.245548212339068, 11.424601965211549, 8.248727711312197, 9.313832522267827, 7.549964701865713, 4.33791562742669, 4.669714146124414], [11.610727900664676, 10.637487463126295, 12.940583346584328, 15.428512887870681, 14.775124613415587, 17.521896391828122, 13.853628658948878, 14.788358709426763, 13.837565512374358, 14.626010468079045, 14.11412069084686, 17.148881108458383, 16.422387404674524, 16.512504830952064, 13.375008296385285, 12.199821461931197, 11.939282813424237, 14.021822015954427, 11.381595408980573, 9.00071658887339, 10.204768327586892, 9.647703974280967, 5.652723104477936, 8.637595881795722, 4.156582490445111, 3.495199246494874, 1.61185315839343, 0.9654906635538705, 0.2352981188052201, 0.1435821417291514, 0.4859688765675081, -1.894863029891276, -3.5465453306900496, 0.48420485118458956, -2.718582812412105, -1.5047848984149166, -2.8884301305096223, -5.473178156756372, -5.403531592627498, -4.74609373790663, -4.087598426749647, -5.82717638457431, -3.3626353195583008, -2.2364008739248753, -3.6432604282735213, -3.156932069131029, -4.0522275590253045, -0.4702512028071837, -3.0126592817172675, 0.5248616159824806, -0.7907159638486121, 0.7107066080654221, 2.4388467727920258, 0.9386752053235803, 2.158079137384723, 5.282013106331396, 8.330635429650524, 8.627752044673151, 5.483544804062942, 11.030601893013406, 11.456493994251325, 12.387431288714316, 9.725163576077636, 11.200616453210197, 10.89816476119729, 15.493070142806417, 15.564406153231673, 15.216978350440602, 14.34928112138566, 17.27227308582041, 13.124339218397173, 14.985234988803098, 16.936347301297797, 17.965019533609144, 13.092992119450098, 17.212368273847247, 13.527526282231367, 13.907007763153045, 13.076219914191832, 12.266263466947736, 10.23529031556687, 11.139287405658633, 8.26705393172271, 11.604948144300042, 6.899506044964513, 8.290403143248994, 8.715234544048418, 5.045028152742609, 5.997536322642112, 1.4599020310742592, 2.9130106674943335, 0.2866838663521065, 1.7588519846743917, -0.6036884001059661, -2.8259855176482187, 0.39066755854852175, -2.5063141000590754, -2.7097579620914445, -3.3574905540013518, -6.003455198409426, -2.155874071387423, -4.086736696869799, -3.742515357456302, -1.878164435194801, -2.415074413104673, -1.6560150872467165, -5.373999861889141, -4.862921965848951, -5.390564299043092, -3.8759575673141953, -2.641514656508889, -2.784808296279982, 1.0964032172654896, -2.051968392947648, -1.0546712226332193, 2.631314200375492, 3.439540988140264, 4.402827739716434, 5.03871974343885, 7.2823441262459685, 6.95771133437582, 9.148597768397446, 9.498310829212258, 9.557635161790987, 11.395051279048921, 9.288810596636969, 10.090067610050994, 15.527263899314786, 13.698994520792425, 16.34113320860742, 15.41612053709678, 17.0464964444898, 13.481431116804421, 16.396170823556304, 15.27263788650738, 16.09537800155767, 16.055852343114765, 14.776137147794344, 14.36822015713599, 14.804237412315373, 14.476313669737696, 12.362558893260637, 14.391591427161913, 14.198671844395806, 10.698971008084769, 8.450035732710596, 11.09974438553526, 9.9631703337219, 8.25653722495521, 7.837556768089051, 6.2916689612771055], [11.489510324695175, 14.2667572306918, 13.268072275861847, 15.109205071719218, 13.87062729817685, 16.761648535773304, 17.549849422277404, 14.03490889271018, 18.35463365135223, 18.237614313693275, 16.183824380762946, 17.65971203281986, 17.83600736116432, 15.725916552385431, 16.62526543769558, 15.537387900872229, 11.59918362099337, 14.549074660975094, 11.970454043686733, 9.162936175386527, 9.998095883686354, 7.231017178147029, 7.769907451337847, 5.054954788709925, 7.53332738127164, 7.10607184758048, 5.625389705576384, 1.4167153739002174, 3.0052843901247304, 3.935515094880847, -1.0196783872763966, -1.7901459585505801, -0.09574467794414687, -2.5950108871468203, -0.9134832983718617, -3.7619135087145565, -4.92918638617855, -1.9892423147068232, -1.9379008427942601, -3.5146187591738673, -5.3558603981768265, -3.9796710764409866, -5.860606944113439, -2.8234321235568025, -4.316559222053668, -1.2018106201244532, -2.271780174533859, -0.8847186644445557, -3.166027250216194, 1.1844729458138232, 0.8162163750415878, 1.3227057279094652, 2.291401285100478, 3.4969111245576974, 6.3352705298648875, 3.9863179180635733, 4.4644113561853755, 9.523944129997613, 10.639224637319302, 7.5579913648758446, 9.727188365147077, 11.776567771307393, 11.325782167945679, 10.559570996024657, 12.778510609567274, 11.946621978794996, 16.05147192806999, 16.40138755555521, 16.68833860923706, 14.995099304609067, 15.478017138383999, 14.486768533036333, 17.71181796401298, 15.198246179762632, 15.250659426685868, 14.482615200770368, 15.938834735133868, 15.16725319706535, 13.756166987798403, 11.252396669185247, 10.71672359517037, 9.571920408120523, 13.435852817427705, 8.99707091030782, 10.111582389121812, 6.138401273448252, 7.783074382115123, 7.193292058085893, 5.364588519671131, 3.857017022216496, 3.3959571825617605, 2.4932506102403416, 2.1635652500530593, 0.2683990662168867, 0.7110149815018865, -0.7816365120369131, -1.661009386369674, 0.3369906928849442, -0.29282305582836443, -1.3495426333653633, -5.293140695816769, -2.7498425769276214, -5.134689554834624, -3.7590538768038204, -3.3602489913568476, -1.0830645766153317, -1.9315785338569285, -2.1492135860038886, -2.545461323817598, -1.4822369106184539, -1.3465236805572953, 1.589627797367175, -0.3697104320954008, 0.26988076571405983, 0.5245845083633522, 5.089718021720776, 3.310225535331793, 6.806214948746027, 3.20409304162618, 5.484843331051642, 10.121399162952887, 8.981080975802877, 9.882358893927979, 9.740571762036401, 10.208191214624803, 13.927523954149077, 14.283321128442068, 11.684198278024281, 16.322979234225805, 14.834526248026732, 17.209134600152534, 14.685122667365444, 17.48673717820161, 16.36958079646586, 14.001846333846245, 16.892662060529474, 17.842611069924658, 15.929472613844144, 15.06986726538673, 15.594267766892322, 13.914879904612139, 14.83889286030758, 11.699274950747235, 11.604157575347186, 9.7837742866526, 10.992797621949046, 10.199712575803698, 9.943430041951808, 8.845693137229992, 7.600860307912355, 6.037546993286724], [13.013204375020049, 14.913892647396695, 14.915371873281618, 13.629205625441134, 14.708360122214334, 13.901232647181054, 15.641579104765903, 17.6043162760146, 19.004865101815017, 17.410263271928116, 18.195332143859076, 14.703014495397948, 17.11002642791307, 14.875052559528985, 15.605761644946826, 15.464405044927908, 13.565432043342387, 14.0408378392014, 10.859329107217077, 11.893632538377915, 10.883290774977779, 12.100136500559255, 6.905147884158851, 9.851408164854742, 6.436388820013715, 5.306495093449762, 4.596412452768149, 3.550564770696223, 4.971085575786297, 0.9652783731651358, 2.5957862494934094, -0.5602762992565733, -1.9158292858938637, -1.3885560410543167, -0.41774273785100036, -1.562782903471554, -3.7247835254775623, -3.438054095484036, -2.8135281826563734, -0.7096610769243519, -1.1135725936697405, -2.748074374591903, -2.1462268805147318, -2.8514256741296062, -0.4032174334810783, -0.9661364234082974, -2.3139292261502575, 0.32209486825737343, -0.16087498888662566, 2.689548092915736, -0.3442027555800937, -0.03644852940416499, 2.953285910996774, 4.345286589428442, 6.724156189592925, 7.12358016859023, 5.284518926556417, 10.11934459206447, 8.478773859827548, 7.647355052443798, 9.326436170645788, 12.346239827576676, 10.352374096978902, 13.064567337069917, 13.432327655488569, 16.616049757301315, 17.039477420067353, 17.328493582720476, 17.62399959300783, 15.647986517051963, 15.475577434224215, 15.459176992315882, 18.78294912025474, 16.98747087094351, 17.23105807329981, 14.148866637197989, 15.433503155298776, 17.373385723763008, 16.762535342044295, 15.800780204701379, 12.663161573241368, 12.925209298624736, 13.950336020840526, 10.864440561261354, 10.446064036559529, 7.296020788687974, 9.588863737725784, 7.756873641695663, 7.452929597785534, 6.819908549910361, 1.6056296729201236, 1.9391530768799647, 0.41025355030625654, 2.303376186565715, 2.4560807021235833, -2.1864326740797946, -2.288082596715258, -1.4238282553279618, -1.3746511984031393, -1.767853610897097, -3.736243404779083, -4.462863791016115, -4.337405707079345, -1.2192516751457276, -0.7994119946873788, -3.3629432692868715, -3.9726178738260067, -1.7455984722955247, -0.9082675721107449, -1.9303852930552061, -1.6459513351018789, -0.4005363946063323, -0.2089896618039333, 1.7254370524018956, 2.6145293822000717, 3.3357124341607287, 6.021960751177623, 3.6002387578233375, 4.541397862473253, 6.87177107249341, 6.134119478915492, 8.972452646466337, 11.007453752946402, 11.016680792031602, 10.490888103435962, 14.19223323071836, 12.788978134998231, 12.53956867988287, 14.517058264968625, 16.187188515295297, 17.20733724332117, 15.18591570567974, 17.463408619245985, 18.187451939698214, 18.351606105075735, 17.170159390027912, 16.759278167653786, 14.787832806515272, 16.00418482410809, 13.62197622482605, 15.739490572364737, 12.634644382570778, 13.597864950092927, 13.012971378492631, 12.274736863407924, 10.967510604333196, 8.3374811226561, 10.24452587433899, 6.876417012440483, 9.581222775690385, 5.017104515234393], [13.252014887463208, 15.640060429488447, 13.83412959319784, 18.05863644895905, 17.71375683634912, 15.698346419370413, 16.234087942800993, 16.716075866550288, 19.202445642722573, 16.3385710194145, 16.109366099638414, 15.309784867177147, 16.252010590432597, 16.95269029592425, 15.113504559106282, 16.153852684179476, 12.508169525635063, 13.969409893296875, 11.41315519277404, 14.175755684933888, 9.388564770509756, 9.43541147707613, 11.164237326669781, 8.021679170048278, 5.814375577482857, 8.949976680692835, 4.420844655543034, 2.9179780827004462, 4.021837003029354, 2.837528384386296, 1.7697747806693602, 1.4751469505154695, 1.3487234904395553, -0.6163961913259843, 0.5476090298476777, -1.2116127256782132, -3.052415762460189, -3.7006301316216224, -2.5833343100618062, -4.883733363831235, -4.539743284406688, -2.517788467904854, -2.2342292190595927, -0.4630013203844303, -4.386089136897521, -0.8770671340159737, 0.31615821121486043, -1.597857441251172, -0.6585919582025248, 0.188785469578594, 4.223521097057637, 0.5985219747485289, 3.8917653394431664, 4.320979178725407, 4.302526754297718, 4.844615334456019, 8.432922565954986, 7.248271737248893, 7.805101740365938, 11.255342418778486, 11.734697338466683, 13.841132856034797, 12.333475255528397, 14.804065195696667, 13.285409614464477, 16.26894133607911, 13.684425991440055, 17.813034918082174, 15.496824935052583, 15.025603801999054, 16.843212715215508, 18.790227616539116, 15.905840626597751, 15.465452264042856, 16.88416863069481, 16.788886111419526, 15.884048929703344, 15.314388337042551, 15.704249817203225, 12.545856280845197, 14.663113270323075, 12.696576428252563, 10.222016509042886, 8.943565396543088, 11.61893362604954, 11.0533874229546, 10.737152548295015, 8.055721374738976, 4.528737166258369, 5.755182464191202, 3.3758494847136173, 5.564349079115355, 0.18150085297086704, 3.2476986046574563, 1.7075058396097393, -1.3562765004257606, -1.7367890950105416, -0.9787624697395341, -0.34114850316224477, -0.18193856356957738, -4.5891315529632735, -2.8927775945973693, -3.2996804522290084, -2.189448400227157, -2.508746082271635, -3.0328295773269875, -2.9623636821117554, -3.507279113009318, -0.48499431973598917, 0.47897384900956474, 1.040872489929633, 0.877749469731425, 0.134497157190836, -0.24026724265194943, 1.024972334388817, 3.774758962189445, 3.1755247493556604, 4.66276354035012, 4.7236185687840795, 5.78994690385829, 9.379672575484463, 10.383247974893521, 10.409214417458113, 10.322451777914488, 11.45468943205401, 11.555900745135817, 16.49162482349964, 14.579280685701695, 15.581417445536514, 14.639144690558897, 17.43343915159553, 18.54477456900085, 16.16263359919916, 18.262347410597776, 18.479585049945044, 16.654973591772293, 15.958887387270945, 17.68056209423866, 19.072661679770953, 15.048586644549028, 14.78741089435568, 13.855811336434275, 16.016019754377204, 14.327198726499596, 13.425854392341627, 13.503674389005738, 9.381468874326375, 10.565284900882622, 7.603050516721034, 6.11156995206469, 5.949647823742665], [16.791165191586554, 16.238405008040964, 14.6852665079366, 15.938787577778822, 15.628957084183668, 18.728933563609512, 19.956612198588207, 17.582002465085775, 19.657968108544413, 19.239489870511036, 19.244166865621473, 19.44301105567507, 17.980903124956278, 17.437452615447537, 15.425919588806194, 16.012772391750914, 17.72380480089128, 14.108958872816693, 15.152349613644082, 14.149031150874919, 12.536492673989574, 12.009871944943255, 9.368722789464558, 8.428371760169519, 8.206956852137145, 7.118766313781718, 3.9090442509969607, 7.310307248979794, 5.192610768212257, 3.319587903357947, 2.6079613093390233, 3.052409771687935, 2.75983995006039, -1.2869919774774772, -1.970352332294258, -1.3314421338556333, -2.5663064427201157, -0.7110669513708139, -2.5620064304151082, -4.2299709239860945, 0.3244228574712835, 0.3809692169820149, -1.5040420159782375, -0.49174758107085026, -1.9619212519746725, -1.0639943466767612, -2.6183631661647944, 2.5915817312072287, 2.282017990199554, 1.2703531984018852, 3.2890006722473952, 2.2651580811907657, 4.231109352478221, 6.264351365321463, 3.709263177532927, 6.35774294240075, 8.673088054372162, 10.341093222895267, 11.48897377206137, 10.698323643512884, 13.935984107977536, 12.534725452813563, 11.610508906114557, 13.43504031395674, 15.772560006953181, 17.33033076282216, 17.658877984905573, 16.027091806227105, 15.02692425404085, 17.664022808244027, 18.650269437048067, 16.003863292602443, 18.22001635080953, 19.873982113918153, 18.690992592304163, 18.226368683221974, 14.801376506554725, 16.868828724809852, 16.50779864008254, 16.099349811984737, 16.105162428877303, 11.856390907648487, 10.401952087716866, 10.616294531705211, 9.719951809175845, 11.391122399586965, 6.728879083116839, 7.669797981454206, 5.588071703785949, 5.452173723702763, 3.4350565894346463, 2.153358531064873, 5.206016668966588, 1.543052138786825, 3.73494044080312, 3.012638974277376, -2.1942636399867386, 1.0547815001863867, -3.2850873609457256, -3.1338956415636527, -1.002834623417579, -0.4268411897982851, -1.3785823250458744, -2.948623933329767, -2.148330164139189, -1.727963318686422, 0.442262605436488, -0.4362405318842022, 1.2766183155569735, -2.7156307862631266, 1.49776711886107, 0.6322916195859047, 3.8234167512070947, 3.3558553937529503, 5.398340732579085, 5.488909894813092, 7.78747561390289, 3.9969448751469274, 9.065694959193824, 6.947322632913573, 7.3760472474422105, 10.767738684685376, 12.119275757775416, 12.112982811672032, 11.003886518679492, 15.6069948369295, 17.104382759176328, 14.24845078715812, 13.847527342707195, 17.29592127804414, 18.40361077141632, 15.031781293714756, 18.346773577391662, 17.386191031601882, 17.4152792175487, 17.157291397752008, 18.193459039956988, 16.14670335458476, 18.8738227700522, 16.97201565498783, 16.065865062747523, 17.263025229079595, 15.373990149823786, 12.130202345550877, 14.730296095903503, 14.112340024262195, 12.331632649712006, 9.177131578222125, 11.557140130128904, 6.68409429385604, 5.793804547872488], [13.894277966152007, 16.114294225580235, 14.264985794535058, 17.044119322774943, 18.503837312105997, 16.953288732372382, 18.929665750257538, 19.992410014456933, 16.001762786209383, 17.537908058971936, 19.288343099723633, 20.109689120359363, 19.69498727891929, 18.843673497282165, 14.805692692491778, 17.804043743050396, 15.243045762274942, 17.634343130208222, 14.68195883813039, 14.783687714903117, 10.447967724786102, 13.564896548527596, 9.92479230968967, 11.795462869319067, 6.625825963993823, 8.865849021729137, 7.818241037196236, 8.123889254325361, 3.922126192448264, 3.810278491959413, 2.465959595995133, 4.212031460899987, -0.5913152174929497, 2.8599305907114463, -2.0412269388675206, 0.031169548806651903, -1.879720678752527, -3.023135427442673, -1.4692348225265484, -1.4402909864957003, 0.3846500929011949, -0.9459712001324245, -3.4726173431306666, -1.167102504326639, -1.7551885788664858, 1.7973007670710217, -0.22100758182958025, 2.0194696892547537, 1.7334211543026647, 3.469061384386263, 5.302656646984461, 3.8602576828532698, 3.728033907612536, 7.095955011472666, 7.390370313143787, 8.626842510011526, 10.923448091233011, 8.127614983045321, 8.301966552026926, 10.679282442768942, 14.26693323808082, 13.186132631493546, 12.121276763742696, 15.6430699318881, 16.804710762778758, 16.789917016831886, 18.69291687931205, 18.712117102109815, 17.30027598127215, 18.27995745991769, 18.87427944834873, 16.14603191368397, 17.25537999482502, 18.81747413827322, 20.410107097091153, 16.893511167735692, 16.149072076448988, 17.998910362672756, 14.356090398857713, 15.371004967608647, 15.04823163844675, 12.039542430176482, 13.174998073074416, 12.473838750254831, 11.15226171419962, 11.766764801110764, 7.859904968480899, 10.617715629289407, 8.781047096950568, 6.5829658536746525, 4.261957433988464, 4.760460774988882, 3.749475661915505, 1.3837442402387659, 0.9231802046671405, 0.2357959380598924, -0.9966693925198484, 1.7800659893323658, 1.9795225222502104, 0.5514742111610396, 0.6366137777838858, -2.5621345391979453, 0.2840781402729817, -3.594892234747066, -3.855638549742096, -0.7642008504021991, 0.5707758427456469, -0.6693607905547836, -0.7825590293732692, -1.542359224072035, -0.20113065751213632, 0.9438644657551549, 3.9991639473594125, 3.4834655334526614, 2.9879608850926136, 2.584088399773104, 4.840526770947886, 8.961766973493237, 6.014059851723332, 7.418195485707049, 12.033090435640833, 12.95732080798104, 12.90925668210878, 15.008793423192742, 15.83541882799625, 13.725742421158541, 14.323436882470622, 14.649028351566136, 18.253687659053696, 18.87877079374138, 19.088358099869634, 16.615752873535858, 16.573333059401342, 17.660723173741886, 20.673236034351987, 17.628263026520628, 20.528339264898687, 20.09835479057257, 19.834691931132117, 18.815340436720387, 15.230468672247792, 16.260761903942075, 18.04005880397772, 16.51464926494417, 12.579471067804732, 12.328086927602179, 14.249585812125575, 12.454125488460573, 11.775130656751212, 8.775292722474255, 9.503006114876207], [14.089090562149309, 16.076103585570966, 15.635269072530871, 18.74791246056475, 17.21987686938236, 16.226854446135846, 18.665622979741727, 18.54828993556719, 18.926544037296104, 20.912617805086057, 18.31478697779621, 19.319258958557555, 19.870538513095447, 15.801060999956364, 16.620940860391975, 16.003612732342617, 18.064593941207214, 18.27197750198064, 13.240375856960144, 15.753120177047766, 14.831715376720176, 11.360370613784648, 12.276485294342347, 10.584566748902581, 10.23918276731679, 6.727190233116114, 8.273552856464072, 8.971808591424292, 7.8724759744772745, 6.432566750802428, 2.5893785730431116, 0.4861049034601237, 0.3295722047489722, 2.7678910560829726, -1.2856599519086345, 1.5184578660951544, 1.3801441542007122, 0.04601767216026964, -2.0946987228823932, -3.2296898041829927, 0.2559955632252269, -1.7386893933843623, -2.6517697624599688, 1.305384387884871, -1.0212840871837532, 2.1909054009482425, 2.95410158580772, 0.5314992996758061, 0.5949127425755485, 3.9483979825070676, 2.131900246390387, 6.826123748408924, 4.238095878041707, 7.6003711476297084, 6.157740883876112, 8.893712847856433, 9.69381429722776, 9.411350790841833, 10.278046074913513, 12.042355452030248, 14.583710367897336, 12.950997009926414, 17.042757314821365, 14.34985268301244, 13.966102892912598, 19.40254732736351, 17.840086059238384, 20.06562617406047, 16.039103616132138, 20.53802081143573, 20.85640676415133, 20.585314149484102, 19.24700017267835, 20.57925314858803, 19.403532935438122, 16.250572919281673, 17.79034371734202, 18.982349136523617, 14.819826466181286, 16.506251556215442, 14.516821968306346, 14.242847586849248, 14.489945771299917, 15.204682260836805, 12.34926898869066, 9.445087227938833, 10.537016267057398, 9.457780212647172, 9.048881016661529, 6.788418692023239, 8.310556221250309, 7.717396235534659, 2.153162373040238, 1.1687129354553, 4.383591609113801, 0.6982310797025608, 2.3191022953876983, 2.693270445250336, -0.5689648497082835, 2.049251886979145, 0.9067517899877515, -1.8694805146402356, -1.3357806094777427, 0.910970143047173, -2.888293577920095, -0.5974926930127609, -0.8390564982345836, -2.296621674119713, -0.3076364014083204, 0.21047948645385262, 3.4518029419494916, 1.217210672172266, 3.5212323427106664, 3.401410046422737, 2.6043745488616254, 4.308222047183623, 8.780185680404038, 6.951114272223726, 11.018848013753212, 7.641262289071873, 9.563464081032006, 13.624003577977923, 14.343165041152847, 13.259040551000638, 11.960398856151702, 14.436607532117073, 17.75718596115295, 14.47717341662268, 18.494379637166425, 19.069874565366984, 17.03672913576319, 16.7333272238054, 16.348665602882686, 20.845357330723793, 20.541311186560954, 21.31716757581823, 18.66337627281854, 18.470816494302493, 17.243196720333664, 19.013615258304526, 17.891206800570785, 15.636848821947282, 16.536124719035918, 14.838161120424274, 12.7900763064417, 15.272653474624523, 11.555329585927176, 11.017787893883115, 9.28901939223185, 12.24014777168399, 8.570276621307183], [15.781469098879292, 16.66903072691915, 17.620900159594314, 19.190091324289124, 18.62374922973362, 19.702984975318802, 17.686225978756013, 18.152873487403387, 21.28397726924895, 18.096739212702204, 22.03419376588693, 17.490892870134605, 20.604126023442927, 21.247331716402797, 19.75230897435143, 16.672962991465656, 16.71120329518033, 15.835050394847652, 14.139670131649458, 13.021221417300325, 14.687421238799965, 15.227812294627892, 13.342737846830072, 9.044975789305836, 11.01498210823052, 11.47281618061674, 8.21060937743226, 7.965474446293515, 7.372063326162113, 3.959232460191801, 6.53050854601235, 2.4075298663543547, 2.331134044603095, 3.761113506634615, 0.772033495835819, 0.2207044355979022, 1.9094670585827185, -1.4301246326087522, -0.14314080781491256, -0.6426697641191765, -0.16474312840700733, 0.5560822907046941, 0.7648043460145679, 1.0838689715520413, -0.9414317773805152, 0.7783054144505304, 1.995156411677078, 1.6206769759163748, 5.081968423575994, 4.387629844212772, 3.5418699031197773, 7.3433787950339555, 8.09668484491998, 8.825603077617313, 5.835675571642414, 9.42333969565075, 7.959098971426763, 11.550932902000163, 12.670861827317147, 11.536759967527743, 12.600007474088812, 12.847950286494523, 17.935433039943177, 16.050624894766752, 17.923641576416976, 18.45530370603956, 16.7657491555937, 17.44260963899033, 18.780104748470954, 20.33118301424564, 21.327268640486505, 17.48397142045419, 18.829480112744807, 17.606897598479936, 20.016573741819393, 19.813390436375016, 21.08114383573083, 20.5568644618441, 15.971401616796294, 14.705723777150519, 15.70337847409176, 13.516091508844392, 16.268407925803885, 15.196557046972563, 10.437157407258884, 11.232801451534439, 12.917454301488359, 7.708338729575944, 10.68228559606861, 9.969254767393132, 4.7520954441445244, 6.170711274103967, 7.054731211523117, 4.526713850725464, 1.2604421873358636, 0.5532375986140288, 0.7912777020410626, 1.4052314654670361, -1.0313105296086107, -1.4715186467540367, 2.338133956074376, -0.11461208071127871, -1.5871694596427854, -2.2418926898942626, 2.2830917377184115, 1.1617344365631244, 0.028245066713223466, -0.9997134000284245, 2.5584261282811287, -0.446827426378384, -0.26958427670418494, 1.1711275198687368, 5.4459371185714245, 3.2699092415554487, 7.116573236330096, 4.048579555243622, 7.937363602791438, 9.478609043513481, 6.9116817479413, 11.202083448578605, 13.370859199641284, 10.43578068515077, 15.154596913100498, 12.841648506936458, 12.503191802074314, 18.085784133028213, 18.787185907928794, 18.85136003112337, 15.801024734317078, 19.852690715505343, 21.126647610489066, 21.7016113073921, 21.903880210890122, 21.888187128281437, 20.83215501013468, 19.965209002430925, 21.487916938490976, 21.04595325244945, 20.0252499536198, 19.742256744633515, 16.38803314939569, 17.788504016084254, 17.235423980247297, 18.373023139720523, 15.727602992180326, 13.062663763862854, 11.44114057884335, 12.827142680521417, 12.90801538661613, 11.177125556734477, 8.85467923781941], [18.655781840295045, 15.862818652384643, 16.700206890227918, 16.977382714245266, 18.277357834231115, 18.807175187816515, 19.088904075422008, 17.944874004270616, 21.12100372413424, 22.479997072079946, 20.772544332651492, 19.87853736053657, 20.878091384917386, 19.971230560315597, 18.658303511211738, 20.435575151188843, 18.628329127026724, 17.33104794259251, 14.81352716598958, 16.77027301818122, 16.42255998880372, 11.930467997544948, 13.474474494573887, 13.623865281537613, 8.547928814272893, 11.745536062069688, 8.574259737311445, 6.783132643685324, 5.635059188005943, 7.854207184342948, 4.192448225292093, 3.7688259845835397, 2.774770889591835, 4.891444728196107, 0.01412830107038765, 0.5644103515548, -0.3607398927652756, -0.33950567021019573, 1.9660384830113617, 0.8385196571222302, -0.740100237822011, -0.5739474968997857, 2.1954255318691054, -0.24641479787643839, 1.5457291871106094, 2.6415425252407463, 3.7139351243238083, 2.5682181314865904, 3.2313899483125317, 3.248824119126171, 3.146937047011911, 7.641359559701714, 6.154502022608604, 6.795291849587106, 11.074446405608441, 7.744480688432258, 12.0658949526777, 13.08662580484713, 11.737034022548382, 13.26930417699202, 12.281160627415861, 13.5856009145872, 14.921074745068985, 18.110729080069923, 16.177322280644717, 17.750698915886378, 17.27415535873778, 17.38578607755796, 20.94689817351752, 22.118965299882877, 22.0112489814405, 19.248775520314943, 17.987288082251364, 19.910671635102922, 20.141693187193635, 18.975183942398232, 17.69537267107934, 20.65419838621401, 17.824270140920714, 17.554371136879613, 18.895576368336123, 18.607359379863972, 15.110648681251305, 15.889593570725278, 12.539498393375219, 10.3839461448318, 10.130567264166105, 9.73452995579511, 9.15676664373152, 9.555125465881648, 8.210022005148993, 8.317195462883578, 3.6087653132910225, 5.574795629391556, 2.5096523962753547, 4.746924766043925, 0.2481815170885131, 3.3401364950004524, 2.4927000253684852, 2.6726106614059537, -0.782167545261764, -1.099114560995286, -1.3006797731426172, 2.55627913959819, -0.8350663358614021, -1.30601070421692, 3.290295133347086, -0.03363228128090334, 3.1376747353445005, 0.927034744453346, 4.904221336735767, 2.088525455377898, 2.7317443223637685, 5.874535482465639, 3.6662905099919225, 7.872633193992629, 9.733583796740655, 8.362322651323968, 9.13301616699423, 10.818364590243544, 13.464502153852148, 11.076975333301178, 12.764980767685723, 16.67969491986901, 14.325913416716283, 18.295022570980553, 19.06890417078435, 16.71313530852271, 17.38158300085432, 17.248454317314184, 19.45797707954287, 22.273207161774927, 21.047244014171756, 19.37851544539774, 21.022444221029296, 18.809798595571323, 18.82158565894748, 18.065183966385888, 18.800987782529866, 20.89449461606649, 17.63028937813273, 20.18880265992789, 18.670367803531484, 18.014024537389794, 13.613738682461086, 14.375681395744063, 15.826298435390582, 14.539308072094883, 10.039363086605839, 11.591107488125195, 9.571223479411747], [16.01398991348454, 19.59757571755833, 20.76233996639312, 17.901594474663415, 21.217391980785933, 18.32565335207954, 22.27735258870542, 19.273558015342033, 22.15363147672688, 21.117539558092485, 22.338912673213503, 22.716081412457722, 22.34532536682228, 20.903821181386828, 21.444037458757208, 21.146308235308805, 20.396558873535835, 17.27416836295381, 18.12215476472693, 16.702552829770426, 13.92181658776448, 12.584967741974557, 12.776444617906755, 13.39668023482699, 11.207869089174139, 8.451840200323181, 9.44674814519135, 8.607033274840983, 7.523732197694504, 4.375363076962003, 7.275258954177034, 2.8168404772079567, 3.3899441860236124, 5.253680701212859, 2.9860725229782794, 4.311527412740307, -0.26719071862583554, 3.2053217688831843, 0.6134916584590506, 3.0531989171053127, 2.8158595857224524, -0.5537542726127302, 3.52592233494366, 1.5399261554150137, 0.15147300554082044, 4.2189270332997495, 0.6585219869746499, 3.2639893286815465, 3.9880873755730475, 4.689822032498013, 7.448295373280542, 5.011340377408887, 6.5275260475937005, 8.910426309152099, 8.309834975769444, 8.147030958185763, 12.748401729339456, 11.119568700464749, 10.934143378394891, 16.25849071962893, 17.191395789134347, 13.558285480613584, 15.25317606717859, 18.628019084514687, 16.69123388851437, 20.72408705923087, 21.663586576627036, 20.643023261802732, 21.077655780830547, 20.520434173424754, 19.612925265441977, 18.952193764580613, 21.413307336163648, 20.327613531462166, 19.480198331976297, 19.588021448580953, 21.300112518877135, 17.74403661820303, 17.865653143957193, 16.54567429429461, 18.81063378625464, 14.85905229654978, 15.014615183773207, 15.357870622285967, 15.211923787338305, 13.543254096638176, 13.420035619494735, 9.415346336553544, 9.575693129431423, 7.0829022610642065, 6.60606262605191, 4.9259043639677005, 4.635278945077453, 6.168953547916156, 4.186618272272479, 6.068570591057915, 3.543478027505018, 2.1118090652082424, 3.4332175145297494, 1.6734657434277942, 2.078719280293658, 2.5550867385805756, -0.06776468150578197, 2.90016681483059, 0.15075790502262976, -0.3703270411392783, 1.3542385777717918, 3.9033566017011934, 2.3142181390700323, 4.823764108188431, 1.0961743494805578, 5.11214053126598, 5.61686864639586, 3.816838968865283, 7.516514275460786, 7.840958674946734, 7.13400956719126, 8.857693968685155, 12.873943751347376, 10.445987120669697, 11.663271845417647, 13.813010204213835, 14.181993759560871, 13.348923698106304, 18.319054999761136, 19.318964535227487, 19.388812183638006, 18.771524970711628, 18.89958367446788, 21.053219763546412, 19.67889350103121, 21.347545192769914, 18.679816379599423, 23.173489591865668, 22.345917927554666, 22.915744681837225, 20.762346804877538, 21.717067854715708, 18.559701984931593, 18.683764618484318, 21.2055379627346, 18.200290818580054, 18.46775075084169, 17.908006090832984, 18.119675927744705, 15.350684830565868, 13.166922324147937, 12.585641115956872, 13.666119812330306, 10.697602701912617, 12.200717110908046], [20.105633398131626, 18.41036452890467, 20.2931245737856, 22.0345080359749, 21.080066784560685, 19.39393032642914, 22.80528959233341, 22.422271193393073, 21.24880987409847, 20.85807201782827, 19.612141854072657, 19.134176116985284, 22.14686842559426, 20.97527273482323, 17.857068645226043, 19.21089756159324, 18.01507227840427, 16.902818392429424, 18.03069779438449, 15.797791346958945, 13.460343157128229, 13.8701331762968, 14.86179114157352, 14.401059080254074, 11.204836022134273, 10.440303932550156, 7.747202850950673, 7.405952491936972, 10.222106182648558, 9.118887385805701, 4.745975202902286, 4.121871315677996, 2.704032014816728, 2.863365564135586, 5.361017464889301, 1.6366165090622804, 4.3760445993273045, 2.08594051144184, 0.6944247609769167, 2.418176593036545, 0.10305741848122629, 2.234793846713763, 2.8313418177397986, 2.285567542817976, 4.800892326531027, 5.0451091313510705, 4.609265130546685, 5.19401069235458, 6.32168530765735, 2.9613305612829874, 4.013896579365149, 6.207287217241255, 8.688282905060717, 7.773473441788726, 7.496584618297549, 13.178691943394554, 11.68587778945969, 12.259111097796815, 16.15593604880964, 15.831495632255145, 17.201846846893023, 15.321739934132832, 17.106874935232604, 18.872459863007812, 16.817622264841106, 20.356868873689596, 20.53294409617228, 20.861575666253398, 21.100606700534954, 21.111665803630263, 22.349676058495092, 23.0376354884824, 23.02621490437691, 23.468773747992845, 19.17442024675084, 22.736755349621955, 22.342163675003114, 21.851070658784668, 21.425664430450237, 19.114714884848606, 16.228913309636447, 18.840796467367436, 15.23565672461662, 13.272644984871924, 16.90751293565562, 11.431214443357188, 11.138786179610737, 12.741107340792228, 11.916593207524496, 10.333573571249374, 9.7285481957552, 9.590870317833122, 8.169214468578268, 8.189974210711895, 6.637484896724219, 2.2687994430953884, 3.4083752366525673, 4.712095105482808, 3.107120583901323, 2.962455118461378, 1.2475021282105345, 2.675317149707727, 2.3140256459476056, 1.5133508526680668, 0.864178700178373, 3.7125633039978663, 4.523939773648359, 2.5803638746060127, 4.798553682756656, 1.9252819793036284, 3.4483346911153125, 2.874413967822311, 5.703210065034537, 5.113736687830665, 8.797864248814237, 9.912221720908864, 9.386882706349194, 9.896125407415557, 9.65064503827739, 12.761400822233862, 14.386345988969598, 14.825524611640759, 14.028254238063003, 18.462490208498757, 18.27145912388418, 19.761369020860123, 18.8888031561698, 20.614513066497167, 17.683870561596787, 19.806588015413617, 20.751534159791525, 18.763132126698018, 19.457484470505726, 20.4416806984785, 21.241658926679108, 20.59204116344796, 21.0624197176922, 21.053272500203164, 20.33829084417969, 18.7882801268332, 19.110899326155234, 21.636183724363278, 20.347543735021468, 16.925825277721305, 19.665114665278754, 18.583561788759297, 16.11168209180822, 16.655569324678474, 15.95244814416906, 14.975296783114324, 14.193477491714962], [17.70323773904198, 21.088790205970483, 21.551061001486715, 21.262941842774858, 21.537290340945635, 19.886735955204955, 24.23752678030685, 22.494112352397043, 23.95955704781356, 23.175955123936504, 24.45476262237622, 21.685553378509784, 23.341619879963538, 20.382877340863306, 18.52273430225614, 20.546389906733065, 21.16539149570768, 18.03472214995087, 17.117751701345625, 17.238008554305967, 15.839113006555356, 14.31105613573132, 14.372703623620396, 14.161254429501327, 13.202155175200549, 10.954117757332973, 12.138810723882504, 10.396582460897072, 10.073519224744674, 8.590323145789322, 7.179370748791161, 5.245003942121963, 3.6358579749215547, 3.9407571855362082, 5.634904675769339, 1.533171030526237, 0.7796461480981165, 0.41955675353280064, 4.795363734492893, 0.3301386948683227, 1.4847237172173813, 1.0572554019737055, 5.034872749829833, 4.722880585817654, 3.3354127045811603, 4.022255960579701, 3.4587659680226377, 5.297371329996244, 6.585277237055851, 6.948514759436794, 5.0758610122153325, 8.593207647598764, 6.901661848199571, 9.580308211363636, 11.12260452992915, 13.817660240105933, 12.510549066716917, 12.192112708783139, 12.56701754910673, 14.179635525659855, 17.611294595948756, 15.82373109770128, 15.898321345216242, 20.354867076065084, 20.700387359042658, 18.493383578376353, 22.24192332561435, 19.140164261898477, 19.442632865687546, 24.01896354406843, 20.845067647833766, 22.01100285040165, 22.783084106083983, 21.25582414888233, 21.693618599551854, 23.064894502014496, 22.261309915151287, 19.35466204187569, 19.38479908435909, 19.91274298299136, 19.929548735213103, 19.7530569117928, 15.481339700218538, 14.879145130624094, 13.74485761003966, 14.717477109634311, 15.26202131395642, 14.288146465067502, 9.866240104208769, 11.673516667039777, 10.399491255077576, 8.595047609385675, 7.154326307935744, 5.503589575169064, 5.758585509765847, 5.202250015313933, 2.3544890915596133, 3.055967268958927, 3.5336959060139685, 5.397696574771912, 2.642863761429375, 0.14019995403400642, 0.4968276564428695, 0.2934450367401311, 3.706726374690019, 4.929868330932398, 1.662968706620319, 5.256575042191993, 2.170270004328213, 4.964178318450305, 6.727209698258456, 3.9288740334322485, 5.780789255119558, 6.200378169204995, 9.57234611731139, 7.36112931604686, 8.910833618781778, 9.341706406773785, 13.94335822581229, 13.578549643821574, 13.504703988378418, 12.427270775372014, 15.259089592924598, 16.465620012606582, 17.167890644575635, 17.3374085114921, 20.204307455329072, 18.058854085680334, 22.028913364885604, 23.343558747468357, 19.18295594099154, 23.956853770506335, 20.414569084817902, 21.254933213733985, 22.282414852081285, 23.321437104674878, 20.263955382846692, 21.657546406679028, 21.25046065044875, 21.663140367026443, 20.139377295524945, 20.234166334918235, 19.732040528094217, 20.515159168219196, 17.258712000527733, 15.09868588148018, 14.434265117306735, 14.375634967839947, 12.23589840081874, 14.836773236439393, 10.110796918334978], [17.411575539570844, 20.269567610274827, 21.212531244621808, 21.472434972279636, 21.736966430358578, 22.594857797686, 20.79213972792889, 22.012529551489042, 21.068007113191314, 21.517326234491563, 22.806912827787116, 23.2884585710429, 22.766245117016258, 21.365550967672675, 19.32336334251128, 23.29181299858513, 19.06584548669796, 21.310280145483524, 20.415077083443492, 20.04192601341893, 18.214391626183392, 15.620932705504266, 15.165896822557897, 15.463097394154925, 14.290830643890278, 10.361056938171584, 9.066523584059283, 8.741945964319177, 10.964451722012269, 6.521582920821701, 9.398494241246837, 4.617998831300957, 7.349115436422838, 6.443088049995475, 4.265319085547713, 2.4668879753022734, 5.368821378333196, 4.974564440307973, 5.03765152771095, 0.9276617917220644, 3.0563019679555294, 4.206336341228955, 3.7547519538968785, 5.953786153955314, 5.934348237522933, 4.442526801592029, 5.620010098088351, 5.192108836743943, 4.332401351786456, 4.602418756045936, 7.630724458593782, 9.304728862409593, 10.222678494837998, 7.9129363403669215, 10.966755909593005, 13.243249766829901, 10.884817954722537, 16.411241713913217, 13.233699297413134, 15.734802871877136, 15.413674456475801, 17.673009451164994, 16.9256906952345, 21.22767096154182, 19.018449097784455, 21.466755295249172, 21.46726634772724, 21.654197931064857, 22.256562620132527, 23.068428771498485, 23.49647500502031, 22.812116754111482, 21.15181059722307, 23.14786027185771, 21.52914877186747, 20.88464130696942, 23.66713608955654, 20.986653395594928, 19.735088334943782, 20.783452986434504, 19.413776405589108, 16.32893907227539, 16.67559627261984, 17.690654478995853, 14.130687747224538, 12.744077397064522, 11.967630067969848, 10.913604914840137, 11.272802998201737, 9.346966199897022, 11.040613902050225, 6.881928658607659, 6.471652909277161, 5.197148627937506, 6.974474372856212, 7.696494445082687, 5.579782867654409, 4.55698211139579, 5.645334680484131, 1.3362449409946908, 4.911815133167922, 4.314940835329885, 1.9392456612296431, 1.506669775229403, 3.829845040351481, 0.9914730925290431, 1.684702284275307, 1.5533067585208382, 2.1536046115578014, 3.9778195460130528, 7.464852108653682, 4.12700756951005, 8.92518580611078, 8.304544062264815, 9.04483433311379, 8.844396453249956, 9.990896267220396, 11.324428679561166, 11.027360183528547, 12.263356992076293, 16.64414924165316, 13.568697099937387, 14.255230447431408, 16.55502652639835, 20.48083921171837, 21.290761284008784, 20.52781716544522, 22.556315160603976, 21.87817611128377, 22.864291328424805, 20.984175792883196, 23.243976445769075, 21.573331426998212, 21.401369940703532, 25.29739486497686, 21.443231063430677, 24.851401614732488, 23.378975479993038, 20.261156833136322, 22.036823372425896, 23.501520686853958, 22.319735150781597, 19.733569880304913, 20.55545478907622, 20.891826498777675, 19.20101424864474, 19.223790885318465, 15.599007645219096, 17.22779144154266, 15.5706028785672, 13.656065457917393], [21.815090449422296, 21.377197269952863, 21.232414783717314, 20.75418781271528, 23.526669403961836, 22.213249086762623, 21.056384572588296, 21.59294692797556, 22.987562787996406, 21.332175161258448, 21.463545344142766, 24.45230979915729, 20.686987115070053, 23.975991036804942, 21.887309688737176, 21.554705369056027, 22.24445787627686, 18.125308987712955, 17.297907185831512, 17.685807652977196, 17.777579906169084, 16.599748852361536, 13.56640241597004, 15.827161225132564, 14.762424684688654, 15.463811213926565, 12.285378321812729, 8.636710341433341, 9.384102529665718, 9.187442483631875, 6.559677247988758, 7.526829626764831, 5.825921556658546, 3.9530080975974826, 6.4380872858436415, 4.88655760316958, 5.6946437375209555, 5.664179286619619, 3.8072048530068283, 1.573179431409569, 2.9587797163573475, 1.3093014307692403, 2.8145302489633135, 3.859581373046276, 2.877770218310978, 6.415705621813082, 6.956926208840443, 8.023884102183874, 6.84655692040009, 7.606308908038449, 7.831124459287055, 8.25757174411902, 11.90682386770786, 10.411190838990787, 10.729523557986413, 13.107318494658584, 12.466528384073737, 15.374606362715264, 16.565621097197702, 15.73690396960307, 17.82222900504648, 20.05021720864249, 19.857527229983162, 19.449332914618065, 22.198504691063228, 22.676750778668346, 20.70368808772947, 23.79020738134756, 22.91718095947449, 22.108065365028708, 21.7250031424311, 21.289799408520572, 21.71962488722586, 23.995993485635395, 25.276731413795638, 20.765399779251425, 22.936123463297044, 24.490064985928772, 19.38392191788418, 20.558659498696432, 20.823798669557704, 17.543335957645695, 19.051750965927273, 16.401603219272683, 17.046386905813247, 13.451902635858705, 14.622853946820875, 12.17505287457929, 14.814415101923267, 10.435754464715927, 10.233576927411402, 8.450137415212547, 9.473303781928077, 6.437694108072787, 9.769563543730795, 7.760594901841005, 4.4207636683526905, 3.1214248549923527, 4.841924548481703, 2.3828884147373195, 1.7780208043467223, 2.7102741553213843, 3.664042455094229, 1.9940176691150615, 3.781367750232162, 1.6213545877560964, 4.470203430269152, 6.1522140298781975, 3.7547797158580334, 3.6360710003976164, 6.2140413822979, 7.2770780471562215, 6.742313188304151, 7.926350884210891, 9.971866344996535, 12.037122375296132, 9.319004772325147, 13.524068080024357, 12.545437886265384, 16.21597817360176, 14.134281306452323, 16.580560303639512, 17.763442451666354, 15.919419194022302, 19.504222233245983, 18.875568118743285, 20.623688409343373, 22.812768808686265, 20.92783584170615, 22.92939073199167, 23.912500945488603, 20.686353094382838, 23.32043592581452, 25.314278565809072, 21.227531494776272, 23.297925420965125, 21.187330079321562, 23.19990406388916, 23.384541321555577, 25.07333600772413, 23.371074223007234, 20.783566912147734, 22.776923389013128, 20.356069213487377, 17.669097094915532, 17.80068968983941, 16.786029208283047, 16.08703648612456, 18.020955528527274, 16.437103214279443, 15.800372880324034], [22.760894674605225, 23.67894536456469, 21.497169793597507, 23.118709212554897, 23.593241143168868, 23.07412222009518, 25.61804676614446, 23.93361770533708, 22.75761976628671, 24.091022994779255, 22.723841200925506, 24.11441646319255, 22.63738379112526, 21.39060593604494, 23.520869476756918, 23.242705622007765, 24.25083794186493, 19.778709213168217, 20.841379581395593, 19.65312248531641, 16.9016608732493, 16.99562903552721, 17.20905516463716, 14.900814575856197, 15.236371278907866, 14.787059723409975, 10.534063468560232, 11.179188350881594, 9.577084264329448, 7.681959735216097, 10.44445000242616, 9.667920664260965, 9.71887892582749, 5.099974188389264, 3.787417319486141, 3.355990089207685, 6.9732095069584, 6.070704657283058, 2.9052857637568454, 5.265376438041407, 4.708768633634754, 4.247539658046733, 4.969879693750472, 3.202480640423917, 5.594329348756943, 6.906341543870135, 4.237279784737604, 7.996542292521311, 6.503980109808274, 6.221307572212185, 11.261477136505214, 8.55285358987362, 8.990498260903653, 13.48474209229423, 14.082935518034889, 14.04028364984057, 16.076087431668107, 15.784067470489312, 16.915730737739253, 17.6218241832859, 20.63650454050952, 20.582132045778337, 18.615066093117857, 22.037479709310276, 21.04124717488243, 21.64716954646946, 24.735190298942367, 25.435882175347757, 23.786439198154806, 23.03947375551514, 23.816207781452395, 24.441471645474223, 25.335343596432164, 22.65400063816267, 23.89009792405387, 26.129469312864675, 21.316132933107625, 23.39042951906512, 20.636180470643318, 21.042632860333335, 21.719089135838907, 21.540611936112523, 16.924186553246084, 17.61303158854929, 19.84573695100503, 17.719664405881915, 17.51574257067052, 14.059769625495484, 11.571038507244104, 14.926209915833764, 11.937213257092738, 9.411124437496504, 10.170660334110075, 8.55086316421411, 6.728818111781775, 5.788881244897135, 6.935721802791217, 7.554999666496414, 4.1913553845859965, 7.31357673891727, 4.0233648000070446, 2.274682654447833, 5.445097847349102, 4.585862666194407, 2.7861970526713042, 6.647942095158286, 2.6659964569441597, 2.9698294932102707, 4.488222525439277, 6.139108654390025, 4.3250886457368765, 6.522215830737078, 5.779925442903366, 9.265123055930648, 11.189842155498665, 10.867098735304237, 10.736992687258313, 11.84894706713197, 13.524461712726993, 13.983976046420421, 16.838660689727895, 15.877196013830899, 17.563499617200655, 18.444878643007286, 19.358876132390527, 19.135245032579814, 20.79228862537102, 22.123717963673634, 23.813192593861668, 23.439586094513906, 22.871851578776898, 23.55942156931711, 26.503839301414125, 25.015714682353234, 23.725144042407663, 22.83454440155795, 21.98360998686561, 24.391740036350132, 25.292185236092, 24.655599537916153, 23.231566680896822, 23.796712939378256, 23.059292912866137, 23.22764160316592, 19.56694022935328, 21.588955796715048, 18.751193373861582, 14.955728499714333, 13.958597095386711, 14.507436445837627, 16.14659763234023], [22.053775571172167, 24.454385877937554, 21.440356781365033, 21.23798557451861, 22.61435863217578, 25.62001202343774, 27.16121817305354, 26.17490965239239, 25.487272194944325, 27.204838759838275, 23.467341509056574, 24.446756663207516, 22.339788006963502, 23.658549246051294, 24.990032214885662, 20.97914043229355, 20.03709307907389, 21.980177110597886, 22.006226783246426, 20.263398522106446, 20.112173730225535, 17.46339883176988, 16.533836037908497, 18.414630012063846, 13.128869144539344, 13.72848050606332, 14.267073505105408, 10.080618589118838, 10.74570921892656, 11.302432311547538, 7.53808456812365, 10.875213674534997, 5.607189417893874, 6.305746974196038, 5.122111946496123, 5.362800443794514, 4.674308204703786, 3.783498365996704, 5.978525990919072, 6.151821441936148, 5.741250142165221, 4.3738315174418325, 4.5552571507641675, 3.8350282060232086, 5.735699127554147, 7.220472401288371, 8.44344946915948, 9.39664313395126, 9.042718475138754, 6.7674522695885235, 7.342403341307705, 10.003395167842665, 9.986600270603349, 12.356034520022673, 11.65188507336579, 11.971121956360228, 16.21521697158409, 14.30692043947315, 18.17429212848899, 19.120669225458293, 21.45552575762375, 21.522733205388693, 18.44450580920321, 19.52522544381293, 22.062825872502746, 22.690129286949627, 24.27997590866302, 23.48698348089981, 23.775409921564, 26.94412594828235, 24.809949540051804, 25.207270921966668, 23.016713892155977, 23.22059529601644, 24.501404402214753, 25.533732408604102, 22.646274633314256, 23.834333033348774, 24.11992233289635, 23.15487651748697, 23.96529864625957, 19.009040692307828, 20.674082792990642, 17.814672003010156, 17.574827525083336, 14.787182651439604, 17.32151919500233, 14.588305978035159, 12.525090116968544, 11.480309644822453, 12.26263686054932, 10.667334290467053, 11.205492115560874, 7.791188747019659, 10.740967811136782, 7.077011579757792, 5.928906455579364, 5.795983307099472, 5.622118917549968, 4.941050965310637, 5.455077328134139, 3.2506279219628373, 4.896979325236367, 5.0408279472298645, 5.257771422141939, 4.585847116669912, 3.9055312772438526, 6.061104294941099, 5.59052957553147, 8.3562198408734, 9.086209623769937, 8.632190297681323, 8.051515395074937, 8.811778252440007, 8.424040619156504, 12.030732592282096, 10.873057445532762, 13.73860771626755, 15.346636427281819, 16.693735397260383, 14.163502074418844, 19.47995424801622, 16.168651755107284, 19.18777358600013, 21.12006483301935, 22.764327061486505, 19.301792396115186, 23.92132518120502, 25.506432051565216, 23.77605873355053, 21.835913195399698, 22.89994952664985, 22.359168525124343, 26.55369015566107, 22.61881932833868, 25.95736315885994, 24.069923486993435, 25.91766834732582, 26.146901432291752, 24.431053794162786, 21.433356377942843, 24.25149270694736, 20.495362053570183, 21.8153009391717, 21.551031314112194, 20.058725835534347, 17.090818387096636, 19.700374668628935, 16.55024563100873, 16.09295021660026, 14.029383621460985], [19.961173906642266, 24.9872216403546, 24.173342334600363, 25.800882687621346, 25.7552322203669, 24.27067271483857, 23.423329907581483, 23.362485074843537, 25.174686777316552, 25.358082091658623, 25.543945666815034, 26.970523820887728, 26.877997024869742, 25.18154905066227, 23.75079812042113, 21.814084868726905, 25.219014881283464, 22.302956978305172, 21.05463581994596, 20.852696068204597, 19.551940185366146, 21.144169218127423, 19.455483275143497, 17.163646735407998, 17.25728274950361, 17.154297625827134, 12.089033942805347, 12.25423335100833, 10.73611664675765, 12.963279375870771, 10.253798420128634, 10.041742639556134, 8.90122866395562, 9.026589872908273, 9.067992693201777, 5.270751802616953, 4.2519940343066365, 7.905577725810114, 6.326136291089422, 3.2776016413823372, 4.095580526936392, 4.1731032946801285, 7.446508984696973, 5.991460207072485, 5.327723565554404, 5.707915339023313, 9.458189184253088, 5.477691120461969, 10.961361161643573, 8.608679942614161, 9.76912556339563, 12.21621680763541, 11.538169078178404, 13.483751973921592, 13.409372982095384, 12.966989719300265, 16.548759986116572, 18.182111370416212, 19.629332117545157, 18.088588007277735, 19.222221086232068, 20.84213008871692, 22.882869123575794, 21.976095434505147, 24.405077867337855, 26.01688783252782, 24.260934785879265, 25.42557661707637, 23.729538774691804, 24.213896124766382, 25.453385166931298, 26.31396031814361, 24.846733908469936, 27.075278157080934, 25.075766496611127, 26.301951308614296, 25.078092146877644, 24.055356726656843, 24.80235200411211, 25.362745392819875, 23.562188739919925, 22.863027252406198, 21.1450111023221, 21.427128422271295, 18.847318804520995, 17.254698255726236, 17.048126028986196, 16.573524789208907, 17.010092030314418, 15.88632496710132, 11.339186629993467, 13.451965051662047, 9.325291431569187, 10.560164967879139, 11.121658599881997, 9.737154490222995, 8.841620117590228, 5.133857973032347, 8.67635520002462, 8.619479489822096, 8.202122779901995, 4.134872382490107, 7.048083285195193, 6.808503057252474, 3.639923808956814, 7.012685335604896, 7.496999140026774, 4.780229490791226, 5.244325006988634, 7.7680696111840515, 10.435633621250627, 10.08230711570841, 7.543427407771377, 12.832512741016739, 9.203456661425568, 14.497734543379567, 15.214151925381227, 14.709983400380537, 14.134435428408512, 15.610849913111927, 18.98673462051348, 20.470417872344875, 21.006417658744088, 21.399016687669537, 22.67071238356594, 22.47630422943427, 22.724502485100523, 25.19746076666383, 23.05625730077739, 21.931526399050206, 25.644256957460307, 24.282980248602616, 23.78331910397485, 26.66341096761868, 25.598968833340294, 26.552923208551967, 24.342823219886064, 27.396382161073376, 25.8249117845019, 24.0022844602014, 25.64361890909555, 21.56525602924375, 21.674063247220154, 21.96506097380462, 21.19159543145116, 19.539689073781265, 18.786031887227196, 20.95573182307739, 17.411164349973085, 14.172376861499792, 17.49617917092799], [22.39144457319694, 21.995195159292898, 25.296922480859088, 24.18294805675145, 25.28187340551673, 27.969168990321748, 28.031808414279293, 24.814796197858296, 27.457123193528417, 25.76453005581186, 28.32563188114589, 25.17955253025285, 24.97954952027444, 24.549514241388017, 23.98457689505356, 23.492281400920053, 24.885985195789644, 21.8814462735616, 21.02039651269322, 23.75546081757483, 21.021646134284588, 17.304195477517368, 19.24966117024503, 17.346893603012525, 18.950914248535597, 15.305402238562426, 14.058301277786045, 11.568196990725866, 13.896644403806008, 11.303530163070992, 8.982576574950887, 8.017279460504778, 6.871107698880649, 10.003135724151585, 6.137698127734801, 6.7513820065785906, 9.136696730315588, 7.982346151491107, 5.249950792468327, 5.001185554637236, 5.241573894910882, 6.0506562314558465, 7.85359564832132, 6.103585321711175, 6.3528510519241745, 6.867245695895145, 6.160787387382284, 10.057885646903111, 7.738683053420826, 11.674206616107853, 11.738293652964611, 13.644033853129573, 14.206427927936534, 14.594503145339145, 14.134504435146308, 16.663799833541777, 17.661303350974663, 16.63357942919485, 16.386317127049338, 18.26350599011028, 19.03284964460968, 22.54716666550404, 24.077372381554447, 24.44738987084333, 24.082372323619406, 26.3530095431857, 24.790667079364315, 25.42340191465103, 25.929711260249107, 28.428996615986573, 26.848541619388094, 25.863751476076352, 28.758556775621287, 23.87798252885551, 26.146312697193373, 27.477230117166435, 26.746995538053156, 24.08267430398461, 26.533500734157855, 21.69691793171622, 22.283058181652383, 19.926590533929463, 19.48035166727596, 21.71937532584302, 17.19569605113249, 17.140683386214462, 17.50575362035621, 16.255116819466473, 17.63358993190903, 13.954698608910382, 13.432542027220546, 10.133612743488559, 11.178612108763534, 10.678719832665646, 12.115796390799991, 8.272071774035686, 8.399454381908814, 8.63143302482252, 6.619234733573096, 5.295899323273928, 7.062280568274822, 7.912142628713925, 6.1240920734556425, 5.33289422838582, 7.287781402094178, 8.79245237936842, 6.592714500929561, 9.515936351202212, 6.192850782580649, 8.419617545933505, 7.046548286616757, 8.892837805474482, 11.999615471573456, 9.197807660524536, 10.63071709405075, 11.552290573946316, 13.40109743364552, 12.670073891148757, 16.7631023096439, 16.033827277200544, 19.15028152375499, 19.8117601530518, 18.311885808259355, 20.72668039200273, 22.556880480090804, 20.69188696343656, 24.505885459715632, 23.68561483607806, 25.496012376413027, 26.867682658720646, 24.419848663114866, 27.99242922462885, 24.105269122792716, 25.011550014780653, 27.85799530131332, 24.765215163841948, 27.195545232682257, 27.560359040515515, 24.58775928656157, 23.26634556768247, 23.51887178161955, 25.02122257380788, 25.20770542868773, 22.46652124836422, 23.703913350981203, 19.077395422584065, 21.183937722316916, 20.95529210840929, 16.477188275126274, 16.26384913195014, 18.48684837803936], [25.786415354840322, 24.044876464355113, 23.077622746607346, 24.548428523891673, 26.90045803437318, 26.190878031708365, 24.732340608664025, 26.10812211686979, 26.55284761827827, 25.560583735679693, 27.511908715607433, 27.4522280218797, 26.806477791184005, 23.6883486893966, 24.836486323699678, 24.029139268028118, 26.518339271998602, 23.37626214852899, 24.6659253369914, 19.55151877384641, 21.794302700585476, 19.316659827804454, 20.86496517576507, 18.10864570179416, 19.617310531982806, 15.51992968307323, 13.019147078384664, 14.904941399958272, 15.714941900420245, 10.3630272956298, 11.513210498929118, 10.492940895368857, 10.6789554449207, 10.32988048194153, 9.514528856677016, 7.588621496692793, 6.3008693606470265, 7.497085616936065, 9.0468494353837, 7.162950954006838, 8.622083527257722, 7.0763962354649, 7.576613557343208, 7.64744460146207, 6.620366966081683, 7.801022495551029, 9.073341343030684, 9.305866439264454, 11.046135443373286, 8.645816179212684, 10.470991766061205, 13.197612046197957, 11.331716720002436, 14.995304652025132, 13.11518788195345, 17.506124954700862, 17.058800941850436, 18.072280638963484, 17.220245691996496, 21.57070057919703, 20.479288187631433, 21.480652288377712, 24.835243163421797, 25.061004107595643, 23.120892385588625, 23.736641657832138, 26.133948061059158, 26.414719688604706, 24.281160129140012, 26.887556892806263, 26.32179704766205, 25.317473264688978, 27.42933872528863, 28.93863374979144, 28.896862132337127, 25.147751244233447, 26.392690236061334, 25.814287537942295, 22.421169075008926, 24.847598008837412, 21.847644951159396, 22.40113003513604, 24.271281780983227, 18.48127333447794, 20.164503635304865, 20.095698292868928, 18.451240711846097, 16.675133998059287, 17.44322743961873, 14.70565901466854, 12.738606418936595, 14.824300428559155, 13.982380468983209, 13.326447854542199, 12.235690159279379, 7.357910785817241, 8.079361900114609, 6.512993392332019, 5.5985350226455965, 7.028323864776784, 9.1258961897674, 6.6216170947093556, 8.349403802350036, 9.247330217249603, 7.360379687448542, 8.337516140971388, 7.0075587242841415, 9.400858450455479, 6.876645083730924, 6.731209453615455, 8.707275934512175, 8.04619526049397, 10.440049194495957, 11.572488954709582, 14.255056964103165, 14.647455030319108, 16.796765323732906, 15.090508814835403, 18.475767136811804, 18.34325958970421, 16.653410772832277, 17.995458380810472, 21.768262632617027, 20.39510883533586, 24.414222675505414, 20.49608622011379, 22.928394906719028, 21.867104503553797, 24.709789592550074, 25.56375164611991, 26.655629358828257, 25.753136136090227, 27.055789799440923, 27.008467713082922, 28.48200216723321, 28.404627020374658, 24.6324137411604, 26.10162508775964, 26.884611561906564, 27.69821720259549, 26.171691677927072, 24.944382368907483, 26.222431680443094, 24.364685570311558, 20.397433812449023, 20.844446777094298, 18.80048566821685, 21.332825758860373, 19.317495289445617, 18.646418183233028, 19.30060587244644], [23.121630399239592, 25.34247033232717, 24.806255557419338, 26.376042599223336, 28.802798311635648, 27.75736223580831, 28.66863030822602, 28.733292086716773, 26.020389281512088, 25.692947985021284, 29.85257295711959, 26.391023095295466, 25.860075007854064, 26.83883062691986, 27.39897118369238, 25.84727787063136, 25.16247911141055, 26.022410528708228, 21.2059165424779, 22.87255436286901, 22.77573711239395, 21.92094021069257, 21.114915258239172, 16.79067875193838, 20.269036043559975, 16.061976110356838, 14.978534724070954, 12.910444384151354, 13.928852284417559, 14.507577642347153, 14.297428394827419, 12.758353358652673, 12.51559460868038, 11.942962047677613, 8.012416330217055, 6.915356967366483, 7.053684556106596, 9.26712719286736, 6.957134224954788, 9.271284421213403, 8.36591473383331, 5.460680588740219, 10.051731489101586, 7.612254095486484, 6.66962701631596, 8.84899865492988, 8.166545342202832, 8.00135992214884, 11.483134742219596, 13.15204562514474, 10.247851387652135, 15.145081836449883, 14.814166326564017, 16.470657247661677, 15.185808082221014, 18.19586868412211, 16.015771934030354, 16.284325136828258, 20.01321472406739, 18.226072569352375, 21.06573609131177, 21.821121986139616, 25.635562134562477, 26.501784645108913, 22.747477920686137, 27.058115065737077, 27.149637951745845, 26.88020700906042, 29.17519956845704, 25.437450041005377, 27.937104908530564, 27.522055843358533, 27.02068235102974, 27.31787844324595, 26.73803968189973, 28.02240479154262, 27.94246886091511, 25.54659543960792, 23.474485288475357, 25.338024768816616, 23.58735090877166, 23.07797270874169, 20.75463969890699, 20.012731451390778, 19.301303971975898, 17.143507041456346, 17.850311501031833, 16.678725077098896, 19.010083020528292, 17.949763780303503, 15.258832850449986, 14.526961287966936, 11.705139399728225, 12.694923520854731, 11.90848560648267, 11.381146335712732, 11.564224618225738, 8.861129716021619, 7.606414870741581, 8.807487647092984, 9.18052723637871, 8.489318811304821, 5.756910197565507, 7.910567658994193, 6.60689976873978, 7.837557818377563, 7.714326566348069, 6.431295936338105, 10.451663206817404, 7.6800845906066915, 10.913216443735493, 12.880460072556811, 13.298363629112076, 11.188913840311717, 10.615967229829218, 11.641879440580007, 15.642077497971549, 17.096582677689753, 15.704640672676334, 19.5580926213577, 19.032849061342972, 21.997406455383654, 21.239569647666194, 22.04033333426509, 24.198594216022148, 23.92740300813362, 26.268403097571262, 23.47034834563827, 27.97760294759813, 26.883633084484664, 27.32040813551884, 25.803584230641682, 26.088165101893807, 29.074827746168204, 29.58587399882358, 29.585078256485048, 28.745825510809507, 28.65069393245606, 28.53979209197624, 26.963227433936062, 26.3963368545573, 25.705022273415494, 23.49130924305419, 25.369937713277615, 25.05973704041612, 20.49790935525278, 22.821959924373864, 18.8678827737128, 19.714448655159035, 19.001828556943373, 15.496649457688779], [24.618055534269615, 23.42627264434033, 24.678672170344463, 26.603506387276422, 29.275866694416845, 25.095189598434697, 27.296861405897126, 26.38844864528668, 26.070515245572732, 27.30677625689404, 29.100382519633797, 26.915852771660195, 28.743813394195776, 29.488529341011276, 27.43508135998735, 26.778472367921097, 24.939616214173654, 26.45784271719265, 22.359469080269584, 24.638838846982875, 23.461293729651636, 22.90276052455841, 20.784776910854568, 20.968689401007342, 16.40830760939242, 14.908265924397949, 16.40686470088426, 15.229311425989579, 13.586068349433992, 12.638621909859097, 13.438413530359355, 12.200962684837599, 10.53278044244018, 8.154678620582409, 7.483150004366078, 11.099899357440252, 10.578662421506502, 6.825220137404646, 9.382669380987316, 8.4303376661415, 7.383704131727161, 10.320523982077408, 7.063368816317773, 7.334545055047226, 8.69614396258209, 10.702622102627924, 8.948896763353956, 10.562010039377563, 12.744326499035008, 12.380727646569106, 12.567114661826572, 12.613006484604238, 13.76925511829613, 16.015934894835713, 18.69565849202201, 18.19159668346928, 18.188869596489237, 16.870187153906997, 19.3749122190426, 23.10410243743401, 19.98084768687159, 20.96855085569777, 22.67526726309915, 23.52928384559553, 24.74751433465957, 27.489706798788315, 26.717005417624627, 26.338683702989428, 28.118919202737455, 29.266666254747204, 30.041922808488764, 25.600821816402274, 26.669668816269773, 27.07119994851199, 26.64921770148711, 28.78722225574498, 27.7023239118044, 24.125701977517704, 24.446064877185204, 26.706999019617676, 22.64452768977383, 22.936042656152296, 22.573053244318167, 21.01389733762345, 22.8127530625501, 20.64953391564362, 20.34815490926577, 15.810038070219298, 15.03423980367479, 14.570711105909984, 17.380751266988224, 14.469847497265656, 11.003136197024798, 11.009610865017228, 13.894206861249563, 12.774808803876091, 10.377034467798055, 11.438936717978763, 8.073014998480033, 7.342787791241391, 6.100275219039812, 9.689252894612997, 8.402331124091841, 8.630708474510335, 9.299692022597606, 6.070994957828974, 7.948733859879788, 11.085247345871721, 8.275083256046571, 10.004752063404657, 8.936355252354621, 9.253136138891362, 10.464590748389426, 14.197011458524798, 12.501125852312818, 12.822353614229819, 13.014825298552955, 17.74797516599446, 16.184953050272522, 18.918818264538345, 18.347881480857026, 20.433262530159084, 22.664106562229705, 23.67890657156306, 24.657429619233866, 22.983272004243098, 24.589152065927742, 27.741462974256272, 25.62993100060182, 24.24750355112306, 28.49060211746152, 28.836820213382346, 29.340957937171996, 26.444868485706778, 27.978231824289264, 26.959379958993143, 27.45219119141296, 28.08326189224287, 25.805152330158794, 27.93234308171558, 24.597061946762217, 27.278521935129707, 23.58235739356548, 24.544861659374792, 24.419706651377375, 24.839722231522664, 21.281893360668743, 21.152479946706247, 18.380619353024333, 18.34421272381011, 17.58277965024308], [26.021327889304843, 28.214415486069775, 27.165752837161072, 28.81791208484956, 29.27879781619044, 29.277005539741193, 27.151543395919976, 29.60272578334239, 28.157031997922303, 27.614778774468927, 26.04479160701431, 26.60680904813135, 26.215568494002728, 28.640317355000207, 25.43776375061659, 28.11648587343467, 25.692179420470904, 22.812294060157647, 25.929636306344918, 22.226140526793877, 21.027643547717176, 23.76171158603723, 19.373090008828846, 17.465277603434256, 17.608753370320883, 17.40392564003505, 14.437880274566318, 17.378821707635673, 14.768840828830076, 15.454550444121429, 13.340000267832192, 13.57916611304756, 13.03354297000382, 11.468130109311012, 8.275110759336194, 10.545017080559694, 7.426815285789881, 9.32491131515673, 8.90769370515711, 11.040255067980315, 6.767082759335209, 10.417540779848611, 10.56005915588473, 9.548459246243155, 10.401204098829588, 8.174774755037834, 10.311758594872664, 8.713677755296318, 11.829566627568317, 11.112735996140131, 15.020514542670051, 14.988367633639468, 16.078631318040404, 16.547568015313196, 17.796480848518236, 15.87130486386053, 17.152757057857432, 19.199124221694653, 19.434623999506943, 24.068323617123262, 21.262672061593907, 25.094086764532044, 24.729948661790957, 24.559435104499787, 24.92761273541432, 27.714895183236177, 27.311939381432754, 26.72069910711827, 28.15914848085488, 27.591581865984608, 26.769339142049088, 27.511829727108296, 27.176212762564774, 28.994787569117886, 26.61630791167274, 27.8575929041533, 29.33263847964125, 26.428872996504772, 27.15800215786088, 23.62123319136021, 27.572582049239653, 26.080397250132826, 25.420852561013092, 22.418445056949217, 21.176142970944206, 22.607611479971595, 21.907073866497534, 20.36496222348954, 15.294087148952968, 18.61942923954284, 16.49775622011853, 15.867066825114938, 11.921290151633738, 10.647594120766383, 10.024443943537186, 12.379689672895815, 11.175601146329146, 12.68004944572428, 10.791228301684342, 10.050463167308074, 8.5722676549336, 8.429194975167448, 7.057359998140034, 10.817394661063496, 10.199877658326795, 10.917496447081332, 6.570708882576833, 8.705938480627903, 7.8284276582875085, 8.062634401403301, 12.30085274582351, 13.186633487835802, 10.765055607300562, 12.620529589397924, 14.216551728142441, 14.784247199494004, 14.297362183721175, 19.085635121511842, 18.10641887815942, 21.384974433655714, 19.908263177161203, 19.25120162315157, 23.47790666081828, 24.722595055208693, 23.09187636407779, 23.62084435072437, 24.37086336277972, 27.680093760206557, 25.791462344237573, 26.23835443743429, 27.293726262443805, 28.62057702905225, 29.051889805063578, 28.577719728469873, 27.22201409609038, 26.412185059817922, 27.25974780624872, 30.361275544147873, 28.031012237908854, 25.042951594742142, 29.3902627270037, 27.26475727892581, 25.367499914370452, 27.05069191460561, 26.053782553951507, 21.401641804315155, 23.542036787678143, 23.18484231518645, 19.352109664314764, 19.850735373051222, 20.482797884222098], [25.167068234938533, 25.968702986161983, 27.267985925623847, 26.665313136491143, 27.619317502697037, 26.987048414514096, 29.34087627794075, 30.99673901294414, 30.869503462758825, 29.715661583829252, 29.752615164046848, 29.765441539710185, 27.27307531240996, 26.063501931063577, 28.50756947215268, 26.99521316018187, 24.384597786148575, 24.68424407969501, 22.87380468828603, 24.235215518117332, 25.463698043661722, 24.777102371325682, 21.360885299023824, 19.544570971530156, 17.74529489623812, 16.09172172688038, 15.92326550340816, 17.68599929104601, 14.714577857633834, 15.675641233255094, 15.762672423870391, 15.335284389704954, 13.697159502056714, 11.805756013587878, 11.70832575081353, 10.523707845404733, 9.699197676556661, 9.909266588266915, 11.121626624008176, 7.375684267514703, 6.9144044337672215, 9.114534455445305, 8.488779597060526, 10.185134918228155, 10.051288322075667, 8.337023844699486, 8.340092015182591, 12.610006201405238, 11.329734404729182, 15.223291164668527, 12.780157922334208, 13.812058765395452, 15.880299184952044, 15.542267769215526, 16.565056634187272, 15.936170784020266, 18.05022760194666, 21.17586470634753, 21.949350392916063, 21.386532564682263, 24.637893373111503, 22.076815189726673, 22.88512754912214, 26.171694206468764, 28.266029583639025, 27.23467389916682, 25.544020225613437, 26.134783193348557, 30.100042811006627, 29.603844015955158, 26.557919416598004, 28.83468418050763, 27.24283059277251, 26.54181580916967, 28.902721140769813, 28.069637928342072, 30.01082491412202, 26.215886755168228, 26.29566270566017, 27.752268836947678, 24.960562555520948, 23.588389922080246, 23.799892871432206, 25.384439952487064, 21.844525881220257, 22.416802799910144, 19.62717196099612, 17.211846850576833, 16.04558672235678, 17.10966385903699, 17.276324387895748, 16.205960151495404, 13.3764014668219, 11.874830762449678, 11.542905320486726, 13.6855268882302, 11.270099760591796, 11.880532611830137, 11.05302067458248, 12.332774259536219, 7.662391527204801, 7.21891144120082, 10.067461146436598, 10.32608267511359, 9.946123762014274, 9.704302947508646, 11.786830466203845, 7.5374182408321655, 7.9490120178937955, 10.932729498639937, 10.357207124008225, 9.993394351663252, 10.562370913877958, 12.142423550104331, 12.389923601732244, 14.644346395958244, 15.126544308825192, 17.905046315515346, 19.98362707278942, 17.568719442883456, 22.963531654916594, 23.053020481655388, 22.61833480229102, 21.104426385722302, 22.558317197033517, 26.173992660418005, 25.784726322388174, 28.286941254200777, 25.76568649677654, 26.599356502672183, 27.555623668773087, 29.58214999915203, 28.63110516251517, 27.289188139436696, 28.088668171796535, 28.254086497480426, 31.165008466721105, 29.127611135198194, 29.081548094824477, 28.214466276127382, 25.330676837972284, 25.437143017454773, 27.74615150984592, 23.994884182072315, 26.338014285724704, 25.681315199736893, 22.091312148634, 19.91514258809095, 22.764230807520626, 21.84370332268851, 21.4005948056785], [26.264519168455315, 26.560568220398, 29.538714302220065, 26.39722568612088, 27.162195787938487, 27.262536720918337, 30.325312342346912, 28.299795959716675, 31.146260937427822, 30.52833582847473, 28.577233716584747, 31.12054137344432, 26.832292114718065, 29.11995277781494, 26.94089337756447, 30.024837174790644, 27.769793811064748, 26.29332184120077, 26.56192627225601, 24.34006788286089, 21.970306572234854, 20.53390513194716, 22.093739734342233, 19.217029835874982, 20.355897165386413, 18.62076160855334, 16.137673117170905, 19.307197895040282, 15.436864096732432, 16.965193925750306, 13.145013924802587, 14.474510053330672, 13.199960476497145, 11.332509355983323, 12.138090738249332, 12.326575582430952, 9.45457346451351, 7.704711043387811, 11.574442824598915, 7.994304162082834, 11.237167748346494, 11.261012340025035, 10.328419731423008, 8.894218818865223, 10.870442301671913, 12.905523136706364, 13.404934302083209, 14.383000941759176, 13.680972674781342, 11.136400223369495, 12.185437590530904, 15.92005879233835, 17.288363706813968, 18.14617659587055, 17.40998275342752, 19.49580364170106, 18.17500140533201, 21.26029089643791, 19.867957505886267, 23.224480619281362, 25.12476594720502, 26.5875838014624, 25.590724052150517, 25.349474360689552, 26.98940306442296, 29.7186263468234, 27.765186003852083, 26.601350537249772, 27.904217038455553, 27.007266842108212, 30.12220041403816, 31.363450155634776, 30.940412966036856, 31.301121387932398, 30.44879102553175, 26.80039322692224, 30.598181636138015, 26.06061584786907, 26.598379867672396, 25.666858733248375, 28.593380609522413, 23.458810492481298, 26.08679984813982, 23.950462982850887, 24.09577608128449, 19.830614799842294, 21.995879674355102, 20.42658124330753, 21.244555392511018, 19.616129311887963, 17.121700771617522, 16.009489020306937, 12.945749533005806, 14.535938276440334, 15.256916513195499, 12.430650698404559, 10.94510233144563, 13.05534843580872, 11.21082212603907, 11.788899875629529, 11.962143997914, 11.913044991962144, 11.011010134725822, 8.837938649412767, 7.277752205135039, 11.233467208600608, 10.644344114497759, 8.476128649666917, 11.081878629977185, 9.54058502210787, 12.450560350275511, 12.285949493337949, 12.226226022739308, 16.726706446897325, 14.702692588222229, 17.91604449963512, 16.822574205132366, 17.565488435318866, 20.512394078232727, 22.1148686007581, 22.643183792962226, 22.26561941987356, 23.603959378866595, 22.02154721591529, 24.026135800618746, 24.704425307131324, 27.643175543374173, 26.304921372020335, 30.103242391208894, 26.160825463250877, 30.423161100776724, 27.66627923906859, 28.443258132895338, 28.84770268351406, 30.50773449295864, 31.523164858367057, 29.077275834623585, 27.985420632137448, 26.619810283786546, 30.824380261105855, 26.40111164467649, 27.65706599072628, 24.309813343553117, 26.74212569236142, 24.37813885930655, 23.189455443541725, 25.64039886360028, 20.941711448265277, 19.44050635867866, 18.355963738851177, 21.651471655273703], [26.95963115628549, 24.97152882653071, 27.60500410448149, 28.94932892305235, 27.943629942716367, 29.454768249742514, 28.743337920702814, 29.74812297246308, 31.13959287881467, 29.6315263320384, 28.75725987998456, 32.25522027136378, 31.81126793278729, 27.422903160966097, 29.793390341598332, 26.66832965338396, 27.421607534523247, 26.54966275955421, 27.576172856587686, 25.461454535720865, 26.63861246498636, 25.548881510773196, 20.790091600649205, 21.317489177388467, 18.087819314224625, 19.278121242283454, 18.83085398699552, 19.30724521656013, 14.570149452907724, 13.775307348385182, 14.840635385019716, 12.124505734430995, 14.66532381888895, 12.512526729351379, 10.969224968487776, 12.993554928072667, 11.642829689251696, 8.368314320035045, 10.426715153083732, 8.283704401019165, 11.34012068506809, 7.98531557456074, 12.228288090047448, 11.977997660667294, 12.72106152555755, 8.953149978186172, 11.2474506884578, 12.29583827098165, 13.737238600692262, 12.73491169992498, 15.813863618069378, 15.906360194840543, 16.07479444982512, 18.72821642278479, 16.638709386877327, 20.451492584763425, 21.44021744781845, 19.96231990111179, 23.685303957062903, 22.621321833540733, 23.3301970591999, 25.502704179210443, 26.606253532336943, 25.609813600587103, 28.734583438625194, 29.317313197431183, 30.960866442725827, 29.94500727501251, 27.120503105185588, 29.114592591254908, 29.426779598490622, 30.554798176460128, 29.6626605366439, 28.100235714564885, 30.53236364056041, 28.04625858459077, 29.41362765177605, 30.059951054203093, 28.09384180481816, 29.25135060257486, 26.666287517731725, 26.845877721271076, 22.653158319540747, 22.903161556947026, 23.87618048765674, 20.748688359967012, 20.131802118180218, 17.857561725414147, 17.31804071864025, 19.120913396118866, 15.622055459061318, 14.600465385598884, 17.041064836283677, 15.025856585229423, 14.479160842014597, 14.797946575422804, 10.787341560765418, 10.313821442703643, 13.250436644077428, 8.58916797722277, 10.436775090623566, 8.565280543745352, 9.64719786509975, 11.688229810906943, 10.28279061355357, 8.441519917534066, 9.860799069264324, 11.826920425967666, 12.103612489874156, 10.997713288516568, 12.473924646327037, 13.165578273200254, 14.079419134461052, 13.802160416676577, 16.754849759856597, 17.082294836414917, 16.86082873363557, 17.9791153336708, 19.2924030765153, 20.552670141397748, 21.273390075229674, 22.701292275140506, 25.15592164996807, 26.078022864525728, 24.706733807324255, 23.541220306916742, 28.031225072952445, 28.18858301142376, 28.768317527298105, 31.15846613139283, 27.873818609026777, 30.21520464366754, 31.088762305260566, 27.819021297810565, 30.898819103103563, 29.874241989106242, 28.78990283609339, 31.563744188761195, 30.34398166116493, 27.52044761234429, 29.981722768978436, 26.490730360778517, 29.631672102895145, 24.45194803534451, 25.745390102252582, 23.31567435555878, 22.773134035939748, 24.874379935454375, 22.096851311729104, 22.06632794254059, 18.32369691662281], [25.585483247513174, 29.761963966542687, 28.18182453984026, 30.29935893611269, 28.945950530215228, 28.554946593187783, 30.344266689002513, 30.91054035326723, 31.82360731492923, 29.658082909639276, 30.832462363435308, 31.751230499177463, 31.89541704756004, 31.08950076550704, 27.859194985697954, 26.77900095663386, 27.96805820026326, 27.593982842596848, 26.570145517133998, 25.71171923832842, 26.036677291710518, 21.26763690088812, 23.605505266249533, 22.107935497899348, 18.789205085392723, 17.69977153043148, 20.930379912454363, 15.723204149615846, 17.528535790114617, 14.779447159618671, 14.985245613854767, 12.932614862988274, 13.045819668906276, 13.951890780660616, 10.095546114649036, 12.883558796038153, 12.979046057563398, 11.571572527129943, 11.994963985219051, 8.262016690384225, 10.260737330331462, 9.860431066073298, 8.218504480045182, 9.082975003720048, 10.084237935205248, 12.944863517130248, 9.735658102304322, 12.071419419748638, 11.88603310715104, 14.329209426194108, 16.958707757781784, 18.05415302728782, 18.26688645581087, 17.95284436640324, 19.809566639336204, 20.013893124922994, 22.027091883700116, 22.695928111670334, 22.73748211882041, 24.52546713166765, 22.10536627242655, 26.260773418469388, 28.704257383105904, 27.058425103122335, 30.08926934035599, 29.325205590831576, 29.735941094684335, 29.731263974785318, 30.22129064085371, 31.06189545278317, 28.618212468571926, 32.402137660373256, 28.38001829579968, 30.847866687427434, 29.667654507530017, 29.42767343864142, 28.465962086678804, 29.807680709952063, 29.743845185944974, 26.758333318206418, 24.83197988391985, 25.697507126504565, 24.824367939484784, 25.648517183327286, 22.106596988329002, 21.48290689241434, 19.906923701236167, 19.292073044853524, 20.785138793785165, 17.06197801852198, 17.329187668080646, 15.934433074358408, 15.385804233054674, 12.704407389582567, 15.315269345750709, 14.449661935381961, 12.320008757771365, 12.861413041907117, 10.503066870142717, 8.883413653672376, 9.955537145897539, 12.109197781938356, 9.778942110373757, 11.41139070021171, 10.258539226810765, 12.500799084174087, 11.055045749302124, 13.56063522653119, 13.552993986530929, 13.566527273472875, 15.249681014691276, 11.914220513994984, 13.601767517029575, 15.134171821137464, 18.375459870056638, 18.34859093487698, 17.420712370854012, 18.339403139511667, 21.850804966324443, 22.285828540984298, 23.292132921503903, 21.817361908600677, 23.284328815550648, 26.131752690943593, 25.67265306277693, 28.20103844655355, 26.280287460183544, 28.68641191949596, 29.659544369363047, 29.84136525210213, 27.112889645055574, 29.498962133065596, 29.06047638032197, 31.349051033077938, 29.44661655104195, 31.08451251931652, 29.605545480081172, 29.06107876477651, 31.939404873146152, 27.62092001906351, 31.365920244227738, 29.503447530451854, 25.219813297992737, 29.343951590918923, 25.567281132031685, 27.58084914901751, 25.184202722706377, 22.43201399119527, 20.065872420413914, 20.824802668563585, 20.0893368553752], [28.555182489305928, 26.621632558368844, 27.72929213365064, 27.743085116525293, 29.260854156628707, 30.06452666004601, 31.5486568410689, 29.668114306731898, 33.21841194947015, 30.453496582094505, 30.864162728207766, 31.73912017434112, 31.24526585866441, 31.02038392926961, 31.84748972253906, 31.093431862036603, 26.18120977113603, 25.19655364992652, 25.56511121648446, 25.38545254196866, 26.17732053316501, 22.128763929600368, 21.684626528840695, 20.385926704516503, 19.784910892397512, 22.59401632073151, 19.388484570209307, 20.226720817463498, 15.026000913897859, 14.810163144556478, 13.25390855671411, 15.451942705710147, 12.149183304502134, 15.681658294438884, 14.690114390585936, 11.368840131640209, 11.422389766820038, 11.907393365846211, 12.265331947463274, 9.397352075741509, 13.238683392287761, 12.205674989950518, 11.949576509401378, 9.995564664617358, 11.524663856134502, 10.644663300682746, 11.145639890718842, 10.892574992854145, 13.882928302361618, 12.876744475515466, 16.59184712936826, 17.79041961442341, 19.057450110720303, 19.179868895958307, 18.422855696511636, 18.677717172600794, 22.527275870049166, 21.439373197456703, 22.54086709640566, 21.794421092333508, 24.971829796274235, 26.250689456954323, 27.669087681541555, 27.10743518199857, 26.109285536468118, 28.55465542852157, 31.720198923562307, 28.067091031288623, 31.941442798670195, 31.43488274645528, 30.04184023628315, 28.67912271948706, 31.36365803745386, 29.52577889887577, 29.901119411353104, 29.986667421521297, 30.8313950158436, 27.450617562213136, 28.565318508483006, 30.218256566462706, 29.74859667825494, 26.615368029094423, 25.105151961095448, 27.20175612114314, 22.10298151071212, 25.456268191111825, 20.311608716275373, 23.221589211561064, 17.66379373445983, 17.567377928745437, 15.867762051369787, 17.70192456587457, 17.127056843726965, 15.88834212575792, 12.096359779202373, 11.967398799279936, 12.474535137225416, 12.290947668939348, 11.80271464330593, 13.573185436495947, 9.229107372233189, 10.901043810402069, 10.004729247478444, 10.468178662091294, 10.63132709301206, 8.746161379643, 11.169036859618323, 9.40191899883869, 14.21774189383076, 11.520652841269067, 12.550876648664598, 12.673852351710343, 16.717927400687287, 13.199546725030167, 18.059009035517327, 15.80942112824157, 17.168165050773574, 18.20889862592465, 21.85022736943893, 19.696731300826226, 22.346398474860745, 25.326298344112143, 25.464013627284935, 23.643675616175386, 24.659062334326777, 26.728676010053928, 25.7946948448268, 29.56030988936745, 30.912782944649244, 31.719096391476125, 29.944397799837148, 32.34312760348082, 28.08770723278918, 31.95287168513149, 29.639855826042684, 29.210789097980484, 30.378820397105507, 31.267713720721517, 31.110571894940428, 28.548443704684043, 30.885879755906906, 29.96193585471062, 25.868075756357158, 28.51928427952355, 27.498081983421745, 27.804986681385266, 23.70653424241278, 26.122683794747445, 23.32715973599663, 20.67981860634001, 22.37795550878215], [27.367974099578024, 27.490033771526143, 30.366541035790714, 31.009353721321492, 31.248329353185962, 30.846340814724346, 29.452648465244796, 29.14223372494548, 32.805514064371074, 30.097979686228744, 32.008724992459896, 32.43266843065025, 29.725279909201213, 30.493590679925966, 28.227342490932035, 28.717346853087996, 29.62901197260193, 27.46798106685583, 27.143561335874253, 24.63500672562172, 24.055389897430686, 25.294218477908704, 21.81236425388228, 22.84828178292947, 21.690539853482598, 18.899621401888663, 18.557216151160517, 20.30158014000194, 17.570327802094887, 15.929862066067818, 17.2248612454667, 13.246935066787664, 13.049386523394677, 11.190594466936037, 13.066895039129587, 14.542399118794215, 13.680940387061494, 10.917575455819527, 12.940082415999782, 10.98355832682994, 10.584452097311788, 13.124103510127023, 10.720849109981028, 11.263674849074553, 10.198221828006398, 11.285218833516806, 12.390107107977434, 11.958418445619017, 14.623457350821397, 13.614687102143973, 13.883953710454026, 18.719621146338476, 15.53436598593133, 15.987971235872589, 18.047206013169465, 21.62774355693615, 21.67479359494068, 21.498862654790685, 22.08704292637817, 23.215873116806762, 25.965617563637725, 24.776846452622593, 25.92767061730695, 25.62271254423984, 29.61925486703409, 30.68837510744454, 31.22472861089266, 31.732943221225554, 32.737186055841434, 28.87603613527668, 28.85265928424193, 30.797077808615732, 31.106525465483113, 29.218233980207476, 31.04383076169824, 30.01594372189593, 32.51036089031702, 27.283419832943043, 29.73811147176649, 30.51009141963423, 25.76324820762442, 25.961489723631058, 25.00564379196214, 26.708839485062295, 24.70795420464802, 25.67132711716578, 21.298987622308715, 19.49378455663684, 19.40989935301105, 19.5688699029102, 16.025659447229938, 15.934709740300235, 18.881047355048118, 17.709569657537674, 16.081707168648666, 12.977745492968804, 11.828991336713226, 12.640535547237194, 10.721298905511183, 12.205750668691266, 13.629453444720513, 13.816719837404353, 8.738710372473886, 8.861311811219618, 13.465856941428395, 10.648432313384927, 14.173444915658218, 11.594670404943177, 12.411327816152168, 14.120392473053148, 13.844005243594772, 13.486369735134286, 12.968674090166427, 18.029574770850537, 18.493771345093748, 16.350112165929396, 16.876233551413808, 21.73766390338389, 21.14115279950854, 21.20614660371711, 20.484355588322963, 24.008366994244753, 25.926883129056144, 25.502911363310083, 24.639500340455456, 29.282908342573585, 25.87274927848726, 29.952689924825602, 28.823661083051565, 28.383994131894337, 28.76421757586093, 32.18834661639987, 32.347991234106075, 29.431966463132063, 32.313670536856826, 33.21466908538176, 32.588690655767145, 32.0302963564186, 28.352977495726748, 30.983880126266374, 28.73685805635907, 28.737580871667767, 26.54969738686512, 25.50201525084685, 26.25763386807173, 26.319735569025987, 27.556368353649226, 25.035293055784706, 22.344635692849433, 20.423985528501547, 21.827285004522707], [29.360462645322944, 27.848373526082046, 29.316079409978506, 30.444082642795706, 30.668371491064125, 29.097732621704857, 30.453073342859653, 30.558752795948333, 33.15724788885392, 33.92746114876857, 30.745348918245043, 29.918134352295034, 28.97488459384371, 32.46961872141744, 29.42733686881408, 30.908279013534855, 31.268581887683933, 28.767125281435455, 25.89540646461478, 28.46383349928091, 25.05191835484814, 24.367925478991573, 24.460686315742134, 21.32768517220657, 24.28989986862752, 22.303966855522493, 19.911593857273466, 18.474907504019022, 19.705609580813668, 15.40763751818695, 14.971367068764042, 14.583538912953896, 17.00223422392591, 15.062430622638209, 10.85773353174979, 11.88333210048042, 14.699356358360017, 10.071429839966491, 14.194650515894843, 11.68959393096052, 11.539352027982904, 9.807887622530895, 11.327193762811715, 13.676472809617369, 13.272378459114414, 12.193160353665661, 15.15998856031403, 15.757542438166166, 14.85419723016919, 13.572820730628857, 17.322054742651428, 15.859516744419375, 17.791126012637342, 18.79311040461517, 21.624090542807316, 21.173332207408883, 22.61898452017212, 20.711568111162606, 24.054495922238818, 24.79924654938325, 24.44062856355999, 28.142628095438837, 27.108766836677802, 27.49974299828324, 30.454412031252026, 28.811726619694067, 29.430301408209235, 30.966411721242817, 31.77521513238878, 29.52964082620224, 32.41208994493603, 31.733877483632597, 33.78135610249808, 29.793271626623724, 32.67302444845239, 32.875725629770784, 31.976607326651582, 29.280939841327786, 29.81022178218172, 31.0858343287733, 27.96737809614026, 25.932015118791703, 26.886906306647756, 27.975245620838948, 24.92428527750463, 24.093508992610563, 21.26539631499155, 19.958976796366827, 20.8184537044531, 18.234197547936585, 20.09134942055243, 16.899768752723876, 18.23685531191486, 14.144956213167024, 13.426478889189585, 13.854287543480078, 15.799334107572927, 12.047474135461126, 12.368677285199968, 12.207117484680122, 12.89192053876113, 13.311407374138716, 13.335072383057737, 12.535291060838537, 11.746832913237588, 11.251144244240717, 11.090944168895644, 10.350690542210193, 11.769447035151584, 13.194110455064605, 13.194398480609312, 14.41318673908654, 13.826194517228668, 18.395604961462993, 15.845980957572493, 16.9403863643098, 17.040864419165075, 19.03079128553556, 23.334256476797297, 21.791146590669374, 23.62786531290321, 24.670891767542912, 26.165542309154947, 27.61183377024337, 28.526733319367235, 28.73452097194651, 28.245995992518964, 28.029979926781856, 29.93096835460712, 31.005999662371362, 29.287600701902278, 28.985441125338497, 33.51319746242317, 29.29246919909556, 31.41559430717905, 31.990917267691625, 29.566423424575287, 30.235843757371338, 30.8803335752197, 30.182483370004384, 32.40870996099336, 28.62828747480041, 27.445324087230617, 30.417439383576756, 25.986203302942833, 26.14219579506183, 23.25783604238068, 26.74814938360884, 24.83505450698551, 20.98454447987983, 21.14379206787031], [26.720799086473097, 27.49792261113552, 31.2402299116592, 28.239049219599785, 33.0930762951556, 29.071405816019205, 33.27122085460844, 29.555473523526977, 32.01674050764577, 30.582645580998086, 32.61559034219256, 31.579113818528747, 30.507972059320593, 32.24215960755456, 30.062743253671474, 32.089280590916616, 27.74850493831706, 29.109076231062378, 28.428245936644863, 27.144630091846604, 24.960764930697383, 26.27865695935416, 26.338980900904076, 24.887256512134325, 24.02689353032208, 18.99864595296228, 21.588925158206283, 18.543392880586886, 18.275154455229746, 14.887648967807735, 14.442936187813427, 15.526109249313457, 13.528841043524707, 16.434248500281477, 11.09227303394314, 12.052402481895726, 10.875663821772559, 13.361878772229762, 11.258549376510995, 9.486708825064749, 11.157237229715516, 9.967243404703437, 9.724144513061407, 14.363811861386479, 11.110981667210861, 13.027892594263761, 14.178846569260841, 15.367036405040729, 15.872663153495793, 14.119814643503236, 14.70975978094332, 15.843871173598444, 19.524451093013525, 20.704751831434933, 17.648576785249773, 23.21366672529051, 23.423030567244606, 22.713724150359322, 24.27068406679968, 22.52239099411929, 23.503414327542487, 25.837211450436243, 25.763478879547396, 29.098477187472046, 26.938847661030174, 30.162218834135803, 31.869963947981365, 31.98877413188056, 31.568512769790267, 30.918226573440442, 32.63992784571016, 33.23105734848123, 30.00962340927977, 30.144501534884554, 29.214698315893077, 32.34469157784379, 32.9118504528728, 31.23777398127783, 29.939031150433845, 28.61012585752858, 30.8394401845344, 27.151648270025248, 25.174619661699893, 27.557026065693357, 23.159343676107063, 23.95091135864469, 21.691769118392592, 23.45451764870129, 19.740598118213043, 21.564589455987328, 19.169351026220802, 19.570509698087175, 19.501110569311198, 16.100338638423977, 17.063747353868045, 14.795760339890858, 16.47680668716425, 12.756021640126857, 12.406124100055068, 13.36016521588019, 10.609285683159621, 12.883064674260009, 13.432590534997175, 11.320516166858141, 14.25624832216969, 12.433106249298426, 14.432364049463743, 13.84494304112232, 14.708523489552142, 15.857646209437988, 12.925445000196998, 13.494777469861189, 13.946756955040371, 15.220206684646529, 16.664462059820472, 19.03950546721112, 19.27852244876842, 18.37600013740534, 20.42429897477941, 23.146990004254455, 21.77599078093887, 22.82297794594058, 23.199857128629134, 27.72252903411811, 29.40889782957727, 28.628070696667038, 31.012225257767227, 31.628451690853492, 29.630992749007653, 30.899735513261113, 30.017673443453702, 32.13931997324748, 33.67012834210123, 32.7697135031989, 30.561628305447883, 30.53312552045048, 31.26706228077971, 32.118818458699636, 33.388643001024874, 32.66691951355615, 28.55002585228069, 29.310204124665454, 30.715297550478585, 30.58008664079877, 28.700794559364414, 25.062851168537726, 23.55239183275256, 25.019802396265987, 24.752501039596453, 22.617049065262755, 19.75822374522069], [29.688607792999147, 28.953737222312753, 31.408450133304605, 30.439483473793615, 29.28933608858502, 29.86492651286736, 33.29720991812178, 34.35562933105755, 31.767822116169953, 32.497711222420605, 32.389507033093494, 33.218756772353515, 32.62504449969239, 30.8959268378897, 28.28061284647244, 29.521315079135462, 27.55248265361188, 28.278805250608315, 29.78839442914213, 29.306784913670658, 27.711863644382486, 26.815138864252617, 25.468637938214204, 22.152696322337775, 21.589030195140253, 22.702474277339473, 18.996822553235976, 21.235853361312273, 19.787767670917063, 19.467336626838907, 17.39755945656554, 16.638451842469596, 16.753470721231317, 14.549460386242876, 14.420110753658069, 14.25302851581592, 11.238719721988392, 14.869341198123013, 11.009669265887672, 11.73003426112372, 14.355493039074354, 13.765949093488064, 10.994818625804077, 12.187254991650034, 11.517492396633916, 14.365972783389772, 13.613230039862394, 15.214591655710073, 12.60575833585384, 17.55558692450767, 18.0348915092594, 18.691141900688564, 20.103464031050194, 19.586324986771885, 18.988097091059057, 18.944798038882087, 21.666399678263303, 23.468530355359402, 22.03462938464022, 25.91967513695503, 24.9214902994329, 28.658216748176798, 29.359121218743873, 28.58244331743438, 27.377965598378342, 32.45073013244692, 31.6881098557903, 28.539384483874443, 32.708553906586516, 31.25839505559062, 33.862177969566375, 33.25424338512464, 31.29283208894046, 30.08414785806956, 33.51479393705898, 32.68285705892913, 29.192765403185824, 30.438141826733624, 30.081449297415023, 31.3549234699154, 27.291662989752382, 28.382837346666307, 28.215750258347175, 24.548628188237238, 25.829037077230975, 24.822677922573725, 25.39714812725956, 24.63100706986356, 19.964237310671713, 22.655174143531074, 21.604035183768648, 16.9011338244874, 18.75583015782063, 17.720441661301187, 15.378793336491666, 14.755287620619068, 12.528020871057798, 14.488605891751915, 11.092598013281377, 14.08590116919001, 10.21135762703935, 13.894038087721462, 13.695329099367239, 9.58444470073785, 11.083060250835244, 9.886266749986982, 10.916387410094895, 13.775639694058581, 12.621538289507136, 11.502635054899867, 13.50053669117202, 13.686352349568425, 14.476449349124158, 19.142907392134433, 18.116985991029768, 20.15300062774887, 17.83298561653384, 22.202388269034437, 23.396833874395423, 21.340759535790312, 22.635224221615466, 24.922063594852084, 25.157955245541984, 28.187512993350047, 29.114912568062117, 27.73464563244666, 29.17713082322139, 27.019669850005382, 31.650921127668575, 30.13577686391588, 32.227209700501426, 32.89545891200691, 30.42674496799829, 31.3385820309544, 31.887062042581142, 31.820952042102213, 32.89519306027863, 30.322542619145654, 30.802846816984584, 33.18075063801371, 30.921723181276093, 29.702434262028987, 27.695367444741287, 29.894542969535248, 28.80936384359608, 28.311116487304044, 27.989268565105952, 24.321300269259993, 23.567004754185547, 24.09050337696565, 24.479980593664965], [29.997095971710113, 31.346695296202487, 31.170679886001725, 31.520717135180178, 31.859424623772416, 31.928545319067815, 30.386386374948277, 33.507540613907494, 31.89383040969683, 30.83225386224764, 30.58328478711907, 31.22040233465459, 29.39445788987808, 28.959589563037152, 31.2410988357999, 31.67467969919015, 31.94598231050911, 30.809823783894227, 28.454393445911073, 26.85468512588392, 25.32991637848509, 23.851278652694877, 24.098516709653765, 24.745214897306077, 21.855622796044635, 23.73489181986446, 22.072708782947885, 20.025028534881997, 20.383587464273706, 16.013345070421977, 18.45267368780071, 15.970781110721934, 17.36037688842018, 16.969987770388656, 13.491612074965198, 12.59696896937196, 13.059941151412916, 10.575923188308991, 10.50170748453633, 10.446126376781908, 13.432106538884838, 13.379006008700873, 14.037119029705767, 12.696653012477698, 12.140535857196172, 11.13368266832087, 11.46747901546374, 12.955251158540941, 15.166956929222449, 14.968286497547584, 16.08592563383163, 18.99527144790954, 19.14824977985449, 20.998590561672277, 19.0702956086514, 21.20104892856378, 24.50129697042432, 22.543593185939308, 24.277228215581697, 26.685639015645023, 24.186472002088237, 29.06214797087784, 28.50270288964451, 27.561595417770096, 30.68945674846022, 31.0531158687317, 31.0875691369971, 31.978499644110148, 30.555292609159807, 32.60545783570248, 29.59676847339658, 32.21161828555657, 32.49618066058363, 29.83321800613162, 29.736151128766288, 31.927747697654812, 33.60916714374446, 28.389697952702324, 32.27829025882537, 30.421224154461868, 28.314863666456606, 26.24292935092311, 29.60299740246276, 27.912161824810667, 26.936611062888133, 23.03544417235366, 20.884088267066957, 22.31424713630815, 22.95867855468846, 22.399824239790544, 18.987055449771326, 19.227774123153438, 18.934769656679226, 17.709244024436096, 17.03402316456148, 17.509560371377994, 13.419761097152184, 11.923488806102133, 12.222872292460021, 11.046714332520779, 12.595283629992347, 12.812223565951834, 12.748917731438548, 13.861882951998279, 10.660872620239667, 12.020762452961344, 13.471699451832913, 14.718836054135254, 15.42058395703198, 15.956768642276003, 13.888610058973981, 16.622439809433306, 18.251571007542648, 18.067725426747103, 15.705329142666745, 19.28119097166828, 19.313661336606412, 22.60118775199519, 23.142726287211506, 21.67441226348449, 25.7553685227838, 25.15778506716263, 24.118141412825167, 24.204817010577166, 29.050172877082794, 26.702440115556797, 28.564988102463523, 30.386429622767853, 29.384740714872645, 31.062745957178763, 29.42791064764884, 32.24201763347135, 32.696352827312055, 32.14278201974196, 34.306250773138665, 34.22897236976438, 32.943711548771795, 31.924310021928157, 32.566541876889275, 32.97008380691773, 32.89150237317481, 27.852173008750572, 29.898036931907747, 26.827881812855324, 25.621000907480116, 28.129813764545126, 24.66647959050318, 23.036290431786213, 24.40511341573147, 24.65072493739797, 22.363536835772063], [27.836431940290314, 27.86048427009455, 32.512772698811965, 28.570897344408063, 32.670783558667395, 33.90738582290728, 29.526229840630986, 34.43879195681248, 34.11870872543931, 32.20226358160568, 32.26249135539942, 32.83270393536465, 32.25558197675967, 33.737566542894015, 32.65182554135032, 31.603345623507714, 27.294301096085526, 28.780564027387133, 28.574321511941406, 26.60576200644643, 28.78482489137224, 27.141560383085885, 23.709161460414418, 21.418362540088737, 23.974972258119855, 21.163599356099976, 22.22277215899856, 20.02109829630716, 19.175366665482564, 15.647328573426464, 18.16599932083591, 17.614895197494235, 17.605481751251247, 12.934319561532892, 16.48107321000054, 11.120039881021068, 11.428481273835791, 10.710971749611709, 12.936955930473033, 13.927052027468926, 12.406448590706287, 13.24492226459528, 10.284749531478871, 13.141036801690912, 10.926077153792637, 15.96836578452873, 14.654042930568018, 13.888195019261325, 14.846464068390805, 18.506224353042484, 17.403353849455, 16.132551256814764, 19.963807752983836, 18.554436668991517, 21.77446416326033, 21.52202417884196, 22.472329107817863, 25.281381699292176, 22.46492872358437, 25.892804222755935, 28.572034692181305, 25.89023995033475, 30.111784702068544, 28.22144514836768, 29.722136951168622, 31.423913570748546, 31.186669695123445, 31.692381313931136, 32.183455554009164, 33.26225710833046, 33.43972815772664, 34.37529182095568, 30.05197679281204, 33.72019718951988, 29.831795428559573, 29.663702834903763, 32.827774152098314, 31.585647181136558, 28.74241263559173, 28.5530746419231, 28.482413095722727, 30.324998575171755, 25.846102267459727, 24.056354071141833, 25.73553339862803, 26.875136782658302, 23.54546869948444, 24.09699304522215, 21.75821049653868, 19.18361252463366, 18.787434725020717, 20.156633748819207, 18.68511097187291, 15.460397681726398, 15.601376685033522, 16.908013652363213, 13.839785044246051, 14.214506804817969, 12.696522556677074, 14.457271928493173, 13.804021170660128, 10.350552633154365, 12.142360869245108, 14.727952461034445, 10.303267792549269, 14.543715235575549, 10.833187292682258, 13.772207497180748, 15.232802769120436, 14.353281178061758, 15.163731045066523, 13.141897617447075, 17.471418704490787, 16.886175402206273, 19.526548344237007, 20.578475046933523, 17.997347777111084, 19.265727119976617, 22.364808736861924, 20.76005512374263, 24.85180685337651, 23.39053203419028, 26.52098793624289, 25.87026084686999, 25.373461103503338, 29.913778628617667, 30.969551246664217, 29.514330483057652, 30.700800678045418, 29.118812268080063, 29.01183394455035, 33.38094413789769, 32.20961437607738, 32.17308374363731, 30.6352252382255, 33.0415048871714, 31.410578208790742, 31.079483604284423, 30.6962991179656, 30.19624469961429, 33.19563545006527, 31.366067865247924, 30.99847199529471, 30.25457018972977, 27.19064331062732, 28.061102029471133, 24.144066176996674, 26.37691464432088, 26.023292145016782, 21.39531681913585, 21.183786607738725], [28.446034796341486, 27.960901559997488, 29.69363546129027, 32.13917037852436, 32.210429513556605, 30.520838679901036, 33.63501425645961, 30.809289474524906, 34.7714672522777, 34.685874570937095, 34.25703272192195, 31.584733941681478, 32.18740306479737, 32.408807961439706, 33.27374202783257, 28.622393972538497, 29.93363879070917, 30.813768419321107, 28.058290244543063, 28.55488641476056, 26.631162622168198, 25.122245773833754, 22.95288922305286, 23.500405626970277, 22.2828367309615, 22.085930274959306, 21.241019226419056, 21.783392580049156, 21.02061456562936, 19.42970505460066, 15.141975704770898, 14.58185735613075, 17.25170174550558, 14.690438463144028, 16.585496908293365, 15.354860841568012, 15.110156714971527, 12.866784319199976, 12.805456246841732, 10.448468074605268, 12.666302932047934, 11.395688713331193, 13.235100526881272, 11.095464608842107, 14.609609326792043, 16.131487843268328, 15.169825565908216, 13.007096367410576, 16.2024046562868, 16.02953017594443, 19.09635709430899, 16.854002146406085, 19.969736891724523, 21.823760945037904, 22.94487560371082, 20.804342281167244, 24.24785044331969, 25.76741680302245, 23.454990766958204, 26.311514211351856, 24.991876461844782, 28.337166157026303, 26.09361420196322, 29.150144023728117, 30.549067616912993, 32.81804239386192, 30.93363132461173, 30.786891664759395, 32.41180313315782, 33.107460459618565, 32.96891258306762, 31.317833639210356, 32.87773369409439, 32.30685555753813, 32.2085062104822, 33.10739484348494, 32.73613667255679, 31.79953125246095, 28.581111368603157, 30.1787254621758, 30.5201527236888, 26.40065563972489, 25.295923401326085, 28.27094970255957, 25.656192720156007, 23.025079529722046, 25.5558306820231, 23.93554573777833, 20.260012173859614, 21.322453698027147, 21.37057457361594, 19.319189242744716, 15.50747386806054, 16.588669989661724, 17.01890960004924, 15.241340903230919, 13.779611279691254, 16.17830525112081, 13.311457255464758, 13.485434992530156, 12.825872431432977, 14.982375455239369, 9.993230720757067, 10.483182196287693, 11.966904789017507, 10.661304128532704, 13.380997309278172, 12.936951669245246, 15.427652979748206, 13.333218845395457, 13.265299251023306, 13.60949356419305, 17.31678207108444, 14.890086559735884, 16.02039569783182, 17.08965039765603, 21.742321979206825, 19.425684133213977, 20.463812954523057, 21.6796570379514, 22.90921632715228, 26.25593236352366, 26.154983723852354, 28.663701892082692, 29.663013234690197, 29.854344419318156, 28.14195826238355, 29.0165717468943, 32.4485562958074, 32.79876130964233, 33.51256429614618, 30.93214855376827, 32.49951662560939, 32.270465186568856, 31.82150090380197, 34.53957617401568, 30.80477379440152, 30.103496354197603, 32.83230440025976, 31.204760345889685, 29.873889101445894, 32.59633668439176, 28.58085657957713, 30.40109460339944, 29.654462510726237, 25.458033283728682, 28.311073128364093, 26.338523863554418, 24.947581405517724, 22.813876800191768, 21.252583497941657], [29.544681508670045, 32.056481465596136, 31.39939976874941, 30.122396264386328, 31.090296988172266, 33.321970419296505, 32.270973789860946, 30.377506733038928, 30.496673920311636, 33.45688880912138, 31.901939490378552, 30.136652670608832, 33.01284440973173, 33.90797758295123, 29.864705479446087, 29.04334970554789, 30.209367956773328, 29.35647754681537, 29.457506653895674, 29.177449237180024, 27.227140840985246, 24.64748081291124, 22.420218643512243, 21.718054004736807, 24.222161318555827, 22.205506475435712, 18.80308557370754, 20.265103760782583, 16.653858702995862, 19.974658941984373, 15.546899625648095, 17.8386908160018, 14.000393959951662, 17.11412125774372, 15.819105462720525, 14.120063894613947, 11.869673941219833, 10.83932355502294, 10.507198834414883, 14.839637394267978, 10.147738790506386, 11.85568982403009, 15.036805660927719, 14.934109463710787, 14.90120684272878, 14.668947019353011, 14.019401781472311, 13.597672151875145, 15.906338733307553, 16.69497539543929, 15.279832036702153, 19.213050496391862, 17.64477260185005, 20.991081885350642, 18.995749796230342, 19.471358482766668, 20.687500282813964, 23.296393509668256, 26.570602634366807, 23.34133645293493, 25.204300693328282, 26.066182622705945, 30.81073613435997, 28.115202199191398, 31.382158111390815, 32.219084405151506, 31.465298097138792, 30.421991925210225, 33.80834553589936, 32.88787527733316, 31.89658480274865, 29.995700289612397, 33.998925891707174, 34.85883187223033, 34.584488225257495, 32.928926359541926, 33.13121238998994, 29.208144142588324, 29.173083533576577, 29.295348086528666, 30.045350981672936, 27.81833264869927, 25.710336510435994, 24.650563992160226, 26.726887152447407, 23.029311587979066, 21.406676077075545, 23.60963200453064, 23.156101832977775, 21.87148860208461, 20.837587597765925, 16.52833610875851, 16.724053132583922, 17.02169479258388, 17.500474762100893, 14.459367378484002, 13.658432941651736, 11.802572597472736, 12.467496347149506, 13.581474305942736, 14.000902793279367, 14.675674908482502, 11.68465563468546, 14.925003284084974, 10.818529914370345, 12.123986437452086, 12.255758459273778, 12.92850577597698, 15.332113696564772, 15.898472070668134, 16.60933908633016, 13.647386225697034, 15.910177842798971, 16.329741581640103, 18.861940697621016, 20.355408549850566, 21.24412536427651, 20.799501292206212, 24.004028738431042, 23.35532622488151, 22.65398248162368, 24.93444382896199, 24.05790010192944, 25.58745954602084, 25.770822476203854, 28.544106897509394, 28.404021499115096, 29.73709415489001, 30.860078028537046, 28.64439013473276, 32.71913782416286, 31.331719042438177, 33.882482832911776, 34.65136829815144, 30.2208538276256, 34.656026073425785, 30.309703928668128, 31.73860635083341, 33.05226000364251, 32.4884358449338, 32.23371536447352, 29.24986316860816, 31.253599625098268, 27.59638662090306, 25.837807351125885, 29.721486135100594, 28.673219623800485, 26.645073540894465, 23.483781806207425, 21.182035252105784, 21.408051058539588], [30.42736478286315, 29.06768563508862, 28.547277873961303, 32.29489560704139, 31.2929948378797, 32.736571000085874, 31.898727001039564, 31.181864685385936, 33.045613506101375, 34.31104781765706, 30.357480466104665, 30.599653751299403, 32.641855022439415, 30.821150208556585, 30.60529326262938, 31.470904760725197, 30.471053907194317, 28.626268503204496, 26.469115101135007, 26.369403749045546, 27.37226538249069, 24.15474769090976, 25.991915900480752, 22.425383609815395, 21.552816984293823, 22.144628625594187, 22.323126699357182, 20.975783049959134, 16.677602735490726, 19.776716886781337, 16.86217186387202, 17.712285327892264, 16.811325597879133, 12.96769555428137, 14.35381516200523, 14.534800798104316, 11.363551178683657, 11.469928100911456, 15.192787786450454, 11.728869210956521, 13.98243485142676, 14.207136737951819, 13.241942576662955, 14.455653927237016, 13.58062629198896, 12.846853045134814, 12.486866706980283, 13.14937266197013, 16.754131616222594, 15.69235559829211, 18.11745384982588, 18.694140233137535, 20.83051164695962, 19.386356223261195, 22.225989211653804, 20.69905604170119, 24.42687316656405, 21.317707729716712, 23.67202208767811, 24.315072033343863, 24.719444815631345, 27.03332189720099, 27.281706578262586, 29.731538903243845, 27.510749621777272, 30.367305996582996, 29.680634389611882, 32.11292404980004, 32.89441894337941, 30.711380022646107, 31.26618485888212, 34.3943720964597, 30.41581765260974, 33.565136994430986, 30.278319933447698, 29.436499116683727, 32.96691257921293, 29.600554328688442, 29.927066486009558, 30.013099817587477, 27.3844414727244, 30.63775269239276, 25.496870258215026, 25.58879402323582, 27.338433814630413, 22.79994012268989, 21.7005417841999, 22.45265314840922, 23.815370504536293, 20.904112535362955, 18.778900676507526, 21.093172196161724, 20.324414340458137, 15.20546489347004, 14.34537432161223, 13.76977020721244, 16.04386659329967, 14.892247313562397, 14.243586971849378, 11.592479344899807, 12.786514331750633, 11.371020584898394, 13.038741826423482, 13.076630254430437, 11.865047973094653, 13.46617464257079, 14.868558552248878, 15.526627214581971, 15.173865469032652, 13.825723568439763, 16.080987324049342, 15.086213477810265, 17.35044989789861, 15.589255512496043, 19.71420498011566, 18.536947979941687, 18.87321183632524, 20.92477288800208, 19.834731073712533, 22.92532800226103, 25.462863234611447, 26.889812752164293, 24.953425123852043, 28.245617729496185, 26.539777759871374, 30.84102993433678, 27.47031707100843, 32.026769519744214, 32.066476394754616, 30.54826737429488, 31.12175631619126, 33.37252740813577, 32.96223776242704, 31.252694729496714, 33.9207105196862, 32.996634996348504, 34.715926140268536, 32.9704526635472, 32.48364115985521, 33.26062303091185, 30.330788852905663, 32.387028724341555, 30.91225650262715, 27.07186834938901, 29.225570993359625, 26.52276374939308, 27.681339235881634, 27.932591429267113, 25.773280615221616, 21.093811684804386, 23.162584577996785], [29.298202633742118, 29.651967801343368, 29.92520679675702, 29.14114308335715, 30.52460994067743, 29.88892586146138, 32.06850595223608, 31.477295754525713, 34.13722363550514, 31.30391672416095, 32.63242154891191, 30.712711151807312, 30.9925864588786, 30.442703553285668, 32.329976753791506, 29.005025019328148, 27.539562751358577, 31.228194453480974, 27.212554938347072, 28.36487385147937, 27.31836566463641, 24.416106291647594, 23.66455704985922, 26.121227476486144, 25.22696212095865, 22.253887095395235, 19.554498332721906, 19.397735470765106, 20.462557035722014, 16.711179899008066, 14.891821442904458, 13.851674493560239, 13.050058904309093, 16.998116048909868, 14.784135890631244, 13.563159766903208, 15.274747119055686, 10.81160653812001, 15.104300217698881, 12.000450403712659, 11.793442330366764, 14.489346903123964, 12.966949017268487, 13.755239407949793, 12.286686392663022, 15.210298939288624, 12.56281457799444, 15.09707536640501, 16.547043149821434, 14.564274482637776, 18.052802566923734, 17.80134977389355, 18.879457970861356, 22.240608262622967, 20.18662950899436, 22.0895369856908, 23.24411345566506, 25.99434726611065, 24.018846812462577, 27.377335107110827, 25.301655259750977, 28.519213550493024, 28.61482451504611, 28.775785736812136, 31.354218459873252, 31.786763499816526, 30.424968867366054, 32.21069111070247, 29.765478111251298, 30.963744302983258, 32.36067346455672, 31.404217380770632, 34.30952742947532, 31.710021332276792, 30.37953872083106, 34.054990354027225, 33.74197786589698, 33.39723940572696, 31.164733861816867, 32.112595573396916, 31.077104639395007, 27.718202200992696, 25.262450632629356, 28.399184367417842, 23.37777915028564, 26.18599354104316, 21.445115885586645, 25.064793079957923, 23.081415626192253, 20.83644978901651, 17.608825723949003, 21.162387290015616, 19.69141492148814, 15.873557175747706, 17.393246834780143, 14.513972478419507, 14.312171598054643, 13.357211956713158, 14.386016853934137, 12.700820170098732, 13.829271704045837, 14.28067275019639, 12.131733894335099, 11.383205598851754, 11.440954858991391, 10.831923032311412, 13.560384111781623, 13.629537621745913, 13.922287297239109, 12.606304879027707, 15.44331744659823, 15.034549872823519, 16.630853858164354, 17.870719731918506, 18.721488831136643, 16.818245997460586, 20.757412608391977, 20.40703151491604, 21.368640452453725, 23.49401715218753, 21.859015729819568, 27.00938567716568, 23.68126546469025, 26.0763730741229, 28.281110888868938, 30.714687931614264, 28.518757190219414, 29.4594848441305, 29.071518987655775, 31.489160200376396, 30.233753346264482, 31.637715153696853, 34.683342270476864, 33.6067400254491, 32.767615928891644, 31.86983102485899, 31.669777770900065, 33.4262372890213, 33.27702984114764, 33.754123855863234, 33.06349769612949, 29.853116504480017, 27.25958661181042, 30.485287694489863, 26.75128055922728, 27.372611817352904, 26.48189952277176, 23.9881573487174, 26.045168224186362, 25.178355755019474, 23.94341452458287], [29.655908271099182, 30.320677331870236, 31.735591763976572, 30.07506941691959, 33.516887088246335, 30.522547542955937, 31.4996131458356, 30.569307668643496, 33.3064114383739, 30.916011607726485, 32.27199381646332, 29.632973924850244, 31.22002912228673, 30.622914746505963, 32.14818665061721, 31.360612028256003, 27.505004264770736, 29.781124944027138, 26.130157026209716, 26.748458990374328, 24.62707856819088, 26.231121902939595, 24.374645978152373, 22.15262326388443, 22.58761009889937, 22.305679188565563, 18.99072267564506, 17.286359974852854, 18.353846497523463, 18.738854971905987, 15.214783931071981, 15.291213128151911, 14.847670623177805, 13.235647596649446, 12.11360441948489, 13.164901484997284, 15.186457475251805, 13.038927910221382, 10.879741312384658, 14.587817997568017, 11.395922751515336, 10.809642183904216, 13.324666023970982, 12.729504200469009, 14.37826406284222, 12.18655910306941, 15.579230103376661, 12.211920257438928, 16.280369392645483, 17.882982952360393, 18.53289070719453, 17.403963808301977, 18.82195215007568, 19.381561098610295, 20.66911854124917, 23.977243840958646, 23.413669183599424, 22.05252518123033, 26.097559753562088, 27.31214078604225, 24.78806581611063, 29.390873058491206, 30.15160577689741, 29.360000432911757, 30.26438140379949, 31.778708315947338, 30.1061726832645, 32.67201786422504, 32.3403250558547, 33.61426435254831, 31.92011204612944, 30.82553837906134, 30.81456671414032, 33.7215703759624, 31.39684430820253, 29.73254410103622, 31.43662166993777, 29.348828249466198, 30.698337199452116, 28.026236758048398, 27.445863151541293, 29.659267999655434, 27.593814990448738, 25.869581719486945, 25.691805593377623, 23.799466727791007, 23.197608440645133, 20.91825132134305, 20.003463338203822, 19.080805081176738, 19.893804784037236, 16.5734406296205, 15.314713805037535, 17.877096725364442, 15.520757612585552, 17.226251641372652, 12.82381940579922, 14.891893144547716, 13.502442959529255, 13.592929951683487, 12.596558302957387, 12.096007484681815, 11.552659213213204, 12.767371553612929, 12.306488876582614, 12.82189315815776, 13.192269092751975, 13.76683873079685, 12.345244498309986, 14.000524527511057, 15.862616083242402, 16.60865385580328, 18.650236629325498, 15.180287297121879, 17.170927324959038, 20.53604868595935, 17.6446085671599, 18.907740054286712, 22.65969459368409, 20.94672730560034, 21.72105098736298, 23.038121488642382, 23.28660778998123, 26.43280508885978, 28.0424388908083, 26.161876804650838, 30.421264376214534, 31.638505942476055, 29.80284839147576, 31.984755535915987, 32.880770517275295, 29.950293676649505, 30.802725316424652, 32.96188231975964, 33.56630247477861, 30.672316296638908, 34.21642501159853, 33.98106534651578, 31.55943234238941, 33.35661235310297, 29.055317212846248, 28.767060141806414, 29.653337476955326, 26.778755652080342, 28.267211753962073, 28.150092498994205, 24.921106513107546, 24.861750519336894, 23.57661799060865, 24.691285140390164, 19.990861025045735], [27.024094771439295, 30.683614264272776, 29.367010756091798, 31.53333797483907, 29.4826044562003, 30.46621821810276, 31.249768595134658, 31.411498924567887, 29.802910003774404, 31.567672791970296, 31.513256990300487, 30.786544292606035, 32.84270729572461, 32.54453819556605, 30.30343365534016, 28.013082219386085, 29.37141153605739, 28.77890686801046, 27.894441341788436, 26.005782331302413, 26.28213307950984, 27.183715431956415, 25.109313506648594, 23.94605410971832, 22.779339773636863, 20.570329843333848, 21.716730312461102, 19.769826054408657, 18.24447997381028, 17.749559502001432, 18.766793980237594, 18.32822539679158, 15.782733818143639, 12.672896568039041, 12.246597681463642, 15.379081593453964, 14.665292652971367, 14.637844777778867, 13.865236586964356, 10.060404175220867, 13.88614333839164, 10.874096836397921, 14.282237295633987, 13.571933328188265, 13.62638068434128, 12.050705866640294, 14.960971615144508, 13.55569175918864, 14.951973344838539, 17.413762923713676, 18.266635000065243, 16.2815519962266, 19.488699415893983, 21.29001430535028, 21.68990906773442, 21.364421405161185, 22.383896161144747, 24.942666306329514, 22.14429741867421, 23.090979205572538, 25.804631041314536, 27.12306797164403, 25.69336178994829, 28.985136160445947, 27.87376224582377, 32.17316909746623, 31.988599325139457, 31.847192126868908, 32.49332047236149, 31.101797753932047, 31.192758994506253, 32.6607348555985, 33.76717818931056, 30.74901502385369, 29.879727574068415, 31.802215305554757, 31.78529361492488, 31.656813287336202, 30.021161922737548, 31.5428361014535, 29.995290425042437, 29.962886970284515, 28.803032106758163, 27.323593261089144, 25.840515354565134, 26.53796875861542, 21.43675297482395, 20.686432727651628, 20.30153390215292, 22.455535683996885, 21.91462598068941, 19.978306488819165, 17.618253830335423, 17.63063573961707, 17.106678527281943, 16.581819737151978, 16.633100801779776, 15.782090678852475, 14.335117489574765, 13.961750585535984, 14.868235966950696, 11.08798376658919, 13.787483510726755, 11.958843766931107, 10.109196631873486, 14.383671984924625, 12.281712811995803, 12.017248925938837, 11.288436227403768, 16.312497108285914, 15.41073397916933, 17.43509081524063, 17.66991519712439, 17.706983585212903, 15.369020850020377, 19.80906223435914, 19.992870220936066, 19.447884357611905, 20.793792867948277, 21.184748482357985, 21.94465813227425, 25.96549320159377, 26.11771760832547, 26.17073784408636, 29.84852746247072, 26.47880396291117, 26.789639591025832, 28.110995893163047, 28.659922436899638, 31.368194135932043, 31.15514628539878, 32.85091349683361, 30.457979277437794, 31.987841420814814, 34.42940781997249, 31.000443907932322, 30.64640103927263, 32.40590275849088, 32.02450129181854, 31.280785208440268, 30.56587333028638, 31.084047500162537, 28.34526708773579, 26.580292869008208, 27.554019727748987, 29.19350284856951, 24.963818866268078, 26.17830130456627, 23.0361840186874, 23.88095237588037, 21.199642153923786], [27.370676464326824, 29.86712062722055, 31.953823592598862, 31.416298494514297, 29.075457774710276, 29.92504743891622, 32.65183646572835, 33.040637568699395, 34.20959096030701, 33.104406452659084, 29.906055830757328, 29.391750472838623, 31.75126932042996, 31.039389514772385, 32.23216794258094, 28.51297651411507, 28.226757272324413, 29.64852996248564, 30.117095178768615, 25.865164975661692, 25.112538725567852, 27.47118755947917, 23.163475332409778, 22.32892583841337, 23.313684714402918, 19.12854449863406, 18.764836779434084, 17.067712403236406, 19.383594524235036, 18.684579675640176, 16.665169995164245, 16.21312813533565, 14.904389720190805, 13.831566852889804, 14.46632760463012, 15.799462292467727, 12.711897367599484, 14.381356836039537, 13.611970099594178, 12.688752750085708, 11.51845405545718, 13.006807739409908, 14.425638210658235, 13.352404303861283, 13.22415663410797, 11.680127587860872, 13.241881803340515, 14.880158644159154, 16.784056279672875, 16.437248708340046, 17.905847193993992, 18.558523569468985, 18.98811730304643, 19.606747265640507, 22.539582000841172, 20.801749232963456, 21.66431363334035, 23.436672663943035, 23.40266250424174, 27.476198562543768, 27.451608742275887, 26.721913006840666, 30.137307257827505, 26.949461882474285, 28.07346417841891, 28.694257501803364, 28.795904245147867, 29.22318873447452, 29.216063767818405, 33.68943090255701, 34.32807037986732, 34.18146850869487, 30.47625150847833, 30.031841195290745, 29.497643678503728, 30.00753470154388, 32.108521353843344, 29.035597779725776, 29.983663387131585, 30.59017989366143, 31.12400673732257, 27.65549565691788, 24.601011576349805, 24.19252168057656, 23.193153184460925, 23.310808861375, 24.28436480146592, 22.127955324925384, 22.433843129844675, 22.159009308124233, 20.38462617808087, 18.974264998973208, 15.88260863233289, 18.53451027480459, 16.94008286972649, 17.456937265881983, 16.46106549374885, 13.725380046798195, 15.038301892924974, 14.33476409213413, 12.175168916874897, 12.609426375919941, 10.832588552518315, 13.961452565708461, 11.479642883678256, 10.639123363669416, 11.091370289717549, 14.394263794769923, 15.120090404146953, 14.238598619803039, 16.83948538907488, 15.070829182835672, 16.31009997224924, 16.46769130102249, 16.10122833620415, 19.471332369696373, 21.989336388365018, 20.504063613803602, 22.338636209823704, 24.661321204513964, 23.781060173018297, 22.33209712494569, 23.43523046817956, 25.264163958081205, 25.78414111286495, 27.37916684525606, 26.955303361999167, 29.487772649889468, 29.19580525807217, 32.79833779357364, 30.448064751289767, 34.026993945306955, 32.84065795014996, 30.362567986380274, 30.152762348157022, 30.03006976472573, 31.456432293817713, 32.37696303574318, 33.620619892598185, 29.916555230637083, 32.76000230049283, 30.536759271383037, 30.876991956721277, 26.108222490709338, 27.308220396558582, 26.814819804172576, 23.75029598423396, 27.44790757590456, 24.63481935373515, 23.770565060507483, 20.001130235460053], [27.114252116594795, 29.734526926882875, 30.517801944140306, 32.148447815220834, 29.051232191287514, 28.893416386861638, 29.921291217517478, 30.842902615324817, 33.92283510886276, 30.64868358442056, 30.85862978622253, 29.3573940891239, 31.081183250959295, 29.163014255037613, 32.410359807332284, 30.520580443388134, 27.519404581044448, 27.432998804767553, 27.75347881815078, 26.351631632794966, 28.30499429335702, 23.67410936251411, 25.12136283134428, 24.1722707130422, 23.930909206608018, 20.592159657517726, 20.036512283414815, 21.196390484292806, 18.913409609182906, 19.516924971875852, 16.842804364894214, 17.182170993839563, 13.58272039920561, 15.37606998951804, 15.925173425981207, 14.320799733904789, 11.219191806791141, 12.60769578697384, 12.719110622675569, 10.770935286933149, 9.826664516983088, 12.081034583822195, 11.414321127446879, 14.59836122103318, 12.627121293896213, 15.575910220041862, 13.639432150576425, 12.045580367206853, 15.061974202767388, 14.392364898424233, 14.259517003083555, 16.087050413426105, 17.432332177452526, 19.662321620651767, 17.821435166633687, 23.19190144963481, 21.259618061701005, 22.075095042766016, 23.557868873889664, 25.636223950875895, 24.714581999890285, 26.430379949622896, 29.043918314492903, 30.989821168824932, 27.96525483992102, 31.102149822427556, 31.868454093346195, 31.473766231683072, 31.715535561772924, 30.450148558614814, 33.85678362660217, 32.77353817082291, 33.03346810556869, 29.512166773186053, 32.23058739183789, 31.72903814988544, 28.641811849284007, 31.630005476613555, 28.121802665461328, 28.923711387900514, 28.69489691104412, 25.375845739456658, 26.777496086522575, 27.209369592585766, 25.889999397888502, 25.855983966876842, 24.87075949268777, 19.715027570251664, 23.13467375514803, 20.90328946346763, 18.613921940372467, 19.05153810948212, 15.033327754232834, 16.501513238457612, 13.155714035590911, 16.25567380732054, 12.533803642385468, 13.602996948783137, 13.180885866523019, 12.194032917166819, 14.610250354045101, 10.806166085203701, 13.000759336945775, 12.363903801402088, 12.554849206048255, 10.773630230285185, 14.695468601955875, 14.849958280299706, 14.536334382982659, 14.737825359318249, 14.081886234333728, 16.289127198287986, 17.622487655487706, 14.792069663443751, 19.73102161278539, 20.714123800560575, 18.07127474985265, 21.94428854004945, 21.751520754099428, 21.33861869447142, 23.269795906492106, 24.13518224480124, 26.432400383817427, 25.935932790368454, 27.922278796987513, 27.376246329842083, 29.99677630848165, 27.91156470859055, 29.379969035947617, 29.817123600107987, 32.800121951235276, 29.2221271223565, 32.641075181104824, 33.75590724904844, 33.182334748580956, 29.991354956012675, 32.40757320006827, 30.58070362745188, 30.74781238187989, 30.162600199803144, 30.70099164172981, 29.688797571068193, 29.557742886712468, 28.335011655091712, 29.829561075778418, 25.67187264348138, 23.553522051605636, 22.554779873452453, 24.74101097657764, 24.38539617460883, 22.05779824731505], [28.056373783489335, 27.433665062475608, 30.698844260695154, 32.029666567654694, 31.141229341815347, 31.736373154371957, 31.71026658899378, 29.909161869765967, 30.858125942207124, 31.535107197370415, 31.553689544142443, 30.213760525173207, 32.26463516527507, 30.90393492742744, 32.60050650724805, 30.156478658223925, 28.3368451811135, 30.0491079004487, 25.780751662460474, 28.63930623524664, 23.54760751773228, 26.73846167459221, 24.384482345584075, 22.652085421553053, 24.0324704004483, 20.72597068878809, 18.975671713180695, 17.279450302079322, 16.522907238231248, 16.18080079955258, 18.62514039741165, 14.807129178714588, 15.314091301832644, 16.367402033055544, 11.555972707988438, 13.58158780825304, 10.79745636940552, 11.203850966862168, 10.969928625444943, 13.917004435320328, 11.02519635492787, 12.013612209334953, 12.275119273085423, 10.73360100961527, 13.46509175289988, 11.764271236333654, 13.24635600024983, 14.728334752209253, 13.316711971654104, 14.340776474224086, 18.170704130932194, 18.268243054610444, 20.018726017064715, 21.21155122348455, 19.568054759647307, 20.23876342185533, 23.621756162993538, 21.21685094608852, 24.57133627229542, 26.964118410709865, 27.362174632048365, 26.648748204654268, 29.45172851063267, 27.627524609277508, 28.89140449937242, 32.03719363358298, 31.077845728629676, 32.724793289754274, 28.677224116789628, 30.148326171898244, 30.20665528779225, 33.36591077054858, 33.676358052976155, 30.350035210035244, 31.43136200274571, 31.339363662551637, 32.03645679505756, 31.87142093605378, 31.888465660803142, 27.63309355344259, 28.84492781203235, 24.97027675319096, 28.737062756494492, 25.7297979033712, 27.070885580917142, 23.72815267559035, 21.682914886455382, 23.001587544654914, 22.846018026868013, 19.442364049873117, 20.11154951233582, 15.585157140931692, 15.270050365169569, 14.707773216476108, 14.378843010753537, 13.796358181778405, 11.590226683600527, 14.982333062695973, 14.18495542742826, 13.946519972354901, 12.914415301847946, 11.757652213171811, 10.407083076874741, 13.105296337602867, 14.162804995311971, 9.498314703811717, 12.178824716485796, 12.460328478780799, 11.363192048507415, 13.220012415465995, 12.905857629162625, 16.317910153804956, 14.508268905407453, 14.856085011813565, 17.56847815020151, 19.145601709623232, 21.19854053321018, 20.59875651200396, 20.86423060559899, 23.83147382394643, 24.89634661811144, 23.011174041910575, 24.948436336693646, 25.32393925988162, 27.95760051460757, 28.54588380730756, 27.725884682466486, 27.53835178102723, 30.211997990603127, 31.867528691892435, 30.145008088746806, 29.029763822792553, 30.967441391985417, 33.357007606688505, 34.07005714255247, 31.240808037498365, 30.690472306029275, 31.053022524945714, 31.794558594391013, 32.172965561762084, 30.321179921728188, 31.19499634394776, 31.11993675431038, 30.544714427352616, 27.235460374584704, 27.351913960928407, 23.49343748806086, 26.434936832187304, 21.787261896690957, 24.917439762674768, 22.493063810007293], [27.20826421657798, 27.814899696217328, 27.199920898037288, 29.139845952181048, 30.10892984269286, 28.48957718099941, 30.113152981806838, 29.52868509056875, 30.861573084364114, 31.501060844226064, 33.62663301657213, 33.44755692119376, 30.625286649937088, 31.522122756979197, 30.684093491769616, 30.326540700771854, 28.0097709095953, 29.99939833456467, 29.284281176169923, 24.763492464697485, 26.833647834834853, 26.489528940774665, 25.236014193313636, 23.200435973294663, 22.39638065170992, 20.163651085480797, 19.648733662522908, 18.199625762090932, 19.48308044104329, 15.208819404737994, 16.927570978304736, 13.022877835644252, 15.318933737475692, 12.38529589500952, 10.76371612190331, 14.592452525348705, 12.999201411376614, 11.005008593257696, 9.587134416422884, 11.126294525233368, 9.129455265182026, 13.09641547218654, 13.216256818868924, 13.169216626218498, 11.885197583780048, 10.618177232042449, 12.56844386149555, 12.450761801373668, 15.479176494860223, 15.17018061026436, 16.140430435081925, 17.55491158483079, 15.538619232767239, 16.955484093205826, 20.572467296588993, 21.094440646764365, 21.44109421425067, 23.223708784404064, 22.634778297889724, 26.590946008636816, 24.658143580398416, 27.62439305877527, 25.641426688327087, 29.302028935942776, 29.668542433362415, 29.871977098168884, 31.059570314272396, 31.280685544330193, 29.727484913492102, 30.164250755899808, 32.60394417414955, 29.19075174586233, 33.22705322775255, 29.246616859823735, 29.77212810042346, 32.43139214677083, 28.56589115874407, 32.17301181642783, 31.403380026628355, 30.187857319171712, 27.267198099995184, 28.34134719975383, 24.567004833488337, 24.34863957316376, 26.49561809340903, 25.230584445371214, 24.316342476985838, 20.21710585077423, 18.781329801268228, 20.48121525709941, 20.514695454044983, 15.180698383856921, 19.199174588543087, 17.038788471236863, 15.768105921256526, 11.986054623500594, 12.147768376336966, 11.58191937939861, 10.915876136640517, 12.115592854703749, 12.978716075986412, 12.844330817632379, 10.159253523863523, 10.444546570426358, 9.890648734799354, 11.660329900572744, 11.463865480530089, 11.980370834613945, 13.149738871610687, 12.389043572708763, 12.210593941187515, 15.310404601583855, 15.454749830992075, 15.256638607726662, 16.91784008327373, 19.62901567060535, 17.71496091059119, 17.412163634550375, 21.735405950977416, 20.35537563275164, 22.820212071811497, 21.493868616835186, 25.258621141534494, 25.2278702572496, 26.644303360202816, 28.312728419301745, 30.319250900519606, 28.0826141593689, 30.5786711599395, 29.83390694927171, 29.87717776471876, 31.574360249735275, 29.005135908503256, 32.21607510583192, 29.729462331819033, 32.681736192725666, 33.12130148839637, 29.850332459679837, 30.417958654442778, 29.647559623354823, 29.833910185833755, 30.271151285978483, 26.437024416604583, 28.73445083886232, 26.985527362207268, 24.168085062463938, 26.969930374742564, 26.284700033900563, 22.88962482362036, 19.91560653312239, 22.908690717705284], [29.14005370403384, 29.922271660925887, 26.89262617146634, 29.87192738972172, 28.735359854628587, 28.972664402170537, 32.957288751505104, 31.05993835323946, 33.38915565796667, 29.291269585382846, 29.97729622271587, 30.982471346464838, 28.77401394434088, 31.916576490361958, 30.542112624069436, 30.564120440642444, 30.63758944571396, 27.34095457185805, 26.65055577732843, 28.28461536765416, 25.976799533621314, 23.52479775909742, 24.31098815049142, 23.089343634826296, 23.484226316851544, 18.93060136830622, 17.29559733466705, 18.552662487859124, 17.164121532083108, 14.15228980187571, 14.403894125024856, 12.423279946421072, 15.340949068581129, 15.272392129314424, 14.860041249026612, 12.043362536759336, 10.386824212412249, 13.20557395938958, 10.706289401967005, 10.449954755577455, 10.033673927802004, 9.313704682120415, 9.564784286386084, 13.726179585010991, 11.244014282604764, 10.13945534314218, 13.969969981661848, 13.767730797221772, 14.054962461259212, 13.853246115344017, 14.212824119630433, 18.749686845168306, 16.869015353494675, 16.998050601030563, 17.593278666997872, 20.936930605514263, 23.32114062290448, 20.12394864561815, 22.08003910636277, 24.53641250894782, 24.94161845890548, 26.272077023601256, 28.629028669161535, 28.411305734825376, 27.730335339468603, 28.02533924693569, 30.394057384094985, 28.509978257133294, 29.984090178853876, 31.285319525773136, 30.663057582387154, 32.48513909675647, 28.62532442336702, 32.896071999015845, 32.69840944060019, 30.37516816888899, 32.09581882629915, 29.96970821022295, 28.34517564594625, 27.997183378885705, 28.57605470212724, 28.618127724099082, 26.732343760362074, 27.445068750882715, 22.09268221583251, 25.204040289894603, 23.619603412159435, 22.459429225967025, 20.37793491263104, 16.737451896906727, 18.66006657165557, 19.578015107000382, 14.702723019177114, 14.318631459895261, 13.114898182754146, 14.845201028038913, 15.620352812099938, 14.154420907394448, 12.405076845297126, 12.521289566636518, 10.62818266493857, 13.076157116358896, 9.194727803056931, 9.728192377641339, 12.899933433910292, 11.113694171619464, 12.454173212287534, 12.711819549016091, 14.174255183764233, 13.630000737828297, 13.812305728211932, 16.17876544975705, 12.72524756938135, 15.503362535178933, 16.717471465744445, 16.101737718882227, 19.097060738810207, 20.056232053725516, 19.294202161439337, 21.885782508434172, 24.528874312065447, 21.92943988097339, 23.302799650660088, 22.835190846696783, 28.249999069745844, 26.54424190278307, 30.02868542382684, 28.348869038999702, 29.605058650983864, 27.1975790188501, 31.796402627837622, 31.67901009381775, 29.341718107027095, 32.34044170852506, 32.12863245990676, 29.65890188128604, 30.926809331260237, 31.933693967918018, 31.58181743709639, 29.787905874707896, 27.99864040119445, 29.935519272689742, 30.212220946091776, 26.9892280744048, 26.947459898999217, 23.987580665869867, 24.06644290629726, 21.57848406987815, 20.841628979776374, 21.533461020625204, 22.08823866453679], [24.74289600924258, 29.84547407986377, 30.086572353505243, 31.130472872522542, 28.234814366845324, 31.225966939147092, 31.464438546302965, 32.522358497197054, 29.651774178216357, 29.972983770451147, 30.132720419685427, 29.46557250308721, 30.62235892257638, 27.857862299723564, 31.193300415709558, 27.147946391620213, 29.76786306515421, 25.109771138749075, 26.67082165352731, 26.89002462347439, 22.819083782667093, 26.339414987906395, 21.42059018508248, 22.70807872187833, 18.94273949235142, 18.360778688460144, 19.95381290936578, 16.124859004433866, 16.225940478270438, 17.723133847214946, 16.637203398605052, 14.912567392628027, 12.373367039399218, 14.478990617331002, 12.466211360372935, 13.339186223390204, 10.430865169136815, 9.013938619152412, 10.188440229055566, 12.862750404413653, 12.261767347411578, 8.76879856559744, 9.838020963823167, 10.629636785447232, 12.414841779927464, 13.091853934467903, 10.569242664670991, 13.694597117044868, 14.191459816864775, 16.83110112293772, 14.244166143032675, 13.635474511132536, 15.633094169129233, 15.461808412381444, 20.003887359937202, 18.12029029141987, 21.982231180874837, 20.609818092532905, 23.157321913774407, 24.261850799222785, 22.61483310585225, 25.42851100090704, 27.07198356265537, 29.266558607370367, 28.87169301442924, 28.23270078562375, 29.695033935910214, 28.21262304296737, 28.67625700670057, 32.124548582704385, 29.14839066853054, 30.421422554762575, 32.70022492483303, 32.41098799380129, 29.090353620241427, 27.604360142372954, 32.020206875183774, 30.14971210122248, 29.975491202345093, 29.99391460137012, 26.240434839481562, 24.550594417054622, 25.21352059016856, 22.24380844341177, 23.30614248588132, 21.958261215206946, 21.455306569451167, 19.400447907113072, 20.864021320754887, 18.731746545499934, 16.292718142180018, 15.654965125758393, 13.87330160047286, 12.926961860875227, 14.656494855976614, 14.87697997518448, 14.852257213663774, 13.727421664826373, 11.823759388232341, 9.526945849761905, 11.218637291093847, 13.202644928047857, 12.414588400823991, 10.313942783015353, 10.958768556820495, 10.917457890527299, 10.202785493724553, 9.528646031728458, 9.734275844694187, 12.929263870537433, 14.432599542744065, 12.811308586574006, 15.647614020783207, 17.07059023230287, 14.583321754139185, 19.22486558363631, 19.326133837534847, 20.17503857301755, 18.381364037148415, 18.785598985778513, 24.405502762150334, 25.479839770243725, 23.632699163830544, 22.683856775966316, 25.093880160180326, 27.572826762996506, 29.673503288110417, 26.519060798138906, 26.98893153505388, 29.666837964360347, 27.742619184937688, 29.25654666054855, 31.553899863161732, 31.980672472452177, 29.58105007534709, 28.845254920987156, 31.400968460379502, 28.395441669468024, 28.91690507292307, 27.34998638220838, 26.991070650581058, 30.50808169360854, 30.250565212429837, 28.547925756785048, 23.869092380271937, 24.425878542645716, 27.04800510110394, 23.66034557367256, 22.26619859946755, 19.631226395955558, 19.72845527473318], [29.204141189233592, 26.919736190402723, 26.57128687623807, 27.66920725843347, 29.372725143726893, 31.211874901216735, 30.102660097489583, 30.22180439570046, 31.501947864247676, 30.5546666755575, 28.146957669504967, 28.219229207793894, 29.031660092018285, 27.111330239750494, 27.86072301079191, 26.72396436812291, 29.292167543918964, 25.210173403858267, 24.696944105963162, 25.96300317151548, 22.29567258602524, 24.73563864092522, 24.097907161828054, 22.986296429344744, 21.18973039927235, 18.834669158123752, 20.44373791495531, 18.035894808475998, 16.492398624074056, 14.469314506736714, 12.75872795376872, 15.321646549076004, 15.667876275663922, 11.030663750865473, 13.708685309316449, 12.050837685206393, 12.782557858562551, 11.411785859640915, 12.268346304363048, 9.323974240983766, 9.364913357249028, 9.024107070355027, 12.884503171779874, 8.208160825452971, 8.798312321997955, 12.898411512752709, 13.531616085760234, 13.053091593064082, 13.965890399253752, 12.73125240632483, 17.035533658761043, 14.096824852877972, 16.498272077360724, 16.161507136697857, 20.810458623049392, 21.64428261177439, 18.396678599117944, 20.27466875832016, 22.60463657849554, 22.713874659529335, 25.86545639511946, 23.430600194806303, 25.641962590305717, 25.588009592238336, 28.706702164447474, 29.601778079380033, 26.67702735337692, 30.82754107791542, 30.781502822399194, 32.11078374503117, 31.975591808461708, 31.077292615841255, 31.705360494511925, 32.32687662130951, 27.894192130365493, 28.098196211165607, 27.0778294899503, 28.957118343252574, 28.745346261919927, 27.86845921451807, 27.8753108257054, 25.32912758805914, 22.783890282625606, 25.283657053245122, 24.035834720910263, 21.784217169547656, 22.57973750051542, 18.150158569661528, 17.83955582601599, 16.835226989248692, 18.75668415129276, 15.450759980998031, 13.126614093672623, 14.831097539271589, 16.416603945470666, 10.738182796578606, 10.3998470463732, 13.761457281480627, 12.817656764479661, 8.911488364825153, 10.009673204218444, 9.7144299130589, 9.005231587628744, 8.007303770738723, 7.944866960579237, 8.124964305010678, 12.599497320443877, 13.50433907355088, 9.20077504381417, 13.324740300822146, 13.552136020073494, 12.551487307385305, 13.726544674082756, 14.871207876359879, 17.543462307701958, 16.666904484244245, 17.520926691108723, 19.08944710471888, 19.540171502557925, 19.612661634417883, 20.784123494944357, 23.172306391176622, 22.206076494102287, 25.731813901861777, 25.537548385708202, 27.890011494269352, 28.866779279120383, 26.85837164593498, 25.963978834348218, 29.40606300075185, 30.742184535068546, 27.910733116822193, 29.982786892397396, 31.355059200108638, 31.345146754195827, 32.30063572281406, 28.92132061722157, 30.77351638673168, 27.693446983138255, 30.181181816122773, 29.91351288576508, 29.673617858475883, 25.93164150040768, 24.809159753386318, 25.87035694716568, 22.904146463254598, 22.704842421536306, 22.402060229636863, 20.727188023103626, 22.634872336704056, 22.172572523165165], [24.55042345179021, 24.928927351451897, 25.608754409489926, 28.101812801817008, 29.103490254894247, 28.311074272510186, 30.344658217787707, 30.7943535538458, 28.509027891202646, 29.88405122508762, 30.10566332830431, 31.042476013992864, 31.11704739326653, 29.4124622366078, 30.361539978141863, 30.19306162632555, 28.117323388655663, 24.488786707745824, 24.645211723127268, 25.064488159316113, 26.39065150529859, 23.109146704674203, 23.786514686797883, 22.919890276152397, 18.966316811934266, 17.250566355939007, 19.111921672874004, 17.039598171325913, 16.539403912581317, 13.85079522932447, 12.715728556456387, 15.912521293032608, 12.22976400817, 12.200125776407324, 11.039987819683043, 8.841124622996219, 11.994203272920622, 8.553999110264764, 11.453684265751408, 8.753578094694275, 11.308792043712343, 11.116540357071521, 9.867142834229824, 7.84789408259817, 9.286472860277193, 10.30912980714098, 10.244571804031974, 11.357456962440212, 13.687683587207207, 15.270068697996457, 13.325071499419193, 13.621254179313082, 13.91209479665713, 17.03786632087511, 18.3379221008838, 21.511593226040148, 22.411264904470247, 21.737920578265133, 23.533107766873755, 20.783614636789494, 22.827783815109747, 26.482673920775348, 23.855672534432518, 26.342686119782865, 26.474633608761014, 27.11427061740784, 27.546587408529366, 27.580645174106, 30.732439638501283, 29.12642220551005, 27.881932567849773, 28.24987280352512, 27.809715928853596, 28.439877133457145, 28.064013581452983, 29.024404135944714, 29.631205583552294, 30.31654045280041, 27.636169214231348, 25.168557029654394, 27.555145180822706, 27.164323827916007, 25.661784292218687, 23.220400824436535, 25.30672441951964, 22.26069661286377, 20.490003152284032, 18.65733078815411, 16.95236894926939, 19.59801794913918, 17.666677471545114, 13.75863401789152, 15.778038402203396, 13.185778105492489, 12.353366161323748, 11.556619064301813, 10.3161078514255, 13.1432208148338, 11.75308098262528, 10.399484336780828, 9.246143353133501, 8.712077613775246, 11.236048275316419, 10.156051573502786, 10.647073293945068, 9.21114438151146, 9.821164939134563, 13.00642012298037, 10.102317818234404, 9.285149529814134, 13.522366823056421, 14.367726591484608, 12.296509640501519, 15.699406620098294, 14.598871385577922, 15.581009893645879, 18.33857037946019, 17.610041396819458, 21.477430471325455, 20.10485293131293, 20.81930732468194, 22.277350183156813, 24.77105139892128, 23.87843526679781, 25.937075034789096, 24.255667929460277, 24.31931915703934, 26.306924517456807, 29.434994307063388, 30.67157897859881, 30.164038178671504, 28.9162887825727, 27.61779001459347, 28.886094819882295, 31.551294886847984, 30.652844861247694, 31.84572495064639, 31.516033027503543, 29.341247035820427, 29.208938043903785, 28.065251560133376, 29.764586405036948, 27.01324995350315, 25.017559364301057, 26.286996740481154, 22.776733726837705, 22.4330570683696, 22.426378625915117, 20.60527685326721, 22.344744756391933, 21.331012667385526], [27.716245846694186, 27.402339266902292, 27.13861618855356, 30.16938637968508, 30.397046536949162, 28.431520588488194, 29.764907724806744, 28.67800657069817, 26.94760617435061, 30.216354449714657, 28.523370182138343, 30.454550700514744, 26.879646771999415, 27.819513658233134, 28.10065267145642, 25.215312286143188, 25.636149914684214, 26.300692282757574, 23.82845586326944, 22.92664315174131, 21.95263931489978, 21.618350633604315, 22.440735935414413, 18.208333291449605, 20.023653705672846, 19.30437380209932, 16.249298938945756, 15.283534606680622, 13.527248442363028, 15.95862877427843, 12.230846283962773, 12.670318421027272, 12.288649071190498, 10.144058989532684, 10.577897220706937, 10.359045816964262, 9.499525408574726, 11.820439874106123, 11.732415390396357, 8.075835677650215, 9.329873299464237, 8.857783870522, 9.755812327892372, 10.547901954889106, 9.623769865779774, 10.060905398856875, 12.86068364825476, 9.470795498729032, 13.897749664736807, 14.408782143541181, 15.436086724654187, 16.947426326457183, 13.500595949496464, 15.522664150897032, 19.276694313859938, 17.744730743665556, 20.26143066834198, 18.341562575906302, 19.341206036890313, 20.64473090196521, 24.52903435660877, 25.03429006120519, 23.390831240439375, 27.041303259802692, 25.219951071796537, 28.596930780133643, 26.70071704711026, 28.96530075705214, 30.562667889451728, 31.240966203845332, 31.184449459886803, 29.77826274910077, 31.01546780661999, 29.91758002709441, 30.020393990483253, 26.595377232266195, 28.52436721576906, 30.339607705556954, 27.391437184025293, 27.59622914535307, 25.368066128485438, 22.8288380137834, 22.40910095956651, 21.64467441571891, 21.517742795985825, 19.638235243293522, 21.618925156152216, 20.182415452248506, 19.342073664196917, 18.548552911541805, 14.875823892874186, 15.187994129422995, 14.916458462755445, 15.784263898982918, 15.285986901813919, 9.941022369637949, 11.594563518770526, 13.363808055781128, 11.557729893504222, 12.513288531832888, 8.140186463323381, 10.278041026470287, 8.629602851210283, 9.797594443826211, 11.496676821935651, 10.215619293776443, 12.208617353960328, 11.650325270797243, 10.61367041810505, 12.278069153704854, 11.54828522136599, 10.575266011536453, 11.425542851920284, 12.996477352375164, 14.437431148338025, 16.46675051503981, 18.389384845884837, 16.466799746758838, 18.82595074066242, 22.153433754233237, 20.18948668140733, 19.481815898160587, 24.75316079273188, 23.64265166318649, 23.57925192637814, 27.752861349093475, 26.814610279767344, 25.322619238861506, 25.70856763054256, 30.22697655192888, 29.297346572007022, 29.689724889588383, 30.564794824028358, 29.78775738317776, 30.858742003886782, 31.064785824772642, 29.189265494110497, 30.10819338410854, 27.438788515725506, 26.653620276930322, 25.6578699091116, 24.836251808341974, 27.647988547833133, 27.35059699327569, 24.503643167271616, 25.737046501027542, 22.280517952481045, 23.069335140910642, 21.68640922261802, 19.459175369228454, 19.122075386512755], [27.39765392503177, 26.805897042136213, 25.112429194671428, 26.540837438055245, 26.175738656931717, 29.057244838825756, 29.679181852344236, 28.049042363011186, 28.21642337234395, 27.517298320431355, 26.541045031144737, 30.477676058137497, 27.65608807629805, 27.08276128960669, 25.39612246285776, 29.10666361229349, 25.913821437589924, 25.578736140075648, 23.666620027501224, 24.409298053432984, 21.500444070140276, 23.09437278355288, 23.336795754375018, 20.567208694128247, 17.59125766509493, 17.223107308001516, 16.77934480124205, 18.280441241462093, 13.053971956570264, 15.410950198736899, 12.157812730254498, 14.179481078461361, 11.168590713740393, 9.857816269648911, 11.16575624233403, 10.332823664071775, 8.125656582329245, 8.350844252527814, 11.070675499293674, 9.48216232187914, 6.536097068587131, 6.674092529410503, 7.237306631898298, 11.223226178512398, 8.238431031901882, 11.906904254568083, 12.550440143717838, 12.313483996915963, 12.39385953555087, 14.763307247132719, 14.475010454663519, 15.14501071068327, 12.841942560362524, 15.750007359988226, 19.073195099787835, 19.756846980659653, 18.198544333436686, 18.56886967838259, 22.94681631829247, 20.842867828099465, 25.150572620084507, 24.731351857745146, 26.606061579810962, 24.091236439946563, 26.147087898125353, 24.426173894926023, 27.40988795004209, 25.699600776944187, 26.726780762327724, 26.723763690928365, 29.643968410894495, 31.165130583393402, 30.504322721914505, 30.58115636605898, 29.222067030365512, 29.74966863217457, 28.245884103604695, 26.75647271596756, 27.037300661680256, 27.466333716652994, 24.432921321609754, 26.86430718668299, 23.708399637382996, 23.11496408843336, 21.324857530521324, 19.40518038703894, 18.71139773894842, 18.66043842328705, 16.2923720443398, 16.297108821567697, 16.073015472007537, 14.852388246194856, 16.421945691998907, 13.717931421897426, 14.988173162195503, 12.04524789890397, 13.273626787681977, 9.48673484030584, 10.910645880934556, 11.137985196055585, 11.699123535472275, 10.749102111176798, 6.872830380272997, 10.865642250335764, 8.306269174013309, 8.312407762848228, 9.44364218559632, 10.61308071400863, 8.957971549281039, 10.508048144755, 9.7009755160298, 14.050717981477572, 12.196795311422903, 16.00349165382799, 14.896575491727976, 17.082204388812748, 18.12448920650343, 15.613630305542133, 17.5124061937896, 19.780444327619612, 18.117813293973736, 23.099368680774035, 22.115700960221396, 21.82625072226182, 24.689651774772987, 24.72996836448239, 27.546352019142645, 27.52118925543037, 28.781139007961308, 29.754795303662252, 25.523027445472348, 26.129982215956748, 29.350237926721377, 28.804597871044663, 29.95206095559725, 29.014546477847674, 27.38870603905515, 29.09443949246989, 28.739143312689507, 28.09298369314376, 27.76614011926612, 27.874475885943685, 27.232759311362013, 26.509127340105806, 22.4999689451817, 22.129578203545382, 24.423997684777667, 22.69508057579884, 18.898601521062652, 19.977244696746958, 21.28132302910238], [23.569217736724596, 24.15770146868663, 27.249061693854372, 24.620257624716174, 29.072314402291305, 28.402021770268, 27.9779464513694, 28.507023667133012, 26.88324825585562, 28.778663186658203, 28.965625923589815, 26.82486917653425, 29.44677111604554, 26.477340026364462, 28.609270019096257, 25.72208708724873, 24.89931291563454, 23.392761349964353, 22.087021268999074, 24.92994234728361, 24.150685201102803, 22.42776861451522, 21.830170278803585, 21.734723578647962, 20.007516849849885, 18.09953802847398, 15.144777459846932, 15.897911814680121, 13.261441978872849, 11.474622049498116, 14.192663307195678, 11.997093487714743, 12.531131776594226, 12.808867697011399, 8.20488162826631, 10.876681089875166, 7.218096692585899, 8.015000252093465, 8.319295082167955, 8.044935144347447, 8.443257378478362, 8.869282848314668, 10.781570794153929, 8.001874841717466, 7.501491785723298, 7.2435795131782434, 8.40919840319447, 12.48687532042927, 11.520450098199357, 13.07443329456326, 11.655514143609814, 15.743278507832036, 15.781623965208277, 13.979643107946309, 14.70580050054004, 17.992057420657307, 20.172950202405172, 19.520046216941147, 18.049024395804643, 21.020713514549893, 22.48352461634024, 24.7481945447374, 25.753589966385157, 24.879700304379348, 24.152271459403998, 28.360677947353427, 25.453904476589074, 25.21828001769647, 28.812468721533392, 30.111816846157787, 29.271485153588387, 30.131749512543198, 29.73983009579961, 27.638150156001274, 28.36876100328356, 27.671237663495646, 25.206430910299375, 25.641397581998795, 25.26961746027243, 25.76599660435114, 23.550853986687642, 24.47918289255052, 22.08612112651987, 20.912244302378625, 21.500358584948415, 21.225170449428592, 17.03096076802431, 19.233100030780562, 19.715825497735352, 14.01605530427849, 15.122855709571748, 12.919267997556032, 11.310603667342193, 13.26647790764178, 12.718949545597594, 12.097283333351157, 12.468509828960341, 8.841552896577067, 9.974164007298052, 7.130877555518971, 8.35751413216411, 10.396317101563202, 8.869910107050293, 10.317448899613893, 10.508561038164537, 9.808177085302766, 10.001298184188851, 8.089514767025308, 10.3276158012487, 11.506141688956724, 10.606596657683975, 12.663036496455105, 11.454925904042529, 12.979322301325503, 11.849261497186232, 13.22887848034269, 16.732560368458, 16.16578256825117, 17.288197633299774, 18.727020092100865, 22.205277317732726, 21.544621004782456, 21.17792522200832, 23.806089004652772, 23.569795718245764, 22.327347065271347, 25.72000975574717, 24.92814947922927, 28.510629940802144, 27.106133439744077, 29.279893931965958, 29.61537651803658, 29.011110227275417, 25.77757255122013, 30.637264458959738, 26.543183630396175, 26.08573924774114, 28.637488496684476, 29.662670211438563, 26.473143498958578, 25.67773053511531, 25.683773860852142, 25.57847057507441, 24.22576940909272, 23.616377763215667, 24.45670947000645, 23.697765441535203, 21.97825702966242, 20.11187294030602, 21.52988023877171, 17.38385977593893], [22.692576831066425, 25.121125917217547, 23.69490955947024, 26.274581383740625, 28.09602514342212, 26.04848324316764, 27.309549048365938, 26.085749334289552, 26.83908149183379, 29.675756683795907, 25.855448248708484, 28.260298396270855, 25.535223573436483, 29.100820707087006, 28.464032993279552, 24.559723664534417, 22.88900591124927, 26.682365529272467, 26.113727100002972, 20.739023178106592, 24.422352306968403, 20.045017724927902, 21.150768322251736, 20.3603494784659, 16.3292802239988, 15.372685024564062, 17.164842459676066, 15.70927474181052, 14.213204355088486, 11.869025973811675, 14.874813751930173, 10.378105928630095, 9.385025782402916, 9.241838431894221, 11.868784489944467, 6.8276621208901105, 6.157084058908598, 8.350776794753283, 7.516653380852576, 6.156848830364579, 6.406578823696485, 7.599690842286766, 7.7591528167654635, 8.650870658467303, 7.9939117630456025, 10.592121265106993, 7.621397246532292, 7.687624613888136, 11.333274999262649, 9.21971165027211, 13.876625375824592, 13.564286916379665, 12.113116098999537, 16.1080393834784, 15.213628905824173, 17.276135568727433, 15.841850282640813, 18.247986562204755, 20.41693921868678, 19.512684698853437, 23.686831617143397, 22.483711696273065, 24.819206689413463, 25.163720206680534, 25.12560851542386, 27.5624896283501, 25.544346244719776, 25.352069922441338, 26.42645733403977, 28.07516028185429, 28.918724597455356, 29.204509628228895, 28.29940580611569, 28.234530020094297, 29.142864141224024, 24.779934264079053, 28.245653287009123, 28.655542797762628, 25.995466473440267, 23.67564767247256, 23.615035266352262, 22.626466602456155, 25.169755638870775, 19.73093022443666, 20.01364036466377, 18.717760748806505, 20.94037916384248, 15.641638773431596, 15.866307485846114, 14.477638825469837, 12.958469869476023, 12.023620431537722, 11.258225644119404, 14.40833856686481, 12.27992665482022, 9.704692450418246, 10.25652270755821, 8.561860790017768, 8.002781658463363, 9.482140942022816, 8.930432050234245, 6.197157151702805, 8.35376204048218, 9.616249880782593, 7.161913650581088, 6.547386021862231, 7.208326009454366, 8.492152914693683, 9.80129545741453, 7.7638808026488295, 9.162705057269488, 8.52802643881008, 10.237165137054188, 11.64626975428452, 13.35001882937999, 15.93701091683139, 14.48389306814163, 16.849652207722407, 17.971535907190855, 18.676033096326822, 20.439467740304714, 19.736773773818065, 20.083404659258655, 22.022418331643834, 22.996905441574135, 25.028257696457075, 26.769738682488295, 27.24505486999579, 26.569251783356943, 25.232047282545743, 26.341771775319035, 25.70538050644811, 28.018780483975092, 27.11599289277902, 26.6285096135235, 26.714090737245836, 26.02582570582818, 27.195412979805255, 28.625105438467877, 25.49060838832981, 24.09812050261269, 23.412672417430905, 24.22327823943977, 23.6769298599839, 21.670648506349078, 22.844081779771468, 19.59277681047785, 19.65114093119784, 21.031829329146, 20.837377219752902, 16.112676674862392], [25.565337624133424, 23.629992073310085, 23.569133307229365, 24.71717778027919, 24.673446914656722, 24.69343681772056, 26.26547850402633, 25.49018354398944, 25.255254356406365, 28.89425048637426, 28.182679613424057, 28.694283089078077, 27.414808725754682, 27.71450926032814, 27.645608899965886, 26.44058828855898, 25.2486944156783, 25.72128956648836, 23.15753960088239, 20.25806711954126, 23.590816524728627, 20.655422297296518, 18.3883529738921, 19.884093790021033, 16.390551204917777, 16.63623848340454, 16.982022455909217, 16.58186382014478, 13.126266296613402, 14.146446511334652, 9.662497264190065, 10.966808485385979, 9.326438813681305, 10.399004239622819, 10.203534114294571, 8.040046907098478, 9.068815030247436, 9.537416266441554, 7.939232625480859, 6.98651045397132, 7.323388939242592, 7.683008476521727, 8.463630591255866, 6.303706065658272, 6.388509067562602, 7.160489322708736, 8.451381575167968, 10.128280796035757, 8.427730408865822, 12.841009381627053, 13.400940137129764, 14.502909531452556, 12.323756207372266, 12.946692573272212, 17.459247665421966, 14.598405661928247, 17.16550582664015, 20.366211348326242, 19.29037211723496, 20.34271614786971, 22.431311274611996, 20.27980580304986, 22.432836969143743, 21.843821292655257, 24.46760017879629, 22.904313348413673, 24.325465950884915, 25.865109045262894, 26.168024411036473, 28.05773460496481, 27.350334489172212, 28.63747642359928, 26.672411842730547, 27.40978993694033, 29.19884648728042, 26.033263680242026, 26.329875257728812, 28.03063052148117, 25.473279882944563, 23.458551935254206, 21.483847437894575, 21.67179190153726, 23.7219854717105, 19.438589810355538, 20.677049662325473, 17.377923311054623, 20.041259132993833, 15.123457945007239, 18.679330434191094, 13.700180914200073, 16.51468484534856, 14.08681911750157, 13.01094686993433, 10.287365625992017, 10.192346090451961, 12.499749126437475, 10.125106529309392, 11.000558324778899, 7.837497353302627, 10.109159813266324, 9.712055464310104, 6.833646522337823, 5.481141700549721, 7.319696686710797, 8.382272168082554, 8.858404990735135, 5.977762076489085, 7.428961900392064, 8.941455457673907, 11.088749263450993, 11.981850782682598, 9.199481086355592, 10.681582508011, 13.446134063141116, 12.812220403441984, 15.120173166742829, 17.01056483747414, 13.884954248427984, 14.784127731466018, 16.455739840656527, 19.356751266734726, 18.254513967197873, 20.177939705016414, 19.185638384463918, 23.83288676603871, 22.811098334319873, 22.472423332028434, 23.14388416061339, 24.211313118153658, 23.804003790287016, 27.930269168386573, 26.736022170373488, 24.656970523035294, 25.18515527160079, 27.68726007455288, 24.932263572408083, 28.608006865302347, 27.87060741430344, 26.51557393284157, 27.888034866858852, 28.044600258465838, 24.57876466767516, 25.361219618396753, 21.71082666508278, 24.769620015479084, 21.47825961425992, 23.54076629433449, 17.933896041076338, 17.94994117625757, 18.28261209353426, 18.94736169308196], [22.346154554193166, 25.355050265373098, 25.852480753793337, 23.382369933341202, 25.91612115429421, 27.648117166321917, 27.988929042153117, 25.362650549609562, 28.34192939640679, 24.758797960595274, 26.28140455636557, 28.340053462776353, 24.853526569566736, 25.970288852041925, 25.43828052921092, 26.38128612261391, 24.472238750041182, 24.1728081867895, 24.548131502826983, 22.3058394065923, 21.068922980224812, 21.25412988954635, 18.527661428421425, 16.077074052419754, 15.494352879348327, 17.090087731519326, 17.308479905849016, 13.081238707863577, 15.437304702251543, 12.279630835282392, 13.515625977714414, 12.896348894940003, 10.535665764348003, 9.736230419479488, 8.130842123800786, 6.8721416865253495, 8.918583513121863, 6.910485010585163, 4.726059882652899, 5.2280644379756325, 6.271973902641291, 7.31194462391504, 5.977681237205758, 7.1693916644394555, 8.312305931805692, 6.907435385822153, 8.840688578149063, 8.461948489052206, 8.522423435253746, 9.86453136396737, 8.658208563087019, 12.19217389014812, 14.235739155138212, 14.464491234752614, 16.905560924952468, 15.278134753652648, 18.78130440451926, 16.756175417060916, 17.512176411252355, 19.04614775761025, 23.156835234030666, 20.391131958984317, 22.0365254460822, 24.659500797134534, 22.149825384933457, 23.783572489845696, 25.902383272603867, 23.15870118758635, 28.108353130776667, 26.96642351042738, 28.719528676731805, 25.982532333835856, 24.55622497675883, 26.651204942621078, 26.291931000882037, 27.535690759141467, 27.357660601598177, 23.818438488063144, 22.467200853665624, 24.419851603863712, 22.88581371031663, 22.59710894186052, 23.10986660701677, 22.034739094535922, 20.138140074355228, 18.31143796217298, 19.521214531016366, 18.837254387881963, 17.18278845278418, 17.14613505996117, 11.552802862176382, 15.01675482103637, 13.023297942199784, 11.173519800154628, 10.600548243614025, 7.632979183354582, 7.134930042442627, 7.50054537583539, 8.887024764908919, 7.304720381840184, 7.0169691618814305, 7.571587385680946, 4.979127422154774, 8.159515497745517, 5.882496278466273, 8.655289924989209, 5.279138181026096, 7.178827588947057, 7.656478515640617, 10.706355692672837, 7.627893502239057, 11.100067408965383, 11.199948782664572, 9.479674880056276, 14.556723099043927, 13.887261619067607, 16.28326994672294, 14.625885508146983, 17.026873463956413, 15.501229315164736, 16.38955575449205, 17.682446410098596, 18.285273031003875, 20.665217005336594, 20.2369786504522, 24.430211929375968, 25.654704519674677, 24.030334873800946, 26.143710763194022, 27.514188675650388, 24.63860277666245, 28.460389102005, 24.406384938670925, 28.347775115156605, 24.66051134762561, 27.9326714982973, 27.382259053804432, 27.54878611920427, 25.651351304134643, 27.80513794566119, 27.343729735145878, 23.311751015501322, 24.688886117565254, 23.528866555411962, 20.804356285706326, 21.682927780153413, 19.468477590593753, 19.96119441972221, 17.03350124328324, 19.80471946853204, 16.765199105453828], [21.874318760614205, 22.539601914471525, 22.419102618917243, 23.910240576048807, 25.143754033688133, 23.990852084048377, 25.38052388608983, 26.042966345818847, 27.45226851242741, 24.18918179041512, 24.31828410592538, 23.358064595095733, 26.267531796774747, 22.660367235581308, 25.379393891284092, 26.383214096822122, 25.631633757766558, 20.95473792987191, 23.204436585682792, 20.371553109022926, 21.064372262946907, 17.427767101493117, 16.620592149760117, 15.470419142498526, 18.41265038889758, 14.582654685011425, 12.413790088411087, 15.457060251683838, 12.800005635493287, 11.563753081481142, 12.578215789595141, 7.810502532654747, 7.288184658646951, 9.79921482382728, 7.11377839781062, 7.90715383757292, 8.88431963252996, 6.947827937494247, 5.6727195965719615, 5.2107819569362235, 3.767220390800966, 3.8068605675308627, 4.373706719500311, 4.763214879948456, 5.332816285168316, 9.057032598225483, 6.915987031569237, 10.357364905897292, 10.323000226776404, 7.408673222017539, 8.712861423166697, 12.149173373829658, 9.811757879563826, 14.74332648432317, 12.313293899344856, 16.150059850015186, 15.53315452412596, 15.65821616365556, 19.28806279048255, 20.10612330807001, 21.361977140593186, 22.294714491925024, 19.684762365170517, 21.196385910374385, 22.690115324017047, 25.319915391216412, 24.454023687342996, 23.363667551970877, 26.692979236063202, 26.65654989451079, 25.476294388416775, 27.340174665800117, 25.70632294987284, 28.020113607287648, 23.776326625035935, 26.319163890767882, 24.63066715325352, 24.27194927052778, 22.26631635149066, 21.48384946921322, 22.7602056032627, 20.149846774788916, 18.46728859806136, 18.77769922023925, 16.598693387554064, 17.590411796119525, 19.37977099822879, 14.167261810037019, 15.047705069107057, 14.44473508178674, 14.99755986524795, 13.387073062210138, 10.472876475716033, 9.478177941889628, 8.630913658062237, 7.341708982283816, 10.422318174644847, 6.105756670910161, 8.934795281232091, 4.448643640513201, 8.818293059422095, 7.976439565076927, 5.725666097542044, 4.271716845603722, 6.899148231237174, 6.351884752491972, 8.202651529662301, 8.230138168311042, 9.208297628630515, 7.841199564596101, 10.000898887539584, 10.726335956149583, 8.950896304071865, 13.052788927161679, 9.755008830483847, 13.81139976473511, 11.057418253288212, 14.447825586786397, 16.91945544359615, 17.075567185392266, 16.58635796598348, 17.690352183424082, 18.567925920935796, 22.318418413401726, 20.375012845913105, 20.857144362511466, 24.254184335034942, 25.649383615639927, 21.85480912077545, 24.989194510773924, 22.626469127240362, 26.3481497272196, 24.87157032155055, 26.809407992374528, 27.890618207343184, 23.607348664142286, 23.552981837744692, 24.704558340371314, 23.956968906845653, 25.86226036324028, 25.26353880696442, 26.255017611858612, 23.154435413313994, 22.493254274538558, 20.626655546850124, 18.626089486761785, 17.367167008500438, 18.544825070740764, 19.392096557978412, 16.06378103796601, 16.268519466632853], [22.69422563361416, 22.764083917693515, 25.158083046436893, 24.64199090004082, 25.16060567952995, 22.53397313034084, 27.35453217393161, 24.949199500461503, 23.599469373068978, 26.998340895012923, 26.01897301658555, 24.892627517473304, 24.273524215536426, 22.20161464695481, 26.281748269498465, 23.563172012520983, 23.383193443070706, 19.61512320018777, 20.220031236460464, 21.17742363015848, 21.17895857330776, 18.743052710258393, 17.71595767298222, 18.84101247386795, 16.090916610804307, 15.402771436418082, 13.099232467684304, 13.062757320340431, 10.68294161951659, 10.84114901085661, 11.135441496487239, 10.016004677984512, 9.757193866118369, 6.42960927112537, 4.833585283402795, 8.289928066648688, 7.270532083242841, 6.727382838912996, 7.277273452883179, 5.238157093596224, 5.346411022649935, 7.634245673929702, 3.718984023470014, 3.7750926682057475, 5.995674256988701, 4.280014568938562, 5.056452414038785, 8.144579876766333, 10.644584777754059, 11.336080870214364, 7.757414836917593, 12.994882028030316, 10.718220138104392, 14.948659488395649, 11.306293976393977, 12.932831818544432, 14.253722532500287, 16.57668122674295, 17.781671744255362, 16.951128233924294, 21.83485845982044, 21.35789764145249, 22.284820019012813, 23.737354778255472, 25.081205434943826, 22.681247659042363, 21.64823157367902, 24.661074281880577, 22.298846279846707, 26.78271209159115, 23.951732721576658, 24.435586675878753, 24.653609918342163, 23.498546316460505, 26.526549588714882, 25.668858132989538, 23.602965126131572, 22.95009912398724, 24.132313528781467, 21.73834527159281, 20.303406803996808, 19.504452601967483, 18.051666635311214, 17.873612980518843, 18.20252696717157, 18.798526725743397, 16.08320955060956, 14.356664892907947, 13.27150536904271, 13.66237314074864, 14.83771601593159, 13.844405311162173, 10.565815536809414, 9.116756475536885, 11.23350413901461, 6.826783116777675, 9.321500535761167, 8.502540421849782, 8.618881563699603, 4.852573469882037, 4.902474957430455, 7.240076515392458, 4.400855572414676, 4.000700713318081, 6.376042722589407, 5.826591743749768, 3.994260171879583, 6.18720963544836, 7.970748443321649, 8.153086578874438, 10.111466778336347, 9.484004054663643, 7.1271093215067784, 10.778558375926458, 8.593923206323987, 13.213832336009226, 10.654282498924985, 14.972388340426773, 12.259978783371942, 17.24081499299873, 17.97123912630501, 19.3494959270403, 19.803796185878248, 17.16127328216759, 18.24293896241917, 20.86455166026567, 24.23937989791888, 22.653129176028067, 24.280267055292953, 22.683294016625133, 24.534265926003116, 23.605393140741473, 22.92298342090642, 25.954488351083846, 27.80634275198366, 23.508791492162118, 24.367228381884363, 23.504380861102092, 25.372755227965676, 24.61825588074216, 22.508958963882804, 21.561400135298058, 23.59469779899188, 23.36411644914746, 18.58546681515007, 18.76791156087721, 21.708386470213796, 18.478287797407944, 18.391590897920356, 15.335456360296506, 13.73440677309344], [23.097488379778255, 21.903182040152885, 23.635445054404418, 23.107948665177748, 23.925582691163008, 22.387997410366403, 25.39166576352231, 25.754542250727013, 27.10381440046283, 25.591799047809815, 26.629995373163332, 24.156736272563165, 22.078907226483757, 21.90223945942855, 21.672888672106293, 21.14965045906302, 23.794073892203684, 23.874347894704183, 20.436344379265066, 22.05994855504066, 19.671860508094376, 17.10872959066632, 15.478490356171381, 14.517937789925291, 14.363264418786812, 15.663381357788529, 14.307748446123025, 12.251041079623379, 12.69864104633043, 8.874087590492525, 11.212731511755528, 7.57477490551298, 9.190719378641912, 6.559596484074786, 4.100934777786726, 6.092528786532682, 7.649266994194754, 4.922824497169684, 5.583288363151615, 6.175075774000103, 5.19170860218675, 6.343809684565753, 5.438668962235809, 4.499600252585157, 4.909634133306805, 6.463057428833524, 3.918112734357745, 7.6580443959063675, 5.209031586968897, 7.831286696138993, 11.111828131969412, 12.386803802087332, 9.969611925828245, 9.562498105467375, 10.930880848456095, 11.903958744254426, 15.835088825370294, 16.824564968537423, 17.75992277967908, 19.94451901766505, 18.195420780199434, 19.08025347642036, 18.46993437624821, 21.44025602807551, 20.134500233522708, 22.86082399110565, 23.270135398949872, 24.237060882141044, 25.99176279694706, 22.316193512621105, 27.057369516908956, 25.234880708521477, 26.18006646562813, 25.801172829208994, 24.849974715309095, 25.516294087056707, 25.004326170558883, 23.49527008549991, 23.932032861749953, 20.832000992391887, 18.76636618081313, 18.66268515173619, 18.23746379567757, 19.610401592548676, 18.762743884963218, 14.74068563196549, 16.903388676549433, 16.20565346875158, 14.866246457874308, 12.765965919680845, 13.731420464928199, 9.123632593738357, 7.6655159243944055, 9.189845425196673, 7.539165667101989, 5.332739937571116, 6.807601386079334, 8.22305280246692, 7.852979970430094, 3.0600933004256223, 5.2401619955949705, 4.8129395480223085, 5.229157310230544, 5.128588676858664, 4.494785223619271, 3.156478674197748, 6.653567781766716, 5.3488585712293695, 6.986640994609209, 6.127475206294687, 4.813735786817846, 5.320403949251167, 7.5174819999130875, 7.41554089663045, 9.573674233661354, 10.553797431278934, 11.616450087821082, 14.098441700585791, 14.644702825287057, 16.206933153321547, 16.471139603131054, 15.17092015757419, 18.24694555483108, 20.173852853031498, 19.37384411483588, 22.35505967007419, 22.821396083210367, 22.3784425862902, 24.94398760456861, 20.966554046301987, 22.306781243289322, 26.513625569487147, 23.182761226026926, 24.90381507294163, 26.77710384533455, 26.07578536943395, 26.714614529831504, 26.31975898577398, 25.628051364938674, 23.74896641562571, 22.58078233491867, 20.43154077505076, 23.681680272521145, 23.331307903863575, 19.32937249118938, 21.856696856942634, 20.634067004053385, 17.435775008154277, 14.340573312167656, 17.172222126043756, 16.85128545900517], [22.22352951380258, 21.968593856816675, 23.078064491061994, 24.90881293501964, 22.01141123950414, 21.628641672421317, 21.3532891648141, 23.537784203777964, 25.604639647513196, 21.75308132344405, 26.06801255857989, 22.16603423020124, 21.36987320624265, 21.314361208240545, 25.07578127086533, 20.714398588930273, 23.070279539152228, 18.961400964899383, 18.89269733507824, 18.636605533774762, 19.819381145468583, 16.87977592567368, 14.899173027515497, 12.934561988044829, 16.240736485675313, 14.702416895909536, 12.26704721798976, 9.67463549144275, 11.061673569304501, 11.249345644842379, 10.341637871723933, 9.336221730152605, 7.0480906119887585, 7.534334440025921, 6.001559929629313, 4.469776077411302, 6.841729455930748, 4.768938845331197, 5.142468729547444, 2.022783772486915, 5.935655674122023, 6.166676761706498, 6.263337184858736, 2.2047135854448943, 2.863721347246969, 4.854618950887765, 3.574360577820589, 7.518540578659662, 9.268587072809297, 9.892220785243218, 10.375837429638059, 9.178684895214115, 10.757802043455007, 12.237880576155876, 11.975769660088808, 12.693826141971648, 15.476003412710982, 16.463023042846903, 16.28325324053162, 16.533617673803136, 19.64504115181442, 20.04076368019139, 18.707460891673584, 19.513896446140663, 20.116546116051936, 22.626823869316503, 20.56265346454453, 21.961593261815615, 21.538766164197035, 26.04535053149843, 22.750998871422986, 24.137215793649823, 23.556090678073943, 24.783643742101447, 21.65424051672394, 23.128233325385047, 23.877635891286637, 24.021727700182993, 20.801379463801826, 19.537186326274394, 21.051207137985443, 18.299607070247554, 19.168326826271723, 16.322594969888424, 18.04002150209779, 15.41197055661566, 12.774020977323378, 14.622682776872548, 12.354721889627076, 11.35783655148701, 9.616852293170263, 8.106713516161655, 10.271133361764743, 10.08639622824802, 9.401010796438513, 8.373174917785057, 5.3461795581198395, 4.824780701918103, 3.1518524223890276, 5.384725235258457, 6.143601999527879, 2.469633426872533, 2.0715015238590313, 5.000987876121155, 4.536582788796281, 4.77071741418968, 5.1618977055264335, 3.6187103379252825, 3.978038337465769, 7.255761523580052, 4.419989716658325, 6.426242870928476, 9.335653676025842, 11.178894003946258, 9.061413888604552, 9.37866190257511, 13.957329537633735, 14.89193547842999, 14.29118925392833, 16.619297901802373, 17.539214932759606, 16.617397146079256, 17.790561044229435, 19.94795088040592, 18.26061341941787, 22.09689587298258, 18.626324035181728, 22.41025972523818, 24.529070738182227, 20.87447127836522, 22.18714509653472, 21.811434423651757, 23.944505160968713, 25.126840066213223, 24.372588511909175, 23.90726805987432, 21.83555874162924, 21.2500154261136, 25.42041652810493, 21.31978094543799, 22.794200701271123, 22.81632203933993, 21.40751785873059, 21.397767624812015, 18.837694926590753, 20.705313476690744, 15.4823883720725, 18.160425431370122, 18.140000602437382, 16.868072218165814, 12.3498247140235], [21.546988003465742, 18.411494660636787, 23.055890766117784, 21.722146410418098, 23.624041199012716, 21.56076227100313, 21.006704535037137, 24.627424770956747, 21.747038361629215, 23.862363040305112, 21.790796702602222, 22.15450344996971, 21.776900840043957, 20.45101704108408, 21.445728106396682, 20.297336790507615, 19.485698963554, 20.34358421930871, 19.266041768219814, 18.04959370651421, 18.319262670831407, 15.484556930499172, 17.56387719861109, 16.7068194491305, 15.935504297191335, 13.472888470894096, 11.914302220782302, 8.765712724816183, 10.313406657243789, 8.852190530830896, 6.422892525332912, 6.402467219150344, 6.5897181432450065, 4.476496707924266, 6.932164657322906, 2.8695421978285918, 2.3142102380747094, 2.327971130626401, 4.790357052855217, 4.2141518190199285, 5.1492958920772915, 2.3959515801977425, 5.18283930293714, 2.604501232838226, 5.37218481509421, 5.038865311219888, 7.583842186278308, 4.563150736935192, 8.617195457142534, 5.24262790284625, 6.315918474254254, 11.02380233682774, 10.656720220706791, 9.677817222297634, 13.324285549539368, 14.611573187017633, 14.849056133247462, 14.807166187419025, 17.09428642131104, 15.835520981648093, 15.692520651860002, 20.262871908684097, 19.860944703534585, 18.460354302002756, 21.36515164817473, 23.153729985388225, 22.93710263201657, 19.899187797006412, 20.310613393225616, 21.369504041017002, 23.600458410909354, 22.966770571641486, 24.29002533686881, 21.87476956927801, 21.983637375597326, 22.5655315568072, 23.88134100269289, 20.229739305858807, 19.41867621004799, 20.74267363651093, 20.455149516836496, 20.90526708853809, 19.254449966781493, 16.474688981750397, 18.57379991139065, 16.973622722673667, 13.238599308328531, 13.202974722463818, 12.729586934775847, 11.434690115248525, 8.816576490842344, 7.249919556921845, 10.616843224293804, 9.5363036882288, 8.515470495846337, 8.679744805109333, 3.5645230087824045, 4.124397399772444, 5.916873203779714, 4.041932127834659, 1.657830492438027, 4.9234141023857285, 1.2685326181781988, 3.6669064368007813, 4.434447187268634, 2.75734597513501, 4.123148991776835, 4.455154263156474, 6.759311958472233, 3.551893562093632, 5.675499288526658, 7.8940169741001505, 6.935676270008697, 9.318707379743156, 9.762860504301912, 10.239417321024169, 12.703385608062925, 11.272062810983952, 11.594605489854754, 11.389870370542653, 12.89903362820847, 15.808299897578767, 19.00448401049246, 16.80533463990264, 19.097917757248435, 18.497205238476653, 22.304277884565096, 20.68058041056426, 21.207535167925364, 22.145112976914863, 19.987399305411575, 24.65472230694302, 22.436037729042322, 23.988646897387667, 25.787740654037044, 21.473594991692643, 20.967873742878187, 21.661301131088294, 24.76953720621278, 23.220429266311683, 23.10797997220957, 22.860526469323098, 22.557272858669716, 21.647758857963293, 18.44158703996786, 19.54735047554761, 18.6355326921464, 15.55273925565071, 13.018572153613562, 14.690459592578943, 11.628586109845084], [18.337955993877046, 21.414659821944262, 18.40874440798703, 19.37048520814483, 21.304527110806898, 20.684821190014205, 20.544651227288135, 20.715068046517693, 20.62764669845034, 20.704926297189775, 21.678624452735086, 22.079697760957615, 23.55186175547805, 19.687511041754725, 22.41888933059652, 21.129724984937653, 18.34148601797859, 18.71553674620707, 20.384691711401054, 17.329923004464753, 19.044533224032108, 16.090539147549112, 14.981263588759898, 16.375505259570815, 15.45907058145372, 10.955027647322655, 11.007094643857458, 12.04958072824207, 7.188581722630991, 8.173448996752237, 6.067848283248972, 6.481573326432378, 4.662001198525667, 2.9846859442285734, 4.499809615926426, 4.088790532595876, 1.1219319224219007, 0.865185601566802, 4.5975589137019846, 4.922386718777784, 3.8652104503159634, 4.434035093349456, 5.300997764791021, 4.141171213776689, 5.351527824738991, 3.297479808233798, 6.611298046666343, 6.745432547212399, 7.145282084287382, 8.521556982199948, 7.858351413767738, 7.547427271140977, 7.356405689932995, 10.030621314284659, 10.962280634224854, 11.176919458689433, 15.190689263254008, 12.291337615772349, 12.561825240519918, 17.18886267031521, 14.73144098891031, 17.779266554479104, 16.786425853216368, 17.856728310497193, 20.66761506610277, 22.704506798563877, 23.13599319912203, 21.715862653430687, 19.957127650120427, 22.00430084324337, 23.164578446335565, 20.417562204856083, 21.861419126688382, 24.06388208335435, 23.848620112091332, 21.75648744011876, 21.549041608064275, 21.18035959766489, 22.386518533683333, 19.84301672833889, 20.205727877129235, 18.212334438003317, 18.33489080585541, 18.05169985108494, 16.130298312831705, 13.24259201352959, 12.753775214959932, 13.35756490816285, 13.465818766905326, 10.85881685108291, 11.740543408435045, 9.129668629247995, 7.223904319688511, 8.86049664276538, 7.927393127926266, 5.667985134691822, 6.270762339260311, 2.581727415691277, 6.296320244108005, 2.064590986787822, 3.9982652628704045, 1.3775404074104731, 4.0749551819070335, 0.727600066587355, 1.748959053529921, 4.46235350998208, 4.8853817390423915, 1.3849869592852286, 5.275808099995897, 2.70266226601907, 6.050827556610978, 6.7158722223754195, 5.518492973137125, 7.728498541054462, 6.905860879199144, 8.102229990059687, 10.438651040932498, 9.520415206707728, 11.927022161792571, 11.114213428882067, 12.765728051208127, 16.950744831858067, 14.951357619091445, 17.07454623923647, 15.658651931889253, 18.607520746464342, 20.175656648884164, 21.082041829969988, 21.041246564899335, 22.589832928787246, 22.569658188742352, 20.30248852650122, 23.00651772537581, 23.64830729037636, 22.305745467342796, 23.4671083867278, 24.26039581532295, 23.679337818814318, 20.789544219543213, 23.255729990956155, 22.2271169290422, 19.60875207468814, 20.91594238201153, 16.8482674704641, 19.97985599286896, 19.842303647819243, 15.709372749197081, 14.717223053032509, 15.862574256383615, 11.359046969783819, 10.466896688842333], [20.12422510607807, 17.877202626197594, 17.809134644627363, 18.728860176988057, 20.819685697250204, 19.100978731838893, 23.311819322826814, 22.55547969709073, 22.36640182077449, 24.085364960494424, 22.98443995620191, 19.805555648315067, 19.86592142776442, 19.83368107177656, 22.370991246520692, 21.35813440614366, 19.19515249685169, 18.16289691084264, 17.482268020080873, 14.988711925080077, 14.954830059600448, 16.385561928275447, 12.303930866165732, 15.184552618822474, 12.695866198263452, 9.572921305552475, 12.84620322533754, 8.08836261480015, 8.044125165565553, 7.29576509590128, 6.0379929792932145, 3.4713210895914832, 2.728891148872293, 1.972086229693696, 2.8699608105261873, 4.975928475183128, 2.01346138463089, 3.529465622022217, 1.12051102449235, 3.336957924975751, 4.108893004718446, 1.7656203527906218, 0.4975293722811873, 0.32199495274736023, 4.487282289239816, 5.284085909450935, 1.8429288423173453, 5.055844362432305, 5.392090218311967, 7.642324197778204, 7.11657428852766, 6.5299870876589035, 8.12440538373265, 11.504613859981, 12.312224367589756, 12.637011912164809, 12.963460441418441, 11.462248544692745, 16.720816334313177, 13.083771689333457, 15.925970115770758, 17.815991721268052, 17.611273257687465, 16.525898685873067, 17.569832059394344, 21.747513860317724, 20.20816688081913, 23.285836918406375, 20.311091172492922, 19.82849702657256, 23.274373121985075, 20.66162687056599, 21.577018873201894, 20.209189836813458, 20.69299793269152, 23.536576565446545, 18.808195739409506, 20.60256394763361, 20.262442248825472, 19.7858101740182, 17.669553857048097, 17.100217533652714, 18.970663116120633, 14.004291408297583, 16.605436502280465, 15.77685379035713, 14.28602598945417, 10.044879785943788, 12.51018825715858, 8.582942273215215, 8.605499932912062, 10.228865834339182, 6.114332155990661, 8.708243090771994, 5.040814990322325, 5.9610685850001355, 1.8576324502379489, 6.109210518593642, 4.075457894226248, 3.9634592646100417, 4.60660894462045, 3.777438012105791, 1.2090212280593065, 3.275388533712573, 4.563197202081394, 2.347080935654219, 4.206693288250259, 1.0891930881473364, 2.702500810076967, 6.024267453455283, 2.2494876502356043, 3.400405707579761, 5.248467021329048, 5.1610013805840875, 5.671662997444485, 9.64927341882596, 9.641498890066995, 8.090776645217677, 12.577539914333876, 14.422239003565421, 14.94953986169486, 12.974307154999059, 13.74228823873277, 14.597485978991156, 19.144723093892352, 19.43688231809283, 20.806984897744165, 21.518170813365536, 18.594788128984696, 21.379798392432267, 20.446545166246732, 22.671606163432727, 23.898488458780434, 22.804535898778873, 21.224725848344722, 23.22035587834674, 19.65159376422435, 23.241870770939144, 20.815875932083117, 22.837958286371627, 20.461576021733165, 21.330629458709428, 18.22744133536453, 20.726679266161675, 17.10845959772825, 17.327682772831473, 17.04537165179989, 15.36117648775486, 16.18052067940035, 14.363428740268656, 12.849385010443651], [18.25517218280416, 20.019618423042097, 17.40318285182822, 21.887666122056775, 21.31257765554055, 21.065732401458902, 20.8054061188356, 22.951847387103257, 19.388014732896302, 21.415652595710515, 21.443404969368178, 21.290604625386813, 20.614393370186583, 21.581405535587084, 19.987837300468605, 21.40637247561228, 17.247412510526942, 20.11961147983017, 15.400909982676405, 17.15533433770362, 13.099389562254872, 13.90816848188406, 15.774659780853263, 12.93260892680002, 12.84666954909028, 12.193329195184106, 9.264194078043333, 6.677161388913616, 6.127415386179346, 8.381610588829265, 4.267932671542536, 3.902002649382866, 2.8268878019516555, 3.2726914990041704, 5.004439675945074, 1.0071460378012151, 2.2294014268843165, -0.6364778011994883, 1.6230896200798703, 3.090230677389962, 1.138906055504215, 1.8085015137259646, -0.10364553433012524, 0.46695357387129555, 0.7926299799133432, 4.436474431345408, 1.9064992745823215, 2.9065846555657657, 4.189037826429415, 4.129890053684461, 3.8057191130706576, 4.693980072049678, 7.170701914705491, 6.429780937620494, 7.712516526972298, 8.166019477622395, 9.982529722281667, 11.741233282527421, 14.795070264767222, 12.26395614983322, 17.433978817450093, 16.06254036061057, 19.141429024246175, 17.029952952180647, 20.382727593747525, 19.57158934794279, 20.273853061001468, 20.248082128094232, 21.44763062222762, 20.28141078566907, 21.082107614742966, 23.38272495424461, 19.447740826141498, 18.925273245050853, 19.498169463308038, 22.79116408974643, 20.15966148479898, 19.36007943434999, 20.340981112556157, 16.71137436503347, 16.246047001471723, 15.003991500220021, 16.194795283506906, 17.561839722362464, 16.970025582531086, 11.900438348976634, 10.221517483823595, 13.201990107360166, 8.575476660210985, 11.363512594796484, 7.345366521725575, 7.6743695710609385, 5.799671527456867, 3.7824020388143813, 6.058903798647739, 5.454248821426809, 1.4256007634843648, 0.7101235713718417, 2.03142411442406, 1.008691729484557, 2.3621289083162456, 0.17217097976563345, 3.223510988226402, 1.2812725549081225, 1.9326722790623272, -0.08211880806771887, 2.9456285271563987, 1.2749990043684836, 3.034833033048976, 0.9343110003813333, 2.344984768381244, 3.970428815537538, 3.5627066679479604, 5.6103530629489375, 5.943387674654588, 7.000867186485449, 8.951016961404404, 8.806762381838706, 10.808072838433768, 9.51637780673561, 13.524321252785477, 11.47696621725586, 16.87289954186771, 15.34362813761361, 19.022548792761338, 17.66744913734833, 17.65751851017804, 19.120775291527252, 20.06679272283479, 20.73683203672806, 22.788360316696902, 18.758978412079543, 22.335634117899474, 20.020040707349455, 19.865099653599614, 22.676034691083782, 21.404979181778938, 20.753091824553447, 19.71015310257476, 22.52368667317266, 20.600537175692274, 18.125673955376744, 17.06695467613051, 16.43490647888219, 18.800426771683593, 15.808344903932039, 16.74389149675756, 15.691404159899914, 11.686136594657011, 10.352448785863745, 10.13802539278074], [14.769389566758825, 16.854616336120706, 16.249648469028365, 20.48384626932773, 18.325316430069947, 21.645673677276, 21.95163170429569, 19.31203361740793, 21.3337002047542, 23.017090736282675, 21.87818670876049, 20.408187217110726, 17.790858886265102, 18.965473349235523, 21.264043309722396, 18.134973775848763, 17.80988852798243, 18.668448182674023, 15.175654515989729, 13.997871069893083, 15.074098475503419, 14.914627803201556, 12.285014903246367, 12.130101101753215, 9.170587504433039, 9.72751171758462, 9.893603128087497, 7.085588192424858, 9.334395217127625, 4.822513919086166, 7.093895265602836, 6.226701981253612, 2.396119755715035, 4.376245165257712, 1.5290344946986565, 0.6195785035951449, -0.9458864233226247, 0.7183116210626181, 2.703908511302533, -1.4458888841339395, 2.6785601879698486, -1.0200462528053098, 0.6217420794146022, 1.837199270044362, 0.9849019388594744, 1.261427830100228, 3.4036020960691538, 1.9422052515651789, 5.435658439251678, 2.386981034830992, 3.1725607222796866, 6.272807673775624, 8.863654453314819, 6.605575090921453, 11.078433469893572, 10.741878117419361, 12.868649401601953, 12.359446992416993, 15.057675311256126, 12.088308584631651, 12.363005234995498, 13.862645411602132, 17.10558631336259, 19.654969011848053, 18.018614406770173, 16.558874729041328, 17.264167262380006, 21.823343294429193, 19.991575252785697, 22.478971413955485, 21.238563105963024, 20.241979599625548, 20.506694733798646, 18.614346678629875, 22.492489812008124, 18.003201618806333, 20.84180222143614, 19.590462945924894, 20.16645346627811, 19.959144124691406, 17.15300589569512, 18.90214662888658, 13.781633072473817, 16.74114405991431, 11.646405147775237, 15.063893359982615, 9.621851232428252, 11.229718070180883, 8.421279970380107, 8.579840624983962, 8.169545407224017, 8.672988246432649, 4.892008905447555, 3.3690666869569927, 4.9282685321637905, 4.65800481385374, 1.5224756233924346, 1.3043191634580715, 2.001198968708467, -0.8798659956844421, 2.760477821779948, 1.8573000461156965, 0.3123633790377909, 0.734787525911349, 1.3209512036181916, 3.2519096875323372, -1.2814875097171274, 0.5675681002174073, 1.130545168258994, 4.057330686844072, 4.324291022222977, 2.0356662837193005, 2.1549073185432466, 4.154434447514193, 6.747037928099857, 7.1703742936699655, 10.507548872025275, 10.448152004835858, 9.194060623789523, 11.376202102600631, 11.769295809043543, 11.929066241928489, 15.67523287375526, 16.64438948827374, 17.773367454973886, 16.75193585360265, 17.47481635085998, 16.8750695809445, 19.139778278711674, 19.773010721059073, 19.65260207733239, 17.7609589559493, 21.74522184581061, 18.44895615729358, 19.86484597622107, 19.063677900614504, 19.271428539001953, 22.740076048277167, 19.34155041983758, 20.876894969004756, 18.193610372313245, 18.028145278994316, 16.554643857377314, 18.81955324745305, 17.893123426652764, 13.847089938168414, 14.893083385914007, 11.287834469908336, 10.899765526338477, 11.833786646871507, 11.855143114709907], [18.513380596108902, 17.82990990404273, 18.165584633573086, 17.13630867151492, 17.5217423016502, 17.43677399595369, 17.424795119452796, 18.270175591154615, 17.76013605141872, 18.430318484436405, 20.400582554592702, 21.680433747320173, 20.962259597517857, 19.52053424018231, 20.37046586460766, 19.974081324279158, 17.196016932928543, 15.343731704553864, 16.70275064365704, 15.329884260934616, 13.479708228163439, 15.021385925673192, 14.004531760724046, 11.53426862586787, 8.333781574279879, 9.051282704993955, 9.737952059660406, 6.657815581672654, 5.5661532732530645, 3.821521511873925, 2.6187104017683804, 4.355334508751058, 3.4663092556541413, 0.9854577612798998, 0.7783835784687856, 1.876999074219599, -0.2896885639361937, -0.587774976473689, 1.9326411278211602, -0.22871053115585127, -0.09208942249107999, -1.5825638765736514, 2.186851565158821, -0.14004659593612345, 0.7568978385361298, 2.1536224909448682, 1.3502389325783426, 3.1121935335394504, 3.3844189903600395, 2.075159156856004, 4.190529001461595, 4.28439740378431, 6.4982126417806505, 5.578872123194909, 6.506593401904807, 11.030108499403228, 9.340563885780853, 10.390879870472101, 13.546231158496585, 13.15740484002228, 13.453296883586226, 12.727833410801265, 15.767555770385748, 16.540510940253473, 15.347390247430871, 18.44348558502982, 17.36634838035458, 19.745858112944653, 19.431091132660196, 17.687998766476586, 17.767005491992336, 19.7676642288846, 17.652361196127526, 18.661267217478027, 20.50772085222676, 19.151963756810993, 18.342458646717997, 17.89356483706867, 15.544688114841158, 16.702932146100796, 18.965669722602136, 16.571247540222615, 17.060199645598765, 12.31656552313385, 11.15471207408498, 12.93798952940433, 9.683954737569794, 7.9694769748946594, 8.356292197593415, 8.288042620922742, 7.128595168885362, 3.959862844363238, 6.839118501621388, 5.9383403339181715, 5.682232761283828, 0.5767860165137186, 1.2709190457979922, 4.236515040299894, 0.5740007420724957, 1.1238859924783444, -0.23193820052314607, 2.0964718782011227, -1.2804624916412948, -1.3993327356854444, 2.595965412462716, 1.7631537889754245, -1.0043278859032707, -1.119870505709832, 1.0030677399847878, 4.293029334684329, 2.7013544782034735, 4.263498473006383, 3.020927994414336, 5.602545185260238, 5.124726582077223, 7.249739823170607, 7.105150586695009, 7.450859620288412, 8.910147664864542, 8.518274955090495, 9.998030039727004, 10.082751232233212, 13.460783296266204, 15.618629220260633, 13.023990599609824, 18.367986579167344, 15.260507239002543, 19.76673307565163, 16.841154672200396, 17.849949883765696, 16.78900145849761, 18.41907234923119, 21.72448867689581, 17.492673845177965, 18.03561848218984, 22.075824085804186, 19.143999323562248, 19.888083607165115, 17.234185242215425, 18.6461806233038, 20.70583229680443, 15.484891158620806, 15.06881866147458, 15.630108217326132, 17.30098532866529, 12.492826485708845, 14.610212697598474, 14.049836783044428, 11.056413756495681, 9.14317394045792, 10.412944643821554], [16.119313307374473, 15.84743223323037, 15.595340171315799, 19.101092949927803, 18.055018139303158, 21.148083112819695, 18.113081165784298, 17.265950167849873, 18.91801764667518, 19.328684505203967, 21.2638816568535, 20.389327617102424, 18.95871457406402, 16.89646976117472, 18.346903557211597, 16.628718329210812, 18.263680607450198, 16.042127951156996, 13.383899074980203, 15.3495610805004, 11.424852988095353, 13.991483867198752, 9.669348209170554, 8.308401615934905, 11.956573199338525, 8.017679401492472, 6.835510115195122, 4.9366696622477715, 4.089113276190043, 3.9489019082774366, 4.2854749282914035, 0.9759451519691904, 3.4982283368762035, 0.8549039300603241, 1.2308253654201167, -0.7208447695682327, 0.880981184384094, -1.5353610976759846, 0.3357118692644061, 0.9905626472460813, -0.6391821131708983, -1.4019519465659833, 1.9804439845508668, -0.702118866485657, -1.7184620821320973, 0.11013526555049857, -0.3398727385033631, -0.14903617361843047, 0.5134350181764553, 1.6179257069652717, 5.919017775771757, 5.0050066038633805, 6.571339697350773, 6.873141028701179, 5.850509911166147, 8.685372236854237, 11.364066782396756, 9.026900412282517, 11.971447842442423, 10.34097575572646, 11.513515606146695, 16.747801488166687, 16.725329679146967, 13.606236236453796, 14.882787281005985, 16.62922644466044, 18.227499692849165, 20.048511084846904, 20.812975121445255, 20.708134824038346, 18.206327764667193, 19.457689099517324, 19.734848183876593, 20.651465931720914, 19.87470041579576, 18.893449580772437, 17.863270383724597, 15.579365311925367, 17.379950718671818, 15.187788257197715, 13.55012030092989, 13.64578930471143, 12.220674282143113, 15.425009030044219, 13.433883581911712, 13.042671752263157, 10.726325252988065, 11.49578527033627, 9.224488619868401, 9.397594566282315, 4.536163289378303, 6.538111965804999, 5.489772735211286, 6.05898928124482, 2.4971289210680965, 4.314277620207913, -0.21840029836873676, -0.7428653611833731, 2.8486795376575973, 1.5769008260803208, 0.9160701229290424, -0.0726109882456285, -1.1435996035370266, 0.7990996171030105, -0.4621954904185639, -0.9936459363855885, 1.9743759120698705, -0.18291233189249212, -0.3712378859240193, 3.339935885799818, 1.6004566107083242, 1.0114789701891596, 2.74537905139511, 3.1753878771034936, 6.095820116879144, 6.800783701538655, 9.078797310703628, 8.722833111570983, 11.084861192630221, 11.710915980707401, 11.571458295473864, 12.505996962665053, 14.212844842993746, 12.856027741106011, 15.336466287068834, 14.323514974013749, 17.895856851331267, 15.188868360781616, 16.345044767374553, 18.293776123117617, 18.427086308306034, 17.22988785450941, 21.65812063595939, 18.887949864644302, 18.446712247328858, 18.810744025778938, 20.507161213520444, 20.70490386807313, 16.57942047675044, 18.45765386689067, 20.01477676056303, 17.947658739219307, 15.299345927189737, 14.157227993762021, 12.949714729769097, 12.91536042368947, 11.582425409645666, 12.323044788119198, 12.647744222534474, 10.759613125283286, 9.551490389580788], [15.546254168765861, 16.71977097641154, 18.976173444582987, 19.656148675033716, 16.398716045084797, 17.321791450065803, 20.353359119513726, 17.183593949392122, 17.948860523079443, 20.88662227442309, 20.40493783987571, 16.644797913659872, 17.79440346468293, 15.76116049136774, 18.886013743255646, 19.057909851736454, 16.76980298512782, 15.910159764285144, 15.31358610570598, 11.99252451508923, 14.713738856128396, 13.583968008521762, 11.484611629036586, 10.819414914404666, 9.591143087272197, 10.181613026858326, 5.863795510523201, 3.7449717339657074, 6.109071716824998, 2.534013807522654, 1.3844352758634937, 4.069461489225533, 2.0272858710822756, 2.191378539372921, 0.7852309148765162, -0.9521998243198304, -1.1780456912893609, 0.5905407297411163, 0.06310266261515629, -1.1994678600269104, -0.5580390860432196, 0.9350024226596307, -0.4791303128693247, 0.8104036778613839, -1.2261476015817898, -1.6344807929324645, 2.522853623751545, 0.8333916742326579, 2.0324648837200643, 0.9416230338481508, 1.1796182395008987, 3.9295556598730474, 2.789927523762066, 5.991979310549726, 6.116336631378908, 9.527077839124194, 7.110277881975563, 9.19100107211751, 10.07221598389751, 12.034518219167758, 13.105868207476728, 13.935525518429547, 13.467537810858325, 13.447662633530836, 16.107287966260234, 17.872866158494727, 19.64602874454734, 17.31981635102445, 16.046740619404197, 18.448407683431558, 18.663659904992908, 17.002646652593, 21.209911541942347, 18.407453599984038, 19.569121286511773, 16.430710553409362, 19.717104918592753, 16.285087768247884, 17.044133413034345, 17.152316869354927, 17.862140007881425, 12.610067755289062, 14.73345212864146, 10.544682689173532, 11.969229947471746, 12.536491684086617, 8.17151229052429, 8.99650573508602, 9.387973798503578, 8.426426182139407, 8.01910769951028, 4.617740176589777, 5.169171056801109, 1.9992046398725059, 4.567529686644902, 2.917374509924313, 3.4018415584905553, 0.839277965114503, 2.2369250128865863, -0.8217893147235493, -0.7651516672513292, -2.3505881722318627, -1.2613373133876884, 0.5351670518174299, -2.1404571971631405, -2.794059325232068, -2.085592075521717, -2.4407678587541373, -1.21944843614048, -1.1211772224304433, 2.379875089011522, 3.4864192342361084, 1.0439122386057846, 1.1028805258603427, 6.6838001431613545, 3.566625019074592, 4.008813961239114, 6.367261290656309, 10.128093782538537, 10.773199310754485, 12.552037760564668, 13.686445531025404, 13.965847444808192, 15.122945076663786, 12.349577351930616, 14.595983653183374, 17.21341703567049, 14.272523568410797, 17.49731563608604, 16.691136174129657, 17.515176636723005, 18.60358801966118, 18.297179420390222, 17.717506581730767, 17.984638383905633, 18.106140096285387, 17.048606446862987, 18.630621821120844, 19.363213266396905, 16.63617155405415, 15.447786176636464, 15.065239805791851, 18.23895569862429, 16.58742407239342, 15.336399535561984, 12.230030411807506, 11.720483284495357, 12.81528926748569, 11.73551923106596, 10.363680789881158, 7.001464909541562], [14.853693107228658, 17.189130754369998, 13.645025145807825, 17.138826652090277, 17.94003259935906, 19.063032789629077, 17.949067669157138, 17.469883263703842, 20.365389487466167, 17.37082768707552, 15.627930984255446, 16.228651736250345, 17.357591566901384, 19.632411640809668, 15.904266476479616, 18.3505767136061, 16.071233321113404, 13.607474084556728, 12.710439488395862, 13.237768432630887, 10.669018651826025, 10.947495189936555, 10.35433662999626, 11.16121645527707, 8.417145602161707, 8.612459229729513, 8.589116797099578, 5.887337987468887, 6.448216382113564, 1.7668404904341983, 2.0800177926334475, 2.3823735663859438, 2.1894948130134733, -0.5898478185281952, 0.17132313573922175, -0.32324311773352754, 0.2667587491331673, -3.7350665136278494, 0.2826702291730907, -3.1830932200107274, -2.728954240865498, -1.1706279117797038, -0.9226590248805664, -3.4227907548588306, -1.4245858932318995, -0.4705555458276862, 0.9987144658186757, -0.43516091186516626, 0.13341876230354366, 0.6471685269802165, 1.0205621718030429, 2.514749966861719, 5.009502232640246, 7.002784879822384, 8.905510270129003, 9.465014140963003, 6.514836701598093, 8.92721878398843, 9.83679837480509, 11.731938769825074, 10.077465414199654, 13.479299965495098, 12.199857405540982, 14.18029720295319, 14.991485548537096, 17.097168072023297, 18.53239057009825, 18.667210454427646, 17.32014895088, 18.163058858167947, 20.14463983176674, 16.970650496191585, 17.057503358892436, 19.154933261301117, 17.682917616959244, 17.633481616267236, 18.31189354440747, 14.648709530590725, 18.22507375390502, 13.274955875476078, 15.789580624962044, 16.036288763216785, 10.740532060603782, 13.845648233686916, 9.217494804393995, 10.47735665412545, 7.334792937668594, 6.600233091943032, 9.696268935299724, 8.215080508656879, 3.997187258561455, 6.123876246438717, 3.804643316818477, 0.7586702709782465, 1.648810560154267, -0.894332724616751, 2.5369100221094802, 0.3648680286222312, -2.6117773878730173, 0.7887551905182058, 0.20807032367343403, -0.09060022166257653, -3.748339021051878, 0.5861033576349222, 0.2355005096232663, -1.9652171470772934, -1.9007361891793515, -3.059664369828095, 1.0497052812648988, -2.24726980359706, -1.5038515794372103, -0.1572544911203586, 0.1710367704420772, 1.2226330240495678, 4.1946739070192525, 4.418948327969783, 6.699435507653558, 4.296013999938655, 8.730103031061521, 11.00827170035333, 10.031915250288707, 10.432057284043646, 12.038056406476525, 14.776740996041813, 15.609226804856675, 14.985119777698745, 16.11817958928392, 16.504924775687833, 16.99902577875412, 18.990117667402004, 18.038696994812405, 18.87133463087271, 18.848437756908634, 20.495658741812058, 17.89875128316151, 20.57847203867064, 18.869086360767493, 15.705398929760706, 15.013623156022952, 17.11947510927004, 17.17504243124366, 17.015545872647174, 14.476433861110657, 15.011987141699548, 12.395509660490255, 15.343458338154864, 14.474750531997145, 9.802615937779988, 8.527761836611123, 9.051708854690013, 10.484755100425811], [16.449684633988692, 12.832327098429744, 15.096137132208268, 16.786083351738156, 14.338270056959317, 15.341979991428424, 15.652546730529139, 15.834489425863778, 17.75280740106497, 18.677514975167174, 18.60124753257987, 18.51277541109206, 15.12950936005142, 15.574399075383138, 18.027157450088843, 15.85301369111636, 15.025021181798607, 16.790043765523166, 14.539714624452976, 12.504748742045205, 9.533533134197167, 8.445683395124096, 10.504570448775768, 9.805281962701203, 10.36108391952517, 6.163484980771782, 8.222784845756285, 4.411995877633382, 4.700155352685902, 2.9457646891134166, -0.1719021871588815, 0.8738296134669366, -0.2524147280234583, 1.1516458865413721, 0.9395276253083011, -0.45228229274026077, -2.7176208115752747, -1.883662924085769, -4.541399886146255, -1.7091281546750512, -1.5801960648560112, -4.290464456606809, -3.0509840898773426, -2.9798773365459663, -1.344649298748335, -1.664704454560864, -0.9530199949973035, -2.4592963934293124, 1.9778138751017185, -0.9649222211794299, 2.6073581745583567, 4.833741246470797, 5.954520107872649, 2.422794162512492, 4.095031178807631, 8.091250332464986, 7.128460290295084, 10.813444762197532, 10.583548150304763, 9.24746076360803, 9.62968149221362, 12.400509314779562, 14.304900450183569, 15.530047673772621, 14.999251333044281, 13.26359791627205, 16.749471614573945, 17.09670368909192, 18.079536368740428, 15.115853726261182, 19.776980311693215, 16.168127331110185, 18.081576703270304, 18.152814625573427, 17.265374759961404, 14.617999433559731, 15.794379547534565, 17.255016585016065, 16.943130009187612, 15.163506168186839, 16.14710273093051, 11.14673925066348, 14.794284005088388, 11.701789660051354, 12.114134758788929, 8.161816496232206, 9.573249879449236, 7.150055186234493, 7.388821112925714, 3.989292134124428, 4.31063085521982, 5.687611598158339, 3.9943716450387132, -0.12023490806082826, -0.7134448765673707, 1.700817798070318, 1.7604616215258346, 1.235542073804087, 1.015895406804919, -2.235441210070171, -0.053157738741642646, -3.5334233728067215, -0.8846115465601265, -2.3297964479932176, -3.236645545893902, -1.3869801771390353, 0.5248107500751118, -1.0541459950045713, 0.7466058797774018, -1.9134549795396882, -0.05358534828160444, 2.0513246520850377, -0.8314068256412224, 0.29382972901724713, 4.6052186500585695, 6.546465144661745, 2.8271705358866868, 3.5266062553951825, 4.993342181684357, 9.869689828415702, 8.106421107259987, 8.56561087055706, 11.279821554651694, 11.674793869384985, 13.472552507681339, 11.562334539039632, 12.024967673945046, 14.486006295882706, 13.668401088709032, 16.238129405241246, 16.518676207127243, 18.81710500165658, 15.597261497696243, 16.375250884369066, 15.898325779496279, 15.120769834156793, 15.7090007791379, 16.70690147045709, 15.242094985211784, 17.272067813410466, 18.080134871811325, 13.574262349212901, 12.771255687717467, 14.96225120991084, 14.002655526300611, 13.479846070942274, 13.869811181535866, 9.465542208429124, 9.975242127811196, 7.003869520527806, 9.87710192170801], [14.737986206291128, 14.311926403589071, 13.52369073663994, 17.347765103236277, 16.126825786286965, 15.799560674616682, 14.477227830062029, 18.876324457133645, 15.310747309069706, 15.39318465272525, 15.138522229711395, 14.96153329585305, 14.203139570269869, 15.374126686246345, 13.678805684050596, 12.799581384893632, 12.826984497614593, 15.914384222840418, 10.596535100306873, 10.138711978935907, 13.453429334432956, 7.807648188760256, 8.114071884795171, 7.877157020060098, 6.511016345660289, 6.09346049457512, 4.366739674703274, 4.068381844524887, 3.8112050736351604, 1.9075615377134234, 0.2514031827356469, -0.5833791068767447, -1.040864545426329, -0.18665672420279122, -2.7003830822068267, 0.036973269937906394, -1.9358834706347476, -3.1439647325192386, -5.227323490583238, -3.3774017037113104, -1.5253614693122604, -0.7823820777489168, -3.2721485654877114, -3.231763469646447, -0.3180878891896306, -1.593595640175586, 0.37011853703504727, -0.2835163037598285, 0.19080882042338487, 0.45087091954768077, 0.393437084145944, 4.032298538526347, 3.936789107430682, 5.380598741198927, 5.990045475182102, 5.601771672666837, 7.5343502437998495, 7.236109260909975, 7.682906919226973, 10.451790992500133, 13.561444132512745, 12.587969537117518, 13.489397170355542, 14.476013505191963, 16.500733088601965, 12.512975447965697, 17.22403990195555, 15.952254139229673, 14.365962928416007, 17.833019727797886, 16.212042194184328, 19.083822502173984, 15.084331283739983, 15.004568203391141, 18.056204356237874, 17.45580997832248, 16.5985003662359, 16.90221088003984, 17.225123980110205, 14.008004129949985, 12.51604539364358, 11.450739295879297, 11.086836079973963, 13.230006808976832, 7.715079451453452, 11.655842435529074, 6.814700255314195, 7.5071045407906585, 6.191821043992139, 4.372471839852451, 6.119078558812143, 2.355296933305608, 2.1404135568722396, 3.1101061939428734, 2.640622459359621, 1.7136936780746055, 0.693536446046803, -3.240591984783002, -4.293023217730896, -2.3940161905033293, -2.8779089827550273, -3.7324388914998057, -3.010509234705726, -3.273601308072749, -3.4175806968045155, -0.4493508370642978, -1.8366319025807236, -4.441194130102147, -1.4179750775929456, -0.9878618414093019, -2.9963744334608133, -0.1135308251483984, -1.2138592600277285, 1.6498512983593585, 4.61173851646499, 1.5141695894654532, 3.5597452610898497, 6.60533984070741, 4.837278650113892, 9.778870134567821, 7.731281582686374, 7.7764046112197525, 12.339287787934957, 13.223398473364508, 12.593922539315294, 11.86807535690694, 15.262547123177349, 12.693627299050796, 17.143506508735072, 16.802640807563463, 18.484712272775038, 15.934230680984761, 17.976100824658115, 18.198814313402693, 14.733578261607848, 15.040427447598137, 18.062344668167214, 18.546476028717038, 16.037496909799213, 17.04962390869681, 16.144920558551153, 15.72677593209695, 15.482455256165732, 11.133801693547895, 14.506761245964396, 12.46255578189109, 11.817413264099079, 11.112063391081758, 9.306236642678947, 8.327274344815994, 7.337607938531139], [12.078598525542443, 13.845844388982982, 15.153186564835558, 13.676660021879577, 13.816651124757382, 17.11360482110194, 15.601189347964173, 15.51387769278865, 14.507338963420896, 17.05031588859851, 13.892682589496733, 17.558262574965003, 17.59626098560935, 15.106108091303021, 16.578397098505043, 12.294374188513263, 14.665018940420541, 13.995952033685827, 12.755378049108984, 12.130438824389586, 11.056446815300657, 11.771516353514723, 7.245358557619124, 9.314990636876749, 5.833003696566547, 6.599814767236687, 2.5265249297146593, 3.3160512004599845, 0.4314730492528156, 0.20709235785199986, -0.6178188145982517, 1.860158916102776, 2.0051315600412902, -2.247859503796553, -0.29309800473871306, -3.5687829967877374, -4.394575321312562, -4.584452999448532, -3.7445712903243695, -3.538999979456186, -5.339586861856947, -1.0794302260016124, -5.138039936668507, -3.7650648496173797, -5.208514810016418, -3.258895851149898, -2.9233834687280122, -2.069037083799703, -1.8824607515155396, -1.8274325546565837, -0.9128249900366772, 4.104042893685836, 5.187559519450642, 3.1382314480206652, 4.779976899593839, 6.803621288642434, 6.171791819345767, 5.595703988346186, 9.231195128818104, 11.729840672740469, 9.792839719070322, 12.779492069511743, 12.577665574472318, 13.099717336618287, 14.113256270034334, 13.922888807113425, 16.632801506362675, 13.608991008765193, 14.08161413951387, 16.868427840232428, 18.307280917295824, 18.189373710074932, 16.06385069844325, 14.20194270082088, 13.851247420126573, 13.738912746786601, 17.566845307557347, 12.737847844200484, 13.370204463655432, 12.781302555249539, 11.685784075903554, 11.74027455401809, 12.004790107878822, 12.186198487977668, 7.265636685926839, 7.764751685181183, 5.779197768180834, 7.836656371981992, 7.417809181736392, 4.121786034388065, 2.6264787225607584, 5.0336625713574, 2.912545345377639, 0.7716238333352443, -1.7287380161652113, -1.1028279655663908, -3.5355323496773146, -3.831579956822935, -1.2616014612988593, -3.645061295464229, -4.409945851662773, -5.212651874738464, -4.78073410770374, -3.4774409948032634, -3.993542744762216, -1.0303412592569074, -1.5832876808981897, -3.7470022273340096, -3.24474373840804, 0.07697605424056242, -1.4773936921349815, 1.7604271406382903, -1.2405332895724488, 2.9303549872230663, 0.009476360375380466, 2.6794665149720123, 4.019614043907695, 6.0264436307503955, 8.286745118154034, 5.32890197565182, 7.122759981360383, 6.641085840449106, 12.226920063044144, 12.269385492033006, 10.559057798317768, 11.304665853824801, 15.069598231979523, 15.304150600978486, 14.974065972190646, 15.46105267540718, 16.329289437763276, 14.632852944473424, 16.101351625866883, 14.377327476375864, 14.92825146424202, 15.689685614065535, 16.54986621429144, 16.606832313969328, 17.970611937729352, 13.072410467206696, 14.480267208320448, 15.707138271411855, 11.530547076692576, 14.836768548410907, 13.177609346936297, 11.600108179119692, 8.341714858545004, 8.389968244756526, 6.699064017875877, 6.0644501870134615, 6.729406953988282], [13.5917326995089, 15.671359793957134, 14.474904937031074, 14.008193700448372, 15.513020333547985, 13.882175335005238, 13.863173722343326, 17.72884456761077, 13.72211755012437, 17.463494292290783, 17.178207493693645, 14.56916563383287, 15.022687911581697, 16.038713464699548, 14.011706874930498, 14.20401523787079, 15.203146667610064, 12.160369730177884, 13.922035064652752, 9.205916906025527, 11.004614775517403, 11.698027537759518, 9.285218088012318, 6.266618068835633, 5.705138300265237, 3.7764376999944513, 6.4714384926482476, 2.3242785399162953, -0.004895585718021067, 0.6135666383282317, 0.07132733532032809, 2.040514479737223, 0.9406027974598636, -1.7343749681660672, -1.0477937128030028, -0.9006668545980521, -1.3488611518530416, -5.455991012624926, -3.596870676797657, -4.208476235228028, -6.162060545421522, -1.917747290229583, -5.450207477837916, -2.889361646629659, -2.1049767091060403, -2.5620008249600073, -1.5541688938272316, 0.4723468292667121, 0.33483367848380396, -0.5845799716593003, 0.6721103812857425, 2.8002942003902636, -0.18416163870083402, 4.3149667164827, 3.0890700620327225, 5.319762968798948, 6.471540434437181, 6.800802839775896, 10.349606814971601, 7.735271850737382, 8.446637754277093, 8.60380520362931, 9.911719802497924, 14.711274631394739, 13.407387496640316, 13.47298462569081, 13.750337012283227, 13.161314458253463, 17.586376408884128, 14.505483796320927, 14.09269995374272, 15.615916862816325, 18.114078193226817, 15.903829106165544, 13.189415674075002, 13.125959278513802, 13.583452119359974, 16.821210210425388, 15.579036178662236, 11.641728935294429, 11.493937355992411, 12.02933150149427, 11.618359240247527, 10.991718840645913, 7.116647700251908, 5.992552574655442, 5.651171901794262, 3.887600008804765, 5.567586487972084, 5.641301873844167, 3.1028357406803755, 1.7473563931174372, -1.0461644718277956, -1.9583043163644938, -0.6251748882603252, -1.132006889382799, 0.4436903761504727, -0.3024011584626649, -4.028145365376153, -2.213869035364583, -5.148341561602974, -4.349328594315139, -4.339105268012105, -4.547825982740282, -5.883589805938602, -3.0291677688561194, -2.5048772015752885, -4.444722633959115, -1.8866716577106768, -1.3254441537483075, -2.6528352750670336, -0.5265854555786706, -0.8454499173459613, -1.532380421860534, 2.2441739674904433, 0.8433299416463349, 4.771089320397386, 6.4744812437008195, 2.9758438418702653, 5.410118848914705, 7.073461670812466, 6.596348529692855, 8.458100441751453, 9.45736352086616, 12.930725311026945, 9.752816840254562, 13.144588558176611, 11.12085935132634, 16.246166324265893, 12.307238540671428, 17.058807332631396, 15.907136604764357, 13.754884376638104, 17.23363344137276, 14.437359954734678, 18.063653789945654, 13.702651286791816, 17.64752514102155, 15.653655377533227, 16.40006654646216, 14.459006653967098, 14.051649122185802, 12.058248929945915, 10.48655222032954, 10.235100463834467, 11.698586688002829, 10.062730216192785, 7.66717900616892, 6.06917684131364, 5.047394801674962, 5.148145238489317], [13.914070977457524, 15.036063609451563, 12.288051820980012, 12.851250505966565, 14.35229357738259, 14.781876230331225, 12.663988702374182, 16.991477012328517, 16.528180355469146, 17.807119028064935, 17.35918796535664, 15.21953534520868, 15.566675499469998, 16.55699327198628, 14.34268919519324, 15.252514638028572, 12.076138791140151, 10.590898794491915, 9.487564005278994, 8.52851034529723, 7.581216559545635, 10.581430072133958, 7.4693012444326, 4.9371977361314565, 7.308814032509632, 2.8838550474433724, 2.450225336954161, 0.6839973416707821, 1.3995056284202807, 0.7313209475519837, -0.4103173499531536, 1.2355420299524127, -2.2502082830528263, -3.75253650272958, -1.5963633738587824, -5.4206311357227435, -3.38812933589141, -2.279293450581452, -3.4869382226116876, -2.806504806481467, -3.093077399465253, -6.29498618924865, -5.670718624446117, -2.933341087094103, -1.9885425888139387, -1.22011923354005, -4.667499630932065, -3.224448954211166, -1.6671307832628468, 1.448937153451789, -1.719636720767813, -0.8873730793048473, 0.9770894816096529, 3.294913496484984, 3.006865961999491, 3.1214779202904968, 4.711659179201314, 8.103244452674966, 7.450690000183801, 7.422741567595297, 9.945572767457616, 12.401932159386748, 13.440270735202093, 10.744662387243025, 11.892070845096185, 12.603952225917714, 15.75903065820734, 15.958287638007581, 12.658440945061429, 17.27156785331462, 13.026590911327707, 17.774672981611896, 16.2517073108382, 17.69872402324811, 15.001705392823112, 12.480291184515176, 16.451895278429156, 15.867710001922955, 13.75633590613523, 11.015839720201404, 13.676491866635711, 10.58003592931932, 10.821017075400363, 9.595597184477107, 7.422511687096732, 5.775564134912112, 6.201114197572773, 6.532332005088279, 4.091429584641175, 1.2222643290955943, 0.8275129915853512, 4.088407958860877, -0.17535334736358443, -1.8759960154113013, -0.700649759587705, 0.6346619657709915, -4.494707676295318, -1.818482455604947, -0.9132258483946263, -5.582675534014967, -6.475801571231383, -3.3339587159381967, -5.500494497128992, -3.034374276539264, -5.422757106754444, -3.21076020103086, -2.634857749076989, -2.435519541651594, -2.2944201359464422, -0.8353362740317642, -3.956282274304476, -1.175596893513827, 1.5644413352975484, 1.674635838614913, -0.6589309500802063, 0.5031113491836159, 2.941715479168286, 1.8072561326018715, 3.0050237479136896, 5.101645189577074, 8.258558968790833, 8.023893331189925, 10.463796137181669, 10.35006286677137, 8.798385111056907, 12.392440858236359, 10.29029522742556, 15.231419877680393, 13.59662365257221, 13.009983963216204, 16.204023587080165, 17.405948373234498, 14.717271799873721, 14.116481812446766, 15.735393123228368, 14.648176035433485, 15.08889283197702, 12.843608393316151, 17.200932961785263, 15.804803427833546, 15.586283363501419, 15.271914385416343, 13.957790426531592, 11.513046032699062, 9.398263550015077, 9.617607178322558, 8.485295177883753, 9.887080746971503, 9.043205837476517, 8.262328221808183, 3.5814793659477813], [9.05261344805203, 14.655151284329495, 11.94243227230103, 12.381189359180567, 14.225848334294383, 16.31127489733342, 12.552589423400004, 12.940008756124623, 16.83025782316978, 16.881432587977812, 12.581813184117168, 16.190119992264812, 15.279483579500916, 11.72060054081965, 13.158066174555238, 14.749914491811573, 10.067395666306227, 9.697335254820795, 9.100592447124408, 9.628014655105481, 10.691636203936913, 6.710861961546975, 7.229460650642988, 5.654377579132922, 6.896659496807764, 2.776248442217863, 2.012819878996396, 4.3833343083946845, -0.9510063669417903, 1.9272922422433965, -0.30433884914755716, -0.06333276759776751, 0.12841622271636943, -2.7023880948688657, -3.548615598869379, -6.104665032627146, -3.0179652495623284, -4.781582769691912, -4.868760991158393, -3.6806974781049036, -4.195381464191978, -2.9969118246744646, -3.8292712414191943, -2.785843620720108, -3.4953059302209137, -4.354749412006752, -2.624933849803954, -3.4304240297894886, -4.421849584668255, 1.1314683186986159, 0.7404333037397937, 0.9402170868158652, 1.5587160905167963, 3.2745151055942516, 5.668145273252126, 4.322144321430764, 4.335062346670699, 7.197659167605551, 9.148554234022214, 5.928128028559275, 9.672441328398904, 11.57755036588788, 10.7431482134092, 11.097218364946949, 12.234544899780044, 11.176619190967692, 13.286395607908354, 11.599807911557674, 12.488808839346463, 13.911501317726483, 14.42698866522173, 14.56867518863724, 13.672103084609567, 16.607916892792012, 14.379825828687004, 13.437975065498597, 13.965351719320527, 11.775380377683588, 13.47191542786498, 14.214494202915024, 10.81995710137871, 12.800873152171338, 11.700068532320802, 10.666862122841117, 9.401972629297735, 9.10067000794277, 8.273998868190635, 2.942089905743808, 3.743600881417141, 5.46906026860692, 1.0717138832819906, -0.26302558892645145, 1.6917731553384918, -1.9522487596263858, -1.184633744525609, -2.5094153521126294, -4.963763512741616, -2.7284313370672333, -5.181590872839642, -4.696324391973894, -6.671346540694898, -2.8636233421530335, -3.1719756258784653, -7.359075091893153, -5.337014745034171, -7.1750148086224215, -6.082564529806266, -5.600648819788962, -4.561139476499871, -3.7731175222564755, -1.4162718757051493, -2.723553300476002, 0.5963012222573951, -0.5897920923343616, -1.725048298582493, -0.5138577421319948, 3.6193956900277584, 5.13811842219963, 4.626995850164501, 5.628391023700922, 6.906598220532466, 7.827570049352486, 7.516465504968411, 7.247654750356093, 8.216861991780902, 10.23654276557243, 11.217579729688552, 11.800728434607976, 12.408261476142204, 14.255825227871165, 13.090761769683656, 12.181228839602465, 13.889278258833881, 12.800049528422981, 15.194591470044864, 16.98828532553744, 15.90683953746359, 16.936672617729, 13.632707120709462, 11.951264356108483, 14.602834066119938, 12.42582482732779, 11.317556149522893, 9.740627301916911, 10.214624989047627, 11.366324917244777, 9.41082865158478, 6.539464040305685, 5.805874880542822, 6.65931598398592, 4.521457927138504], [13.259178460190903, 11.702831763811677, 13.30655620994706, 15.251934252874719, 14.765454985473609, 14.973773358218011, 13.84162378827291, 13.461608139229451, 14.124886532912777, 15.8435785872712, 16.847881346660778, 14.076816805170315, 15.245367032057743, 12.146506900202994, 10.860084265465261, 10.2694873240536, 11.697728471026892, 12.639402162939437, 12.900524943214021, 7.897224293182578, 10.460800892164073, 5.7182808784659045, 7.17335408881787, 6.6001533890840065, 3.685638343532257, 4.815744020408857, 3.722511336692394, 3.7667977130827364, 0.8881458959051294, 1.9886501151719251, -0.4631354279640707, -0.6243188941756657, -1.233718994662464, -4.345907030654068, -4.032914111626436, -5.991502116193063, -3.19672106397341, -3.865941908015941, -4.5422854231282095, -6.486942447442036, -5.958988875404021, -7.553805148083558, -4.845314952180024, -3.3070228353073183, -2.2784975068348796, -1.92688513347586, -3.8389136750701116, -4.172471778634728, -2.6315180590838096, -0.7555593908375364, -1.7991480896443566, 0.07435949399917874, 1.951059606090526, 1.8621711177660352, 4.496202551592792, 3.1451916293983064, 7.087852161204139, 4.386680820552365, 8.411763190434542, 9.626340025814716, 10.73219821241348, 10.981205887696373, 11.570215616588232, 12.656198801461093, 13.692000912734068, 11.785088289624994, 12.992514117591718, 13.298137458326465, 16.30151815692147, 13.807572118060953, 13.323767541513952, 15.539523801387107, 12.173169160400953, 12.801909489209304, 15.905650075661192, 12.196886616175407, 14.983513895256808, 11.289753334622747, 11.995189306762086, 13.991745805465293, 12.844140849271378, 10.445702619291323, 7.743078688214557, 7.239910002650724, 7.14522479937102, 5.834451129368695, 7.77208749751468, 5.660661203457893, 2.8330732475987563, 4.359739408425452, 2.2939472575783153, 1.7179272745313305, 2.267929371783149, -1.967378036956287, 0.012564378362412754, -3.0825842032675617, -0.6387389754607256, -3.3957070415425257, -2.205188736417215, -2.2109974578393263, -4.90075853101742, -5.654955599210165, -6.883396669796483, -5.946663782785436, -6.579021513575892, -5.9801277959714945, -4.992855407343198, -5.225228555516676, -4.205830582361621, -5.221248216235814, -1.2405640092401686, -3.3324232805093175, 0.267195835969126, -2.9392204712323426, 0.33436626506884615, 2.8956983593413383, -0.3973264161118717, 2.46359565495022, 3.3648051024182095, 4.84353614735805, 4.639635013561454, 6.122392447358829, 7.019948033224814, 9.523881957554842, 9.915013826293118, 9.593083026974522, 12.219375876568915, 13.352871110812133, 11.05893373498795, 13.232048781370528, 11.266121728891722, 12.588441023754692, 13.069522416299648, 12.898752920778715, 12.098657595013492, 15.259689422278038, 15.977196551634597, 12.258627244754646, 12.858880260517484, 14.926867114602992, 14.186440966714986, 9.940980652948724, 12.052466274033451, 10.823726870140145, 8.365408121412663, 9.695655548508235, 10.769097236630106, 6.618467022590331, 4.974303069058142, 6.278966333070471, 6.765153629211166], [8.509114939115232, 13.38575693054323, 12.442409798917733, 14.812898535542985, 12.769845497023349, 12.516526029070908, 13.286792753091586, 13.812762639109895, 15.283478896207676, 13.691093264362229, 15.697083009426965, 14.141499829846854, 14.40264694240114, 10.852987900171632, 11.15771737208372, 14.045749768261857, 13.484597431293345, 10.408740000087661, 8.660923048330886, 8.662430062770868, 7.357958614859435, 6.197428884584973, 5.1767515716567365, 3.879734994302458, 3.7611168405530933, 3.890471228253368, 1.3614965247516277, 3.3429872756132015, 2.725989482248872, 1.3102627067667356, -3.552025585384989, -2.0437290523879597, -2.6993347757598105, -4.712948962227069, -4.484280830804337, -6.083541437710267, -2.617468859681029, -3.513972334412337, -3.688877855717525, -7.922308891101093, -3.8595479286496115, -5.962350281639317, -4.364911422365463, -3.3757059883960068, -3.406263893414181, -3.7126023858683688, -2.598356204453829, -4.484486076465357, -5.136516334489789, -1.5541503329592636, -1.6524437905311888, -0.810713361114562, 0.18957097938228173, 2.124116005128256, -0.006194147669793537, 1.6307502340374462, 5.160303923546578, 3.492512040558701, 4.392933684546044, 5.126927601901913, 10.63832941538, 8.826727171294666, 11.477326763415197, 11.12046837487873, 11.17202698150066, 11.759584962970191, 14.688609589306838, 12.641903600412626, 13.327831895910737, 14.198379459586384, 12.944547888354743, 13.005164254908193, 13.76622077232437, 15.179804185859515, 12.910336979046463, 15.384045154194487, 11.884044948107926, 15.08792810987589, 13.205174544811108, 9.897930149183617, 8.49097006575576, 11.591035004942826, 11.53568260134092, 8.838830682334475, 4.845139911905672, 4.020666365895333, 5.45448448650313, 5.270525871671485, 2.2578448037722767, 0.13627552372677876, -0.8166801600377536, 1.6593426513743808, -2.4061890022016, -2.969674887473138, -0.16506068437147725, -2.8046912318486825, -3.8325541651188733, -6.399677907330396, -4.197788388485328, -2.91538130694906, -6.801218055122732, -5.695250677977295, -7.005575434208243, -8.019500963900725, -3.3754915571979804, -6.665206161413735, -5.195065622862362, -5.088567781464249, -6.520441724379399, -2.2131119728097737, -1.3853587111892782, -1.2641451823806698, -4.1539506382533595, -0.7584105347057317, -1.2018626975203794, 2.1586475213195957, 1.7577358553263949, 0.5021558821144456, 5.832823527576372, 4.632445820968981, 6.8712682195588775, 4.537778438453701, 7.087488428114612, 6.507192955040221, 11.154598758690373, 10.722007598655201, 12.052570103459747, 11.839490758200725, 13.079236297312764, 13.535381513116668, 11.412698629553326, 12.602952754811291, 15.727198396335464, 15.992910271635358, 16.67594982361822, 13.589935828181778, 12.888117908923498, 12.911709513987022, 13.336318296307542, 15.352564821603016, 13.156791098891631, 13.70494768018942, 11.197445681763096, 9.260720783672385, 11.200426131394922, 7.983891480885605, 9.074873065905352, 5.4380467333390365, 5.36024792782467, 6.849282172128131, 5.444388027565883], [10.167649209609333, 10.92892518036229, 11.649700323124508, 10.921594357729434, 11.686770624107561, 12.116724729640481, 12.351444302867169, 15.069060961206185, 16.30176859969736, 15.737722072556856, 13.676003714597247, 13.94642597108605, 13.612520377075805, 14.456160072484593, 10.405926662902187, 13.09356699468786, 13.546464604986667, 10.836091641894761, 9.546312556974463, 6.438658555476852, 10.288754166807385, 5.062711441267682, 7.212329962683771, 4.725794483719151, 4.738275395462121, 0.7720036630368732, 3.355121298900743, -0.09153539515072495, -0.9964432681507329, -0.16664190388061506, -3.126699995998221, -2.118836928485983, -4.0707694855816445, -5.010368489556095, -4.8756385762912835, -7.110074474465282, -6.242493443273595, -8.113984839594686, -5.489551355271406, -8.567789028555943, -3.938251997139174, -6.4711369289205365, -7.614660724653486, -7.976547444487164, -5.710640692595591, -4.799629346029862, -3.7445205075097245, -4.41791614618667, -2.5057086391280787, -2.182849871897915, 0.49329090689968424, -1.300806718929124, -1.9060935746093328, 1.4725540179972434, 3.1133866890659263, 3.2989215176987443, 2.3272404087704306, 3.7644182155141905, 5.012519735309302, 9.307550617282235, 9.91097789525465, 9.511471984686636, 9.281605597682296, 12.852680186045369, 9.195864813777822, 10.939214607882112, 10.542841795175493, 12.087244002420189, 12.36538604999663, 13.803225712774687, 14.763519168760217, 14.52189955969953, 11.784207748921483, 12.647489816719784, 12.884194601364076, 14.403233701013855, 12.869336590132914, 11.689693185592176, 10.08217110090518, 12.027256702753897, 10.376859554356184, 11.873163484204536, 10.300277515263813, 7.245470608228731, 4.827624751519061, 7.4824481662452795, 3.675204558554846, 5.768143383437572, 0.6231575578410737, 1.715653117914595, -0.8258834455936821, -0.8607858538501585, 1.563851544036826, -1.113037503732409, -0.4704580145799362, -1.4315640260788864, -5.803774329925453, -5.287142711819476, -5.838882833211539, -4.029733989235538, -4.344441002498863, -7.8794856125007335, -4.383658106505946, -8.62514129370562, -4.770204272502557, -4.7562292005807745, -5.917902143967279, -3.6838103847860335, -5.509201119793552, -4.56361959433525, -4.363291120017093, -4.3134427857559885, -3.839132183288667, -1.7026436236114488, 1.8393210196309937, -0.0020342364965504345, -0.6845293726166588, 2.2421125497056753, 5.3879555218256865, 3.4104920293003547, 4.759194500872838, 7.196206691992346, 4.737270395552754, 7.193296173367399, 10.394367823242208, 11.703422892265376, 9.366416722707362, 11.894426573925694, 9.62139018328566, 14.158255352218543, 14.771537188935792, 15.19184531137935, 13.630560857368813, 12.994477906285821, 13.796835608253037, 15.257283263646546, 12.003965054232886, 11.627513562484644, 11.831323398596632, 13.559634732796999, 12.339628101269433, 14.064952639872367, 10.841179488052644, 8.73128059229941, 7.280470035008214, 6.167910241867973, 8.293200548047142, 5.843084615672748, 8.079788034317653, 3.2750895963340323, 1.6368008018776266], [10.401978596182142, 8.533963308769495, 11.367004689667855, 11.671418934277002, 10.720371943492157, 10.760542751045, 15.566967464197898, 14.054002833763674, 16.00651337107252, 15.49839693925323, 11.071351966322183, 11.14182677560043, 11.681640940685128, 14.654711637351275, 14.047956258054954, 11.756730605555079, 10.792827211831174, 9.403675225089994, 8.739438812628565, 10.736877380752913, 5.629225093893265, 7.699942479488909, 3.4687604473524267, 5.069808973155965, 3.660224051389548, 0.657281557953878, 2.324087403173854, 0.6134770860524625, -0.8539448505190279, -0.06956936592798257, -0.03748426980597763, -3.7734247127126075, -2.8257149515913724, -1.739565544118241, -6.091342669019014, -6.910568441649197, -7.465503212518659, -4.818052559613889, -4.631349303106276, -6.189297606338883, -4.0845012654365735, -4.806097093825816, -7.034293119430451, -3.8012707362283873, -6.185528655891439, -4.3005076439444405, -6.230942743659842, -4.2991871973699, -5.935128035893028, -1.9376568882602, -4.283285789103596, -2.5661486102182387, 1.1019955657675418, 0.36536291874051763, 3.3287418725435494, 1.4655618769115168, 1.9305255760180504, 7.12153242691683, 5.557930919931424, 6.332158323288963, 5.363965146972929, 7.446019781435302, 10.238675913496223, 8.29888098932935, 8.97879008375575, 10.244973579798117, 12.930523520061506, 13.685752436605437, 11.19420436263708, 13.58429284945419, 15.16998334200059, 12.201784208994278, 14.96754625695616, 13.521060025327344, 11.823149527116216, 11.995130246168115, 14.583788739763836, 13.237836994557561, 12.806046258041127, 10.976553261360388, 11.846484767984702, 9.225577956460965, 10.255490915311553, 9.217709647683188, 7.482747266783663, 4.906321326994529, 6.317479948187986, 5.274100479346472, 4.145416633594129, 0.14397920085723293, -1.4550981986889049, 0.34314583874652627, -0.6569516323401992, 0.15253775692152516, -5.042959489113217, -4.616547229214898, -1.8591375781443098, -5.632660733510598, -3.8142116315219337, -6.441466469942263, -7.792245206038476, -8.03766907517889, -5.742108058646368, -5.125944212265111, -8.336306981019582, -5.8353911718335425, -5.3962912247543695, -4.256539072081171, -6.4401706037204, -2.20425784384296, -5.319636179197396, -5.485043606698003, -3.117229970035371, -0.6895574909675855, 0.17120470950281508, 0.6404184637923755, 2.2371962264179626, 4.076257833156402, 5.446960853188196, 6.068002936564664, 3.8173154290842124, 5.3092730276097075, 6.102117473499392, 7.977045493129941, 8.21838716379856, 10.676584837575568, 8.206996849513068, 10.129000589712097, 11.36054956694869, 11.56271276147226, 13.745159471431514, 15.257692223702636, 14.723116450514617, 11.023709995646865, 11.105414132897337, 12.925237810890904, 13.847554075721177, 13.960963754510887, 13.780622733426323, 13.993208014942443, 11.06296837873973, 12.379806080376685, 11.519662532303528, 10.589215119714162, 11.14642548672241, 7.280069017304699, 6.517956024611069, 5.452990648586485, 6.595002935208452, 6.182191731988354, 5.164168357573552], [7.800371953733786, 9.50130703620628, 11.106199799531286, 12.485990517250952, 10.825530811410676, 11.771285810141036, 10.913908304397424, 14.751582520303206, 12.013945480356757, 15.17542661835183, 10.809339095514563, 11.914360840616208, 13.253662807823158, 11.686897179993771, 11.073407886165372, 10.835784259616693, 10.874281112483441, 11.477294888989736, 10.351795025999257, 6.614652328007406, 5.871590837024781, 5.668029813337896, 7.768919690318945, 5.482675377952104, 2.6958265983482512, 1.3739421939145124, -0.2495977381358152, -1.4182217542599034, -1.6295117465801692, 0.04638252438238766, -0.5006432378674344, -3.4800129199733583, -2.4548214904250827, -5.201294677108985, -6.048902184258381, -4.254639213901676, -4.128024252410375, -7.587566962007813, -6.884519553264283, -7.85726906573554, -6.699751290764343, -6.899263160996021, -5.795892645806989, -5.39005071148053, -4.675300134470595, -4.16373354831841, -5.693971402095789, -3.272463303423418, -3.089587128636426, -3.5351544384627545, -1.710676232303319, -2.3734825022653414, -2.547457872832508, 2.140313159338044, 1.2398116719979804, 1.9103611737553123, 2.510765362862614, 6.849262425168576, 6.500458011482066, 4.878976695330711, 6.582121331784776, 9.78970192519773, 10.882175875455372, 10.25581824927271, 8.998485045522404, 11.55519685100005, 11.070130298939155, 11.890169427336708, 12.028218753713773, 12.181102179408754, 14.832981068787678, 10.763513142546593, 14.648804969269962, 11.452975475456508, 11.37062961918384, 12.515927668154198, 13.685974596754225, 9.717419905973957, 9.49832648953244, 10.220061308927926, 12.30974781967328, 9.124301652715449, 8.842399224733956, 5.819697025001663, 5.510519406133091, 3.169298818758839, 3.285103912960344, 1.9531359685860163, 4.39331446117232, 1.3630074266712917, -1.0010837614653525, 0.5790105165136907, -2.2778818936019043, -1.408533132881054, -1.8625665870439647, -3.7690187946510925, -3.1628123039099982, -2.715101125982798, -3.2104274417676137, -4.398520125067149, -4.265941319896557, -8.202181518945551, -7.346610635779186, -6.552953562324269, -4.62735650323472, -4.643465788488122, -8.02126521123046, -5.8940174210554055, -3.252250118706886, -2.5681496112294546, -6.3719777692468575, -4.291003007484619, -4.572598386821859, -3.7555462777131865, -0.004459094232704075, -2.725362787399769, 1.1751548072869582, 2.24006105853561, 4.376505588614819, 2.762833411072932, 3.5287428385821977, 7.140011629106873, 5.252538604265487, 6.518681152651675, 6.964801883604855, 11.408021420157052, 11.855407722020175, 11.073440905130509, 10.329609450284588, 11.389836502410997, 13.65473013871668, 15.101987082194444, 11.800765107108365, 12.184156959050302, 12.263763470517526, 15.262950514261675, 10.834897608071044, 10.563613258829456, 13.371275780583733, 10.22110096085537, 11.048465992290463, 12.326457523959068, 11.648265916299023, 8.309040024904586, 7.698334719611927, 6.7361972831007115, 7.2600185337949465, 7.631982427626532, 4.132285193455828, 5.962485832863391, 1.582053587423193], [11.734184646016493, 7.797144828832955, 9.986910619447901, 13.87644010531989, 11.21723575078393, 11.557881835670074, 13.746568300613767, 11.238641909180824, 11.30203761846985, 12.769692752090855, 14.061524538058336, 15.178045224117625, 14.69196001713273, 9.614918039661491, 11.416356285415713, 9.043958647077282, 8.519174622490098, 9.080853754306546, 7.9983019180815855, 6.229670233503246, 6.27006615312168, 4.233983640147875, 3.988160346756543, 3.3724335596195614, 5.482968709005806, 1.2377497819630072, 3.8256830455560333, -1.1407961510005418, 0.25452382563870657, -1.0548605928458539, -3.056057850285544, -4.620137607165544, -3.0207884943358483, -2.6167375594451556, -3.5311250567033134, -3.912047001225229, -7.673688993017848, -6.384398764912422, -4.980798015609572, -5.008257939568017, -4.6824996634912175, -6.779278966009649, -7.476629389635285, -5.784788126150822, -8.304697809221302, -4.7930536001349875, -7.521733122127941, -5.42968823423301, -4.413335830282264, -5.628138101445034, -0.20403559534923232, 0.4087809743475326, -0.8075345187400309, 0.6589691217045335, 0.5701220893734789, 2.8872611627188878, 4.235793368591078, 6.147991071743273, 3.4794100904793694, 7.4270871231112405, 8.40460434099139, 5.860777690460011, 10.217872980961221, 11.315876607050985, 10.875775852485255, 8.53986190166143, 13.588247518919353, 10.405406334733692, 10.31405636184627, 11.473806945140941, 10.700180098756382, 15.48197362561519, 10.714396927967806, 11.32236715273758, 13.917805823532113, 10.121884393266729, 12.169818722862868, 9.480245517929474, 10.00504283695539, 7.93375822300932, 8.998714214502131, 8.941777362715177, 5.524638175911883, 6.9076846508493475, 6.115561114733023, 2.6871204779493043, 1.71590265793807, 5.446277950584095, 0.004642341160234764, 2.34161971361359, 2.6883296334420423, -0.11437824240076466, -0.7412145593213548, -2.325604316566661, -2.383958250676878, -2.0299988739310173, -5.6505690825987145, -7.038378481036638, -7.092664013594334, -5.452182968097013, -7.147544625492948, -7.892369843668387, -8.601620959870438, -7.975596953655881, -7.7653797475449515, -8.145571342435183, -5.608498339607516, -5.50088007296309, -7.934421532837501, -3.722149235908139, -5.073020410316456, -3.6847760983949556, -0.6139154966105203, -4.391701142552602, -0.43987368210593303, -0.6056496748925255, -0.2871803561516568, 2.757471184321304, 3.404156000984667, 3.9620133397531436, 6.891503074505804, 4.291325673237475, 6.048942088568139, 7.079449420509415, 7.5505100320205205, 8.247999547556779, 8.451024945432426, 10.252222437032092, 10.987728114905995, 12.70857255478375, 11.043466659317538, 12.570635382688854, 10.688494656619639, 11.190770991509375, 11.659378839747381, 12.399003261284754, 12.6977191536785, 14.272776828624947, 11.4984937144397, 11.903220770966422, 10.471112001616373, 8.45932182554056, 8.093597538556502, 11.960232834401156, 7.716550379557429, 6.324010232814523, 5.635325048131232, 7.556891930280946, 4.402595486420892, 5.529363479258752, 5.131451152456124], [9.653121933816449, 11.927012586466866, 8.456894158909282, 13.266846923589139, 10.265921739383, 11.889908803647565, 12.44641107164751, 13.136899455788619, 14.757913830510368, 10.560807368285985, 14.965436079618273, 13.935449469588953, 12.232694235741562, 12.492224260526863, 13.877279745361351, 10.264705166415794, 11.834122540987732, 10.269716752902047, 9.555671199426156, 8.318651047214388, 6.626117005490072, 7.625184570247642, 2.6738189099491008, 3.8274070295600104, 1.8611883087456231, 1.0865977566515106, 1.3544178038663404, 1.5832745030791529, 0.12297130103499754, -1.1513214572722248, -0.7171415611618741, -2.8207237846412205, -2.126033000788521, -3.254239023395126, -7.425225832603065, -6.617398712369798, -5.408499914154632, -6.4003354933554775, -5.468778730767541, -8.2594725135999, -9.469665930553042, -5.851884554408404, -8.453315730636927, -6.167757343501485, -8.166835275244498, -4.549749026642086, -6.6237287285127415, -3.3780097586776137, -2.18569982726774, -3.70344243952578, -1.404597913061945, -2.5456134081949546, -3.0487257861497525, -1.8908274837719699, 3.4576601228993047, 1.5854022797655958, 4.58696570030559, 6.03580991101114, 6.939736685540598, 5.643187511170367, 4.518561845308789, 10.338040539496479, 6.212496967966128, 7.573115475530617, 9.317985466841227, 8.735323173540266, 10.782190837603354, 14.198451310668858, 10.812975778627756, 12.617129468486654, 14.847396873347087, 13.790569136102794, 14.068747213724969, 13.764323108013686, 12.38701459561289, 13.775744591672241, 11.384685836930942, 11.724938894788949, 11.675644899322833, 11.865091999647106, 11.288923449178489, 11.06724136013012, 6.502422244013648, 6.829069050299228, 4.938739424987251, 5.528782909792055, 1.5265663007088541, 5.05105174894961, 1.4267153724575294, 1.8105608201155405, 2.5249926139150425, -1.480013158054394, -3.0301483532110502, -2.3087383421064587, -4.598371010655905, -2.141380157137096, -3.8986787284304327, -5.3632305250957195, -6.540810330329499, -7.730831021508308, -8.947095920986126, -7.691690088829741, -6.271142880266822, -5.611422166058032, -8.620080595607135, -8.573643912547489, -7.463875710587832, -6.389548252670181, -6.1952233817937845, -4.298064265389648, -6.837187980582467, -2.720715084991099, -1.4384140699696317, -2.6044157289331658, -0.48275948003031033, -1.1744228127063057, 0.1651299993449502, 1.252975261524174, 1.487597791295423, 0.8226091303993694, 2.763575941950365, 7.701381922981787, 6.7445857690896105, 6.616262522924115, 10.106314801874653, 7.561988916164856, 11.722237689159833, 12.419662610885581, 8.500131048825605, 11.70233228859543, 13.26780890376967, 13.958490407721998, 12.409523249091148, 14.194850500623337, 12.78280849170108, 15.106136241207835, 14.926410502456712, 13.573018199161776, 10.411518889608663, 10.990269133953323, 9.02324072517388, 8.229574408271391, 10.95928587621352, 8.142341912130123, 6.076033953102874, 5.324275607684164, 8.26299340209516, 7.358612259918589, 5.421623729500066, 3.832102056459, 4.956034495877473], [11.329612748622573, 9.733573324485523, 11.93169973077903, 10.885017695979078, 9.697701582544278, 11.635695156675903, 12.14374029539307, 13.207337011770825, 12.663276998205376, 13.08966587947641, 13.90860218602256, 12.775450644418388, 11.03060377830305, 10.40607204745485, 10.738086028202028, 9.685157261901821, 8.805446747016724, 9.287998671657707, 7.201854331262905, 7.621492244570794, 7.659558577392254, 8.336380979147663, 4.361834380195367, 2.140810748165346, 1.8574979234636153, 0.5245344275145989, 0.6945590166346918, 0.7071339138235384, -2.7688930654795936, 0.2830068212022816, -1.896436512126865, -5.176839190592725, -5.097993278893988, -7.008805572840544, -4.265863541731649, -7.689427083402755, -5.737108242054449, -8.831039663567747, -5.950601369100637, -6.345290622544127, -9.144959675541003, -9.46913753062401, -9.48217519322598, -6.937400995258969, -6.8990926020159264, -6.1293920943473665, -7.547530617545306, -5.3996417464469495, -2.65731061267228, -3.1717745715121275, -3.73836654712626, 0.4831299715192756, -3.241452194595281, -0.2081100460946601, 0.37620465408643966, 2.5459126789810096, 1.4407578133968375, 6.053161762526269, 7.401852679222303, 7.340271927433611, 8.440249420476974, 7.659307643382316, 6.363647138343672, 7.7162613282105905, 9.222256416949996, 9.815121579935289, 9.092290291668697, 9.346950846882445, 13.930652427979293, 13.786682792572572, 13.306237504494325, 15.065001520721129, 11.291250017278378, 13.579745880810034, 11.26318476774303, 11.393038310841984, 13.688977760454286, 11.900275286448109, 11.096013368443117, 8.094268010736435, 11.233247243327828, 6.219328860661631, 7.7755954074674465, 7.9558573596307625, 6.581348852764874, 2.4031356090788742, 1.7383501517553022, 1.9470973307977069, 3.025306945494772, 1.9621878361674714, -2.4788136695503606, 1.0189702157513292, -4.395996757318624, -1.2036222811467692, -6.079789892848719, -6.065595034675404, -2.612309905096531, -3.4637049512457736, -8.50483293621489, -8.146391495176974, -4.880091825148433, -7.288436327922959, -8.77752140686356, -9.260963789203004, -6.844227759769733, -7.442506300966393, -8.816395575539723, -8.225025352783934, -5.196300819829204, -6.396502530354795, -3.152588677310808, -2.8900080033235334, -2.27578888614409, -2.4273379286725003, 0.31451717779797406, -1.99744501773767, 0.10011441493035456, 2.8076908726698298, 0.7445401095454045, 1.3248976277764353, 2.5447898930254835, 7.1960728654556405, 8.270734052657907, 5.420142793192019, 5.74281720022974, 8.211169389219837, 11.436145648991756, 7.675159608649959, 13.173759102792442, 9.272706397975606, 12.19355061577539, 13.682495331998712, 11.740227536341452, 10.846667704136456, 13.392051427121345, 13.483388565963711, 12.683791677057233, 11.88917754926794, 10.496074846147676, 13.145999057205959, 13.395453011861944, 9.375409226063791, 11.315264506281299, 9.106255388846945, 9.47669277814493, 8.771522388184938, 6.554449517182878, 7.051665966566528, 4.661809060600446, 6.083005357239608, 3.292348299115333], [11.0578289354086, 9.555905893360672, 11.024286522672664, 8.585647588059576, 13.51013392712551, 12.10091953824254, 14.704166378148916, 13.446092518489845, 13.489469575563295, 13.158220689795336, 13.987033684909797, 10.108737154372387, 12.813698881593002, 11.957956904552967, 12.758610431897974, 10.101048261158965, 8.255896361145227, 10.662966512792478, 10.516806496601422, 7.43650805054688, 5.340285308056897, 7.531917538120242, 5.053414655143813, 5.181309807495781, 2.35796274897735, 2.4564196844571775, 2.7207022131692984, 0.1762681753702946, -2.784084170846265, -3.673794569959629, -4.611190727630769, -1.8121324588370697, -4.14482868294931, -5.04584038273182, -6.893753619437632, -4.4357507243724505, -8.735150326919314, -5.648176051511527, -9.009419072740148, -6.160249446595007, -6.894359350734206, -9.232396527666573, -6.928623979408901, -8.619869395451467, -8.959529943756923, -5.259103893669911, -3.737140525912441, -3.2898508682774725, -6.115798173855854, -4.872912864500078, -3.502743768944521, -3.771018043361508, -1.5887967475010782, 0.41347841471358393, 0.4737075707037057, -0.014465358846347698, 0.6827615502286175, 3.5600215129039627, 3.0832000554635712, 4.087952504010982, 6.48965002980858, 9.140040913086928, 6.7614228121763364, 11.203455651446157, 8.39041300863753, 8.331358874290618, 9.943189921800553, 13.260068761249084, 14.102939446485141, 13.446944389392218, 14.261014767399509, 11.215149338895793, 12.38765518688455, 10.52023724260961, 10.212215324938402, 11.994247513406417, 11.595288883325136, 10.0573478201282, 9.10890213076483, 9.487135443084526, 9.361063257547267, 10.591759445592695, 9.24373811675665, 7.015770944371575, 7.198670600867031, 6.588075383477913, 1.2570441047139873, 2.060420201364832, -0.33644641791860685, -0.13105502804247315, -0.6606371900444614, -3.5775315286277003, -0.946997097891721, -0.7931573745876221, -5.5929010477929335, -3.150631276241768, -5.314454769349389, -3.669136669243507, -6.0682854979437195, -5.19372940364247, -9.272238294869485, -7.422902759187384, -8.662163255833065, -8.726164732439223, -4.935755462530379, -7.112178624640293, -5.7553180023053585, -4.444662410214434, -8.162087769150045, -7.616225029786307, -2.5606965603287684, -6.566865887452224, -2.7784367991786265, -3.274444131669682, -3.718913198265554, 0.8617180092877028, -0.8706992373539002, 1.4418692864106522, 2.5977136989162446, 3.006761283195572, 4.98685445312351, 2.737581405215712, 5.4760507752757706, 4.585170091997531, 6.743102675034271, 9.714525659412761, 9.113544718337625, 10.549365101820584, 11.487055628692971, 13.57940179744591, 12.309800759429628, 14.109874105531599, 10.823066888078674, 14.481459842174587, 12.579147310030518, 14.351708797266646, 10.267216414233738, 12.030811248823099, 13.810359896005757, 12.450455315285163, 9.380626116103231, 9.344627144187644, 7.79750652706583, 7.046157793502299, 5.915017000736313, 5.360960733500851, 6.617679858739266, 3.736066726808426, 6.391249304304738, 3.3212526496992396, 0.5011429763820701], [8.764994909354604, 10.223243391376577, 8.742595985345568, 8.7314341840708, 12.640852843330668, 9.603343028393466, 14.569468452126877, 10.471475559576252, 10.379949210598514, 12.123972310589057, 12.718907438796776, 12.261542016408384, 13.70029696750856, 9.718926315859179, 12.725702038823586, 11.994717671331966, 8.2888380585358, 8.044652628592676, 6.498026954025453, 7.295247580869802, 6.74432990703274, 7.337640843719548, 2.7430876845620675, 1.6156865311344788, 1.704989500890889, 0.629210200580836, 0.5891636870417614, 1.3158494363469107, 1.151110208890426, -3.554760840785452, -4.311409750598006, -2.256673877191634, -5.900491440895351, -3.2519616683986907, -5.25544329965123, -5.580578628040783, -6.5700582091553414, -4.961926337200406, -7.504599960768729, -7.670784939683401, -5.249160103280932, -8.988646567025668, -9.663725822000352, -8.37680534841489, -7.13097108341012, -6.2052621232407645, -5.67061324665233, -4.219456408769592, -4.612805660055107, -5.988374888400548, -4.588265373286367, -3.343664808527011, -1.4748668364290793, -1.528896657012444, 2.9931078832590856, -0.01527361984705422, 2.0474268349178715, 2.347793575008457, 3.3277129731159105, 3.2552667838037648, 8.325431368020718, 8.402757712980677, 10.416982108339443, 9.811180564356565, 11.309796494053973, 9.63131932855655, 10.538656141281226, 13.116261418529767, 14.383949816829592, 13.645622414141531, 13.1141442788424, 10.398450711546655, 10.139585660088573, 11.773545615564739, 10.388685069783048, 10.929733879592844, 12.839617107972614, 10.009281897742941, 10.673761690109988, 10.906173001502207, 10.069853581000764, 6.913226457600342, 5.398486361191434, 7.275360857208385, 5.592384701265454, 6.938520688292091, 2.788343962333377, 3.383907713342566, 2.789485803072428, 1.075138340562562, 0.46287396009590864, 0.15698513624773724, -2.112149637663549, -4.479388408933625, -5.335417505669739, -6.528522575060489, -5.138264614598842, -4.65664067848828, -8.058121150039312, -5.073372940588772, -9.316781000038219, -8.719732019688813, -9.312540525071736, -6.447867528510699, -5.806036321426996, -8.834567768698932, -7.65881236382134, -7.37673500723254, -5.292434458866953, -4.561552774196064, -5.385333368048094, -6.384258740794337, -3.573628980210346, -1.305419617729486, 0.310047044989064, 1.4560868587486908, -0.9089404482867156, 0.4642187167530274, 0.10925225617280887, 2.5575226275979936, 1.6573614279233126, 2.7852963295121684, 6.767803705212659, 5.655774807167476, 5.973506006573135, 6.69773424314716, 11.734238247328598, 10.625643457573586, 12.289875097874846, 12.49894317815701, 11.715900995905914, 14.418018398760466, 14.540318935981963, 11.218941681306518, 11.235708778688808, 12.700199540918518, 13.64575035250226, 14.10721309524677, 13.954922708782798, 12.064393719835799, 9.611437764502188, 10.137171800870341, 8.781447194002679, 7.756825809150943, 6.8777764448251535, 7.541103397607477, 4.815706493845326, 5.26930118378338, 3.6294620816051317, 2.420246631220955, 1.8754316965787545], [8.72091669557771, 7.435100833280179, 9.407242304323445, 10.782558882088999, 12.531735854102788, 10.983482197655219, 13.150818950869994, 14.801615928927834, 13.459731537671125, 13.212222429403795, 14.277618387726623, 12.543714932050936, 11.835667282213887, 11.432269112320293, 13.263325645796556, 9.291298291939798, 9.114913235901161, 9.200999328426764, 7.776559161783197, 10.080870662586932, 4.821253334315955, 5.970729801792603, 6.63738548256155, 3.229256010128947, 4.928963408416248, 3.5965818394747124, 0.4189663791223257, -2.0931139329398327, -0.21227614180723542, -4.353135772269269, -2.838359595682789, -4.667045457218167, -6.711484533577426, -4.334741265350955, -4.652858276791573, -6.957072287031362, -7.334708355659931, -5.594595747105824, -8.228052481875544, -6.4890649502514, -5.6287156713339535, -6.8486541858638255, -6.068158098682957, -8.095611925674756, -6.797460867176948, -5.291986432240295, -3.656273352167137, -2.9052224349948084, -5.735075603728989, -3.9004277772240403, -1.7289015386352684, -1.0100577662643193, -1.4967936534696555, -2.1687665366527433, 0.31101589735457047, 1.2673292327639576, 4.6986879808209885, 1.7527027399397603, 6.848424373904011, 5.17177892735061, 5.527036884283436, 9.691427504011784, 9.081627650485917, 8.459015278452682, 12.058121855470182, 12.599051921784074, 13.366285689841712, 13.411796911861115, 11.120953865455999, 12.66076036259164, 14.156357588498725, 10.03604844866508, 13.684443916966384, 10.91195226824782, 10.130164645260077, 12.77839850488067, 13.979700953227557, 11.79011214525155, 10.686055729617822, 7.986673827272613, 11.278294745026336, 7.829232224221212, 7.818833542348718, 5.095515433776618, 5.009622692250523, 4.469175449554262, 3.565867862348889, 4.13591582256785, 1.0777716258987802, 0.04920602844161337, 1.8352264832895564, -0.4773285111785839, -4.606131765945422, -3.2446797077376868, -6.062484364779994, -3.784289040556942, -2.851535494033296, -4.814541823135659, -8.476927590102974, -7.955065723057192, -6.48189755048595, -8.804602420820597, -7.967610274216344, -9.565903078591653, -6.57754358594411, -7.647026369028797, -7.618787312652163, -6.5572399848814875, -6.732266010967784, -6.7795995294741545, -5.481643209721327, -6.254681086870711, -1.3536088466223326, -1.767057631875728, -1.0098713501136984, 0.3759548411707794, -2.1405469362145606, 2.115682932078948, 3.131303348071393, 4.779291234872248, 2.9503728436077603, 4.974435511226012, 3.8633329010922397, 6.3685790194557015, 6.58939950669626, 9.99249131470652, 9.578745177892007, 10.968726651940056, 12.106766192461798, 9.01575960352621, 10.332115291133597, 11.630836748652264, 11.722673902759432, 10.62156011635515, 11.21155241177644, 14.47418535808432, 9.987400065386677, 11.095972681008499, 14.208462585805439, 12.10137626092596, 8.662257915604703, 12.487549022363531, 12.055716602798865, 10.372608146959179, 9.868249714053228, 6.158106268320745, 7.697254468391005, 6.748116364695154, 5.993309387555626, 2.440572029596243, 4.217865901084452], [9.841626818773294, 11.073688669171304, 12.196956002835467, 13.21470215817231, 9.242771543180606, 12.289610605224706, 13.225088549223894, 14.415285641773675, 14.017531064705068, 14.93575600664868, 10.751855380375106, 12.453086691040005, 13.66267379939482, 11.482680687957279, 11.409188845023168, 13.004505372347104, 9.49323329204972, 8.530293437057692, 6.651253120034297, 8.994349645401453, 7.230215150458071, 8.176016078400334, 5.306391787748668, 3.2876070461886284, 0.40037573297083284, 1.8021408465674327, 3.3679391611717504, -2.2516717707101606, -2.6405456899920026, -2.4644289352088826, -3.2423472281810177, -3.345917762868085, -3.352731874243318, -3.995078235015974, -7.741969587170296, -5.289785746650342, -9.152552825631961, -4.521628732620776, -8.019121891426796, -5.097835338997186, -8.631010925638225, -5.337096898818647, -7.33764538874302, -6.278454578584807, -8.436929002913498, -5.126088104128694, -5.976534339697428, -6.948830098080734, -3.081109033132307, -2.6168973433554044, -4.2222136639930525, -2.5650814133670785, -1.7503911646182253, 0.8746413693227773, 1.5921906780378734, 3.481639263388387, 4.129791212471142, 1.812246288528689, 4.5980809161841325, 3.2819491981699853, 6.779950400968076, 7.369554333406003, 6.793176515931608, 9.865362247741947, 10.543351062632663, 11.574117766201994, 10.638548850122708, 11.504438342213604, 11.190074149236565, 14.171896433197581, 13.639854053671893, 12.983181411427848, 10.475222587027554, 13.383813765163538, 12.173889042972842, 9.45587039210826, 10.39240791768092, 10.656795433276642, 12.561444722599818, 11.795440969968631, 8.0711747879555, 10.704264601567939, 7.594199513273004, 8.527963729712212, 6.459491691566514, 4.500717815874946, 4.369148581305604, 3.428485042836334, 2.327924426509414, -0.7447961287278666, -1.2853961150870639, -3.0130443276703325, -0.7623523548394964, -3.3334098270318275, -6.0925955081209615, -4.177751437370935, -2.8130997859966236, -5.965075810723389, -3.948646282528383, -6.270224024118928, -4.8684785424514025, -7.207932628480254, -8.22692954806644, -5.574296160497145, -6.110858205355402, -6.743000341512261, -5.482053440401259, -6.401924116887287, -7.966520329769192, -7.023186877422969, -7.5019633658265725, -2.4073511263438476, -3.841413157940181, -2.698189990668009, -1.2006205076254162, -1.9383894932107353, -1.7871411459837443, 1.542559458116994, 3.3584335778556174, 1.413496198161564, 6.151778360966308, 6.749024634775655, 6.940328501556043, 8.281908462557288, 5.623335303405371, 10.313164216448031, 7.522906249323018, 8.372225521528682, 11.580834882642147, 11.744509619431852, 12.715915055250909, 14.439486968497393, 12.070052938896112, 10.355783812694963, 14.522728100070387, 13.608820308070298, 9.89716098453983, 11.562404951414898, 12.975883027663976, 10.608641197453586, 10.375045083960032, 8.040639800740745, 10.173006459557401, 9.275341947992043, 9.628859679140362, 7.217023888104906, 6.456568386819619, 7.1951420760346405, 3.051422121963273, 4.36340546570294, 2.015785932013465], [10.934580239770096, 7.387187678188423, 10.274989063596697, 12.115052263484682, 14.040820636018758, 10.520167959340627, 13.301824070320677, 11.456283622742594, 14.439242920000765, 10.879070580313558, 13.969104029579963, 13.333653078544035, 9.611865209699808, 11.76731066594875, 11.090228575496084, 12.798546423701243, 9.332741469014733, 9.739499423979819, 9.501919244088047, 7.739495626728115, 9.208498638204665, 8.101703199854196, 7.094058685089532, 5.939384927063148, 4.356915412365179, 4.0601462729404965, 2.8477745628487945, -2.178601634663165, 0.3017938638562221, -2.363549123801839, -1.7977975496666048, -2.2551701757085603, -3.1635907534115955, -6.960840054142693, -5.798722319849542, -7.372706632364423, -5.671714175344803, -9.163413655010324, -6.199630764839881, -9.500191064513341, -7.85996140042861, -5.826259981470393, -8.75268388590791, -5.211355767195247, -7.171666749006594, -7.997744466804104, -7.094177968726804, -3.460901239679096, -5.918640616097855, -5.146784658845425, -4.383740618242308, -3.8701596014744695, -2.2456790338539534, 1.389257144530145, 0.9899743218437269, 2.0987806391264314, 1.2519936128180706, 2.771583770192283, 3.4983800928597972, 4.0047098502843514, 4.295308524264054, 7.989440397553108, 9.704946751664593, 9.299134795152291, 10.004329239036506, 11.59895504183784, 11.245568687954442, 13.02689829955344, 11.276479385582192, 14.375513260597476, 10.658050465172211, 11.542063546463304, 13.117715665030671, 10.408514634862527, 9.942593126669571, 13.81532975576644, 10.10932011099484, 13.530810441485624, 9.445281529570838, 10.374682928633337, 11.368932023203474, 7.9754582453488, 5.193795155421084, 4.351900092738793, 7.664225540950119, 2.4278996847012735, 5.717121036613301, 1.7039558638123946, 1.3171396952439522, -1.6749593826990896, -0.27315384738862747, -2.1640999016700775, -3.2028304115565938, -4.641536407974403, -4.678509633246435, -4.128324991765304, -4.613327560499776, -3.4379150668915983, -5.207948810263197, -5.64149125333795, -7.99557041731347, -8.80351543369185, -9.229815991356304, -8.219957800835505, -6.748960919052461, -7.157102524356851, -4.581427710766919, -8.837337618531642, -6.006518392909538, -7.376505464279784, -2.732277104088686, -6.3308372737097045, -4.467432248672699, -4.220049559954061, -3.223875053604642, -0.3371448347643131, 0.7580179008559362, 0.8762745710685671, 0.5208416169672017, 3.1802662158184827, 5.2074830135677415, 2.704490765914035, 4.091475555980633, 7.6186499701921395, 5.461321384526085, 9.472376690174636, 8.870437308234878, 12.073504515461696, 10.697401601301895, 13.605091209027353, 10.39492391497302, 9.608357841109664, 13.22807412857705, 14.177437178031798, 10.131941795230007, 12.889051575978101, 12.87914018529794, 11.49036730222181, 13.65116166340424, 12.453473735138697, 10.921850561260882, 12.341406586850646, 11.584234448850063, 10.2974036720461, 8.175845227315175, 8.284777342860377, 8.437562682019255, 4.53216196051623, 5.1282991970001675, 1.5549152046268748, 4.9632413655354], [8.767325166590588, 9.57032330245054, 10.931772315409122, 11.05817008924118, 13.40914162435519, 13.836224005051083, 14.512716617069547, 12.854536807469808, 14.185030814342937, 14.348203369605521, 11.924361794829709, 11.27651296079005, 14.353617203847225, 12.209084848801508, 13.793951439724127, 11.530968979364054, 11.417310528524268, 7.486162986230553, 7.326682358730554, 7.701673780259961, 7.741449060531921, 5.575980558045918, 7.062470955592703, 4.510719453053893, 4.500690132284257, 2.23416923305302, -0.46725273605983375, 0.7124439362706916, -2.515870040819845, -3.9770486170381556, -1.5896528131812175, -4.441430305246614, -4.357060254273922, -3.2300689119899086, -5.423998226984411, -8.27482967254495, -7.26037868570139, -5.864219400015017, -4.678175834408062, -6.17325849798187, -7.129142210521721, -8.938862208546045, -8.60776739590857, -7.6288685391151745, -8.200775258524963, -7.283514612762264, -7.980484609507798, -5.176587572175938, -3.219525688841273, -5.459197215573539, -3.386607752423398, -1.225596723249442, -1.4174260701011416, -1.342003380829004, 3.2821904550320546, 3.2843457340251563, 5.229609888470581, 1.5287614048432374, 6.279831369695957, 7.639363590757852, 7.086305772733832, 7.6438894927563865, 9.834936623369472, 11.46530660197345, 11.328426620026141, 11.490113795417368, 12.514722379383178, 12.91962534927329, 14.554453775031314, 14.330030256385793, 11.19512450786587, 13.287032235107691, 13.792323335478958, 12.912667608464927, 12.142943403010701, 14.485543018898873, 10.020802152811516, 12.913001165189034, 12.379280030827559, 8.828044680823282, 6.867901719559537, 9.366256713242779, 5.831618790337608, 9.18056239935666, 7.478660505449973, 6.609828507073918, 6.213837742789315, 3.402640251447589, 2.2996943860271752, 0.24747861846014274, 1.9608599784251446, 0.5821887538418551, -3.195950940706716, -5.012051557161703, -4.560022415600569, -4.929884704022529, -2.8791465165580785, -4.2118733381205065, -6.069123490345092, -6.666025543407557, -7.385982376885433, -7.324581156565696, -8.708685722579052, -8.351566086871543, -6.88234710059745, -7.787396200877492, -4.858340908529092, -4.557024455986463, -5.297832473588489, -4.6677654146638385, -3.801276833279509, -2.826852256897162, -4.848894857355534, -3.03569270622679, -2.256718291788605, -0.9633242944685296, -1.876084747401869, 2.6010887247216683, 0.9756840449512616, 2.5824371075971833, 5.820419361333883, 7.335780757742245, 4.361822595317355, 5.2619356428217845, 8.802736980736748, 9.150264121410219, 10.319964360849072, 12.480624288919465, 10.098089403110173, 11.499293165130668, 10.725803060697121, 10.501436076566302, 13.72397270663312, 12.250771850533324, 12.38097240066361, 10.41097881887176, 11.881411547880166, 13.625079301693638, 9.73819446088605, 10.841060300326713, 9.8762406281473, 10.034055115155729, 8.230331707777939, 11.636302341015048, 8.28862014493431, 7.273227665422082, 4.924160816471772, 8.118855781140056, 7.057519931062477, 1.8497636830482183, 5.00094164175973], [8.974104344331263, 9.309321971325572, 11.82587130639103, 11.200195916104287, 10.52096853651786, 14.05281297228948, 10.497517739460204, 11.367389078940764, 10.42870040382264, 12.315388637698891, 12.376035247122076, 13.27044045959289, 10.248091089413144, 11.138949780415835, 10.960869378131392, 11.446685797855196, 8.720432978448487, 10.040426579548068, 9.376862583720682, 9.120853388863113, 5.031326049666369, 3.854240390461812, 4.928923634678928, 6.5260336671732055, 1.0687444166780509, 3.0203826548468724, 3.160703963695722, 2.490148954192559, -0.699489742562303, -3.599641367805148, -2.9398009904685285, -1.668334022605169, -2.9365353945387245, -2.9084555117406516, -4.565515649031612, -4.5800812315427315, -6.507529953210295, -8.781259691628222, -6.2023852821817655, -5.201319196888388, -7.0123660730876445, -7.093901091383199, -5.7556715342052716, -5.797074268833699, -6.49676838772578, -4.458603120096367, -6.428921019971121, -3.584210574753362, -3.590046953198568, -3.080847117879639, -2.012887318337661, -1.4103744257278485, -0.08961805602349493, -1.8606979693365346, -0.4385755125861781, 3.32855639292991, 1.6992210799620828, 1.702491034883968, 3.1968965018002367, 3.584277051879428, 9.250356508637307, 8.826655256251241, 9.147306059709168, 10.872569228399646, 9.820772286270007, 10.58522284196254, 12.165470810193229, 13.967245442391564, 11.897031127781482, 10.77841126528903, 10.489881624394737, 10.989219484925247, 11.98474691761557, 12.518242497129815, 13.112216361645896, 13.800945017381618, 12.330317619257247, 9.05570894078972, 10.419759506716169, 10.054009210947566, 9.444080195513614, 7.888008594589111, 8.35570060152498, 5.1140257193424326, 5.217977447863805, 4.881149197409745, 3.764678839404106, 2.393298424217403, 4.35924905998703, -0.8238774688235306, 0.6322246001402956, 0.30564844367874144, -1.5655739739160008, -3.9463022646956905, -5.5686265810743, -3.742063677674036, -2.982286991149838, -6.2372405173525465, -4.361736429081269, -8.752155245119283, -6.373390852510205, -7.3817002052814225, -7.361087044648539, -8.688012166290193, -8.65740653105107, -6.64132113000257, -8.86318338192628, -5.198412261363153, -4.363612092652124, -7.061169911063594, -6.944234134343276, -3.88471483829262, -1.9629923090265926, -0.5549249356082271, -1.7051095916505776, -2.0098301337445186, 0.5861963941555057, 1.0708422161819424, 1.7213309788527695, 5.181582371628462, 4.3191365367860595, 6.631861759903783, 4.4424965275082995, 7.7610917079008885, 9.280747306886141, 10.14309772259201, 9.673842312310693, 10.564010018877434, 8.918190665801951, 12.985551496122008, 10.952146724287108, 11.060489840894313, 11.078347936824743, 15.276279160477337, 14.631100910750249, 14.668470056389939, 14.872187894996035, 10.86536472478532, 12.87457133807999, 10.959696672555944, 10.648600134227717, 9.658743594915393, 7.579788783494167, 9.729464997965943, 9.123060779181731, 6.137176427202009, 8.29480014807693, 7.24691225597806, 4.186522872543321, 3.645050042831312, 3.24976840752314], [9.860187225338292, 10.750197527069318, 11.389396137400878, 13.127853752500958, 10.69726132704427, 9.956360599574724, 13.142915933066982, 11.5615549811656, 11.662638307600998, 11.589477718952402, 14.182515103228113, 14.181430650243604, 11.749737695504098, 12.362712850674772, 11.522322899131192, 12.450367611850538, 10.3145607955242, 10.283850503243116, 7.096521451166028, 9.92668286946148, 8.501224434523547, 8.3123469822668, 6.331835948706944, 3.2739143620865363, 1.4070878901301018, 1.97284556789924, 2.8372972736861737, -1.3160067632906625, -1.8050397225361117, 0.7076414579335779, -0.28853395130224513, -1.0066156608720185, -2.9650600944036043, -6.568961560591628, -5.6438073729226, -5.888860831519658, -5.094099527170009, -8.64105157385017, -7.308741360943383, -9.34072744699938, -6.23879342959588, -7.885537278874704, -5.612436946859793, -5.936262103520768, -5.6555798970136415, -4.934625288945551, -2.849429126330161, -3.62263337681326, -2.7189640938325006, -0.942497219334216, -3.4330119490213846, -0.4567996266153642, -1.100037874777735, 1.880226905181221, 3.249916744176473, -0.17118046856429103, 1.3760664044761075, 5.105679473588981, 5.280183188985294, 8.227784663955356, 9.189296361466104, 8.407150330866969, 9.881492964556767, 9.19408719610534, 8.303446502340542, 13.329883152723015, 11.172674919456117, 9.86408162369976, 13.717092073925155, 12.917643963247162, 14.116562693886294, 12.687852992855957, 12.183671418443382, 11.938131471549271, 11.324936589794419, 11.241398975523927, 10.598783259338658, 9.190012442162116, 11.052424910720239, 10.63218177733505, 8.457555497749478, 8.905766148702169, 8.373285612729175, 5.218732067860076, 7.176085773378733, 4.631736544494867, 2.959955722399469, 3.4273078479736565, 1.6756632801437874, 3.0958458017589603, 0.4409237126292762, 0.9157501060269411, 0.48268368708639464, -0.2848329677203516, -5.279184145301981, -3.860157950405105, -6.018222505215082, -3.0818727452120385, -4.548860917987319, -4.631384078381188, -7.957794140721919, -7.004164615664255, -8.54575340289512, -5.272318054224229, -8.079696407420084, -5.780507820836828, -5.69110401800323, -6.55892053197838, -7.993501166967896, -4.856268523246911, -5.871957514246466, -3.525433231105655, -3.133736788498716, -4.2381440362365, -1.1189023856059297, 1.116572630371376, 0.3588878499781991, 3.227901146012984, 1.4358419416343864, 4.083484374383673, 2.195643290709153, 5.91053129569867, 4.446924951223275, 7.836212066555159, 10.10705805700532, 8.776859560247113, 8.523658683175713, 9.610519510650242, 12.10767275622784, 12.910461781342196, 12.970292919528754, 13.305717981763028, 11.110654146701021, 13.007821500530195, 15.210965471965322, 12.081258709066354, 12.280435530674252, 13.377975721109635, 14.876791913739126, 14.357612164669648, 12.140572716955427, 11.77953821343527, 10.412023781433602, 8.5988592338609, 8.04311865766773, 5.939789142644698, 6.920323001707908, 7.289664064682469, 4.665488147626885, 2.4482089485036056, 3.8472254161089774], [7.660912547060356, 11.687441551048156, 11.94259903191034, 13.888313729327852, 13.304139836706318, 10.204103879344977, 12.655795897969854, 14.80114750096406, 13.59408528050381, 14.975791950831182, 15.244259621053704, 15.159391846639751, 12.098417000498419, 10.472838073766736, 14.344667902006137, 13.479064140821965, 11.922390135519697, 8.565500445175001, 7.885987171302601, 9.640708276217296, 7.181202467152259, 7.9660810557484965, 3.7040651079908633, 3.327939331959728, 3.507638359473944, 3.1146247851147857, -0.04342080119350378, -1.026136699325642, -2.6109831528684957, -0.4504649628970103, -2.5328075566163157, -2.111633798917323, -4.842510182309958, -5.413941405045261, -3.611825062360067, -6.433795637629846, -4.3955610313974205, -4.6706821163025385, -5.8617360100158376, -6.096108661348925, -6.370205482149842, -4.68241971683554, -8.987289065827046, -6.400199679842462, -5.201303333583462, -5.316598055303391, -6.54719528640031, -3.993144819561838, -1.7933863255740867, -4.809401880948794, 0.04077668616050367, -0.34352083015166457, -0.13361483688374776, 3.0754227814030077, -0.2287801601020938, 4.001969945749272, 4.544593075151766, 4.617428678343082, 6.42157469150533, 8.078631504750682, 8.20501873949956, 7.7846514673574445, 8.1933424438971, 8.474404316629132, 12.085461107369238, 9.936307511890945, 10.591314732310869, 12.523842870026147, 14.096080086278882, 14.181045338832144, 10.994553586473463, 11.393391037354505, 12.135038979557132, 12.689677113253971, 13.361077770078555, 11.21511440082093, 12.378000165097024, 11.703768829093113, 12.110266158578568, 9.082151961143156, 9.471852043656718, 10.375976671179382, 8.185221821185419, 5.869595626115844, 4.459926959835982, 7.566479159456762, 4.74447213269526, 3.9905709402138516, 2.5367030165176434, 2.3141763391339225, 2.3227607808030752, 0.8037366076308352, -2.177504799184252, -4.15354006598146, -1.2628461668127535, -2.1588594116296846, -6.26101805451443, -7.287250110669618, -3.3308289586692705, -6.7484672654777, -3.8633426409736042, -7.843352463933236, -5.205950947339117, -8.35139479484382, -6.176566559983957, -4.662868286789461, -6.77611775866086, -4.739418670846405, -7.73085529708613, -6.165100705038089, -1.7474237137577866, -2.873523340823775, -1.4709154265571804, -1.8948425297157172, 0.6357560104058777, 1.3366567309176478, -1.1590049526824657, 1.5708029114582764, 4.095857904746765, 4.1369650797331134, 6.426602184206185, 5.4339713037223465, 8.826007251418403, 7.425753468899407, 6.11972273027023, 8.616796593686205, 12.134686105444313, 9.862542710216212, 11.360062400248786, 11.148044129119665, 14.840425393940519, 12.84362069213504, 11.058298486818776, 14.728035285270245, 11.029985236009184, 10.924698637896789, 14.536365689581926, 14.143995525396575, 13.948634075207236, 14.542137450843125, 12.090769423727608, 10.345321529230475, 10.629442875921033, 11.269955295601711, 10.800083955157426, 5.774878567203544, 6.245728577762838, 4.762993018234525, 3.257705229921781, 3.2392449941915915, 5.152112047249063], [12.435353006611724, 12.60088535238117, 12.77456302531121, 13.263709188954191, 11.99708402169944, 14.225270024768225, 13.553899276704886, 14.594562993352884, 11.930467831848212, 12.055357651063668, 13.092161024754546, 15.564829121492211, 11.968429285784367, 14.882354801279156, 11.417673223065826, 11.855747979463796, 11.979409736837752, 10.16739299934089, 9.055167157624266, 6.730027314031134, 7.253701355891363, 8.960414980890693, 4.038523958333601, 5.097363396609527, 2.116505951175581, 4.948624119860936, 3.131345932785119, -1.469350128919487, 0.7319723033132401, -1.1692912297420843, -4.2482649187235655, -4.6019440632598805, -5.551926786556184, -2.0420497684428387, -4.933807689227342, -5.332166649628693, -7.624949859823907, -4.2181153623040295, -4.677858818831766, -8.608767064710413, -4.744563832816279, -6.271585930549016, -7.613683148121822, -6.341639494983895, -5.286172631065632, -3.4636066304388606, -2.5609106158457724, -3.9066342978671322, -3.8643306900166206, -2.0482491637674087, -0.34633151025014364, -3.2410038747781815, -0.10547941338170119, 2.721834895615224, 0.21651658892958459, 1.9637024395167764, 4.762792041722074, 4.976805241626502, 5.416321731047783, 7.462946274826075, 9.864603900764472, 10.699398401544437, 8.32526013050401, 12.72942291841382, 13.121924480574453, 9.605208567004489, 10.224935105984963, 14.847783405352692, 13.892594676370752, 15.123555809583259, 13.63943541817185, 15.07012875718133, 12.770165071430625, 14.58555305409996, 11.732717729486874, 11.142458814214613, 11.633398173666569, 11.724154944184729, 9.69938001689047, 11.374654310970445, 10.936797937663597, 8.127509193829848, 6.622684766721331, 9.95005883331103, 5.7938888239868085, 3.8033545521271837, 7.065281305907927, 2.9536529145737633, 1.6193098026632295, 1.3755919968576222, -1.0812058184365156, 0.02307047427067843, 0.39413796245085564, -0.3040959266844965, -2.3968207464102065, -2.800440205767895, -4.703022427830094, -5.9033399041206245, -5.269892666244756, -4.262086272870716, -6.712795660957543, -5.226442433642765, -5.276471786569873, -5.488541799112964, -6.348110610771023, -6.856519388141514, -8.104819481416634, -5.314149883807941, -3.6423150258308716, -4.912099460661398, -5.879782847219719, -4.139072912474257, -0.40412251207613714, -1.595087014836583, -0.2007470670726157, 1.0437356584588375, 2.146300904089072, 0.3965992889527552, 2.8906783223831143, 1.8350263704034298, 6.915923064823509, 3.5742920238086304, 6.03335127997671, 5.706710000209314, 8.267326032527752, 7.483892376929427, 11.115724561575275, 9.841208489130938, 9.666784829859434, 10.637158712811342, 11.978306446699186, 12.570619866341728, 15.761342113459735, 15.622797343852554, 14.873511492099057, 12.091890904645297, 12.205975944298368, 13.223757359466191, 12.481905782804414, 13.531433807945799, 9.879580991191423, 8.981522326462642, 10.61028091218038, 9.646906436228337, 7.846796171403206, 8.580235548125334, 9.803037336497106, 6.7214060622066345, 7.8639984209218605, 6.740355276932087, 2.1505493355303047], [11.578626146274786, 12.457598248531225, 13.383681825321347, 14.163626833176181, 13.129500131080189, 13.451553328913349, 11.953954796967109, 13.934487711843978, 15.494841780327139, 14.967771770592273, 14.759326856742451, 13.064977639713252, 13.978711282670975, 12.276522694531916, 15.015224647826109, 11.269123961274362, 9.632024910578012, 10.65184805050794, 8.256431986759967, 6.708658772957467, 7.204766214333901, 8.392716157965989, 4.784371370957212, 7.157574078690906, 3.541464795091774, 4.9938896952657075, 2.8551301558708273, 3.198134147166604, 2.248216938160472, -1.479118090097689, 0.7442083410853968, -3.9074385628361767, -4.765490496478506, -4.89631283041075, -5.4316848488844744, -6.4354753639886795, -4.621114670678116, -3.998259895441027, -7.231460135931378, -3.7094918054852446, -4.57884402902771, -3.75354331881233, -6.510824710776404, -6.201913771681667, -3.8959424145125805, -4.780957414471473, -5.794441061158878, -4.949001072070709, -2.9070377309545314, 0.08884836535869667, -3.097922677647503, -0.27485782877243814, 0.993482726620865, 0.3827297098672382, 2.3713084591473077, 0.964703575927583, 6.639380188839619, 5.170915857388555, 5.387907619750265, 5.704523598178458, 7.827842681390264, 9.45875083822254, 8.408292088186602, 12.535411282909198, 9.127769137834644, 10.725925286492995, 14.342036867336159, 15.068083094460965, 12.714650353941309, 13.554715281187553, 11.348356020040962, 15.949603428294541, 15.989779598067106, 14.1185617430048, 14.343734560440932, 14.425323031266428, 14.679539841979798, 11.48443610114825, 12.763051331897689, 11.714609233518763, 9.505051987789779, 8.887623337683928, 9.596713870441743, 8.355697530577167, 8.314900045504888, 6.755062947880186, 5.050498568977783, 5.9195003323202515, 1.2684237012270874, 3.0587041938486577, 2.1482948414294194, -1.7074665372551436, 0.4635953562341619, -1.7022434582707255, -0.7200264854453202, -1.8580592224041652, -5.898569662808489, -2.8010894063976934, -4.1216731431223135, -3.472199364477042, -6.306477200081108, -8.043860333133551, -6.15926656534204, -5.0293583759174965, -6.699891357990683, -6.5607045516947515, -3.114181308727737, -5.781386149928181, -3.1611184625810207, -6.238305422700652, -3.9498390739627585, -2.847156079354951, 0.08486883764667752, -3.428268001971041, -1.0459572681291878, 0.3594410067842695, 2.1239526291814865, 0.02245989918324831, 2.0972963740980717, 6.18054450597413, 6.197662418878337, 8.0645872555631, 6.528363350507077, 6.3490469468095245, 7.234963435440806, 12.05471633543895, 10.967531799178632, 12.291598966023727, 13.587839410825612, 11.804506733351342, 13.437021918513643, 12.866494022283566, 14.795455432525372, 13.929729721678347, 13.308919424270838, 12.391229824500426, 14.424621594765357, 13.524476309434457, 13.131412586523693, 12.909918009330005, 12.417858266114415, 12.048407601657608, 9.50035342017643, 12.730385170424553, 11.067202957601548, 9.988940170534336, 8.296177322448292, 7.401711079254854, 4.79403016276485, 4.965258249367999, 3.700458610220725], [12.018526538087393, 11.956248670940603, 12.377608528724945, 11.303924108280441, 14.251662697317244, 12.77245273702364, 13.73673183317943, 14.582250822399462, 12.35344082479427, 13.555009643562224, 16.049507521165484, 14.91566818992015, 15.01914131360416, 12.384884853454757, 13.279706222266533, 14.647444505369222, 12.644223954265591, 13.064119947305478, 9.72392040717182, 9.386234266089327, 9.192396693339097, 5.790774523282764, 7.069174034120923, 4.990073974114665, 2.611153606731013, 3.055754082747322, 3.1783387566883317, -0.4990159208215985, 0.09821426309559023, -2.1462947325131445, -2.9846369307406277, -1.54524693557544, -0.33672026429600876, -5.157469099318114, -3.9136088714498065, -3.4734611214207085, -4.043889444966478, -2.9255654630360084, -5.035617351536931, -7.832273554005777, -5.228447857247652, -3.491017023121671, -3.5584152502320556, -7.062786793563362, -3.3406543502673554, -4.686470135363164, -3.7952991856372105, -4.189255169067588, -4.8765017314707535, -1.2600295037982505, 1.0769227263820635, -1.8573330649619724, 1.2181719423019572, 0.5529639902619614, 4.266399855727441, 2.5651931780553907, 5.633562390088346, 6.281191258496182, 5.945509833164744, 9.054218603972798, 8.229537521219733, 7.903628113143286, 9.38337619335727, 10.101227685077832, 13.971544675141722, 12.960592196007811, 13.537345726176154, 15.127599793310793, 16.095030916529744, 16.03543656265461, 16.08025702662582, 13.608173132083149, 14.566205574847775, 13.472788093344828, 16.287253140195325, 14.92206553210871, 11.360026709995248, 10.686179799914639, 10.332123838236132, 10.151833200619562, 9.96085731166751, 10.617662963523875, 9.112275745983148, 8.691489523670011, 8.814808197233388, 5.7694767580888735, 6.901757275557662, 2.5876667154465736, 3.758425546688832, 0.5594270662198397, -0.16853556346213594, 2.7062705752246856, -1.860783237196861, -3.157488176504451, -2.194857925309522, -3.6943220464126902, -3.730747043890517, -5.81258227923492, -5.297893677577946, -4.377155662165739, -4.008181367879379, -5.853931213482333, -6.398470812670709, -4.379677183597517, -5.793785956289218, -5.180161263418736, -3.016650806789091, -5.98428006519717, -5.302303693875643, -1.474366454397103, -5.3445960159825425, -4.747499606725009, 0.3344214704675643, -3.471111127422974, -1.80978600027683, 1.4168139501079189, 2.6108641876150704, 2.053876835197819, 4.080358774587964, 2.6530223516744584, 4.9861182000906785, 6.056238943920002, 9.389219046552746, 8.28735658521551, 9.619014484447751, 9.752219912030666, 9.60615188007103, 13.796482353916891, 11.073479124308518, 13.135997918802726, 12.30649420199569, 12.289525948455047, 14.711132419283903, 16.38014379896599, 12.416195724834093, 13.006166677601268, 15.306823809000829, 15.616661988683202, 15.444364735334783, 15.587022289821082, 13.81420639840619, 13.89672139789143, 11.75162103246147, 10.308185010343152, 10.99174511600549, 10.774218893502724, 8.576631975358417, 6.740529139296107, 5.586152699077008, 5.3240145343255865, 2.0693105178790603], [10.885619276893806, 13.959779904589464, 13.347023703540367, 12.79174126518566, 11.565361430989928, 15.11138257103681, 16.189985472389395, 15.640658188775985, 13.552206572126524, 14.26339123245306, 12.431132738552456, 12.1993652584529, 13.492656641459792, 12.561367108211549, 12.192863479720842, 13.828644944635093, 11.680519555459915, 11.775832067873298, 9.342399453750991, 8.603805587387278, 10.798657912221024, 5.826263759682361, 7.6927211639788435, 4.907097361023371, 3.1488136515902347, 4.606450587233047, 2.1482713443987524, 0.25708612656755037, 2.7307806119817704, -1.843777374318444, 0.207204958101741, -0.4206834656855136, -2.3248397295140606, -1.8901508532716402, -4.826152612519085, -5.494330080689661, -3.9233805905449746, -7.0456642755187815, -4.18102942906355, -3.512830444619368, -5.2576402023719915, -4.383442677590921, -3.4316617500465636, -6.404053844610818, -5.273719901594797, -3.3467533742031286, -3.4889003593740178, -3.889869749825646, -4.064153456221938, -3.2848738115972456, -1.4274631170953889, 2.2183444294283206, -1.1871805232629011, 0.33653266434306595, 3.8062039288558216, 5.9040705089916585, 3.777051148367958, 4.7915543062957155, 6.437657758613419, 9.142651345383081, 10.798079166271355, 11.701305949257234, 12.563753649150817, 12.471391919825336, 10.395343947472954, 14.866341586235684, 14.765599832255685, 11.877297085505223, 11.853201779441797, 13.800235352430034, 13.043015295210711, 13.439568435332765, 14.73366907642067, 12.19698637944958, 14.079986616898067, 13.939860881957305, 13.292771319908088, 15.353016528061715, 14.88280168968615, 11.676241621756976, 10.737012615613247, 8.511043738782833, 9.13322534036204, 10.52884759247477, 7.563623224305444, 6.386692763836467, 6.5276335948350415, 3.19771214492899, 5.2625307256425025, 2.3990740014754808, 1.3179962906494556, -0.20648176227479276, 0.1964015497803775, -3.0548899870591697, -3.416297635627945, -1.6689691345987931, -4.434527104042143, -2.2340619320127697, -4.19072727139433, -4.241794698975509, -6.064422081490083, -2.7395044556760784, -6.826574435959863, -6.861389985454533, -3.042887700120552, -4.768904026444682, -3.207966482057305, -2.872615908626093, -1.762237169843086, -3.163876153199965, -3.1136601342330117, -3.7849589411897213, -2.262487210328686, 0.07680586130383205, 1.8569975986541678, 1.3129737836383466, 3.7796851486698024, 2.6659324478382427, 5.339656466245477, 5.147394179322328, 5.285441897941228, 6.569025873864497, 6.166006456318054, 7.619327053017628, 7.529870528136432, 8.250470971484354, 10.763308464767107, 14.333942712072151, 11.729372648338087, 11.7772704901988, 15.508102572664045, 16.415522222331, 12.21862617161238, 12.760230654109014, 13.005606173295604, 16.8216317828028, 14.280298618010686, 12.00243777255721, 14.408021733159323, 11.170662169050997, 11.902805935099, 14.926264781028204, 10.092655015048658, 12.383606423448935, 10.097484766653725, 10.465939092071775, 7.232901903303627, 8.554993336329929, 4.615094634980146, 6.609816343467958, 6.4931371370820585], [13.699576135912885, 13.254180171947434, 13.808858755555683, 11.980610691215245, 15.667658578269391, 13.13771109181474, 14.637521637631108, 15.510910091975598, 14.520101948207019, 16.965099311932967, 15.583656642363373, 14.837534677756606, 14.100787992895263, 12.707407837757243, 13.004618234193988, 11.842236218955435, 14.18561947236174, 10.396604974714457, 12.66425474236311, 9.670591961173548, 9.209516027615212, 10.065477504580368, 6.314103216446383, 4.452750963767645, 3.4700602991559695, 5.427628171603235, 1.740160896506227, 3.4340870302998248, 0.4729794437700967, 0.9684253069345825, -1.2684353879318397, 0.896975657693087, 0.6824399758988378, -0.16274191232381696, -4.086585765657887, -3.939476698093795, -2.96337454460096, -4.854934490460316, -2.4389630936265156, -5.627586000185929, -3.5508229411541414, -6.575565713548649, -4.689467415043591, -4.858138983274046, -3.619471181289857, -2.834569025202855, -1.7650430619233255, -0.23225793390871985, -3.9667797290337266, -1.1948555370237486, 0.9633922344426225, 0.2357684262449098, 2.133935156646176, 1.9723757251232907, 3.690167173590101, 6.1492815465828, 6.7408987205291275, 7.858102055577412, 7.047061881168611, 6.693718909327398, 9.870018843337936, 8.887232219599682, 11.967567137575193, 10.78726710198855, 10.468893037602797, 15.06069794999182, 11.215516811656435, 15.927899526760944, 15.331799633139653, 16.604854097193424, 17.24473536846868, 16.870235250068735, 16.82690739469156, 16.00535296055854, 14.888604050460074, 15.720672008459381, 13.310733038065303, 13.87306477590396, 11.014037481329787, 13.811608628920238, 11.400623472809029, 12.627552067806755, 7.924454032126917, 10.864282982385632, 5.752425650097676, 8.648461321004856, 8.368225383751271, 3.004842056901073, 4.7500846514768265, 1.1358704663644659, 2.865887418844876, 3.5755069620612305, -0.6016085468179551, 1.9933006691856825, -3.4346401392996597, -2.9801215442359776, -4.241643715677219, -2.8977104203832127, -1.482614748217241, -4.945420877307107, -3.0712456225821967, -2.599531598415286, -6.613959936358572, -4.649352554980025, -2.770524189856669, -4.32245694532325, -6.668792183329188, -3.327241378222178, -1.387377309476408, -2.6506084062321236, -3.7190377295076384, -3.3985044827115605, -0.5598246363308164, -1.888888646104192, 2.2718915199187437, -0.0999736706202885, 4.459218931091974, 4.075706238423978, 5.663471781822597, 6.040092714851293, 6.39090935359177, 7.29365433433471, 9.230939645497484, 11.523251964412609, 9.984475701636573, 11.274122019630537, 9.986699777095398, 10.1008154362443, 11.343817849814801, 11.843114382170409, 11.838171814013464, 14.95334702280035, 14.816281584307994, 13.419613897492866, 16.689538483415884, 16.62541369820243, 14.10907061078234, 15.342182053617265, 15.019985273507704, 14.653023104617374, 13.002390743672095, 11.044196091800627, 10.502259668928428, 9.695359681081776, 9.643633983260463, 7.972188517427114, 10.041079405802087, 10.515161578541512, 8.552358912004095, 6.073122617278005, 7.443411276307164], [14.222579651637396, 13.791058640832809, 12.731580969285451, 15.007791196660945, 13.122265048934675, 13.928891916076516, 17.240535663622325, 16.65392025231331, 17.208377518573016, 13.472069332164704, 16.774194307820064, 15.28555349457554, 16.689622414802997, 14.25880725836182, 15.131271346838233, 13.069184103570302, 13.750692176595539, 12.737960875485406, 9.650241810574238, 12.502864547141883, 10.459223321199223, 8.921506629623273, 7.616378124394025, 8.813145336341346, 7.02313797456676, 7.013728888538003, 3.4928981236870147, 2.7369006136735097, 2.0445689266435068, 3.0592452333838844, 1.070232969221692, -1.5215617471618987, -2.628322478535255, 0.39382759464724515, -3.8296597497315705, -5.436624580402789, -4.9810198972900785, -4.793366956110116, -3.023306156368589, -3.180154721088975, -4.587529769755516, -1.9803043696175262, -5.853265560270051, -5.755712950072381, -3.5331951077964003, -2.4722215726935985, -3.7390825254039335, -1.5849443045802207, -1.8425119277893174, -2.7813773875454135, -1.372974840150201, -0.8521661158482079, 1.5789087813527019, 1.8458609871547598, 2.652149493008247, 7.193871122348136, 7.004894502673436, 6.194870675472342, 10.032657115695866, 7.3340133545858075, 11.684149769419045, 9.413386189261757, 12.69924056792144, 10.488884842074047, 13.863142357687995, 12.081220748144307, 12.655156456198018, 16.885289610201887, 13.1656695535249, 13.710563775825968, 14.956057872723745, 13.20094224829882, 16.63199135720545, 14.447306955182384, 13.666255947576607, 14.549246737739711, 16.42503113909354, 15.409186225408192, 11.214316008017054, 11.28952848664796, 11.583556164589025, 13.488283486879592, 10.928500728253244, 7.244645941684328, 9.491314110480682, 9.446235511646934, 6.555228474688359, 3.797838714918364, 5.526768975292605, 5.911248848848344, 4.402061021385297, 1.2393874920101648, 1.0147087885639934, 1.615779309905916, -0.031668519555392294, -2.2331645830390983, -4.2553707134227565, -1.9097316619466653, -4.516282796290332, -3.101745398381599, -3.042516509820789, -2.1693482689845087, -2.2580033386660663, -3.0686811400223206, -4.98759916582401, -3.0566097300801953, -3.263682081670442, -3.1888224523988367, -3.2782668637677297, -1.9289662279952644, -0.21924019875663348, -1.4112920484971845, -0.2819901105022975, 1.7390153882032209, -0.20323453571991656, 1.9336351259001958, 4.400863738745594, 3.5212454005031857, 3.469913770937615, 5.0315552969882, 8.856489234084545, 10.018463006390665, 9.974960697157936, 8.098569191376365, 10.86769297536044, 9.634729957671158, 11.530665473050167, 15.062069325496747, 12.019817041478492, 16.077137970680134, 12.617489766695867, 13.788219329512653, 16.311777958772133, 15.815119851932511, 13.672895444282032, 16.359047570150572, 14.359954456386266, 13.185735677703555, 13.612247958807936, 14.896576360176404, 12.944042612577496, 14.624205781962333, 11.856301348910797, 11.234573614155286, 9.056717399929012, 11.214844911429214, 11.73798581099027, 10.043765454687454, 9.674553307523533, 5.765727393610841, 4.055485779215929], [14.151307588599977, 15.03264898688943, 12.713185556699187, 12.97482782350772, 17.147295443209117, 17.40955090837958, 14.961518981518553, 16.542362631502968, 16.97853442858657, 18.097852619314338, 17.90922894202626, 18.163592525649428, 14.13714423850458, 16.88908210706647, 16.03351871503827, 12.126930486127259, 14.882078686347935, 14.474268664280952, 14.336046683268897, 12.051849968371977, 10.439158036679451, 9.544904226106091, 10.0518985045337, 5.474511338680856, 7.471610169300896, 3.7887773944902223, 5.332258171287343, 3.4798170127810613, 1.0837627173163362, 1.8259741400095049, -1.0125526886257497, -1.6120044259033897, -2.6095590190321154, -0.7036272983953733, 0.24596175424813893, -2.8564946590031006, -3.2507916944458, -2.549618354125279, -3.266941127329927, -1.7961697288514404, -5.3160608569619505, -1.9140497739108184, -5.5881214388369855, -5.637809741069773, -3.8810292219485323, -4.571728302980917, -2.0838934755975007, -0.2644039250211474, -0.7796867609018037, 1.0430698273101093, -1.6047672346097155, 0.3510457518852057, 0.08861945826012274, 4.926555312281357, 6.0021911515993684, 5.180655393952626, 6.047436545157174, 5.662605980568045, 7.53165509429442, 10.934724959343711, 10.696423435970715, 11.424603909346015, 10.638996046654183, 14.275375742001138, 15.308303026838633, 12.72687823668873, 15.726424710737398, 16.394367917865118, 13.564445931219876, 16.169351578547264, 14.269451216469792, 14.33413045750013, 13.581065254637895, 17.191337115623867, 15.471477594898658, 17.09083100410794, 16.863097079756137, 16.20896814906473, 16.462012167650755, 11.782982743963284, 12.682110917451558, 10.505345822393895, 8.702839720436533, 7.743116071495443, 7.273431346671219, 7.507293778097447, 7.72329154582069, 5.735346060464586, 3.491217548178776, 4.626991702873378, 1.655241335760298, 2.426395554710547, 2.4796636272724504, 1.50417615500767, 0.8708753567015126, 1.388746637264747, -2.8940649507814964, -3.3467281331768106, -1.261704885484912, -3.61709427145777, -5.973185980754101, -2.815949041198948, -6.245539169859899, -5.315806582308349, -5.750736892791915, -1.805255748454604, -3.8913839505343653, -0.7657619095753212, -1.5147488780219884, -0.6950574214285261, -2.72984175548752, -3.132639599065998, 2.4605651440279424, 1.190258856282293, 3.8591942936509795, 1.0501488835707242, 3.732853961572702, 6.049024244199863, 4.8622439352964975, 4.437440610995743, 8.729083171867927, 5.991803194423783, 10.646008140074624, 11.504203138584641, 13.208180636930718, 12.165592984441425, 11.238724157365723, 15.197979928045072, 14.55587559113292, 17.07069050261996, 14.39060042837755, 17.556164755893818, 18.02291494726495, 16.164345012429607, 14.140139672219853, 15.219986465798883, 14.625484821579413, 18.05462917933358, 15.199522612093295, 16.936480158471603, 15.829497841229554, 14.166160513780262, 13.568547512128246, 14.02412448454933, 12.93641098139899, 9.538730493629542, 8.263819200461999, 6.763005812066316, 8.557052653267927, 8.315603533367872, 5.641813896074031], [12.665648021748964, 13.60293364680902, 12.847924974583158, 12.652293783714843, 13.161151579054723, 16.061511806372586, 16.757317603824212, 15.029681829482023, 15.054549237894355, 15.263902876403181, 17.826603927900752, 16.939056591481997, 16.394411403773887, 15.763514591818907, 12.956123064943842, 16.466170991375236, 13.306478046302338, 15.174409882717836, 12.799404096528342, 12.359622756421114, 12.413110863291347, 8.246971735251304, 7.282712408768361, 7.626818652103465, 5.053336063890009, 3.7800683186452932, 3.4982317863368424, 5.915546743746848, 3.989989571165653, 1.5754913625584308, 0.07096118829145581, -0.6947493038374457, -2.599407472032455, 0.8640484269025954, -1.4075189144427203, -4.6220439806949205, -0.4496233367119107, -3.6865026916698795, -4.118496158728664, -5.699097479845081, -5.029553707125157, -4.348693524246832, -2.580065331778659, -0.8440064741992881, -4.311755514490034, -1.5652339242205198, 0.3245075272342923, -1.920874562771429, -1.2630338382890418, -1.757314539932528, -0.10265564782871728, 2.892849588603341, 2.0269284233541587, 3.9417327567955605, 6.581365763546554, 7.975636962750609, 4.877365429055241, 8.784755286325657, 9.674888756765313, 10.460264965056515, 10.347547820878724, 9.170685253667505, 14.051443514212938, 15.367525026070396, 12.984522897060813, 16.77425441094386, 15.575210373114801, 13.86242379213846, 17.773129704409172, 17.351948531074417, 17.705251850114816, 14.754339073674206, 18.778479577515405, 15.633231133603415, 17.266200879013134, 14.572150215725008, 14.121742077185482, 17.23716466501465, 13.18512291943415, 12.773050563072198, 12.249918569289736, 13.61125986896252, 9.661931577282258, 10.624473105147114, 7.550148457323134, 8.885561853848483, 5.341058588083054, 6.362296158992139, 5.457230771049325, 3.3805189312587256, 4.635553642238152, 2.4347430029455053, 4.358449512619306, -0.9308837755033164, 1.635311565327596, -2.2225080808744337, -2.1577910686548396, -3.6129951407298666, -1.9067049785924226, -3.8643164786683535, -3.5645636796931797, -1.2497146554336673, -3.634730148495823, -5.181137819030768, -5.813723882682265, -4.857423911135298, -4.762498239093823, -4.004180821650838, 0.09317107069732877, -3.1894036072261116, -2.862572563040999, -1.6732260220789463, 0.3367375473094434, 2.881495651451477, 1.2527610198760737, 4.484616299207293, 4.660146038246777, 7.470855746835876, 4.5500569086789415, 6.740113532348733, 6.341912712587456, 8.54052720665949, 7.814336884240799, 10.884810301079003, 11.599223725162, 10.239117738264207, 12.695124128403956, 15.355130700741427, 12.458039572383246, 15.924475201180012, 15.038250831541287, 15.121075603024071, 14.90970835002399, 17.359436689951266, 14.884139850797666, 16.333671936102636, 16.37025170531853, 18.487070717101375, 17.483045593207617, 17.083223559327763, 16.64408962794952, 12.808685077035893, 13.402122588579745, 11.477236080307268, 12.567504133716909, 13.25468280364181, 12.493167131561316, 9.507673259754268, 9.97975020644553, 6.679005145831677, 5.802013531692354], [16.033800156235376, 16.46961957834337, 17.225663461303135, 15.938683396110687, 15.878840819444058, 16.719120285905976, 17.023906747995113, 15.132206287847234, 16.400019843001598, 16.289438380006807, 17.752951197680904, 17.579004705317928, 14.388614877171815, 14.196535834359164, 14.555942736508198, 15.090187180994388, 14.518653269877754, 15.061588184594411, 12.168988501645556, 13.263189651187895, 10.86209961101065, 9.864015962086713, 9.468538696090654, 6.097794646052682, 5.48845397645559, 8.147272487866708, 6.015661447800223, 2.365617457701374, 2.375616401827804, 3.599588218251993, 1.8761319545511572, 0.5880206650608741, 1.3943853412117626, -1.7935171458922614, 1.0396950866700791, -2.728483131467174, -1.1245816733064373, -3.3970858570242246, -2.139826154716582, -4.938389671033649, -4.153283905593966, -1.429688438000765, -2.290261902305943, -1.6189548204523163, -2.4132705076758807, -1.455039902481488, -2.5890489643642756, -2.274135287176934, -1.8338384265223109, -0.9345711920831405, 2.796729593795776, 0.31654012238702833, 4.739268002927614, 5.780112817675517, 5.813164722191988, 4.672054104629433, 9.514705387179681, 9.480960627287033, 7.890910212529439, 8.290240540835205, 10.281141615434567, 13.74444412794925, 13.247382359967125, 14.494276830983608, 15.366535897979949, 14.725044417325364, 14.207854445668621, 16.140626503673502, 18.70988754879312, 18.421283489918494, 19.13497095501041, 15.842357374962425, 14.779013923823207, 15.188508077910974, 16.47148348640825, 18.282740546177763, 17.385893930874968, 14.83122385837908, 17.37481030786456, 16.773780603183653, 16.10272045486189, 14.057485285515579, 14.11338252910247, 12.996360762893303, 8.083285749698218, 7.374033566651816, 5.847673803466834, 8.676516016401372, 6.656536004511624, 6.632208391020119, 3.2857616818045194, 2.7621430966543414, 1.5161365308899981, 2.6496267138710055, -1.0118367862203694, -1.7929398462569512, 0.6093720107565854, -1.0617557139714222, -0.6748153335139744, 0.15702771155745587, -2.2111291659062697, -0.6139092331781413, -1.0619064517530177, -2.158183420196888, -0.5608845751851792, -2.7827912595398008, -2.534559250919033, -3.6808938080625477, 0.06464543879069495, -1.4123439324263956, -2.366494620871146, 2.1785108528000636, 0.09027820785172658, 1.4803923408613517, 5.186081156525059, 2.2521462052293604, 2.8730063622860333, 5.396702928379282, 7.897319378177376, 8.484174360309368, 9.592691527644003, 7.933694674291225, 10.538845130510088, 13.507962855060635, 12.02038204277983, 13.800703147632683, 13.538513557784462, 15.505342818365072, 12.766801716858014, 16.172507980331098, 17.368070302506634, 17.68177318159795, 15.613755682094983, 15.790002031230127, 17.70504848430842, 19.152794869907474, 14.937761504846378, 15.223439994694097, 16.793448183075895, 13.774115185840758, 17.406871813204923, 12.881311820972039, 15.383307720309634, 11.554719028841461, 10.862952648068262, 10.05091022726366, 10.624563865826639, 10.150237106678347, 8.345975716753427, 5.956065245238592, 6.776002356710532], [13.365310300817125, 13.788744567346683, 16.089598950734633, 17.401356576543805, 18.914795632330097, 14.891468607404814, 19.505957029431656, 15.536571864346417, 18.895813796848, 16.861421791989404, 19.377589546627295, 19.63762824315306, 16.17072234386793, 18.48190252426012, 15.036679223503143, 16.189681864020862, 13.681013455708076, 13.649570807328057, 16.012615500314094, 10.928748141890987, 10.659208538913349, 10.174459818364202, 12.509373714287449, 9.433282757943427, 10.105931285170513, 6.39310011028217, 4.756521738201638, 7.539021389762209, 2.8083683371321966, 1.4394167888011573, 4.409083545593527, 2.6647148519973536, 2.0516913639593204, -0.173623048413166, 1.7942520031542273, -0.43914197204725625, -2.6875917791804813, -1.675040733518161, -1.631172717428477, 0.21933071636659918, -4.146100192432607, -4.224355557110648, -1.6106152623115442, 0.6745883409884676, -0.37344494271449413, -3.453988090585053, 1.7400115213276983, 1.0902968647740323, -1.4838498911426115, 2.4181502947788314, 4.731865885036486, 3.1693882734424488, 3.399142238896367, 2.757191724101985, 6.235111675787413, 5.274025514958348, 6.241948517673334, 9.576213447836675, 9.758291763328376, 11.273639075677934, 11.698652710371407, 14.414655093487033, 13.913420266498695, 12.721286937089909, 17.502208140201645, 17.254619126529988, 15.28937602737578, 15.380339868841359, 18.744027979434204, 17.843307521033868, 18.10725482499983, 17.575602768220705, 20.011087636157274, 20.04415841617317, 19.450223648322698, 17.753208703777247, 15.6059975570284, 14.191372323462254, 16.61256149800618, 14.615043110143857, 16.401609088225534, 13.772120422022406, 12.685948824048525, 9.910870298389309, 8.822596043940655, 10.880771139506155, 8.223113748297843, 5.578235613166265, 5.78789647457171, 7.307074553567817, 6.624921463846567, 1.6425112212546544, 5.5541468202499376, -0.17441400428184828, -0.25325611128882564, 2.41443570473783, -2.1079981419544733, -1.8972052730894617, -0.018966922123180296, -0.5596225985129593, -2.9056062122892214, 0.372662182800255, -0.22795243727149384, -1.7199670079842306, -1.6921284375203633, 0.12330008657557201, -2.9612309144665545, -3.736715492832685, 1.0181245979148112, 0.21875666462191568, -1.9687677321828403, 1.5212088430971953, 3.499436215976785, 0.4839785148584781, 5.637641837597271, 2.8294812089297174, 7.6507459195055825, 5.304993318036436, 5.153189368152791, 5.952161393851773, 7.25314167783269, 9.598954938515847, 11.787155750666617, 14.312039850387688, 13.645218466225186, 12.803792764811712, 16.290331723276566, 14.799468188638395, 18.264957817853585, 15.425435091046625, 15.452273160386452, 18.34400000504928, 16.144092693488915, 19.305221093671136, 18.790836355663032, 15.456836267641217, 16.40162764090291, 19.30688396927614, 15.747744379797883, 14.76799327404648, 17.689457732891512, 17.88305559498422, 14.257665269906397, 15.0001428758919, 12.62280857626731, 13.194991076247248, 11.337377716112885, 10.555452139370276, 8.750413683208526, 7.891979853697988, 9.263124955047633], [13.150326904694719, 16.72482374231217, 16.80322272118947, 18.577103074952056, 16.607510068815735, 20.04673159977912, 18.163368303750346, 16.104531753537984, 16.56774569416996, 17.28468680685394, 16.51997315239043, 20.003178110376833, 16.87636138715551, 19.190157145352014, 16.333069933418553, 18.34726084338543, 14.402498460485665, 15.308240775994257, 13.035449353841312, 12.886438148965356, 13.482724014492701, 10.33899339887654, 10.393269616579502, 7.656482546772903, 9.245053638074985, 6.410444927599809, 4.523295773887545, 5.5256191176459915, 2.983690852803785, 2.091921565127052, 2.0698046012156235, 2.272399890091732, 2.190300985184149, 0.031161091855418377, 1.507922014253488, -0.30563980369066, -1.004584569730067, -3.4018156795398973, -0.01014344291629854, -0.9947229286616519, -1.9053458235579868, -2.5871640097846793, -2.74248275315294, -2.117951253401886, -1.4349031449418934, -2.843982877232772, 0.20301296467014218, -1.256047987301855, 3.592128125026571, 3.2721091899783303, 4.9133714620767135, 4.521916942441232, 6.0755580532890825, 7.527306093122442, 6.504140311822627, 6.083762422029729, 6.9307263467062725, 9.996020766950172, 11.969941848182684, 9.227018331209253, 13.772081232461694, 12.021326490340707, 13.027922755068449, 14.02407901316559, 15.755991921070976, 16.627701625061544, 15.929066392736363, 15.981994009923735, 18.161793221614193, 19.66879482412819, 17.929850518410113, 19.54138090318918, 19.09594972280442, 16.681245644949428, 17.499477090201438, 17.701578764610154, 17.129720301350662, 17.7900513703272, 15.40298030607406, 14.331671447500224, 17.253559354846516, 15.293597254913017, 11.770837780539164, 12.31580116642099, 12.067335386665473, 12.10737757212259, 7.449386135021138, 9.951746552993601, 5.487992013001862, 4.520365286142387, 5.437719355026793, 4.3313292574023645, 4.737291942916008, 2.7613053081740304, 3.710083247958609, -0.07332879352054178, 2.257015832690307, -2.045096050005572, -2.1717678436014403, -0.6972878149686608, -1.2826558899349116, -1.2492072719963083, -3.8571528490145983, -1.466865555947086, -1.0275766611032395, -0.939539882866189, -3.5930724009306374, 0.4251371377781066, 1.5581847512941405, 2.056393688210563, 1.4656506074030666, 3.872340105839113, 0.6453840642413766, 2.576215403425974, 1.6140879718932641, 3.1333909080721893, 4.731001483493806, 6.006094676990495, 6.20061271068959, 6.98994684324672, 9.301786165117402, 9.833178748008576, 13.435996607934, 13.717011525593714, 11.114401877404166, 13.48090032206992, 16.579562761954158, 16.17220799955428, 14.975243954522862, 15.195842593001412, 19.634258946139724, 18.833044715603663, 16.438399699670278, 16.467704721770318, 18.16842457399667, 17.67106189765758, 20.598766736329424, 16.59755760459936, 17.94037090657583, 18.493792047891862, 18.334225537232044, 17.08908614788585, 17.05936253550301, 14.0363100971533, 14.779990152915117, 13.55576171433105, 13.786466458585778, 12.240908199262966, 12.806199022034289, 8.33196228747098, 5.968877371422579], [17.322798347344282, 18.52739619130078, 19.22862169131112, 19.237130776956057, 16.093378925240064, 20.39934276993361, 18.86785591828655, 16.800318116006103, 16.5493490972691, 20.161391463698454, 20.66168657870025, 20.827049924258382, 16.756908037054146, 15.665789438794512, 17.485988323226668, 17.34252719813373, 17.374072272480475, 14.261524147665995, 16.61964110597665, 16.112856538352368, 13.30528239450515, 13.14232268291789, 10.239955720535082, 10.404277414522493, 10.93751469992332, 8.728612600093495, 8.826542804728334, 5.924692030385361, 4.059921650350109, 4.082831891603341, 3.6507334671419924, 4.293750451836729, 1.418853868319303, 1.438139562578458, -1.3522214855526276, 0.11433056429916455, -2.256463069481475, 0.2783604649060294, 0.7136214629489874, -3.464969290898841, 1.0085401422125777, -2.8191369225497507, -1.0691494570123652, -1.7514695625854948, 1.3617356921108819, 2.586204791939547, 2.281732696377383, 3.128838155741051, 0.07681892281583025, 4.8420899596739355, 3.4297072051266575, 3.26506546706719, 5.137460357933038, 7.787464668074816, 9.696205191860303, 9.787262931191853, 11.08797810175519, 11.39963183059581, 12.901588720042163, 9.990784875513986, 10.874109434799445, 11.662820017872928, 12.56687912249233, 14.607729112491198, 14.46432364105779, 17.420357723029692, 19.187626856089675, 18.78461240752736, 18.8556655770565, 20.2295591130031, 19.818957856520107, 20.447549692351767, 19.263825174269513, 20.319255315551125, 19.504431489461098, 18.717276404630084, 19.313328410448257, 16.35018387510967, 16.193407417478852, 17.678639332554305, 17.852269786754032, 17.190719242709342, 13.048293634486516, 14.638741213412597, 10.998366347497882, 9.156469803250872, 11.348500683617704, 10.316807956221353, 7.223900532472689, 9.179756106030984, 6.509114501101255, 2.7358104456334287, 5.645863165626496, 3.1032700349272213, 2.593414264378243, 4.099436778650961, -0.48553109610788425, -0.9887769536559752, -2.2128993443304523, 1.1145899601464109, -0.4102782443489481, -0.07611186687983995, -3.4407193870574435, -3.2542080001331524, -0.714544726635717, -1.1198922028275593, -2.017962621869014, -0.13793158138798667, -1.3849788760150101, 1.632199669065841, 2.4031653968831774, 2.379804968903864, 2.73204795014136, 4.098684753747912, 4.608201947281913, 6.684004836317287, 5.920872182351075, 5.172545358137311, 7.985792232148189, 7.1452138784222505, 8.123303458563257, 11.511079704600132, 9.996546577400016, 13.021539335709528, 16.163194610686894, 16.14442778725499, 13.420884676727978, 18.3118042095819, 17.95181169855664, 17.322959552639034, 16.241756573522437, 19.67351285491236, 16.925935550231554, 21.36147899182088, 19.231160695250622, 20.10112756383379, 18.739802801907686, 17.58825348584157, 20.19864685242035, 15.560821001866227, 16.892603053752474, 18.019352667375365, 14.060986243600315, 13.48711400159896, 14.313982774895845, 15.821704876686326, 11.335307893777467, 14.368478106267577, 8.495550116326097, 7.516104208033964, 8.111530538466294], [16.914263719428327, 16.27133628179104, 17.88208583118214, 18.392752324661135, 21.024184369759723, 19.163471093135612, 18.267815425376615, 20.322035200053612, 17.453779657560844, 19.385963553431843, 17.05287865858993, 17.29643687914234, 20.818871631079883, 19.858785770447188, 16.038938213309116, 17.54624571615657, 16.990841890875387, 14.828898136930984, 15.730356489936568, 13.885581909679992, 12.940570232843774, 13.58534013960837, 14.272257930117522, 12.092837651594436, 8.44325111315388, 9.008648781089645, 6.502757020508131, 8.401431258033645, 6.936139843340214, 5.679993634118129, 2.3813301446153083, 2.7817607319879842, 1.7666623151965677, 0.36631735555417855, 3.58439492203809, 1.8332210693790039, 0.9703877853742746, -1.9365162605141464, -0.6329186758072449, 0.6380400521763754, 0.5987608931711943, 0.30431169060672403, -0.33133143218114114, -0.5352077172721881, 1.1902064165431074, 2.998832881391536, -0.5511094153728422, 0.1523082923349275, 4.607727495988022, 5.312986190424116, 3.441197186155425, 4.938552006832383, 7.8053296292921415, 4.591126180155467, 6.675824827601483, 6.580684642395612, 9.605875011843745, 13.105378653926117, 13.46374027378398, 14.770548628275492, 14.100710553604141, 14.411394961900667, 15.211064259968701, 17.389151441463866, 15.982013629385875, 17.544342301650985, 15.658038311606987, 20.077478925295797, 20.263335380061413, 18.824948659279766, 19.19006397227773, 17.328860469240553, 21.147998045301396, 20.624761561229853, 17.47454213993207, 18.342063636541884, 17.12487010741973, 16.016846287680373, 19.444296210794278, 18.221792479753105, 14.738468487307493, 13.609271651020876, 14.412504951694086, 11.395510205442537, 10.981616622231881, 10.176062798522628, 11.989405198310493, 8.140394073991189, 9.720212198339441, 6.064786225633527, 7.388381101445731, 4.898544631067182, 5.988231853909876, 3.1489491526309763, 1.0220227783825795, 1.0846625568273396, 0.9205611298971945, 1.915285859389897, 1.6363447269420082, 1.3915602498237742, -2.285629130866937, -1.3466751772549301, 1.4195809671930277, -2.5611738945808113, 1.370269969534844, -2.3335017227116346, -1.4296185567576085, 2.392363055381476, 0.4530335368499987, 2.1173597364485035, 2.9154080650110448, 0.9834281876332369, 3.864174969906399, 6.477721703319455, 3.5924950609627766, 5.1886804802420325, 5.736306892932399, 7.7436453922936375, 9.915840220626547, 11.835338795496634, 13.197161034634178, 11.141203899478214, 15.175226553844816, 16.213464699987014, 13.836704106451332, 15.288855531995807, 17.464654167667835, 14.576965758018332, 17.0504004913968, 20.238156889880266, 17.52854209064109, 18.61187172665722, 19.791921303240965, 18.40693947801571, 21.96427281798015, 20.855988553004504, 19.48650729446868, 21.28646434922258, 19.405582482601467, 19.089496134299743, 17.164449864605103, 18.2376829805891, 14.33097506849062, 16.92855165250115, 17.062106226751254, 12.075929065111662, 13.600863374028355, 11.021838364399013, 13.64726509723602, 9.052008589227697, 10.982469527881026], [14.635361120567948, 17.905910176857283, 19.28483667018849, 19.674864656622717, 16.721617835308855, 17.486440386654465, 20.71750705212016, 18.438739605206237, 18.569605812786385, 18.215056902657242, 19.419382575782446, 21.0468650142639, 18.02982444675692, 17.13360782923222, 21.008373333260845, 16.068566011958644, 18.944468527253896, 15.982179325361138, 14.228483788938473, 17.08379221639425, 14.381807631234418, 12.445449021166173, 12.83408160537518, 11.883743166929593, 11.363056597505274, 8.10131115317701, 8.2491556132614, 8.690263630187967, 6.210468186018806, 3.4014751317300336, 4.160187357964622, 5.4051936842789825, 5.099915457611151, 3.46060461189105, 1.4548120459694491, 2.9853356290308533, 3.406737941630362, 1.2415833983667852, 2.544037406199104, 1.048170754699619, 1.4646450669939757, 0.7739283606321017, 0.8719273691471159, 1.1562943316434424, -0.8189192422124432, 2.9573331481614655, 0.3995802468286893, 3.1484076365193028, 1.9144198769100012, 2.030705949506384, 3.315350696414262, 6.967553739444718, 4.594829929213569, 6.46872949695825, 6.0706930111692285, 10.902912722338575, 8.392327607001437, 13.80910081428369, 14.285979584840263, 12.099612504032933, 16.119092880764143, 16.78035742126702, 15.805703493833727, 18.949779272596302, 15.85471410860112, 19.172935779505988, 17.086712437007314, 21.5838026480954, 20.883319821805856, 19.4644433577234, 19.84126186440578, 19.11161714286398, 19.44992399676411, 18.00008645683367, 17.97228267290042, 19.311962078506962, 18.979740682810196, 17.873248039918906, 17.973462053637782, 18.36943447532222, 16.509848153924935, 16.710446918928557, 12.805393748616835, 15.286172192924884, 14.732133586933788, 14.039413498907594, 9.335273665418349, 11.038924252462078, 9.273017028023288, 8.355952876221057, 6.628498800891527, 5.102475528224404, 5.207372580098804, 4.49050183212703, 5.770356297398133, 3.5195147027094107, 4.201304442745471, 1.2286979039230221, -0.9553072227344899, 0.034967648859050016, 0.17195368697879054, 0.12110253773697366, -0.18912594496103452, 0.8648260088892137, 2.5119464489223713, 0.4309523905068957, 2.5430602723875486, 1.7084300113990611, 0.36454895522677333, 2.11084676658487, 1.1168763086949696, 1.9486898997463218, 5.048011303196564, 6.389545723820997, 7.3089836901062615, 9.024195813126326, 5.428624714930951, 7.803964150191104, 9.09253244639604, 12.580994761776726, 12.76970599568836, 10.355540450421723, 12.992499828506894, 16.222834136848583, 12.886820741066192, 16.725628676117495, 15.374419805768738, 18.961064018689136, 19.134953781179107, 18.37942282578642, 21.452985663120234, 18.730754414060485, 20.306512725751837, 19.03801313996931, 20.975565664914143, 20.74187093729196, 20.853704241800685, 19.784694716646296, 19.08576053888631, 21.446217492367296, 20.72130908127896, 19.661836709531446, 17.9354513699604, 19.086542991563743, 14.888004164738382, 14.859868966393762, 14.908569746177267, 12.126854400670162, 13.026196938001707, 12.420446436685395, 11.71552301873065], [18.518373154483147, 18.118291919732314, 16.456058939668203, 20.055738836564995, 17.679691921941604, 19.86246963114868, 21.0997997213877, 18.83382859083168, 23.263975479300537, 20.13807163341469, 20.818595577811863, 22.356356204641514, 19.99168576171704, 17.618996119972135, 19.388379373437047, 19.223972725852143, 16.67326076711219, 17.336611195251734, 16.30585849155, 18.161889518584566, 15.421578897248889, 13.747015049449564, 11.427932429308896, 12.522295068169598, 10.1728815019337, 8.032592905417776, 9.028618988661247, 7.991785740945187, 6.103484274506933, 8.50570290812208, 4.4530241874263785, 5.269974123434582, 3.535906425135356, 2.24131912581573, 2.934978661554619, 4.141593283124598, 0.4276716775905509, -0.741609543339246, -1.0824406846451318, 0.5214800183890382, 1.2756389045350343, 0.17621437770991655, -0.6883140180167064, -0.7369628533950578, -0.5632932532863055, 2.6743687330949166, 1.313827252780431, 1.91356800518977, 4.803638490320631, 2.774213114428356, 7.774703351603235, 7.8244977125949875, 8.092080598946954, 7.503087488604191, 8.653823051466098, 9.459179524164808, 9.664915477869854, 13.173371954231948, 14.345655188568342, 12.433246159993292, 12.770406032665633, 14.391430371711268, 17.771616226396826, 18.172751733762247, 17.842283095770654, 17.63983731694637, 21.652425515589048, 21.251769183235137, 21.48024304640932, 18.642931562746693, 22.306941413889277, 19.82530749349085, 20.072079442125673, 19.894449165397756, 18.847549990664152, 22.427983410174264, 21.225368108857598, 18.07121438459444, 16.96571542987797, 20.382986783379728, 18.918792864859334, 17.596847721619753, 16.01899168011617, 17.36587759581788, 16.12149430926356, 11.118588821572573, 12.22352989689447, 13.088812286141302, 10.990251367658987, 6.982437780892372, 5.908180380063664, 8.719237742204326, 6.048339871436535, 6.316651957948114, 5.743330201422846, 3.901317947444957, 3.5399900746961563, 3.802333159692992, 0.6720801188005439, -0.6143087386518413, 0.7548246192858361, 0.24826946730694033, -1.5545620959387616, 2.222931991189361, 0.7075635853809921, 1.2878588029671842, -0.5431579516117804, 2.6213061137139464, 2.5802940829346532, 3.0003678053283034, 1.3829625699970194, 3.0546085340618028, 7.195719311422374, 6.193490928840992, 3.9953851866458425, 6.890078274931321, 7.281791753998751, 8.584477221956584, 7.996208585204355, 8.935409605489962, 10.764578205123987, 11.119330914103356, 15.165512753805494, 15.853424403462967, 17.19032271892983, 16.23254647705584, 15.614456525168015, 18.1502603596539, 18.475888520777822, 17.66981381778067, 21.35306607571536, 20.553381810871443, 21.345225123263578, 19.11024616390192, 21.54097787862107, 20.898578369636475, 18.732664741964008, 20.31187538353492, 20.694461897950635, 19.424991267683424, 19.643956247257023, 21.111057345238876, 16.703746684691744, 17.15705950727806, 16.970621219588395, 13.478436588535892, 16.971105489851197, 15.392605441578159, 14.244502059628347, 11.147042638243263, 12.126774186357492], [15.580889367022934, 21.14398979002826, 20.94169659889503, 19.27520204584107, 20.877673234198184, 22.212057137235163, 21.452367812663994, 21.052030656492327, 19.624272357522212, 21.097207617493872, 20.6240973711959, 22.211311890485227, 19.704935372977335, 20.729385349072032, 20.683779021223508, 20.874098282083445, 20.208459249184315, 19.735245189367777, 17.070641119560207, 15.308209767191599, 14.26664616259804, 13.935499773657584, 14.306760107685523, 10.539742282240503, 10.48873962442189, 10.002761450356724, 10.86475097575251, 6.816424986056196, 5.602872909112227, 8.75995086085776, 6.174251013421342, 5.378928968878776, 4.154973673216511, 2.080091717773393, 3.3572391634831344, 2.006639468505627, 3.336321654569975, 4.214234836333455, 1.1350572284744764, 2.4463543521829427, -0.6135935132941537, 2.2833212172960184, 0.5053669313967166, 3.0923073397038525, 1.65454874682238, 0.2968768624486877, 4.976869030402736, 2.62451551760177, 3.0260760359160788, 6.867202819622535, 8.446191352988642, 8.60917238065318, 8.383879008593059, 11.222962248172408, 12.176069057154566, 11.724416227642209, 12.488967541259324, 12.332354691167465, 15.691140952996463, 17.181455096600303, 17.550397924066687, 17.40457557968155, 19.352275725035874, 19.713164319086744, 17.972452165536698, 21.016728683164303, 20.583610814624276, 22.112212776267867, 21.716154750513653, 22.762329115154962, 23.765509954969623, 20.663106567630052, 20.269959544371787, 20.67611263072469, 22.959686348268253, 22.38737314438999, 20.44700580043089, 18.928207445004297, 20.985036317419265, 20.16642444658553, 19.4114168064104, 15.305223692584324, 14.6049573008754, 14.463882959224293, 15.375561100188825, 12.768709001197195, 10.335199727173842, 11.03331243208044, 11.17584325884217, 12.129619725976488, 11.035863876061693, 8.332713529544643, 5.9126555412115245, 3.9623596505795904, 5.841570318173719, 3.87483094681831, 3.5216053167520567, 3.10326778651046, 2.4139532418579126, 3.288241722191138, 0.10063163936704456, 1.236513639026768, 2.44975123915345, 2.8302840993883844, -0.17966652342420453, 3.893850148353433, 1.9242741706522892, 0.25211192153138207, 1.1893164399380485, 2.0623060699729683, 2.1080556116229197, 5.460092697903409, 6.379413277403343, 5.84843101027353, 5.25162855403983, 5.54621758951736, 7.735527761887396, 8.163479936874722, 9.406082023999225, 11.897337002243741, 14.322028435589214, 13.223548727093256, 15.790199953444484, 14.143654089233749, 18.724744533198756, 19.77691464547405, 16.71159681514877, 17.959421042253723, 19.805219246716618, 20.35716288660049, 21.615855179235105, 18.871130904613423, 19.38485834339481, 20.72889916250905, 23.386443689818325, 21.469012341147703, 20.21456425843161, 21.77332255239173, 19.178655708490744, 19.810195360351436, 21.957273477935395, 21.52971304699367, 20.284163529070838, 17.193741583520726, 19.04259145687997, 17.739625869222174, 15.058750698671798, 16.200270916617008, 15.916544758842932, 10.697890258866291, 13.306594516609222], [19.016346567388986, 21.252759443642653, 18.460367269076443, 20.848195601492588, 22.16343245588412, 22.826545816117076, 19.821378081293858, 22.167256753587797, 19.71825069185283, 24.300087340910355, 19.87922246602614, 23.706119825973836, 19.974758191107444, 19.696109113775883, 18.794047477764533, 18.226960845643347, 18.608757319228225, 18.79935696269755, 20.57230278090208, 19.512862269599644, 17.449913655375415, 15.10094755899203, 12.322213508731085, 13.334724686521913, 14.366949028604662, 11.41541433488994, 8.224798844751767, 9.168804195212415, 8.378528106691252, 5.784797317133786, 7.341111871417627, 7.802262153014204, 5.344955257746599, 2.9113257011415428, 5.562402776695964, 4.2418754578261035, 3.2763508589666106, 3.2288019719317447, 1.7788077938361209, 3.4080931934483374, 0.8524713390816192, 0.13770706250018705, 3.8978849688380706, 2.5683391952470576, 3.148363124991379, 4.406063263272814, 3.244321524993972, 6.264230210390487, 7.264646393874037, 5.33231632207572, 7.100443524545069, 6.061170633473029, 8.63020646109505, 8.492706945870351, 10.024179365716785, 13.56132750159707, 10.771180096351625, 11.067600447630282, 14.375903877087712, 17.332366310920797, 17.594275962737605, 19.06662861887268, 17.58927492695323, 19.182220007852845, 17.112090182771666, 22.075563068965607, 21.82703609008133, 19.210258997394227, 23.523291573475408, 24.06712147370454, 24.1879491725397, 20.691316234424924, 23.9607423110183, 21.724881688580027, 23.73025107799448, 20.354886261727508, 20.977566576089217, 20.4934095470734, 21.82771579605034, 20.745909574302587, 17.309094259909607, 16.060963503599346, 19.22283170372922, 17.49174525038875, 17.600464671859335, 15.141650353390942, 14.381389896814763, 12.84117406340931, 13.203760457145506, 8.9642125125476, 11.614470318916627, 6.129134649358809, 9.111632612661353, 4.390464959503828, 6.444361606283463, 4.237009326675658, 5.965419309827931, 4.046524495668269, 3.19973841424156, 2.1183849702618707, 4.515063146378325, 0.6482891795821608, 2.1282845143824645, -0.15343302093885391, 0.3627628752012928, 3.3208193471894507, 2.0146873804978584, 1.4607463587954452, 3.432759123439297, 1.9671427070572793, 2.932599078477983, 4.9394273458365845, 7.955775637846547, 9.242289281549112, 8.718563740086184, 6.437577836789771, 9.924093969581081, 10.283684060138647, 13.250866272084174, 11.49142092927364, 14.849103754425284, 14.501920648196187, 13.710210145872088, 15.158031702696595, 17.17897034548437, 18.686811203613647, 20.24106778962706, 21.97505612420899, 22.30089210333361, 22.01025817927377, 21.089233971110325, 22.09210824715329, 19.7860187905285, 23.683152540277295, 21.632537054421412, 20.24551968150338, 20.390527740241822, 22.592513059710186, 23.353429033060653, 19.572426438303886, 22.387134187086993, 20.93757859148787, 20.547539330081023, 17.87883039420826, 19.602292790439574, 16.450320935662887, 13.893433445731645, 14.841062610817275, 16.681428733897558, 15.064875667354206, 10.249421998154302], [19.93833953059376, 17.823512837333933, 20.45748585650537, 22.490268462451034, 20.608724761474015, 21.833155263472467, 20.861135523522172, 20.85160868264839, 24.438094378658064, 21.176587436265436, 23.949350213573993, 20.849325702264608, 21.693266054259595, 24.02672548747174, 20.673255060344218, 23.071035553363092, 21.08661218073018, 21.360636692513584, 17.456457386496375, 17.673517515466095, 15.149005035625692, 17.008994855567643, 15.393090988978814, 16.546560271588334, 11.693341057031542, 11.453217775779354, 10.29720115736616, 8.668235799505672, 11.393398316385447, 7.3131746154846, 6.704036685220463, 5.421711715758254, 6.503410839972148, 6.784638336864103, 5.801623304183156, 6.377802913135601, 4.762362630720979, 3.444601759632546, 3.942316773289214, 5.217006271654226, 1.1489090696022668, 4.338755258909265, 2.2088912200082786, 1.4676589754548992, 1.4931084448395477, 2.3945592039940804, 2.3111368275613113, 5.443812268980685, 5.519714349848304, 5.878463038106345, 8.02427608346568, 6.5164682903299065, 9.705486857327584, 7.744001578222321, 13.20258013216819, 9.981597670779326, 12.692728239511085, 16.15737821986646, 17.213261325335623, 18.30976484032827, 15.60526573865381, 16.69737998932537, 16.289708260019218, 18.90908444303501, 19.659665986862045, 22.21549784692665, 21.037032259996746, 20.194780695521374, 20.4080452328262, 22.227657215401926, 22.05236958830633, 22.744547545674976, 21.203772539416747, 22.731937278784052, 23.232263739356462, 22.34523325518795, 21.494375387730294, 20.43529370623579, 20.033337297687886, 21.37795285821605, 18.643111125626234, 16.4572547225586, 16.499582784403984, 17.9887730468042, 14.3936607681066, 13.061610301686102, 13.346116127662311, 14.130583943883376, 11.023937569762728, 12.194023329229129, 11.998428365440647, 8.945520140266854, 6.353427537264698, 6.26991832970864, 8.375675264703805, 4.057011119473483, 2.8698473878368915, 4.913592222871989, 3.024008186351879, 2.4072507240280556, 5.708171407682301, 4.737016218974461, 2.6563133745654994, 5.265533522489439, 1.413795791243448, 4.99563189381548, 4.289314330822009, 1.3927462026527166, 4.884190315685119, 3.030073961498241, 3.7040590836445766, 4.2330047021011605, 7.778903877989723, 9.430699627378871, 7.460272618933978, 11.14880568883438, 10.46741180444397, 9.642937056821303, 14.786164030931285, 11.674397930660787, 15.929920130831063, 15.611108176590548, 18.458806574203045, 17.574150523177376, 17.20462478075786, 19.792889289423375, 19.1151755819971, 20.270333151183635, 19.153453265540776, 19.272632248521184, 21.982787863002358, 22.65375421758353, 21.744093790350284, 22.185082782566347, 22.38979368325305, 24.838144407481344, 20.406790318133122, 20.976632931018816, 23.416128247565773, 23.104624060976292, 21.082205969449628, 22.624227260505375, 20.41567884207922, 18.80543786474687, 20.273004820162008, 17.42098175226996, 17.29899249515668, 16.487471884261875, 16.33110098856209, 13.384201693802469, 15.064159367302139], [21.37330950240932, 18.589162321559446, 21.693894177235848, 19.946657531442895, 20.0078257350576, 21.26073926833537, 21.889303233022048, 25.616993364676397, 21.564171093487314, 23.65072691547666, 23.83229220980892, 25.37691268822349, 21.915980551846147, 21.569950331382827, 19.678232703495368, 21.870231979240764, 20.92369031152179, 18.912059313453838, 18.11027297879054, 18.677548769758985, 18.7690320162234, 16.61804026417222, 13.911706371180113, 15.592814364185514, 11.63952088767476, 11.489835787531979, 13.486348135875813, 13.039234702884594, 7.852311561510751, 8.481194996012848, 8.19452380801447, 9.130499339805194, 8.848970105096853, 6.274908474475131, 5.545136777307491, 2.4567137605975677, 4.8490680626597555, 4.883456082522401, 2.079583201800008, 1.806583622005661, 5.980180894425591, 2.8072467425737297, 2.432400462454221, 4.481053120935697, 2.780526785418453, 6.850487249925997, 6.0820840008645884, 6.5075861284206225, 4.796360998655162, 8.922703428516426, 6.143117490109265, 9.478143339342372, 11.801358729231566, 9.190914531679073, 9.433027852393566, 10.707786622301871, 12.428846799735872, 15.230547771876559, 15.77185529501951, 18.580401282551644, 15.542212485430401, 16.702155143592492, 20.829431929938814, 19.389870897384853, 23.085758147532164, 19.97722806266955, 24.410338168395054, 23.78988802870133, 24.30272521439602, 23.629212228862098, 21.285756687037647, 22.808376430263873, 25.16281068410539, 23.021425439675454, 24.457339606833855, 24.92224645725567, 23.227044915454364, 20.350957018761825, 23.633378702804183, 20.936024632121203, 18.109007048706367, 20.8373401456438, 17.728374308716425, 17.74869749230905, 15.822839014929237, 16.26691567822111, 13.571535225129804, 13.929708049302837, 11.573333192192493, 11.448410519641499, 9.27235811273715, 7.733830519929086, 10.858774357793438, 7.748974412280512, 6.817574633131057, 5.35089653906828, 6.981368235565876, 5.007779283084121, 5.828939786454343, 3.315474987554003, 5.336667584384263, 2.3668491439449895, 1.2811704126622168, 5.560076275002051, 1.4426631346622152, 1.7283156660859937, 2.5395050916838136, 3.3795846904599536, 6.840151858915355, 7.084222924820127, 6.6923588774867415, 8.691412099563482, 7.62261719134869, 9.15216449307232, 8.472691357727088, 11.954076400613292, 10.855150253352981, 12.584039753753526, 14.073179155691895, 11.934128207039349, 14.58027887948979, 17.108782001153326, 19.34623038945195, 15.980661640897095, 20.372694006358245, 18.95862789327787, 22.082777064601792, 22.554137733666956, 19.390103646287876, 21.153266722256035, 20.57457142846118, 22.7338404220694, 23.097310730788454, 24.747559374721682, 23.757582925129775, 25.235819464202084, 22.20122926582465, 23.870951006237338, 21.31943047949794, 23.33923413229418, 20.22485753397485, 23.50682870209882, 22.036635009285543, 21.88182539551167, 20.387911372256276, 16.92024255788775, 18.104906351368527, 18.409996118123004, 13.70420419149179, 14.357907470365618, 14.861311149760523], [19.54371855862646, 20.678571197264894, 23.626094243100056, 20.26509018803129, 24.630750491240853, 25.089931395096485, 23.041551285164836, 23.179117138158894, 24.558438472204635, 26.384344263024644, 24.589579427699054, 22.85941821457288, 22.64140381131722, 23.889886876593753, 23.69464707941012, 21.082236762247856, 23.803134669323327, 23.046283282532123, 21.868437989812698, 21.30175534452992, 19.435072941153425, 16.101359683145137, 17.630618729035646, 17.58110046881999, 15.130345872913782, 15.082512009432183, 10.498193198939317, 9.275362515829578, 11.11205902294588, 8.995381708571625, 11.197433507395923, 6.6858200837788555, 6.9607331480580505, 8.261416385952197, 5.907848493354358, 5.833509666505259, 3.023653760026037, 5.779082639042354, 3.094298381094319, 2.474101055284395, 2.6013067210744047, 4.440090539726663, 6.576585225910808, 5.614060196793867, 4.453872202288791, 7.249783016188096, 4.020075599605537, 6.940585462815539, 6.649734564347545, 7.058999920297959, 9.756044112217468, 9.242487499986565, 11.609179434663542, 9.475752156314403, 12.185107126560844, 14.699793431947919, 14.215220997171937, 13.545885592555456, 16.896736095320406, 16.45773456786, 18.04249102253837, 17.85349094606649, 18.417584322055042, 22.1236113728542, 23.60069569976902, 20.073526897791442, 23.179484053800685, 23.61909121045986, 22.38249985724616, 24.42382376813141, 24.687403370160503, 22.40297870692033, 22.87014476219761, 26.32147205049018, 26.03462478187594, 22.863018275076087, 21.43945463001981, 20.226333357979122, 19.904684742105335, 23.936594901064996, 22.11550470604626, 20.34939655653576, 20.88082001584641, 17.84478043860704, 15.282125073613132, 16.508923889334778, 14.142778406822583, 13.059811486804124, 15.849053324752727, 10.804794497917694, 13.289965733199427, 12.294823714613052, 9.032586857856815, 8.64584676643406, 8.876208558689058, 9.114128073455415, 4.024612245527802, 7.761633891943699, 7.545132853334513, 6.267142333565806, 3.206549498148213, 4.85862331001197, 4.688039796953934, 4.263402657956961, 2.215461772409533, 3.0226177205062896, 2.4401969261896497, 4.135644610325566, 3.501093298207981, 8.480437059964515, 6.704136311634653, 5.174619166928832, 7.672289652420917, 10.188450584276174, 10.373019545219046, 12.30946336797274, 11.921026168092775, 11.554879005417522, 11.400811090880934, 15.14452931957624, 17.499295318282186, 15.96194583453998, 18.167230142031435, 20.17655736537397, 20.739744003317163, 21.857910910100607, 20.605587482368627, 20.994098667567833, 24.048476788761253, 24.262012787417945, 24.736649236258444, 22.555463993266926, 24.713167213323167, 25.96828220347222, 25.16012038616487, 24.375206233262027, 21.640091669653273, 23.13503090424529, 21.512684099814845, 21.89483712542507, 22.772411147621607, 23.476250251597687, 20.019603299387878, 21.589211324130513, 20.75353923421831, 19.70638044053988, 15.662637642632482, 16.50035962724477, 15.244869578715937, 13.35072234925638, 16.520837103448013], [21.92598069772019, 23.47914441077051, 20.288872020300488, 22.020263122363648, 23.432863852115773, 23.386165105770814, 26.39456294493409, 23.3636565837609, 24.162826960165916, 23.435748170571237, 23.6166294689923, 22.465453878195923, 26.225061262446722, 26.299532317831066, 23.08634648188474, 23.87508649523346, 21.044067374867556, 23.201445068701148, 21.668837783326747, 21.651697516087566, 18.88186509027616, 15.955769254108935, 16.768717830837737, 15.336872713605992, 13.686717346498778, 11.859691374464948, 10.831281891368295, 14.66563949763844, 9.370293570251006, 10.499532231986429, 9.991125606723477, 7.895408786015431, 9.78193009055349, 9.488702216792827, 7.852238952063043, 4.889657090235099, 7.258658860135286, 5.416883111359498, 6.365975005962486, 2.790635134026682, 4.265025755108374, 3.060928654758751, 4.873053403466016, 5.9433799485663386, 7.061924220844052, 3.9123520952239987, 6.656385449744548, 4.985174977674291, 8.727090978385766, 8.420526900029888, 11.708932682943036, 9.22106417381833, 9.934020155452801, 10.098942806334499, 12.067472598220153, 16.478904174305054, 16.129547462579062, 17.70196700835253, 14.822433964733838, 19.057692159760027, 18.590273112068196, 17.42102187766873, 20.912188896469026, 19.331760835724424, 23.939031557365713, 24.973259377373097, 25.373093088457225, 25.17511227777167, 25.114659071369857, 25.380859658215698, 25.340901104887006, 25.353127622745284, 23.113400765221648, 26.688959568373992, 24.886240881697027, 22.813762091366428, 24.19238036166064, 21.417448317959924, 24.255938629391565, 20.97575857308742, 21.856329700525528, 19.7021446113458, 18.750253349014876, 19.21688433381482, 19.452916831609443, 16.82687197878213, 14.940779871129907, 14.124926581076382, 15.839750650153716, 15.441302858056627, 11.591881948717282, 8.757645480436807, 11.988654577632882, 8.875406411772879, 6.452435446916744, 8.036510630049477, 9.483051555167432, 5.453614977912157, 4.570027795395893, 4.5810987280108755, 3.19543698255071, 4.134950821185825, 5.265785403144657, 4.868914100858231, 4.832126391370173, 4.204678316356221, 6.226615789462226, 6.239547476148572, 5.068718702470277, 8.511895377097561, 6.6345403839459465, 7.639811150502305, 7.095483612910579, 10.694340126418435, 9.66291175785568, 13.787232534847565, 12.749533080437182, 15.329902202927371, 16.675392033225116, 17.592890161142392, 17.98269236041397, 18.528205597799822, 18.834831948576102, 18.87699364325174, 20.03262921112144, 21.967828228469962, 22.548915993744135, 24.108640023221266, 22.99086025038748, 23.49579112806191, 23.0281567468364, 25.08120426238095, 23.395454450297702, 23.043917434650645, 26.510473486810547, 25.28178600765228, 26.942759482090015, 26.23358840792311, 23.90279378509826, 23.628728508027557, 22.922389928116544, 22.71208107339981, 21.530310907238576, 21.287116392124585, 21.659910864465104, 21.199676634883495, 16.294389760402808, 18.330781646971666, 16.448697639882795, 14.129414120243217, 15.973120722068987], [23.866340473937036, 20.89403254144913, 23.593700170433117, 25.589776466546738, 23.020402679603553, 23.478748935005658, 26.57893015024788, 24.59277189687245, 23.736025444541227, 26.862796486761557, 26.281264104510345, 25.006396550142924, 22.856317777097118, 23.25248382841199, 23.719543944744704, 23.496296787031504, 24.655855319661697, 24.386457002205997, 20.8299490541305, 22.845909860630243, 17.63622247017839, 18.44061427682755, 18.411240994798312, 15.68229010726802, 13.442304754368706, 14.7827655259272, 16.02622886636503, 10.652484325129457, 13.401377442314642, 9.721386095208665, 11.29298081232248, 7.472288814916693, 7.865217072812422, 6.605387844019447, 7.691435985725398, 5.0574637950086245, 7.30762086651912, 5.037318872269005, 3.3581418439764974, 3.2359877385688893, 5.525888496137778, 5.222100248866566, 5.195684653500228, 5.742336280151697, 4.075175764592643, 8.896960807238399, 9.310753707611617, 10.075198411432776, 8.665789233397598, 7.578891543951221, 11.853583531692472, 12.965555982803131, 12.246541168599212, 13.512692201184805, 12.87659923514802, 13.97741846095552, 17.06246544212388, 16.365980209068212, 19.392004425967038, 17.987666760027036, 21.53108714134191, 20.39440225002745, 22.22836454102964, 24.4708483747171, 22.961834624516328, 24.0373098740166, 21.867492667249184, 24.378503668110085, 25.980307828366286, 23.109957683548167, 27.408178812393285, 23.134337315812154, 26.172378764971167, 23.552373076998286, 25.97849993909194, 25.130592651375647, 26.903093802577555, 24.75926076790141, 22.322462624673754, 21.628180927880702, 21.381781249932693, 21.767196286450798, 17.953879750972057, 19.158635100702035, 19.230094229930316, 17.118683905329902, 16.42285390957864, 14.243076705452857, 13.674692307947247, 15.538462553881224, 14.38966678900776, 10.157839068104442, 10.773511930190558, 9.821881601371118, 10.22656640054229, 10.55667361180932, 7.4207237099800265, 5.0817501069566555, 4.395815690822459, 7.20941801284299, 5.470350651373035, 3.4361494256000276, 6.061326699107028, 5.176037505066276, 3.109458817710257, 3.310645035775349, 8.108560369840632, 7.283566296482427, 8.756331849086633, 6.082548152031302, 7.812145629825836, 6.979559836220753, 9.183613946350496, 7.90729449988101, 10.56726161676486, 11.471258719806562, 10.572131192108799, 11.936343739833113, 14.206338496038839, 14.681115399573478, 18.118596337119854, 15.725256764923326, 16.637745249382853, 21.035642607389814, 18.462882025038454, 23.782829488270146, 21.01740065157106, 25.113187626001476, 23.210994652770783, 23.479450877167665, 23.233317467074052, 25.982016084781147, 27.14836003195818, 22.929144396578486, 24.601397873317858, 26.518807585406005, 23.2081869603561, 24.666710302077092, 26.19558912060735, 26.13939107375291, 22.391554592084063, 25.731687081624457, 20.354827328430353, 23.959586232277648, 19.644925442947766, 19.32472444434821, 20.48220192021507, 20.223409643617856, 15.098285143237181, 15.410322561794018, 15.966317373182617], [20.656821191666374, 24.43367111580424, 26.175556931509774, 23.372464906973892, 24.454846022835635, 27.802819642314937, 26.000874950147423, 27.805563722169303, 27.022846790725097, 27.1786861559342, 28.40343392869878, 26.62391320935093, 24.31066922947448, 25.93455853384316, 23.89109603899968, 24.67341878381798, 25.856871878057948, 22.83618367206026, 23.371222164535062, 22.901733981896584, 22.150241574380214, 19.4904572920281, 16.37144087152646, 19.46758551177544, 16.353811371753245, 13.86328432273492, 16.410794325445, 13.01397410912705, 13.288593694655527, 12.72746086851975, 9.902494825866661, 12.056593087261797, 10.192067644908096, 9.437464132275963, 6.794304838558819, 8.031160081135603, 5.018570833912301, 6.239780896756968, 4.999421108497514, 7.998875257593342, 6.970835857202857, 4.61645889870149, 8.027820171942508, 8.371493822711624, 5.464467339732147, 7.336262100257928, 6.463445858545199, 6.750398755910066, 6.958722584746282, 8.872655075717358, 8.940018209669919, 10.43847606363022, 10.497993437720021, 11.836242353790528, 12.005066995983308, 16.098511525414438, 17.371550303612075, 18.640494432515034, 17.76862877408339, 19.75629409515531, 22.151274381010275, 23.429697733632683, 21.637383912875784, 20.278401480990247, 22.00643709333222, 23.213508976710443, 22.74638929984434, 23.308827527941055, 25.378054500000935, 25.485030413268184, 27.141295858921357, 28.553350798223555, 24.304649398515622, 23.746326123847403, 24.561611178235218, 27.693580185151156, 25.705440252721203, 23.764452937509233, 23.31244273814065, 24.03330734922411, 24.211379000504998, 20.314144749724363, 23.056710488092655, 20.882674718878903, 18.172897744096645, 19.743586023382807, 17.094706051196443, 14.072128432703778, 13.886679432810865, 16.12956396117025, 13.364692402361275, 11.79800115377067, 9.6215917558028, 8.695398337656606, 7.415681928461185, 9.127631157300293, 6.191714285630506, 9.891606179791143, 9.255351022679406, 5.10740074471987, 8.406355820561808, 7.940515888876546, 4.990039539382343, 5.955276275040999, 4.261764675324895, 6.390495410507315, 7.371629816801782, 5.198103956596996, 7.40454982469741, 9.439830543353425, 9.979507718772442, 7.3089779701544675, 10.105954787460348, 8.518135338625779, 9.355255553536441, 11.630274192404098, 13.396728213906693, 14.306731863872258, 13.720434961939219, 16.33903862105041, 15.21767664975689, 18.32591116794376, 17.838687936028457, 19.974260557696283, 23.519502625219022, 23.924064154720508, 23.740012060618458, 23.764716481512217, 25.626358464976096, 24.416252409774366, 23.912460472796568, 25.75661070612359, 27.88520946140444, 26.869976128175054, 23.7869474719379, 25.85861457462534, 27.716820612522906, 26.23937897842348, 25.23442306945545, 26.037203663633825, 26.91791332751452, 21.660909739701832, 22.757162882436617, 23.993770581773394, 21.219747865666502, 21.431666337353274, 19.758034777183546, 16.80484466383264, 18.58563796037641, 18.983297310144124, 14.733788466423741], [21.97796330201143, 24.90501615914449, 24.926666845687535, 22.94096880668922, 23.524145575761374, 24.029655045665493, 27.139625518330615, 24.42512138138596, 25.15584875995996, 26.4441925005558, 26.129328276071448, 28.82627555017445, 27.984498573076166, 26.728367703704762, 25.26047063280607, 27.268281187645208, 24.359376582838628, 21.21822293805623, 24.47525313202501, 23.338268262849056, 18.967013468411686, 22.188617569883213, 20.1419100304317, 16.688442170282478, 16.134607909612022, 18.33114203925885, 12.953348552289302, 13.612428266793932, 10.838319500426971, 14.712952281069429, 12.994201767385096, 11.541700158539973, 11.916123582079203, 9.916400237499886, 8.14282728274842, 7.44763851499431, 7.035188659613379, 5.6950781094694864, 4.684349944664592, 9.03541182110074, 7.604019074815837, 5.82772495358946, 5.053640798849389, 5.760675658730718, 9.625453618834229, 6.533374361672898, 8.472001388711782, 9.847891079032994, 10.09707510086606, 8.898597459290656, 9.913242437431919, 14.44233169046973, 14.680963793442725, 14.788358248943627, 14.259841752765112, 14.901651170319713, 17.052106290041465, 17.665987604806816, 20.94985389686622, 21.72336289584264, 18.761481725056125, 20.369078130633795, 23.553756250383252, 25.15553959985491, 25.597863357811406, 26.11356741507012, 24.350224366466286, 25.814519606293587, 27.949360617309786, 25.02265510556805, 28.240871955032144, 25.804693796573098, 27.821844468490045, 25.1407963839289, 26.3194291642994, 26.40122321544393, 23.4281358264911, 24.504063425095516, 22.450683355195686, 25.009759666500806, 24.34579959568662, 21.945455225145423, 22.80177248927965, 22.617607790853498, 19.14948259057281, 19.91185897207673, 15.988274235118672, 15.402065043914265, 18.359588931847732, 13.36356481261845, 12.171544843307815, 14.261069464979826, 13.185202045519318, 10.055562857540398, 12.840866583078363, 8.25273145698406, 11.382152736049495, 6.9585870893362785, 5.774831038135323, 5.142227873702805, 7.911710959018097, 5.540632036232246, 7.779228019572621, 7.3447476804579965, 8.027877127778842, 7.685008300016785, 6.462246827055123, 9.828502288200099, 7.960524490511267, 6.8287132443415555, 7.384215636734143, 11.503269783505646, 12.715258236143306, 10.778922755262185, 12.316877784862118, 15.608865830075572, 13.102223802449537, 13.499887994981272, 13.850872928448483, 16.187167910728917, 20.196758228027324, 17.793111667797916, 21.9799088427966, 20.901867567442263, 21.39456663993353, 23.808471336207486, 21.728459513075386, 23.761148892616465, 25.96521261734335, 25.94259400493957, 26.45598830739666, 26.618137921137908, 27.751773621998286, 28.418655162010896, 24.878916946640135, 26.084511983084486, 24.391882768809722, 27.930890276555047, 27.54276507949109, 25.60443488292166, 23.35569840473749, 26.935521237823345, 22.028845529608674, 22.992411664109184, 20.88748066402796, 19.14634467184551, 22.151047218009094, 19.828783687341538, 17.66661521985909, 20.0735093841873, 18.17527384676188], [22.952292591804046, 22.382626355057873, 25.075965276083956, 26.732239106144444, 28.593780913847247, 24.620192880486833, 26.360805152366535, 27.942250581828226, 25.2379568322758, 26.873290695211598, 26.24554488226768, 28.77962565746623, 28.00937266783879, 28.529138682573112, 23.66737791419851, 24.21934846294475, 24.337947669246308, 24.966223214371187, 20.78442816688491, 23.57098816159186, 21.46704331821625, 21.290605504617155, 20.844220375743703, 20.138152642308967, 18.55242872523909, 17.77056538176024, 15.666238351660187, 12.824265165691521, 11.430191015123313, 13.364066150279095, 11.843715627845832, 11.403821203184044, 12.739768923570951, 7.498690559823068, 9.390782209784282, 6.7763916927472785, 9.935540996191424, 6.324016737751908, 8.468372080178677, 8.981901506617632, 4.861021365667495, 6.4849790978061295, 5.458629440506314, 5.508613442296665, 5.643030069165345, 6.9720055550527915, 10.114207308236677, 9.341375675196927, 10.07784802510786, 12.691478803612494, 11.214546737618477, 11.13943047352544, 11.953811512910576, 14.467813959802285, 14.4610721047227, 14.586423278094141, 18.6719092834796, 19.96608329274504, 19.153389015892373, 18.558443443587226, 21.218798788756636, 21.917003377088058, 23.516386219576653, 24.531569582188027, 24.219928084050114, 24.239841380627915, 27.913019742925222, 26.28929964846542, 28.50125147538335, 24.84677300477715, 27.85024389197111, 27.751372234458607, 29.264737261042875, 27.387604178570662, 26.675353275117686, 26.779582944946316, 27.58804730074312, 26.57733691864557, 27.435992111621793, 26.296230294652613, 24.60761484753545, 22.578093034375907, 21.64571739678326, 20.495087476318652, 22.24132067664522, 20.6324252203855, 20.13551263955176, 18.069320544177707, 16.858205731810575, 17.980429507829744, 14.000989960577398, 14.825963799143157, 11.838686635932572, 10.310991829141372, 13.045230966893149, 9.131073653620119, 10.69528178812255, 7.9478542901003975, 10.739224119753551, 7.333000694248921, 7.985705765884447, 5.9609937095339145, 5.1150616916999505, 6.534133204093713, 5.655720632647388, 5.976111685622852, 8.874855668938263, 9.399801919884126, 8.141001123479256, 8.055318948359584, 9.830757007575377, 8.494709515437078, 12.969446797748182, 11.60795649720848, 12.440490600419105, 16.05369764447623, 16.340225062827937, 14.332816648944387, 17.654788816072408, 18.397718826679885, 19.160011292478508, 21.358687858976452, 22.779116697923683, 21.23561077799377, 21.49393801162801, 22.399486122072034, 25.57638368381376, 25.52662436964671, 27.806270797231292, 25.947331089950918, 25.800203556616466, 25.079700142122604, 28.705752408454806, 26.301362814738166, 25.940184536402167, 25.525185144208532, 28.534903354583808, 24.993918029558678, 24.30168882828133, 26.946598910686205, 26.011779676493397, 23.96394362541232, 22.692884694963062, 25.0451684410272, 21.796212808024514, 23.647451162770587, 20.762737575245495, 19.860504479722422, 21.388651663603483, 17.496694071921745, 17.79488118686372], [26.106537837205835, 22.676829586451916, 25.239807080540558, 25.823258321117912, 28.459593858651672, 29.49892987520716, 26.02043433339199, 28.858607426323665, 27.581700226104473, 27.38593049665035, 28.815613188927912, 28.658805571612813, 25.120728292655073, 28.867886544706153, 27.1776225316527, 25.010399766561875, 24.653550787521606, 24.811895962057967, 25.83216497946538, 22.2566911576044, 24.041978403173978, 19.667037447249285, 18.4696001703838, 20.63759365474398, 18.223876870159135, 16.893473583496856, 16.92510392012349, 14.92173978153741, 14.358604486800786, 14.525623112975044, 14.48810703523834, 13.227396236087229, 11.313368114660431, 8.387961084447493, 9.611345592396642, 8.291446339804379, 8.17927889717858, 10.522794208383214, 7.38775074815933, 7.5524680595694225, 7.582394355698151, 9.018047932682691, 6.422350190222109, 9.637987351305984, 8.051299293085494, 8.19695748269934, 11.701119134743724, 11.960466610042596, 8.715137970094442, 12.526468721975125, 10.798154817844978, 12.834921802590017, 12.466079163202169, 12.724248793564131, 16.126701591014065, 16.65734234050371, 19.961341244218403, 18.800407689015096, 22.170875958057643, 21.10179675629668, 23.70569708370231, 21.646510880637855, 24.542082874475568, 25.093875805969247, 27.001896847808894, 26.88712369054776, 25.163436099028686, 29.39999189445583, 29.52135264419434, 25.61999891992577, 27.732647481298784, 27.02935520299554, 27.429627433828912, 26.35096434456626, 26.06378871694403, 25.992303357816773, 25.473584336650934, 26.3775018386211, 23.824249954825383, 26.891942847651354, 25.40011507316629, 21.458869538791504, 23.72660244711829, 23.17575294796936, 18.603563749286266, 19.653352918650377, 21.47861582068297, 19.691251015626683, 18.792714956736756, 14.703597314261193, 15.068332458465099, 16.44569448292364, 12.890689816261318, 11.237159945475197, 10.738139846424147, 12.084487630531434, 7.926399299468583, 10.730235624834847, 10.180735181902072, 8.756036015252562, 8.517042172450221, 6.314839777749793, 7.831614890069111, 6.114746841179696, 9.92627074332414, 10.219094380787983, 6.5208741902910585, 7.54008781991562, 9.763041316402106, 8.955215299527746, 9.787000435761314, 13.17182467044899, 9.925119169103466, 12.52204682451514, 14.9359097167062, 14.026478021780363, 15.836709599807, 14.356472149659105, 15.772377802107897, 20.36849740407866, 21.094151425052537, 17.8016606331409, 21.187743262158317, 22.612316053738596, 24.867608032106677, 22.35174977295255, 22.679436105784823, 26.54170802588229, 26.929272845815696, 26.03802723084266, 27.41021146607217, 28.023022535168472, 30.06289631036217, 28.069061598825392, 26.33538433272629, 26.5052214720733, 28.445780914724537, 29.160728380456263, 29.415381829500358, 28.58279804919269, 26.122950973687637, 23.322444473107765, 25.54435129512882, 25.690864335030795, 21.105678723363937, 23.05604493673635, 23.628338448105662, 20.639151380238875, 18.020638797456638, 16.988027733958724, 19.033511136916907], [25.25752968402725, 24.854931322045267, 27.467956745747117, 26.469389069360716, 27.589714754168668, 26.1928649038964, 25.776762873817212, 28.642451058832062, 28.289080718229624, 29.233525876960243, 26.447174375278927, 30.482533061189873, 26.138516770237974, 26.739328216180922, 24.86667521839739, 24.21794055074954, 27.505152340305262, 23.717500383204424, 23.39604460323472, 23.965345471720667, 24.33543771353683, 20.294299158785105, 21.169995650142234, 20.104479882452505, 20.607027538380496, 15.406906448656724, 14.841517922120747, 16.182796445532137, 12.912383916737118, 14.759191294171526, 12.64157013261466, 10.715229073601236, 12.837965503088522, 9.476190838755958, 11.53213985999784, 8.352858855134322, 9.61780702998453, 10.264305392984548, 7.1798728974624115, 9.937720892713848, 6.214640981897167, 6.277824570714492, 7.605340340088535, 8.638127784004087, 10.792615079183093, 9.757131075135728, 11.846958693822383, 8.522787536526073, 12.568320968274062, 10.06943648570494, 15.08043211724775, 16.1993999408021, 12.963300111390957, 16.473631698993742, 14.617564564173557, 17.188557924873564, 17.09978840613534, 18.363102137182942, 20.884512527357973, 22.84634724844035, 24.368233209627988, 21.116666000529765, 23.67676300738619, 22.95016651000817, 25.52039389232835, 26.633905459732222, 25.64992421928531, 28.94479263075346, 28.2929235479613, 29.850638516766978, 29.167990227452478, 29.775119309184717, 30.774950124726715, 30.50260366315849, 28.844218016252707, 28.871632816756797, 29.709475182088482, 25.570415335189896, 26.016464315306933, 26.686616138113028, 26.7699900123278, 25.87745584723163, 22.755520312310463, 23.157559152847345, 21.643544825711093, 21.310482946789506, 17.613108913592164, 20.010515657418836, 16.71726647092487, 14.931065678206199, 18.14284905936472, 15.199821417127104, 12.126846571033564, 11.254077533919652, 9.659301059812677, 12.808437270542377, 8.923901237208948, 9.43294758561103, 11.891846331459448, 9.390388821679853, 8.767389071118734, 11.085338773175415, 8.258157248526054, 10.75240768640487, 7.1563890755499315, 10.321382546571387, 8.734718449813656, 10.447594016421359, 12.126639423394375, 10.987193759684224, 8.66019704035228, 13.353661302950727, 14.637018603871557, 13.18795052016405, 13.71322741956326, 13.267247955676313, 17.13498899800503, 15.100290673363116, 18.22025864854232, 18.86347703516295, 17.57103506843401, 18.34615978087877, 23.667174068571633, 20.342811977974385, 23.124471251412125, 24.32136728832839, 23.823039790406824, 25.681936846885996, 28.206828361119705, 25.615846053298217, 25.229896462230514, 27.84867946253638, 27.59769985102976, 28.627303508256166, 28.06987033737022, 30.659617304841657, 29.650126231151845, 25.95879591774052, 29.065442429750362, 27.43942820252958, 27.2445258784621, 26.708677029964903, 27.473503693828544, 26.776493322856403, 22.183807636729572, 25.22456277107408, 21.57858409912674, 21.64729874290898, 17.97463972844805, 20.06135986211789, 18.246727388645816], [23.078132407483636, 25.41038333576102, 26.717517887839183, 29.175469187651743, 26.229320233662357, 28.585739176638263, 26.61156532550438, 26.616260248819952, 28.789821193520172, 30.00707154827461, 28.621716847826924, 30.624452787997228, 30.160147664228305, 30.190633875204337, 26.40378443216162, 27.899681446906076, 26.746912825766024, 27.547952316374726, 23.836701205921152, 23.56192659329505, 23.56276547015772, 23.299470379312588, 21.220683381298308, 19.4214525019683, 17.50216016061632, 19.814175590554843, 19.205432474321796, 16.218890908992872, 17.809634332872292, 13.698272574367504, 13.038061185885434, 11.198091756516671, 13.389568223148181, 12.512638666191911, 8.517226833519913, 9.656968806466212, 8.565605246065083, 11.765671204986806, 6.842248081337052, 7.943058434848762, 7.667936146739628, 10.460345565399509, 8.36079061090349, 8.985203046172886, 11.565111666681517, 8.649709188676846, 12.499449269403048, 11.35468932122816, 11.201258399574549, 13.13210829281933, 15.92440405644744, 12.649993015003938, 12.991196920201142, 18.100097091917718, 17.009956655091266, 18.76550752215103, 20.085119024255444, 18.42990368539738, 19.09516871847247, 20.41459582234995, 23.153280574575184, 25.194786232498416, 23.618620637710073, 23.570004170144983, 24.805499627951654, 24.963401700312133, 29.79456448987854, 28.885435764862123, 26.45085538812597, 27.3735466534604, 29.303718224574475, 30.5796712784557, 31.398496488474933, 29.157787171820367, 26.24596097009672, 30.349242323494934, 25.85076109416493, 26.114223360134634, 29.298712885742646, 26.147338638669236, 26.159297966203592, 23.9889471833141, 25.402013983016545, 24.414252146446856, 23.54937684588214, 20.012995915416035, 19.53190140649837, 19.795243164476705, 19.84286816229614, 15.020065883178571, 14.296407915544297, 17.03450904985516, 14.344900363251263, 11.39835860493476, 11.885233845381709, 9.979240534941336, 10.242582768547065, 8.691081454362097, 10.298156076930052, 9.49386040131294, 8.795690047239393, 9.693181435512095, 10.636100919967298, 6.701075672453465, 9.373632373935006, 11.38268495161118, 7.807807251680693, 7.440527582812871, 9.040814646997827, 11.724536782253779, 9.753001880172958, 9.813009382480312, 15.201772119888656, 13.941354268811413, 16.561602294960636, 15.574724484408682, 14.440749419417912, 18.911679346537706, 18.136447228801945, 20.323751302709105, 22.757028440221596, 23.6938718415271, 21.164279669317096, 21.110640313958875, 23.154850528100482, 24.149449965875775, 24.651408491404837, 24.107488694869605, 25.494560027739258, 28.293896834859254, 28.651459566480483, 30.819108390743747, 30.73498595474042, 29.27395762861838, 28.10769800938881, 30.088091253655666, 29.350751418225535, 29.127017581767262, 28.17420906619589, 26.216724772680383, 26.037531827327612, 28.374555063675196, 27.43111501840442, 23.709698723521953, 26.531364870489902, 25.919297576634364, 23.849455213729385, 20.405552735406303, 20.422182286155344, 18.59463083267927, 18.739017232380938], [25.017822656697394, 28.19291296783062, 28.947363370759106, 30.281690612740313, 25.99432762737392, 29.90933446321684, 27.528665192604183, 27.31478599024342, 30.69923284648318, 27.084766846053117, 31.388118196387087, 27.200646443018357, 31.129638236603217, 29.066099223305734, 29.780567771631645, 28.660590059068312, 26.000470839010745, 25.870854553511528, 27.724552927506128, 24.305664702532013, 26.164241928260896, 21.61496768910797, 23.20003867758748, 18.927884891159273, 17.987691840855422, 18.1074987336695, 15.693224262454208, 18.108772332183847, 16.835940632278046, 14.832389128244998, 13.667534258602682, 12.662468674797866, 14.468744902564733, 11.981936056002004, 11.428604302300005, 10.215287797952424, 9.109120439845162, 10.466377722237125, 8.906368550499714, 11.047875250260518, 7.8789742969704655, 7.544255274166892, 7.7663902187210905, 10.740563788544096, 9.991511887586341, 10.31962832371301, 12.622017339049444, 12.161976862460504, 13.328059744711055, 13.838336588504268, 15.047541711565426, 15.688687711829498, 16.8811246979839, 16.64550955998835, 16.937360428866963, 16.29290430906436, 19.569476401059177, 23.124595428664275, 21.485163370307465, 22.729315153897275, 24.094404071600813, 25.46661883329344, 27.131459518042853, 28.064444593527174, 26.06406980801438, 27.962286109186035, 26.85588951894472, 28.480302714112, 30.47957879225351, 28.273043678362427, 28.33984999209642, 31.932218115152857, 27.500947053995606, 27.9119221859195, 26.746302076266097, 28.631726167650434, 27.43276536556786, 29.70144044834849, 29.639913637405975, 26.671106885645997, 27.73131413327373, 23.558430769497235, 23.61930250398402, 21.5369637410017, 24.82176579055833, 22.527565395513196, 22.073695921760688, 21.689191911331843, 17.84539274798538, 15.312479163585017, 15.366245556445886, 16.891087400361226, 13.44914682640619, 15.829992306262103, 11.175810067241873, 13.14739061457113, 11.221111331747682, 11.747244410980777, 10.799654040568182, 8.181229645262336, 7.5506363662119, 7.170652770478576, 8.181275639675022, 10.836707884963886, 7.852079266254288, 10.352054569462856, 9.697951757550054, 10.056262865369572, 10.018131931213492, 12.149922431306365, 12.352356943129132, 10.562245838981868, 14.711830526728752, 13.709047703242742, 15.860909045981868, 15.503029880329233, 15.701270134564439, 15.935658538922855, 16.73190026844393, 18.133931346326793, 20.6776235276149, 23.93826871321805, 21.785834057676478, 24.761521476661795, 24.4883265176295, 27.90640418863009, 28.391440857498793, 25.224778334847507, 27.650716423592144, 29.966355172668948, 27.103732381727802, 30.031926471591795, 28.99135336064466, 27.732707443352798, 29.496497838113193, 28.058418287645917, 26.949950292276, 28.27611454571138, 26.610007478408686, 27.755652654003352, 29.24144968472416, 27.145990361214157, 28.14924365159574, 24.41577539524542, 26.498163564390406, 22.979248361666844, 24.88445600752813, 24.37780285259816, 23.54751449749541, 21.782264592467033, 17.547527744474586], [24.809953359789716, 27.651927277962205, 26.380433287666353, 27.011891689481583, 28.23255825428365, 30.930495226645803, 31.200578451563388, 27.31454969102336, 28.92580964040922, 28.559848830011827, 31.286858464886247, 31.52205653268958, 27.293874716395838, 29.327276687178887, 30.91349552140615, 27.94191678327127, 28.86795080412351, 26.62933370369219, 23.373203644309264, 23.087593505698237, 23.77812518352932, 23.97767724281431, 24.412880865654188, 23.382057370520798, 21.05779087264444, 17.629506768508474, 17.787608527998618, 18.20275996616085, 16.166985178035716, 17.27389488286712, 15.982443505055363, 15.092418560684454, 13.290111994867598, 13.802735626980324, 10.197101600524169, 9.943653776004599, 12.878749948896656, 10.574697707294579, 9.489064783181481, 7.6708519015169685, 10.003153832655768, 8.737788507209004, 10.32142348018853, 12.167366200405464, 9.434297974097905, 13.630538431283478, 11.504895173602048, 10.631639117496013, 14.299496943696667, 12.86959285383843, 13.076021391385687, 14.426472629403895, 17.31081986640637, 18.052688215206068, 19.974523030078586, 19.765342507943277, 19.574108639369513, 19.786511705886415, 21.234573686582042, 23.553953081544577, 21.821596994756014, 27.00593946528103, 27.390342526835752, 27.357573414121426, 28.10541578377095, 28.526272417372624, 27.3159953952237, 27.09750659964348, 29.228034135404478, 29.251397505021604, 28.66369626622321, 31.550718663524318, 29.23866475626175, 27.58553297782568, 28.712458060347082, 30.654541399762895, 31.009156302040772, 30.11196020724235, 27.96077513089183, 26.905419069605994, 26.358308978285745, 24.385341813717027, 23.64557681211076, 25.5475145383961, 22.29297318205448, 24.495735555543817, 23.064375845187136, 21.715717019359346, 18.918259204914033, 15.921549045632524, 16.875602673388826, 17.235868796053488, 14.194520007393166, 13.076774530571484, 12.201490139783433, 10.629935251269819, 10.857449254309593, 9.121013816164263, 9.061064797066269, 8.186754576246331, 10.58413511863138, 8.250945563953879, 8.274141661913198, 12.115858771833675, 9.273761065226335, 11.433002457027294, 9.759334098299872, 10.715451709166958, 10.522983694346657, 9.769680012294984, 12.442684751793532, 11.854927722021815, 16.146016487300614, 14.75011669930231, 16.511970319035264, 16.233381900253207, 17.591806721649917, 19.34177356871827, 18.398612439223953, 19.857571263982422, 23.64930647610106, 23.934901685539742, 23.564571697523476, 25.021657015000955, 27.21489024048695, 26.29238654767718, 25.649549492838368, 29.376091902652394, 25.80576702710492, 28.318934440917538, 29.5530232514686, 31.113246492536447, 32.085570231235586, 28.365378549029554, 30.527493486242612, 27.59993462644906, 28.209435748208783, 29.38500612196129, 27.198754048391184, 29.272589998721372, 27.516218744232646, 25.804867346751028, 25.019350543931388, 27.243068489233302, 25.124826614503625, 23.699875757656706, 23.126713506826352, 24.698936171956227, 20.01300206329676, 21.374100579086296, 20.81477229241566], [29.302118868743676, 26.253632257398298, 28.825380261129528, 29.85480020891091, 27.30442998332437, 27.470402358637713, 27.971825575281574, 32.579866924442996, 29.636380548960933, 28.890928720256703, 31.38991710151206, 31.71710527297727, 30.17910361424107, 27.220175666415958, 29.6567581031609, 26.18370820056519, 25.35425033875821, 28.36817838314205, 24.13066792378222, 24.969777458537585, 22.7746622693769, 21.149014498606846, 22.16323087080784, 21.621214616594116, 22.879952174858744, 18.712402975082092, 16.81585865058339, 17.90985960922046, 18.638019508190723, 14.429691997106747, 13.96920772488529, 13.489031872103471, 14.64280710894055, 14.587778617989965, 12.487228820666143, 12.668227940595514, 10.400158487258134, 10.804356602135798, 8.859264096927726, 11.041103834057049, 10.829519809010396, 10.175972691315458, 12.52534290505385, 9.417301804035683, 11.969198700717126, 11.522956295269994, 12.643205989407017, 14.378724841560716, 13.659250546224403, 16.508269453867452, 13.304792021352062, 14.606094662841867, 18.095849204383043, 17.181464556710537, 16.34595038162484, 17.50399875873999, 20.191133318667077, 19.800615513233446, 20.750722303441208, 21.10965476688743, 25.217541437489935, 24.869456615144237, 26.611085229358714, 27.819405122084518, 26.575113588111265, 28.85342178989584, 28.87692129524125, 27.643468824590474, 27.68413752193618, 29.24051131895258, 32.6641628193278, 28.79332911541004, 28.786378052787768, 29.329653861038693, 28.0146634088524, 32.21046986760506, 28.996625895355145, 28.44757813080641, 29.213502810859765, 25.9258084645317, 27.645960278975423, 26.742979089691637, 25.21887400436288, 22.37756285357578, 21.09563266607798, 22.978601776081362, 20.48385013432761, 22.807051392639735, 17.37964511320378, 18.520057905275177, 19.072980034692954, 15.347919075233339, 14.451154066197086, 15.870207740869962, 15.068164689939021, 14.408919999607267, 12.844836407155572, 11.841444812058397, 12.641110968316926, 12.524246972441771, 11.326373647979306, 10.977517047157052, 11.071506235165675, 10.968373692771769, 10.867284060517285, 8.5004140670621, 12.11369250695914, 8.729682603592678, 13.430698280628484, 12.968461335269906, 11.433305099461426, 15.176702257955192, 16.615176795138876, 16.32969469086397, 18.306586169504882, 19.07068324750448, 17.52479224090029, 17.90261768062487, 20.343770495344916, 19.10013765892329, 22.220944489768545, 24.7689319013288, 25.45804072755343, 22.298058683360523, 27.00768422070693, 24.550213382015265, 28.000947538931097, 28.821247767306364, 30.12568174441057, 26.829283589901884, 30.634490896568185, 31.22667908527517, 28.055277978797847, 32.76540965649674, 32.6238807923616, 29.012646032106854, 28.31614240725919, 27.941460397118956, 30.211277500027215, 27.810319372880834, 27.32871267037537, 30.524894445000612, 29.88343341087373, 28.913518986340364, 28.3117942549379, 24.49709779536903, 24.062770657089906, 23.041204831070633, 20.987467647131364, 20.82699198405028, 21.094339853621996], [27.702940029849835, 30.30726308071427, 29.039577804591396, 29.923792252269095, 29.550330622466007, 30.302356560403133, 32.52291543171279, 28.582029303288223, 31.613132824581793, 28.981886600548847, 31.451817623529603, 31.707639646380905, 32.63158701925353, 32.164615960294505, 27.703249674382423, 28.166007118931876, 27.217787101253876, 25.590556980943944, 25.64245118807544, 25.67811508679214, 22.719098603227, 23.250656157417595, 23.28032178437713, 21.26737298041178, 22.670289245519882, 17.624044747066687, 21.494125398934994, 19.30127666731685, 15.045240601448697, 14.882199123083302, 12.899997714942458, 15.382612957378832, 12.90366476002713, 10.692538067678493, 11.275763812652905, 11.195021238334306, 13.370572778529976, 11.17684797967867, 12.494811951333638, 8.537865859158199, 12.73913913260691, 12.537981761763318, 8.681360004082716, 13.167414391470794, 11.804253336052618, 12.917128618597745, 13.58868429651968, 12.224998510299487, 13.064479951802943, 15.682115845838696, 14.939212841008342, 17.603491255807132, 15.681597011067762, 18.100454522913942, 17.3509602110044, 19.968074445791537, 19.989209470070648, 19.781272406894846, 21.17940960811213, 25.979258647808336, 26.257760455706453, 26.557773969281637, 27.676712629569497, 26.328819497367054, 26.26627030174629, 31.021893091257777, 28.50219535816388, 30.69019592218887, 28.475600334999424, 30.56048363125685, 28.26234232982158, 29.554478529031073, 32.24861513364237, 31.794263305147513, 32.82715148317243, 28.9468977170368, 30.537225638787664, 30.495472263979625, 26.9913909540889, 25.903273092692025, 28.576773141891668, 24.667721766541042, 26.10071210481724, 25.376077001099556, 23.834818616451496, 20.907761833587713, 23.906472292065665, 22.975636621141337, 19.89566948515896, 16.806798219152967, 18.9574504056378, 19.389611588635674, 14.04896887404858, 16.55957969892938, 14.47164985529914, 15.200502412277, 13.83685044337727, 11.245641621565529, 12.544564556635084, 11.1229995478476, 12.799837399275672, 9.358196262576735, 12.839061276632542, 9.510595386102779, 9.646344910695396, 10.254593286196341, 9.682335187661026, 9.520230030615219, 11.226824782705693, 10.71361851857193, 14.196158846661291, 11.863720404628676, 14.68608875368655, 17.52260121436442, 15.158972612394468, 15.663919349269667, 17.2410980121153, 19.807588693513853, 18.40695594809228, 21.52072116979565, 19.837302796169546, 21.468952516446528, 23.2502605268949, 24.9510110552699, 23.614340083593113, 29.073009866126874, 29.32463722840612, 26.918023444820793, 29.474431693314102, 31.322138896639444, 29.55244375062984, 28.62724791577777, 32.96538995954846, 32.59784795675586, 30.761227429963323, 31.614255608850478, 32.580884174421755, 29.616371011348992, 30.41881849330912, 32.02286241602301, 31.302021786155798, 27.081087505592453, 26.822192550406417, 24.960787027253932, 25.574802587959137, 23.05411776691563, 24.827811891015177, 21.285787479321932, 24.30850032039787, 23.83285764308816, 22.288116170380476], [26.65294698769081, 30.003458421686965, 27.89878837944329, 29.36628019134242, 29.415560030845878, 28.348185899423257, 30.45301056355269, 31.09919027751911, 29.19881414159336, 31.411737386164162, 29.015575711478228, 30.27924072599568, 30.34684371228522, 32.423005915603184, 28.873382026780526, 29.21226856899062, 29.069028032371904, 27.53864739160845, 28.227083566265012, 24.972767336719066, 24.583632857355923, 22.437352252641972, 23.50283811470356, 21.62574367873099, 21.18927700265404, 19.287711887084214, 21.597576803009893, 18.150065896561454, 19.935947655682842, 17.190577301403458, 15.488630053720568, 17.05699890672593, 14.747371906899918, 13.396791050892924, 13.929924379694262, 14.34010470330429, 10.240673521477865, 12.477953650016067, 10.763251047393158, 10.095164369385289, 12.376155108951409, 11.693679195518063, 10.779302133396941, 13.996675145105069, 14.045080288619413, 13.585849484389794, 14.061978350463816, 13.200353020614559, 15.835333923713204, 16.508975232703932, 16.574041820608365, 17.75753840223418, 15.204859479342199, 18.185377936792786, 21.4867375247306, 21.41765876162495, 19.58993970740937, 22.905968890882185, 25.596443543650015, 23.65945902902736, 25.199439067604036, 24.551596394775906, 25.26040430841646, 28.318999605200297, 27.24408904254473, 31.013309700978464, 30.61722890891268, 31.661137131319958, 32.17229242128326, 31.70498054013997, 30.84190803643445, 30.924877759873787, 31.480590886109553, 32.05076828430933, 29.592774660162895, 32.62820330855112, 29.548187853230587, 30.225002716930547, 29.22200746882219, 28.915760836570477, 29.404768406935627, 24.579181417372062, 28.127680090242116, 27.238972949271165, 22.217933582710586, 23.1160193883865, 20.441500539459113, 19.68669659720353, 19.240171409331055, 21.298342827741457, 16.417833217431067, 14.904003657353883, 14.969515832897503, 16.358851594873766, 14.758575061373175, 12.522628552246761, 12.461947360840867, 15.06765577389238, 10.48928695777726, 13.146013708591726, 12.405725175622512, 10.451649670667598, 12.908156630767886, 9.215675380782923, 10.775818556034858, 11.067482970499324, 11.420738902925622, 13.575658483499279, 14.708330138991682, 11.781900223650688, 13.504370189245632, 14.325309812778151, 14.570402760785564, 18.188730252487478, 17.893250203621786, 17.04391124336431, 19.121076932941254, 20.196759638775834, 22.555342386136275, 20.76945579651788, 22.017527436144753, 25.631395833257642, 24.13244700451101, 25.180056517786802, 27.61364971752632, 26.766664720042808, 26.144905804628582, 29.77368481650491, 30.82752466691548, 29.76712706056093, 32.65707400664977, 31.88126616505437, 32.139310389951895, 28.622170163446903, 30.820932890908917, 33.55239215770021, 30.73432279536619, 29.27895305377607, 30.31603520838341, 28.432396674900986, 27.365896566322622, 26.706930909920512, 28.239114075544745, 28.058779766467037, 25.884218001174656, 26.845727968497368, 24.733022438741585, 22.490330098457797, 24.4372736053161, 20.489925044087684, 19.891462912827777], [28.667092013236488, 27.27981272442923, 29.70279306886911, 31.896455559098783, 28.12435082104402, 31.1927051021296, 28.898941351290034, 30.55363425278957, 31.573550136948086, 32.772824976639626, 32.23519189765202, 32.96182308368179, 31.3845214257605, 29.34635451073252, 29.18983957442569, 29.682929125733118, 27.158174942504168, 28.646664156259256, 25.274109694909612, 26.960262014951066, 26.49261820619595, 27.0952256749924, 22.682126418491457, 20.63773895780163, 23.404007752835213, 20.61541980081997, 19.46582460376367, 17.81409900956965, 18.89781587721099, 15.314445446720182, 15.11976333893033, 14.44695496405426, 16.117652248493545, 12.591335248587795, 14.830826217210056, 11.283045739502871, 10.399995999407848, 11.4955542526285, 11.568187496252587, 13.59452688516344, 12.214670786171563, 13.649454117673237, 11.68868233118021, 13.74403859916615, 10.974144809600423, 12.929061542157244, 10.955056795462397, 15.684008582099867, 12.261288847488682, 14.357536302431784, 18.089546625648836, 17.99859896818909, 17.972704328826875, 19.844950176781076, 20.193440231753566, 23.06027391210358, 21.937991927966113, 23.4928500191429, 24.456374903069715, 23.666217461405253, 24.438937414441156, 27.363671654380752, 25.56988306582056, 27.772392095141445, 30.166881860182357, 27.92038314791847, 31.896575626234657, 30.02205474845698, 30.10548372680417, 32.32143374888264, 32.50366500449823, 31.067387868785193, 32.618048754768964, 31.199227075281183, 28.974456778241745, 31.08454621775085, 32.19211505790519, 27.944148824621067, 27.997815841120328, 29.52186279980617, 26.832722146935502, 25.950228326680282, 27.281770614686177, 23.69683435067681, 22.819011459216128, 22.635622630698805, 22.817148387008018, 19.15437713449532, 22.81100238360945, 18.12886094495856, 19.959212228261187, 15.390510894066338, 16.41002002069555, 16.136965401839156, 15.826339087107545, 16.15111062872824, 15.650762779409119, 11.366507349141713, 13.374509592301159, 11.229036475553718, 10.822478081073264, 11.916699445024388, 11.38378492881931, 13.298127792507298, 10.606848636479924, 12.621630484618615, 11.249545924230702, 14.357276719684808, 13.146058687427205, 14.90122534244762, 12.868930251652795, 13.525385816964125, 16.10719185803789, 14.562976734303763, 15.932086954198153, 20.279707377984806, 16.988745649039505, 18.23795696027311, 21.690778302710868, 21.69900042958916, 21.434107663492895, 25.79665713645969, 24.785752505382817, 25.65211216113355, 28.174497793499818, 29.624175549096726, 29.925531755552242, 30.969870421857262, 30.440400630941145, 32.19202318063054, 31.96883088220524, 30.80003142935988, 30.10379791386974, 33.02718571818086, 33.60265599421338, 30.73903556565802, 30.089618224724543, 31.799535570228763, 30.462111659838992, 29.19223436024274, 30.178729566298916, 28.736038319688284, 26.76648297796986, 27.930242952368893, 27.079631278732922, 28.622456281645096, 26.265919492732728, 26.305380670177748, 22.716429508123984, 21.077953847665892, 21.847003607123238], [26.51647050531545, 30.301946205558604, 27.558289885599162, 32.29889586312059, 32.7288367103681, 32.49405573396505, 29.04180168287254, 30.3708036683322, 33.97347351921022, 30.08928497433337, 32.736395086229976, 29.24100601876591, 33.41860309670035, 30.480817630706444, 30.01851324820918, 31.19732566692048, 28.366698491345797, 30.43545725287804, 28.123454063978023, 24.894669198278287, 27.455344940014854, 22.49960925138122, 22.633114570143235, 21.855143059448714, 20.839188345185786, 18.958412824231743, 22.406186363685958, 19.983099216653756, 18.31440754335563, 15.081167693051144, 15.487005133917332, 15.812472169923774, 15.996539679448642, 12.36122791856696, 12.212654468406924, 13.44820126953901, 14.545929076140943, 14.149187644409247, 12.497534935634196, 12.526256544554283, 11.5141718021068, 12.113706061934469, 13.182181048227616, 12.330944857152373, 12.918038114494246, 12.044418870940794, 13.415418900896567, 15.152005736245108, 15.829303251162601, 15.887347955876665, 15.224328228063273, 16.605785109422897, 18.14709698834612, 17.83004505799589, 18.598692980379433, 18.915109937935835, 22.42827349148628, 22.077222823278785, 23.272150696943065, 25.69881881141032, 28.228758261724966, 28.484116555449802, 25.859637765943233, 27.179633518697926, 31.034665412288284, 28.383960507296678, 31.778544652535924, 29.4820324222648, 33.519211834411045, 29.245477881178108, 33.73290051815018, 32.08691965871567, 30.608474844765617, 31.554550038075618, 29.638140804613332, 30.231385893799622, 30.813930776734647, 29.97710233923559, 29.650632752665373, 28.818396355228195, 28.99475669784772, 25.389397478022367, 26.689549061767202, 25.03164914106033, 25.753904419775942, 24.221008951055826, 21.840638856381048, 21.24365787286144, 20.695033000730163, 17.914983271182386, 19.254102678173346, 19.781639199774133, 14.581987509443726, 15.975853145481931, 13.173310177766481, 16.400678747242882, 12.391622696708415, 14.737991004547885, 10.556307613884108, 10.208400341622399, 11.155405151331172, 14.007063978776056, 12.716804607128758, 13.329160526814967, 11.809857360385362, 10.247469796358374, 10.274355202282882, 10.626967179567067, 12.972818274420746, 14.105852912572246, 12.135592698802977, 16.555963321447287, 18.07538233399535, 17.25882929412077, 15.82856761817234, 18.649557943886727, 20.926178381449986, 20.21381916573121, 22.301656044952068, 22.774563106091804, 24.096087721234557, 25.519151764018602, 22.974147699480987, 26.985281335454673, 28.63743808143699, 29.725948839991005, 26.661602516968696, 30.163213445037595, 29.544561584839602, 31.236729941207823, 28.78021441203257, 32.71667422534187, 29.346207492764954, 31.745797016815732, 31.84939606601366, 32.675166352306995, 29.552832311031388, 31.63476022861768, 28.842448521772358, 30.483703918884885, 29.87656899386111, 28.198839284898906, 27.274456602910977, 28.986433761856894, 28.057959511284217, 24.657622085797772, 26.490779672701624, 22.208043883065923, 24.497609994851977, 20.9383908108304, 23.274853654407977], [30.759256585128462, 27.308724863180803, 28.908535554019497, 28.37063352706875, 29.887782510503296, 32.31443521633578, 31.808191686614396, 32.85177044060137, 31.778200734262896, 34.30632656913839, 31.57969004412245, 33.23928704714135, 29.33468132717538, 32.015818082401566, 30.845404923811824, 28.135931249877483, 28.495691544214985, 27.775950940216255, 27.25767425781963, 26.820730683225566, 27.513465079804106, 23.77427692053429, 26.454754916564642, 23.883215394079894, 20.49196965015846, 21.77551546924723, 19.97324791715538, 21.791324564662045, 19.909119747540107, 16.442231774561357, 16.5618513863415, 15.03775006405889, 15.235685227749272, 16.290935463132506, 16.006445686779273, 15.686897747428155, 11.021287536076175, 13.830447273780809, 12.912447692937405, 12.945412388549757, 12.782084482041784, 13.014250695128906, 12.880304768917343, 10.504148903944804, 14.938486881722223, 15.594419892000168, 12.479117127527603, 15.068347439510433, 14.383754009545449, 14.996788560452984, 16.265521852339784, 15.10944669143096, 17.952180619254392, 17.078648352818043, 19.495571519141453, 21.515328504802504, 19.968985687416836, 22.074407032331408, 26.00071497774621, 25.30426089041761, 23.7772485733125, 27.011870802195872, 25.35398694951165, 30.04874618869039, 26.853284800845426, 28.21654666716358, 28.913459156286, 28.87737350230931, 31.883036658023247, 32.48251269416025, 30.422256163157137, 30.95514008605855, 31.20799644509192, 33.9499287263668, 31.549397467178835, 29.601224401329166, 29.90635925408845, 28.868223193319267, 28.908268695751147, 30.251802019280774, 28.807799770537265, 28.418431815619076, 25.29384220498543, 27.82261400793361, 25.892450214471907, 23.279015070735916, 25.50362133372987, 21.60626309944879, 22.90419674839382, 18.033558527165855, 21.386702319130464, 19.4856082865741, 19.030454613782155, 14.712414557666094, 17.96920288726327, 15.264414399996113, 15.720996345684522, 12.459349614896233, 12.375868375838595, 11.718491420736349, 13.68251714733789, 12.59210285514907, 14.439191240360715, 9.452937627208794, 11.963499956273285, 14.251030436125673, 13.30776502660824, 12.138877124675153, 12.391963553110022, 14.507254689910727, 15.614940713750766, 14.23121069669569, 17.411251044808935, 14.666007859965292, 16.638550362957535, 17.69854145177166, 19.994132596329727, 18.09551965019486, 20.376622469614574, 24.861534724882926, 23.43839363917903, 23.506139800655497, 25.135445656305386, 26.094641086776477, 25.53501872863993, 26.823165290853836, 27.144504852180734, 30.515035144184875, 27.562532737417616, 28.13220131203922, 32.47058966060351, 33.216657494237445, 30.796772675563695, 33.35215880226409, 32.7501676656976, 29.547694716120628, 33.027224827949716, 33.93011043048193, 32.4805144962305, 31.729531700382495, 32.45254840291728, 31.59633052249342, 31.445027974040638, 30.3845007669806, 26.683454674047788, 28.761105132299022, 27.65757501738348, 25.50202049041971, 26.07258393484662, 25.306450547864, 20.910086426511185], [29.217929487053983, 28.224837870263716, 27.600119925639614, 30.87952143049277, 31.041784922717785, 30.777100491827998, 33.96065375704531, 31.10832772813722, 34.116981078491094, 32.78025545457231, 29.690171440753282, 34.25790089891446, 29.309544114416344, 31.859010655767417, 32.63649832209367, 29.96593788636113, 27.993638673959694, 26.815968523919626, 26.314963585110856, 27.670777586348713, 27.105280645919308, 23.179758881244325, 24.9345966557717, 21.35633013563391, 24.50050785453855, 21.581996723364604, 19.714728758289212, 17.740740043123417, 16.598641160473672, 18.882813579611096, 15.640297973740923, 18.11159662527966, 14.645291072527868, 13.274881909974265, 16.38920519872934, 12.129014513783893, 14.704118871219709, 14.830592693941892, 13.203980516286114, 11.44118147541559, 10.130951605734408, 13.466804824633288, 10.996794468444657, 11.185109060599594, 14.101882169127892, 10.915717202109807, 15.099168084283685, 15.995368765057492, 13.943427784760642, 16.669930995682577, 17.752249500674253, 15.878742171054963, 19.17720942572245, 19.18652021781758, 19.939190438977686, 22.861197013183347, 22.257396567467893, 22.80355152260875, 25.131018176919845, 25.485469901660785, 27.658437476621184, 29.63088100435706, 27.24775246199783, 29.566006644254006, 27.949380092639473, 30.66383626255317, 31.292390726298997, 33.57189441805924, 32.34520166488057, 31.53943305609888, 29.744024274243483, 33.270066975057546, 34.10815535021055, 34.048307267556154, 33.09435945739818, 33.42327958449391, 31.17895267754841, 28.775570356629327, 30.4222837923887, 29.868205149323494, 27.97253135645033, 27.7324190396657, 29.31184496069133, 27.42528222655373, 24.398208076928647, 24.015880866505302, 23.982455345846006, 23.249081881999036, 23.176703713528006, 21.365818034995264, 19.395252628619666, 17.249595182657444, 18.57063408585278, 16.97532714479795, 17.135154766087553, 16.19398179022567, 15.307651504324273, 14.241281778031913, 13.101837557187759, 11.428310268369993, 10.313210448532544, 11.226201124983161, 10.837410898038325, 10.107978325649587, 13.589893917313109, 11.057973986331072, 12.901179470249751, 13.672264030189515, 14.042198223107018, 14.020545003839988, 16.26429583607277, 16.96668274094366, 17.79971449766589, 18.30318963318328, 19.30896926410304, 20.896071396949445, 18.26310208649215, 22.756528128901714, 23.200607159948266, 23.00516641035048, 21.99694290709892, 26.947558092460945, 27.583170946685215, 25.252502487365273, 26.708320326291116, 26.367308401393174, 30.24726944220479, 28.626517947757264, 32.56228149119356, 28.80053328389095, 30.758151604742338, 32.9973952864083, 32.98050010379255, 31.237413533881252, 32.342939849400906, 33.22305746196609, 34.15367638071631, 29.94845026759102, 29.56726638067742, 33.46921362534741, 30.36224759172597, 29.032563197760417, 31.095146522023445, 29.104962419027036, 25.902831447332403, 28.651735938531697, 27.01717398446906, 24.811472063194387, 24.831757874375505, 22.306236129345727, 20.691746827223596], [29.170440378068275, 31.075997815268238, 28.418686556587172, 29.39536050836758, 30.36495862448587, 31.0023194642228, 30.265685546000704, 31.754082970027323, 34.1921993609959, 31.81318034310803, 32.33458124863427, 32.53818950569995, 32.9502729523806, 32.86234586046079, 29.944991688098085, 28.80528659425653, 28.250521808265646, 30.234723555453986, 29.72899775557137, 25.89651980618453, 24.298371211247684, 26.575115333323062, 24.0633410535155, 25.619006680429628, 20.29127789596955, 21.08759782103759, 23.109715327911985, 21.901009602992993, 19.390165220598647, 16.873156279849344, 16.93207340055988, 15.62093399630582, 14.859186952133918, 16.668298708938874, 16.54649323405065, 14.534966189646173, 11.72130021709593, 10.27775014657559, 11.958449012862037, 13.509832509045612, 12.981852983404291, 10.881355280063815, 12.53809178024417, 10.269741019459017, 14.323757500952198, 12.199316138779865, 13.958021855116904, 15.859293592941913, 15.520024692554658, 17.439686527895034, 17.493961534313645, 18.944288794623848, 18.648873957250593, 18.84818248244597, 20.219039826628098, 20.994760714281803, 24.760123419886924, 21.70626420798111, 22.30882783832059, 23.640775899691583, 25.076006133682267, 26.46798562816768, 26.278558108725157, 29.214252956491112, 27.155662288179695, 32.37633165606525, 28.484552576887367, 29.192281516566776, 31.120078702868113, 32.436175399069874, 31.555560513686448, 33.77338014921388, 33.05163449673668, 32.57690085520022, 29.943619846133405, 29.905531168431963, 29.649215489616793, 29.049543784227065, 30.601174902907168, 31.709506617082347, 26.98151788355769, 25.890721673966624, 26.468556092244466, 28.34393910767476, 25.92113232532701, 24.864986324271733, 22.831050302034015, 20.39375732002631, 21.371254447992754, 19.003590222731592, 20.949304512182156, 16.913092125670694, 15.82181619268335, 14.452282178596043, 17.694038954549853, 17.171988298106115, 13.752676031393815, 15.039797107008164, 10.976199312293566, 15.52140503062015, 13.063357561935492, 11.616907648894843, 11.647038321945416, 9.945591281954224, 10.393203731426368, 13.090925202199749, 12.501085933536976, 13.175155475419606, 15.675714000542897, 14.609947165846144, 15.76405519439074, 14.053016432837737, 16.459332136725433, 15.197869541391077, 18.235086575649312, 18.752401213919512, 20.999637487457072, 19.688181373546463, 22.946812108593345, 25.148451494984265, 23.479145362689504, 22.798873185809526, 26.92727479262932, 28.11916584595243, 26.810363084636037, 26.05827514410496, 27.58823401969817, 31.387971009381282, 29.508260499869333, 30.135627879575875, 32.74970064520754, 30.86506170945458, 32.02391340220089, 34.27737264327388, 33.06398566277973, 33.821727552005285, 34.62607374201464, 32.31044697578295, 32.810892297007896, 29.373252761940915, 29.88764502803523, 30.84134075408248, 28.24436703091275, 26.712537300069172, 27.416834224287246, 27.97106856795117, 27.304782532508018, 22.976581954526964, 24.831595112386445, 22.454266842615226, 24.29778418185856], [27.231885685979506, 27.969058247630056, 32.21418176055639, 33.017058422426594, 33.43449037642658, 29.758543412384945, 29.9312229490989, 31.315568491806484, 34.817865912849626, 30.791595538088075, 31.376674914156357, 30.605965715012555, 32.64569744079182, 33.53488052157602, 31.330188600615188, 30.927635996481364, 30.809365465714087, 27.229031858824566, 28.878341003653123, 29.25980957545407, 25.16746857208361, 27.881869425061563, 26.27567289989438, 21.79533471850975, 23.92541931552224, 21.579082673120006, 20.59033591633568, 17.571053307363513, 17.25267974966629, 17.432854706463033, 18.5695973262091, 16.303211132589325, 13.821020547906924, 14.668193780865533, 11.82859320008558, 14.838216907559792, 12.407573943208618, 14.212159762426523, 14.757292507298663, 10.013749745852865, 13.985666500126811, 12.84127026931597, 11.76419914789332, 13.780312716106188, 15.546445764046496, 16.05627317720768, 15.224217887850658, 13.334610338031487, 13.4941236011471, 16.54321235605334, 15.137759531354575, 15.510168952413071, 18.69264110249194, 18.93623667142491, 21.99193027769301, 21.152647061965766, 22.582954385479997, 22.270924856941935, 22.494750591141425, 24.529702537369193, 26.032235891293965, 25.226929973724182, 25.799405029569797, 27.33207127307874, 28.28413159019883, 29.696417039628702, 31.261051821540377, 31.073360769755315, 31.69203943711151, 33.09673597960493, 31.90322032055683, 30.1448448551527, 34.45626446851036, 33.799004128260506, 34.227875836655514, 32.63618642745264, 29.277870083639947, 32.263447149689114, 29.864853249662378, 31.467007649439857, 27.3756761618288, 27.440550731970518, 25.480517697041584, 26.291171127803487, 27.456052244858707, 25.38395224475336, 21.881633537175965, 21.330042129077277, 22.365490949726734, 19.338656459941756, 18.46722852879579, 20.778068910945972, 19.749758460549558, 16.898149876478968, 14.38705642242818, 13.769646825538198, 13.26917790757484, 14.718939531804171, 11.567964124748768, 11.032574184033722, 10.4619338291738, 10.261161238378492, 11.911096807791019, 13.331490188075264, 14.192039725036569, 10.513688071312925, 12.267976719598058, 13.762314985746338, 15.62577921537433, 13.484074726889283, 14.320917628112925, 17.55910206275592, 18.537406186080567, 16.66770966110487, 17.966880452914005, 19.645641200403553, 20.980871322156872, 23.26154110658189, 23.29369986268957, 23.346064360591917, 25.088528763308467, 24.416071570869192, 25.780231056688656, 24.259999573822224, 29.20829260536, 28.314239626638887, 31.057985649936057, 32.09818897263534, 30.258060565357923, 28.861640508220855, 31.264969757726185, 32.166415145518386, 29.842820585426292, 31.87884827592233, 30.874766853520903, 34.51788529705446, 30.836356376285558, 31.414294749983398, 30.63453253004439, 28.837776278340524, 30.133736226532683, 31.727376302576914, 29.013052692181272, 27.089199854409273, 27.778706779784976, 25.335585584001784, 25.394994277147134, 25.0626545598248, 26.21330486864639, 23.087827326692917, 21.845196257042964], [28.59657429782058, 30.21293550715902, 32.08409701976326, 31.51934131653077, 32.96257826255685, 33.3430357601584, 32.52728355880042, 31.48469238631124, 32.56719274542668, 34.200351105355956, 29.906415550700622, 32.226078241523865, 31.29776059821501, 33.40643167204506, 31.592617115356116, 32.72983227240978, 30.47661739108397, 30.72397512258231, 26.624251611964254, 29.27503689179931, 27.235542750776823, 27.480167109165706, 25.637006005652914, 25.025809303696306, 22.298678534691064, 23.947526230337242, 21.608531136794202, 17.759778318695503, 19.11640487369996, 19.131793907931378, 18.911947593930414, 17.944587915115815, 17.975803114044126, 14.049214818029101, 12.4840587907923, 11.283179507721524, 14.793463654543945, 15.103738495199032, 13.29820359775449, 11.244613214411393, 14.341848556479858, 12.301462761941764, 14.002322184015258, 10.611937931750644, 11.011279860393229, 15.1362430991584, 13.511081217928968, 12.747005079402735, 14.122232064058831, 16.92024265960344, 14.563301083425412, 18.783158412887193, 17.564600894480478, 19.408439021361566, 23.124291053457405, 20.263317459277378, 20.777162840016572, 23.181139944594115, 22.69904888362901, 26.48629507510329, 26.69833190825451, 26.784580300183823, 30.375650005001177, 29.43915833241313, 31.865847810551784, 29.474133467465276, 31.270388736953503, 31.041107733723628, 31.22721678022162, 32.53422915352405, 30.169875838568004, 33.99989082490397, 31.23991096269443, 30.455390270389064, 33.99357517715836, 31.553879711615963, 31.20676553022173, 29.298128456420905, 30.73709327208124, 29.409824481793272, 29.080796604011333, 28.746621394769384, 27.319530957023762, 28.884725391918288, 24.510163760188604, 24.940323999190532, 23.152979511782785, 23.225512292042453, 23.595721341722054, 19.759717937696024, 19.49956284150671, 20.04544212896608, 16.71026225371319, 15.169151023290706, 15.742734906196233, 17.375029112944087, 16.717333082104698, 13.746189167279312, 14.781245460992348, 13.908757041400596, 14.247577393655764, 14.859834319302864, 12.048325891834853, 11.303439969055434, 14.136594437784241, 10.508828532076542, 13.077607461668286, 15.19424865811901, 15.506328467757259, 16.1129297497506, 15.461774854768057, 13.803656201234359, 14.719605863772012, 17.0650648810386, 18.17147184552775, 19.901797114750146, 22.331417876074674, 22.372848462079354, 23.21479044874944, 24.989860807859742, 24.643877358231993, 24.35554948720891, 28.199181406585033, 25.822042903884302, 27.360234241602818, 29.168367114819777, 28.824165907944085, 29.026107575836438, 29.30070586789382, 28.648131001170228, 30.785424262214452, 31.487049437519367, 30.516466676802732, 33.421841095486236, 32.40038749159801, 30.130449681022643, 31.670527287448035, 32.967699648269175, 31.69012627707129, 32.80337514940049, 29.445540337127103, 28.190684647063083, 30.794726400614685, 28.624427291214037, 27.510619208671564, 26.150937194471453, 24.01726446030826, 27.90437730440506, 26.383603933351928, 25.907365816279274, 21.379530095278113], [30.92377777220569, 28.89043655827929, 29.715463856326963, 30.08363955268633, 33.568587621444706, 32.857945641234224, 29.708739784415805, 30.229694125344892, 32.252156795864416, 33.09361935728229, 34.09656099179925, 30.075561883462214, 32.99202626717688, 29.63181211264765, 32.558831589475986, 28.782187648079947, 29.73135241737975, 30.416325260386863, 26.09930977991299, 29.67748786409431, 24.84044094388863, 26.34243067462772, 24.934676909299075, 22.01205334977486, 24.62042876668105, 22.838990095367485, 22.4691457778223, 18.580481363787108, 19.97945726885208, 19.510911760981777, 17.084785655742476, 18.61953155024906, 15.741715833350826, 15.849313603306664, 12.950102800211276, 13.254339269197546, 11.09857332234397, 13.61850675051748, 12.017579178021869, 12.182276027972208, 11.151363156896624, 10.551909223866971, 13.22385901208105, 15.370375317958668, 14.682826099731933, 11.339747149637828, 13.470131378104352, 15.776656972245087, 17.644318348278546, 15.566848648311883, 15.467059196050245, 16.08542538700409, 17.83687428169158, 17.663998575209884, 20.946790679310578, 21.177852687092432, 22.61188577943247, 21.75954476965451, 23.48628532931724, 26.498941236477773, 28.28324533667205, 28.304864777835512, 29.005755551630653, 30.70551024856055, 30.87814710442366, 29.217907635989143, 29.093110687422918, 29.966897369852884, 33.71491241853082, 30.877812773023507, 30.026331998809905, 32.439684804766145, 31.737733954960948, 30.951684679144183, 30.89773506889856, 32.92754935947725, 33.51662638914631, 31.037583347663134, 28.078415836069517, 30.552936817165428, 31.185895582338475, 28.783224826662202, 27.88386226531614, 27.019858375399014, 25.62680495573917, 23.479261622217308, 21.268072327718844, 22.491332051044534, 20.810872272709858, 20.41287243908799, 21.752609524102283, 18.996929102181944, 19.01348226167334, 17.513457060342542, 14.258706049816128, 14.150398038172618, 12.28798839502157, 14.221339767385372, 14.290950630096775, 12.045494285467587, 12.759583549456309, 12.712522121274448, 12.788334638406504, 12.346558270791085, 10.193398407952268, 12.41367594778632, 14.46023572791078, 14.90878636704403, 12.281577103881277, 13.333400444609525, 16.639344028075246, 14.747021211560167, 14.575088323463484, 18.775541828078293, 16.472039007502843, 16.91002179406196, 20.591484740715877, 20.589236869153567, 22.76043164706994, 21.546377566933995, 22.735593076422788, 26.76563554485709, 24.288087356751024, 27.74959687793764, 25.306355190008574, 29.94143937159733, 26.849947492801043, 27.674084648589616, 32.88928662701251, 30.736673543883757, 33.79495834547173, 34.04732225540571, 31.853953589292228, 31.40093521180665, 31.787718907411648, 32.99912555544697, 34.82330288296004, 31.620438754550943, 33.849105627827115, 32.0740263540995, 29.587916243844287, 30.470791640689335, 28.068052045285825, 27.669290654124453, 27.489246233625803, 25.865218474328007, 24.740100537391136, 27.46809203765857, 24.57305766295757, 23.954839919035077, 21.553773469789938]], "zmax": 34.85883187223033, "y": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], "type": "surface", "scene": "scene", "cmin": -9.879538550047247, "cmax": 34.85883187223033}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [9], "showlegend": true, "mode": "markers", "name": "y2", "zmin": -9.879538550047247, "legendgroup": "y2", "z": [27.93575600664868], "marker": {"symbol": "diamond", "color": "rgba(255, 165, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "zmax": 34.85883187223033, "y": [104], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [140], "showlegend": true, "mode": "markers", "name": "y3", "zmin": -9.879538550047247, "legendgroup": "y3", "z": [21.137761324257585], "marker": {"symbol": "x", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "zmax": 34.85883187223033, "y": [7], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [34], "showlegend": true, "mode": "markers", "name": "y4", "zmin": -9.879538550047247, "legendgroup": "y4", "z": [24.478990617331], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [66], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [97], "showlegend": true, "mode": "markers", "name": "y5", "zmin": -9.879538550047247, "legendgroup": "y5", "z": [11.857632450237949], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [81], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [57], "showlegend": true, "mode": "markers", "name": "y6", "zmin": -9.879538550047247, "legendgroup": "y6", "z": [14.3350623466707], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [93], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [65], "showlegend": true, "mode": "markers", "name": "y7", "zmin": -9.879538550047247, "legendgroup": "y7", "z": [38.07346417841891], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [61], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [62], "showlegend": true, "mode": "markers", "name": "y8", "zmin": -9.879538550047247, "legendgroup": "y8", "z": [31.35789764145249], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [76], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [118], "showlegend": true, "mode": "markers", "name": "y9", "zmin": -9.879538550047247, "legendgroup": "y9", "z": [11.070842216181942], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [108], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [46], "showlegend": true, "mode": "markers", "name": "y10", "zmin": -9.879538550047247, "legendgroup": "y10", "z": [7.5277784273064015], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [116], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [78], "showlegend": true, "mode": "markers", "name": "y11", "zmin": -9.879538550047247, "legendgroup": "y11", "z": [35.54659543960792], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [41], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [49], "showlegend": true, "mode": "markers", "name": "y12", "zmin": -9.879538550047247, "legendgroup": "y12", "z": [26.2024046562868], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [55], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [66], "showlegend": true, "mode": "markers", "name": "y13", "zmin": -9.879538550047247, "legendgroup": "y13", "z": [21.176619190967692], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [93], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [117], "showlegend": true, "mode": "markers", "name": "y14", "zmin": -9.879538550047247, "legendgroup": "y14", "z": [31.989336388365018], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [61], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [37], "showlegend": true, "mode": "markers", "name": "y15", "zmin": -9.879538550047247, "legendgroup": "y15", "z": [23.680940387061494], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [49], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [51], "showlegend": true, "mode": "markers", "name": "y16", "zmin": -9.879538550047247, "legendgroup": "y16", "z": [23.400940137129766], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [73], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [95], "showlegend": true, "mode": "markers", "name": "y17", "zmin": -9.879538550047247, "legendgroup": "y17", "z": [23.894206861249565], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [42], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [53], "showlegend": true, "mode": "markers", "name": "y18", "zmin": -9.879538550047247, "legendgroup": "y18", "z": [12.133935156646176], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [115], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [79], "showlegend": true, "mode": "markers", "name": "y19", "zmin": -9.879538550047247, "legendgroup": "y19", "z": [41.16473386181687], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [58], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [89], "showlegend": true, "mode": "markers", "name": "y20", "zmin": -9.879538550047247, "legendgroup": "y20", "z": [22.354721889627076], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [78], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [52], "showlegend": true, "mode": "markers", "name": "y21", "zmin": -9.879538550047247, "legendgroup": "y21", "z": [20.003395167842665], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [37], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [91], "showlegend": true, "mode": "markers", "name": "y22", "zmin": -9.879538550047247, "legendgroup": "y22", "z": [17.345366521725573], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [82], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [67], "showlegend": true, "mode": "markers", "name": "y23", "zmin": -9.879538550047247, "legendgroup": "y23", "z": [20.538656141281226], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [103], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [88], "showlegend": true, "mode": "markers", "name": "y24", "zmin": -9.879538550047247, "legendgroup": "y24", "z": [12.587666715446574], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [113], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [79], "showlegend": true, "mode": "markers", "name": "y25", "zmin": -9.879538550047247, "legendgroup": "y25", "z": [35.99546647344027], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [72], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [41], "showlegend": true, "mode": "markers", "name": "y26", "zmin": -9.879538550047247, "legendgroup": "y26", "z": [18.443257378478364], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [71], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [85], "showlegend": true, "mode": "markers", "name": "y27", "zmin": -9.879538550047247, "legendgroup": "y27", "z": [17.14522479937102], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [94], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [78], "showlegend": true, "mode": "markers", "name": "y28", "zmin": -9.879538550047247, "legendgroup": "y28", "z": [21.77538037768359], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [93], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [53], "showlegend": true, "mode": "markers", "name": "y29", "zmin": -9.879538550047247, "legendgroup": "y29", "z": [21.331716720002436], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [40], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [117], "showlegend": true, "mode": "markers", "name": "y30", "zmin": -9.879538550047247, "legendgroup": "y30", "z": [10.100114414930355], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [101], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [55], "showlegend": true, "mode": "markers", "name": "y31", "zmin": -9.879538550047247, "legendgroup": "y31", "z": [16.00219115159937], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [117], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [44], "showlegend": true, "mode": "markers", "name": "y32", "zmin": -9.879538550047247, "legendgroup": "y32", "z": [9.859953404063877], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [84], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [109], "showlegend": true, "mode": "markers", "name": "y33", "zmin": -9.879538550047247, "legendgroup": "y33", "z": [19.208297628630515], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [75], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [52], "showlegend": true, "mode": "markers", "name": "y34", "zmin": -9.879538550047247, "legendgroup": "y34", "z": [27.403963808301977], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [59], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [36], "showlegend": true, "mode": "markers", "name": "y35", "zmin": -9.879538550047247, "legendgroup": "y35", "z": [11.63661650906228], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [32], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [41], "showlegend": true, "mode": "markers", "name": "y36", "zmin": -9.879538550047247, "legendgroup": "y36", "z": [18.622083527257722], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [40], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [73], "showlegend": true, "mode": "markers", "name": "y37", "zmin": -9.879538550047247, "legendgroup": "y37", "z": [34.29002533686881], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [79], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [85], "showlegend": true, "mode": "markers", "name": "y38", "zmin": -9.879538550047247, "legendgroup": "y38", "z": [35.69180559337762], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [59], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [37], "showlegend": true, "mode": "markers", "name": "y39", "zmin": -9.879538550047247, "legendgroup": "y39", "z": [8.651138848146958], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [91], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [68], "showlegend": true, "mode": "markers", "name": "y40", "zmin": -9.879538550047247, "legendgroup": "y40", "z": [25.068083094460967], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [112], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [70], "showlegend": true, "mode": "markers", "name": "y41", "zmin": -9.879538550047247, "legendgroup": "y41", "z": [38.87603613527668], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [49], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [75], "showlegend": true, "mode": "markers", "name": "y42", "zmin": -9.879538550047247, "legendgroup": "y42", "z": [21.823149527116215], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [97], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [90], "showlegend": true, "mode": "markers", "name": "y43", "zmin": -9.879538550047247, "legendgroup": "y43", "z": [13.09584580175896], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [109], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [118], "showlegend": true, "mode": "markers", "name": "y44", "zmin": -9.879538550047247, "legendgroup": "y44", "z": [23.884954248427984], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [73], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [104], "showlegend": true, "mode": "markers", "name": "y45", "zmin": -9.879538550047247, "legendgroup": "y45", "z": [18.837938649412767], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [45], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [56], "showlegend": true, "mode": "markers", "name": "y46", "zmin": -9.879538550047247, "legendgroup": "y46", "z": [27.276135568727433], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [72], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [83], "showlegend": true, "mode": "markers", "name": "y47", "zmin": -9.879538550047247, "legendgroup": "y47", "z": [32.57305324431817], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [42], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.5043402777777777, "title": {"text": ""}, "len": 0.932865813648294, "x": 0.9950787401574802}, "yaxis": "y", "zaxis": "z", "x": [96], "showlegend": true, "mode": "markers", "name": "y48", "zmin": -9.879538550047247, "legendgroup": "y48", "z": [7.970001126068983], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": 34.85883187223033, "y": [99], "type": "scatter3d", "scene": "scene"}], "config": {"showlegend": false, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "3D ландшафт", "xref": "paper", "x": 0.5262152777777778}], "height": 800, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "scene": {"camera": {"up": {"x": 0, "y": 0, "z": 1}, "center": {"x": 0, "y": 0, "z": 0}, "eye": {"x": 0.09851102795046643, "y": -0.367648161416979, "z": 4.350476609735591}, "projection": {"type": "perspective"}}, "xaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-4.5, 154.5], "tickmode": "array", "tickvals": [0, 50, 100, 150], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["0", "50", "100", "150"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "X (м)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "domain": {"y": [0.037907370953630684, 0.9707731846019247], "x": [0.05735181539807524, 0.9950787401574802]}, "yaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-4.5, 154.5], "tickmode": "array", "tickvals": [0, 50, 100, 150], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["0", "50", "100", "150"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "Y (м)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "zaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-11.410866722403169, 42.69606203417279], "tickmode": "array", "tickvals": [-10, 0, 10, 20, 30, 40], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["-10", "0", "10", "20", "30", "40"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "Z (м)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "aspectratio": {"x": 1.4323464645765953, "y": 1.4323464645765953, "z": 0.48742055417345476}, "aspectmode": "auto"}, "width": 964.78125}}
{"id": "284e93ff_09ea_4450_8e13_a79078a3a912", "data": [{"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [9, 9.803665857610454, 10.607331715220909, 11.410997572831363, 12.214663430441817, 13.018329288052271, 13.821995145662726, 14.62566100327318, 15.429326860883634, 16.23299271849409, 17.036658576104543, 17.840324433714997, 18.64399029132545, 19.447656148935906, 20.25132200654636, 21.054987864156814, 21.85865372176727, 22.662319579377723, 23.465985436988177, 24.26965129459863, 25.073317152209086, 25.87698300981954, 26.680648867429994, 27.48431472504045, 28.287980582650903, 29.091646440261357, 29.89531229787181, 30.698978155482266, 31.50264401309272, 32.306309870703174, 33.10997572831363, 33.91364158592408, 34.71730744353454, 35.52097330114499, 36.324639158755446, 37.1283050163659, 37.931970873976354, 38.73563673158681, 39.53930258919726, 40.34296844680772, 41.14663430441817, 41.950300162028626, 43.108293622991276, 44.3449997852416, 45.57613916757579, 46.7178116556418, 47.69221415608094, 48.43294274876453, 48.88951800421307, 49.03082507329403, 48.847234112770515, 48.35125654320379, 47.57669241631814, 46.576326997333084, 45.41833353637043, 44.18162737412011, 42.95048799178592, 41.808815503719906, 40.83441300328077, 40.09368441059718, 39.637109155148636, 39.49580208606768, 39.679393046591194, 40.17537061615792, 40.94993474304357, 41.753600600654025, 42.55726645826448, 43.36093231587493, 44.16459817348539, 44.96826403109584, 45.771929888706296, 46.57559574631675, 47.379261603927205, 48.18292746153766, 48.98659331914811, 49.79025917675857, 50.59392503436902, 50.94669098578401, 51.32343562265297, 51.698484420573244, 52.046278423764, 52.34311604566456, 52.56876829288976, 52.707857337699174, 52.75090449154456, 52.69497616203013, 52.543883772386366, 52.30792401927551, 52.00317716993014, 51.65041121851515, 51.27366658164619, 50.89861778372592, 50.55082378053516, 50.2539861586346, 50.028333911409405, 49.88924486659999, 49.8461977127546, 49.90212604226903, 50.053218431912796, 50.28917818502365, 51.092844042634106, 51.89650990024456, 52.700175757855014, 53.50384161546547, 54.0338207272233, 54.59982429759752, 55.16328011863225, 55.68578960727875, 56.131744605373505, 56.47075401677185, 56.679714910326524, 56.74438694646598, 56.6603628328029, 56.433368673827026, 56.078873746346964, 55.62103629383992, 55.09105718208209, 54.52505361170787, 53.96159779067314, 53.43908830202664, 52.993133303931884, 52.65412389253354, 52.445162998978866, 52.38049096283941, 52.46451507650249, 52.691509235478364, 53.046004162958425, 53.84967002056888, 54.653335878179334, 58.825411789098766, 57.873959762989166, 56.1306566884736, 55.7724654358407, 54.61511878833078, 52.73748800736588, 50.26753052773718, 47.373569869883646, 44.252824670141884, 41.117968556599, 38.182636792798284, 35.64686738757764, 33.68346883534579, 32.42624350276781, 31.960869218595793, 32.31906047122869, 33.47640711873861, 35.354037899703506, 37.82399537933221, 40.71795603718574, 43.838701236927506, 46.97355735047039, 49.908889114271105, 50.72897201935125, 51.54905492443139, 52.36913782951153, 53.18922073459167, 54.709303639671816, 54.83034107419111, 56.35673884285671, 56.48416192711514, 56.61699113077701, 56.55695894801742, 56.173517112072346, 55.42169519087642, 55.3249593623954, 54.846569897478595, 54.01912824758412, 52.8990231937403, 51.562588044305464, 50.10089864615009, 48.613566716202534, 47.20195146755648, 45.96225214660267, 44.97895221336411, 44.319061933311026, 44.0275517385088, 44.12428756698982, 44.60267703190662, 45.4301186818011, 46.55022373564492, 47.886658885079754, 49.348348283235126, 50.835680213182684, 52.247295461828735, 52.38361718472686, 53.92500527747003, 55.46750596806129, 58.56132957492723, 61.17448203042192, 61.662176585532265, 61.56514571132798, 60.89000190153499, 59.68275509106278, 58.025677154975355, 56.0316952161663, 53.8366958485545, 51.59026463163473, 49.44549214043696, 47.54854107583219, 46.02868551801338, 44.98950111156582, 44.50180655645548, 44.59883743065976, 45.273981240452756, 46.48122805092496, 48.13830598701239, 50.13228792582144, 52.32728729343324, 52.99975046130587, 53.57055490345651, 53.714197025688414, 55.26290451517325, 55.41279746699673, 56.967783575406216, 57.117623981425496, 58.666242769481194, 58.81609591612351, 58.971255783413, 59.1251252015549, 60.68426939449801, 62.238081545926114, 62.38638304760288, 62.53339251588523, 64.08600011685795, 65.63996293873504, 67.18816455227729, 68.73774131267109, 68.88124458098756, 70.42338107930517, 71.9669008844323, 72.8118485023892, 73.20868410438516, 73.48056225868976, 73.60895491838704, 73.58511233589755, 73.4106593438162, 73.09748462525614, 72.66693051974156, 72.55821552672674, 72.39680388133723, 71.40187405978477, 70.84292729457289, 69.93830098667198, 69.54146538467602, 69.67946417905921, 69.14119457067413, 68.75516020447583, 69.33949014524497, 69.24278791511723, 69.26346507194403, 70.19193396233443, 71.17309950509953, 72.16802932665199, 73.13685304055167, 73.26472616193902, 74.79129880047412, 74.91918840427942, 75.75400802669618, 76.58882764911294, 78.1236472715297, 78.95125611745867, 79.77886496338763, 80.6064738093166, 81.43408265524556, 82.26169150117452, 83.08930034710349, 83.91690919303245, 84.74451803896142, 85.57212688489038, 86.39973573081934, 87.22734457674831, 88.05495342267727, 88.88256226860624, 89.7101711145352, 90.53777996046416, 91.36538880639313, 92.19299765232209, 93.02060649825106, 93.84821534418002, 94.67582419010898, 95.50343303603795, 96.33104188196691, 97.15865072789587, 97.98625957382484, 98.8138684197538, 99.64147726568277, 100.46908611161173, 101.2966949575407, 102.12430380346966, 102.95191264939862, 103.77952149532759, 104.60713034125655, 105.43473918718551, 106.26234803311448, 107.08995687904344, 107.9175657249724, 108.74517457090137, 109.57278341683033, 110.4003922627593, 111.22800110868826, 112.05560995461722, 112.88321880054619, 113.71082764647515, 114.53843649240412, 115.36604533833308, 116.19365418426204, 117.02126303019101, 117.84887187611997, 118.67648072204894, 119.5040895679779, 120.33169841390686, 121.15930725983583, 121.98691610576479, 122.81452495169376, 123.64213379762272, 124.46974264355168, 125.29735148948065, 126.12496033540961, 126.95256918133857, 127.78017802726754, 128.6077868731965, 129.43539571912544, 130.2630045650544, 131.09061341098334, 131.91822225691232, 132.74583110284127, 133.57343994877024, 134.4010487946992, 135.22865764062817, 136.05626648655712, 136.8838753324861, 137.71148417841505, 138.53909302434403, 139.36670187027298, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140], "showlegend": true, "mode": "lines", "name": "y1", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [104, 103.40491917413577, 102.80983834827154, 102.21475752240731, 101.61967669654308, 101.02459587067885, 100.42951504481462, 99.83443421895039, 99.23935339308616, 98.64427256722193, 98.0491917413577, 97.45411091549347, 96.85903008962924, 96.26394926376501, 95.66886843790078, 95.07378761203655, 94.47870678617232, 93.8836259603081, 93.28854513444386, 92.69346430857964, 92.0983834827154, 91.50330265685118, 90.90822183098695, 90.31314100512272, 89.71806017925849, 89.12297935339426, 88.52789852753003, 87.9328177016658, 87.33773687580157, 86.74265604993734, 86.14757522407311, 85.55249439820888, 84.95741357234465, 84.36233274648042, 83.76725192061619, 83.17217109475196, 82.57709026888773, 81.9820094430235, 81.38692861715927, 80.79184779129504, 80.19676696543081, 79.60168613956658, 79.14511088411804, 79.00380381503709, 79.1873947755606, 79.68337234512734, 80.45793647201299, 81.45830189099804, 82.6162953519607, 83.85300151421102, 85.08414089654521, 86.22581338461123, 87.20021588505037, 87.94094447773396, 88.3975197331825, 88.53882680226346, 88.35523584173994, 87.85925827217321, 87.08469414528756, 86.0843287263025, 84.92633526533984, 83.68962910308953, 82.45848972075534, 81.31681723268932, 80.34241473225018, 79.74733390638595, 79.15225308052172, 78.55717225465749, 77.96209142879326, 77.36701060292903, 76.7719297770648, 76.17684895120057, 75.58176812533634, 74.98668729947211, 74.39160647360788, 73.79652564774365, 73.20144482187942, 73.06235577707001, 73.01930862322463, 73.07523695273906, 73.22632934238283, 73.46228909549369, 73.76703594483907, 74.11980189625405, 74.49654653312301, 74.87159533104328, 75.21938933423404, 75.5162269561346, 75.7418792033598, 75.88096824816921, 75.92401540201459, 75.86808707250016, 75.7169946828564, 75.48103492974553, 75.17628808040016, 74.82352212898518, 74.44677749211621, 74.07172869419594, 73.72393469100518, 73.42709706910462, 72.83201624324039, 72.23693541737616, 71.64185459151193, 71.0467737656477, 70.83781287209302, 70.77314083595357, 70.85716494961665, 71.08415910859252, 71.43865403607258, 71.89649148857961, 72.42647060033745, 72.99247417071167, 73.55592999174641, 74.0784394803929, 74.52439447848766, 74.863403889886, 75.07236478344068, 75.13703681958013, 75.05301270591706, 74.82601854694119, 74.47152361946112, 74.01368616695409, 73.48370705519625, 72.91770348482203, 72.35424766378729, 71.8317381751408, 71.38578317704604, 70.7907023511818, 70.19562152531758, 69.93434140437645, 64.83170338783533, 59.50228082940599, 56.36742471586311, 53.43209295206239, 50.89632354684175, 48.9329249946099, 47.67569966203192, 47.210325377859895, 47.568516630492795, 48.72586327800271, 50.60349405896761, 53.073451538596316, 55.96741219644986, 59.08815739619162, 62.2230135097345, 65.15834527353522, 67.69411467875585, 69.6575132309877, 70.91473856356568, 71.38011284773769, 71.0219215951048, 69.86457494759489, 69.2923302195324, 68.72008549146992, 68.14784076340743, 67.57559603534494, 66.30335130728245, 65.03247695059969, 63.769390165153126, 62.50781110603833, 62.6542810548867, 62.577508117041035, 62.284405083604355, 59.77938356945083, 58.29205163950327, 56.88043639085722, 55.64073706990341, 54.657437136664846, 53.99754685661176, 53.706036661809534, 53.80277249029056, 54.28116195520736, 55.108603605101834, 56.228708658945656, 57.56514380838049, 59.02683320653586, 60.51416513648342, 61.92578038512947, 63.16547970608328, 64.14877963932184, 64.80866991937492, 65.10018011417715, 65.00344428569613, 64.52505482077933, 63.27681584386442, 62.03638446303054, 60.797689200054094, 60.7145793130138, 57.14662932515761, 54.95162995754581, 52.705198740626045, 50.560426249428275, 48.663475184823504, 47.143619627004696, 46.104435220557136, 45.61674066544679, 45.71377153965108, 46.38891534944407, 47.596162159916275, 49.2532400960037, 51.24722203481275, 53.44222140242455, 55.68865261934432, 57.83342511054209, 59.73037617514686, 61.250231732965666, 62.28941613941323, 62.77711069452357, 64.25404786936642, 62.00493601052629, 60.76803008804448, 59.5391675375719, 58.31221215953618, 58.493561261121066, 58.66652114471912, 57.437516274648075, 56.21049670277037, 56.39213235081567, 55.171645063015085, 55.359911484155795, 55.53933026083545, 55.709816746132624, 54.478238943134755, 53.255687243526424, 53.43535321729739, 52.20567971146165, 52.37821470959066, 52.541090667734935, 51.30182624446806, 50.06472817301528, 49.5298791074753, 49.09932500196071, 48.5807330602581, 48.009444466180796, 47.42439159331613, 46.865444828104245, 46.37069546889113, 45.973859866895175, 46.11185866127836, 46.39334295026886, 46.007308584070564, 46.181761576151914, 46.08505934602418, 46.515613451538776, 47.444082341929175, 48.425247884694265, 49.42017770624672, 50.38900142014639, 51.2936277280473, 51.28058638135546, 51.142587586972276, 51.680857195357355, 52.06689156155565, 52.30231551816209, 52.44140011020438, 51.17857005306001, 49.91767897280369, 49.36715540561702, 48.81663183843035, 48.96610827124368, 48.4048030083607, 47.84349774547773, 47.28219248259475, 46.72088721971178, 46.1595819568288, 45.59827669394582, 45.036971431062845, 44.47566616817987, 43.91436090529689, 43.353055642413906, 42.79175037953093, 42.23044511664796, 41.669139853764975, 41.10783459088199, 40.54652932799901, 39.985224065116036, 39.42391880223306, 38.86261353935008, 38.3013082764671, 37.740003013584115, 37.17869775070114, 36.617392487818165, 36.05608722493518, 35.49478196205221, 34.93347669916923, 34.37217143628625, 33.81086617340327, 33.24956091052029, 32.68825564763731, 32.12695038475434, 31.56564512187136, 31.00433985898838, 30.443034596105402, 29.881729333222424, 29.320424070339445, 28.759118807456467, 28.19781354457349, 27.63650828169051, 27.07520301880753, 26.513897755924553, 25.952592493041575, 25.391287230158596, 24.829981967275618, 24.26867670439264, 23.70737144150966, 23.146066178626683, 22.584760915743704, 22.023455652860726, 21.462150389977747, 20.90084512709477, 20.33953986421179, 19.778234601328812, 19.216929338445834, 18.655624075562855, 18.094318812679877, 17.533013549796898, 16.97170828691392, 16.41040302403094, 15.849097761147963, 15.287792498264984, 14.726487235382006, 14.165181972499028, 13.60387670961605, 13.04257144673307, 12.481266183850094, 11.919960920967116, 11.358655658084139, 10.79735039520116, 10.236045132318184, 9.674739869435205, 9.113434606552229, 8.55212934366925, 7.9908240807862745, 7.429518817903295, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [9], "showlegend": true, "mode": "markers", "name": "y2", "legendgroup": "y2", "marker": {"symbol": "diamond", "color": "rgba(255, 165, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 12}, "y": [104], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [140], "showlegend": true, "mode": "markers", "name": "y3", "legendgroup": "y3", "marker": {"symbol": "x", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 12}, "y": [7], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [34], "showlegend": true, "mode": "markers", "name": "y4", "legendgroup": "y4", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [66], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [97], "showlegend": true, "mode": "markers", "name": "y5", "legendgroup": "y5", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [81], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [57], "showlegend": true, "mode": "markers", "name": "y6", "legendgroup": "y6", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [93], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [65], "showlegend": true, "mode": "markers", "name": "y7", "legendgroup": "y7", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [61], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [62], "showlegend": true, "mode": "markers", "name": "y8", "legendgroup": "y8", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [76], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [118], "showlegend": true, "mode": "markers", "name": "y9", "legendgroup": "y9", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [108], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [46], "showlegend": true, "mode": "markers", "name": "y10", "legendgroup": "y10", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [116], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [78], "showlegend": true, "mode": "markers", "name": "y11", "legendgroup": "y11", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [41], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [49], "showlegend": true, "mode": "markers", "name": "y12", "legendgroup": "y12", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [55], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [66], "showlegend": true, "mode": "markers", "name": "y13", "legendgroup": "y13", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [93], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [117], "showlegend": true, "mode": "markers", "name": "y14", "legendgroup": "y14", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [61], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [37], "showlegend": true, "mode": "markers", "name": "y15", "legendgroup": "y15", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [49], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [51], "showlegend": true, "mode": "markers", "name": "y16", "legendgroup": "y16", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [73], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [95], "showlegend": true, "mode": "markers", "name": "y17", "legendgroup": "y17", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [42], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [53], "showlegend": true, "mode": "markers", "name": "y18", "legendgroup": "y18", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [115], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [79], "showlegend": true, "mode": "markers", "name": "y19", "legendgroup": "y19", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [58], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [89], "showlegend": true, "mode": "markers", "name": "y20", "legendgroup": "y20", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [78], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [52], "showlegend": true, "mode": "markers", "name": "y21", "legendgroup": "y21", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [37], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [91], "showlegend": true, "mode": "markers", "name": "y22", "legendgroup": "y22", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [82], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [67], "showlegend": true, "mode": "markers", "name": "y23", "legendgroup": "y23", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [103], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [88], "showlegend": true, "mode": "markers", "name": "y24", "legendgroup": "y24", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [113], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [79], "showlegend": true, "mode": "markers", "name": "y25", "legendgroup": "y25", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [72], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [41], "showlegend": true, "mode": "markers", "name": "y26", "legendgroup": "y26", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [71], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [85], "showlegend": true, "mode": "markers", "name": "y27", "legendgroup": "y27", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [94], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [78], "showlegend": true, "mode": "markers", "name": "y28", "legendgroup": "y28", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [93], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [53], "showlegend": true, "mode": "markers", "name": "y29", "legendgroup": "y29", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [40], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [117], "showlegend": true, "mode": "markers", "name": "y30", "legendgroup": "y30", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [101], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [55], "showlegend": true, "mode": "markers", "name": "y31", "legendgroup": "y31", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [117], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [44], "showlegend": true, "mode": "markers", "name": "y32", "legendgroup": "y32", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [84], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [109], "showlegend": true, "mode": "markers", "name": "y33", "legendgroup": "y33", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [75], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [52], "showlegend": true, "mode": "markers", "name": "y34", "legendgroup": "y34", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [59], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [36], "showlegend": true, "mode": "markers", "name": "y35", "legendgroup": "y35", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [32], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [41], "showlegend": true, "mode": "markers", "name": "y36", "legendgroup": "y36", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [40], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [73], "showlegend": true, "mode": "markers", "name": "y37", "legendgroup": "y37", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [79], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [85], "showlegend": true, "mode": "markers", "name": "y38", "legendgroup": "y38", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [59], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [37], "showlegend": true, "mode": "markers", "name": "y39", "legendgroup": "y39", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [91], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [68], "showlegend": true, "mode": "markers", "name": "y40", "legendgroup": "y40", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [112], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [70], "showlegend": true, "mode": "markers", "name": "y41", "legendgroup": "y41", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [49], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [75], "showlegend": true, "mode": "markers", "name": "y42", "legendgroup": "y42", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [97], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [90], "showlegend": true, "mode": "markers", "name": "y43", "legendgroup": "y43", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [109], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [118], "showlegend": true, "mode": "markers", "name": "y44", "legendgroup": "y44", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [73], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [104], "showlegend": true, "mode": "markers", "name": "y45", "legendgroup": "y45", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [45], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [56], "showlegend": true, "mode": "markers", "name": "y46", "legendgroup": "y46", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [72], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [83], "showlegend": true, "mode": "markers", "name": "y47", "legendgroup": "y47", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [42], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [96], "showlegend": true, "mode": "markers", "name": "y48", "legendgroup": "y48", "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [99], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [44], "showlegend": true, "mode": "markers", "name": "y49", "legendgroup": "y49", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [84], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [37], "showlegend": true, "mode": "markers", "name": "y50", "legendgroup": "y50", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [91], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [41], "showlegend": true, "mode": "markers", "name": "y51", "legendgroup": "y51", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [71], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [51], "showlegend": true, "mode": "markers", "name": "y52", "legendgroup": "y52", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [73], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [56], "showlegend": true, "mode": "markers", "name": "y53", "legendgroup": "y53", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [72], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [52], "showlegend": true, "mode": "markers", "name": "y54", "legendgroup": "y54", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [59], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [49], "showlegend": true, "mode": "markers", "name": "y55", "legendgroup": "y55", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [55], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [37], "showlegend": true, "mode": "markers", "name": "y56", "legendgroup": "y56", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [49], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [34], "showlegend": true, "mode": "markers", "name": "y57", "legendgroup": "y57", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [66], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.49671916010498685}, "yaxis": "y", "x": [70], "showlegend": true, "mode": "markers", "name": "y58", "legendgroup": "y58", "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [49], "type": "scatter"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [9, 9.803665857610454, 10.607331715220909, 11.410997572831363, 12.214663430441817, 13.018329288052271, 13.821995145662726, 14.62566100327318, 15.429326860883634, 16.23299271849409, 17.036658576104543, 17.840324433714997, 18.64399029132545, 19.447656148935906, 20.25132200654636, 21.054987864156814, 21.85865372176727, 22.662319579377723, 23.465985436988177, 24.26965129459863, 25.073317152209086, 25.87698300981954, 26.680648867429994, 27.48431472504045, 28.287980582650903, 29.091646440261357, 29.89531229787181, 30.698978155482266, 31.50264401309272, 32.306309870703174, 33.10997572831363, 33.91364158592408, 34.71730744353454, 35.52097330114499, 36.324639158755446, 37.1283050163659, 37.931970873976354, 38.73563673158681, 39.53930258919726, 40.34296844680772, 41.14663430441817, 41.950300162028626, 43.108293622991276, 44.3449997852416, 45.57613916757579, 46.7178116556418, 47.69221415608094, 48.43294274876453, 48.88951800421307, 49.03082507329403, 48.847234112770515, 48.35125654320379, 47.57669241631814, 46.576326997333084, 45.41833353637043, 44.18162737412011, 42.95048799178592, 41.808815503719906, 40.83441300328077, 40.09368441059718, 39.637109155148636, 39.49580208606768, 39.679393046591194, 40.17537061615792, 40.94993474304357, 41.753600600654025, 42.55726645826448, 43.36093231587493, 44.16459817348539, 44.96826403109584, 45.771929888706296, 46.57559574631675, 47.379261603927205, 48.18292746153766, 48.98659331914811, 49.79025917675857, 50.59392503436902, 50.94669098578401, 51.32343562265297, 51.698484420573244, 52.046278423764, 52.34311604566456, 52.56876829288976, 52.707857337699174, 52.75090449154456, 52.69497616203013, 52.543883772386366, 52.30792401927551, 52.00317716993014, 51.65041121851515, 51.27366658164619, 50.89861778372592, 50.55082378053516, 50.2539861586346, 50.028333911409405, 49.88924486659999, 49.8461977127546, 49.90212604226903, 50.053218431912796, 50.28917818502365, 51.092844042634106, 51.89650990024456, 52.700175757855014, 53.50384161546547, 54.0338207272233, 54.59982429759752, 55.16328011863225, 55.68578960727875, 56.131744605373505, 56.47075401677185, 56.679714910326524, 56.74438694646598, 56.6603628328029, 56.433368673827026, 56.078873746346964, 55.62103629383992, 55.09105718208209, 54.52505361170787, 53.96159779067314, 53.43908830202664, 52.993133303931884, 52.65412389253354, 52.445162998978866, 52.38049096283941, 52.46451507650249, 52.691509235478364, 53.046004162958425, 53.84967002056888, 54.653335878179334, 58.825411789098766, 57.873959762989166, 56.1306566884736, 55.7724654358407, 54.61511878833078, 52.73748800736588, 50.26753052773718, 47.373569869883646, 44.252824670141884, 41.117968556599, 38.182636792798284, 35.64686738757764, 33.68346883534579, 32.42624350276781, 31.960869218595793, 32.31906047122869, 33.47640711873861, 35.354037899703506, 37.82399537933221, 40.71795603718574, 43.838701236927506, 46.97355735047039, 49.908889114271105, 50.72897201935125, 51.54905492443139, 52.36913782951153, 53.18922073459167, 54.709303639671816, 54.83034107419111, 56.35673884285671, 56.48416192711514, 56.61699113077701, 56.55695894801742, 56.173517112072346, 55.42169519087642, 55.3249593623954, 54.846569897478595, 54.01912824758412, 52.8990231937403, 51.562588044305464, 50.10089864615009, 48.613566716202534, 47.20195146755648, 45.96225214660267, 44.97895221336411, 44.319061933311026, 44.0275517385088, 44.12428756698982, 44.60267703190662, 45.4301186818011, 46.55022373564492, 47.886658885079754, 49.348348283235126, 50.835680213182684, 52.247295461828735, 52.38361718472686, 53.92500527747003, 55.46750596806129, 58.56132957492723, 61.17448203042192, 61.662176585532265, 61.56514571132798, 60.89000190153499, 59.68275509106278, 58.025677154975355, 56.0316952161663, 53.8366958485545, 51.59026463163473, 49.44549214043696, 47.54854107583219, 46.02868551801338, 44.98950111156582, 44.50180655645548, 44.59883743065976, 45.273981240452756, 46.48122805092496, 48.13830598701239, 50.13228792582144, 52.32728729343324, 52.99975046130587, 53.57055490345651, 53.714197025688414, 55.26290451517325, 55.41279746699673, 56.967783575406216, 57.117623981425496, 58.666242769481194, 58.81609591612351, 58.971255783413, 59.1251252015549, 60.68426939449801, 62.238081545926114, 62.38638304760288, 62.53339251588523, 64.08600011685795, 65.63996293873504, 67.18816455227729, 68.73774131267109, 68.88124458098756, 70.42338107930517, 71.9669008844323, 72.8118485023892, 73.20868410438516, 73.48056225868976, 73.60895491838704, 73.58511233589755, 73.4106593438162, 73.09748462525614, 72.66693051974156, 72.55821552672674, 72.39680388133723, 71.40187405978477, 70.84292729457289, 69.93830098667198, 69.54146538467602, 69.67946417905921, 69.14119457067413, 68.75516020447583, 69.33949014524497, 69.24278791511723, 69.26346507194403, 70.19193396233443, 71.17309950509953, 72.16802932665199, 73.13685304055167, 73.26472616193902, 74.79129880047412, 74.91918840427942, 75.75400802669618, 76.58882764911294, 78.1236472715297, 78.95125611745867, 79.77886496338763, 80.6064738093166, 81.43408265524556, 82.26169150117452, 83.08930034710349, 83.91690919303245, 84.74451803896142, 85.57212688489038, 86.39973573081934, 87.22734457674831, 88.05495342267727, 88.88256226860624, 89.7101711145352, 90.53777996046416, 91.36538880639313, 92.19299765232209, 93.02060649825106, 93.84821534418002, 94.67582419010898, 95.50343303603795, 96.33104188196691, 97.15865072789587, 97.98625957382484, 98.8138684197538, 99.64147726568277, 100.46908611161173, 101.2966949575407, 102.12430380346966, 102.95191264939862, 103.77952149532759, 104.60713034125655, 105.43473918718551, 106.26234803311448, 107.08995687904344, 107.9175657249724, 108.74517457090137, 109.57278341683033, 110.4003922627593, 111.22800110868826, 112.05560995461722, 112.88321880054619, 113.71082764647515, 114.53843649240412, 115.36604533833308, 116.19365418426204, 117.02126303019101, 117.84887187611997, 118.67648072204894, 119.5040895679779, 120.33169841390686, 121.15930725983583, 121.98691610576479, 122.81452495169376, 123.64213379762272, 124.46974264355168, 125.29735148948065, 126.12496033540961, 126.95256918133857, 127.78017802726754, 128.6077868731965, 129.43539571912544, 130.2630045650544, 131.09061341098334, 131.91822225691232, 132.74583110284127, 133.57343994877024, 134.4010487946992, 135.22865764062817, 136.05626648655712, 136.8838753324861, 137.71148417841505, 138.53909302434403, 139.36670187027298, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140], "showlegend": true, "mode": "lines", "name": "y1", "legendgroup": "y1", "z": [17.93575600664868, 17.277618387726623, 15.543714932050936, 15.261542016408384, 15.261542016408384, 14.957956904552967, 13.738086028202028, 12.685157261901821, 12.685157261901821, 12.685157261901821, 12.080853754306546, 12.080853754306546, 13.736877380752913, 13.736877380752913, 8.629225093893265, 11.222784845756285, 11.222784845756285, 10.308814032509632, 9.600153389084007, 6.685638343532257, 9.471438492648247, 5.012819878996396, 7.355334508751058, 5.324278539916295, 7.376245165257712, 8.004439675945074, 8.004439675945074, 7.975928475183128, 6.529465622022217, 7.922386718777784, 7.922386718777784, 8.935655674122023, 9.166676761706498, 9.343809684565752, 10.634245673929701, 10.583842186278307, 10.583842186278307, 12.057032598225483, 12.892220785243218, 14.336080870214364, 14.336080870214364, 15.994882028030316, 16.400940137129766, 17.94865948839565, 18.190689263254008, 15.963460441418441, 14.364066782396756, 13.813444762197532, 10.002784879822384, 8.668145273252126, 3.941623033848151, 3.1334187623035437, 3.1334187623035437, 2.7164836962401715, 1.406404359824414, 3.939527625308301, 5.191378539372921, 8.004439675945074, 8.004439675945074, 9.932164657322906, 10.649266994194754, 11.88431963252996, 12.057032598225483, 13.357364905897292, 14.336080870214364, 15.994882028030316, 16.400940137129766, 17.94865948839565, 17.94865948839565, 20.459247665421966, 20.459247665421966, 22.073195099787835, 23.366211348326242, 23.366211348326242, 25.94681631829247, 25.94681631829247, 28.150572620084507, 28.150572620084507, 28.150572620084507, 27.819206689413463, 26.156835234030666, 23.262871908684097, 20.815991721268052, 17.74332648432317, 17.74332648432317, 17.74332648432317, 17.74332648432317, 12.969611925828245, 12.969611925828245, 12.969611925828245, 12.969611925828245, 12.969611925828245, 12.969611925828245, 15.86068364825476, 17.76330724713272, 20.035533658761043, 20.035533658761043, 24.64428261177439, 25.411264904470247, 26.533107766873755, 28.150572620084507, 29.482673920775348, 29.606061579810962, 30.07198356265537, 31.629028669161535, 31.360677947353427, 31.596930780133643, 30.5624896283501, 28.319915391216412, 26.153729985388225, 23.366211348326242, 22.94451901766505, 18.65821616365556, 18.533154524125962, 17.253722532500287, 17.253722532500287, 15.932831818544432, 15.932831818544432, 17.94865948839565, 17.94865948839565, 17.74332648432317, 17.74332648432317, 21.749686845168306, 24.094440646764365, 26.32114062290448, 27.53641250894782, 29.590946008636816, 30.07198356265537, 32.26655860737037, 33, 33, 33, 27.42687316656405, 24.52202417884196, 22.586324986771885, 20.322054742651428, 14.958418445619017, 17.699356358360017, 20.36037688842018, 22.787767670917063, 25.22277215899856, 25.305679188565563, 24.196390484292806, 18.78273381814364, 18.314091301832644, 17.478990617331, 13.359045816964262, 11.319295082167955, 17.502909531452556, 22.073195099787835, 25.411264904470247, 28.150572620084507, 29.590946008636816, 29.964118410709865, 30.62439305877527, 32.45172851063267, 33, 33, 33, 33, 33, 33, 33, 33, 26.977243840958646, 25.0895369856908, 25.0895369856908, 23.991081885350642, 22.969736891724523, 22.09635709430899, 19.02953017594443, 19.131487843268328, 17.01940178147231, 15.846853045134814, 15.846853045134814, 15.846853045134814, 15.627121293896213, 18.743278507832038, 22.073195099787835, 25.411264904470247, 26.533107766873755, 29.590946008636816, 30.62439305877527, 32.45172851063267, 33, 33, 33, 33, 33, 33, 33, 31.658216748176798, 27.44062856355999, 25.54086709640566, 25.027091883700116, 22.809566639336204, 21.26688645581087, 17.329209426194108, 17.329209426194108, 17.329209426194108, 17.329209426194108, 17.329209426194108, 19.83110112293772, 21.749686845168306, 23.810458623049392, 26.32114062290448, 29.590946008636816, 32.45172851063267, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 32.79327162662372, 32.79327162662372, 32.79327162662372, 32.79327162662372, 32.52577889887577, 32.52577889887577, 32.52577889887577, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 32.280939841327786, 33, 33, 32.74859667825494, 29.615368029094423, 29.615368029094423, 27.824367939484784, 27.824367939484784, 26.87618048765674, 22.830614799842294, 22.830614799842294, 22.62717196099612, 20.211846850576833, 21.61942923954284, 21.61942923954284, 20.380751266988224, 17.469847497265654, 17.469847497265654, 16.98238046898321, 16.3264478545422, 15.115796390799991, 11.272071774035686, 11.272071774035686, 11.272071774035686, 8.795983307099473, 10.31357673891727, 10.31357673891727, 8.256575042191994, 9.727209698258456, 7.314940835329885, 8.703210065034536, 8.874535482465639, 10.516514275460786, 10.116573236330096, 10.872633193992629, 11.780185680404038, 11.780185680404038, 14.018848013753212, 12.065694959193824, 12.065694959193824, 12.379672575484463, 13.767738684685376, 14.007453752946402, 14.016680792031602, 14.016680792031602, 14.598468321017048, 16.927523954149077, 15.90870383813627, 18.527263899314786, 17.863891617822798, 17.863891617822798, 18.365528923070805, 18.365528923070805, 18.86007977361825, 18.86007977361825, 18.86007977361825, 18.86007977361825, 18.383025733537522, 18.383025733537522, 18.383025733537522, 17.961070742547044, 17.961070742547044, 17.301132389527133, 17.162928768515634, 15.657429665391078, 17.961070742547044, 17.961070742547044, 15.81849832537557, 15.434559637672049, 15.434559637672049, 15.332142855581523, 14.444397846558363, 16.99084928668968, 14.603606585349532, 14.603606585349532, 14.093001586959232, 13.797477560689067, 13.53150593704592, 13.292131475767086, 13.076694460616135, 12.882801146980281, 12.70829716470801, 12.551243580662968, 12.40989535502243, 12.282681951945946, 12.16818988917711], "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [104, 103.40491917413577, 102.80983834827154, 102.21475752240731, 101.61967669654308, 101.02459587067885, 100.42951504481462, 99.83443421895039, 99.23935339308616, 98.64427256722193, 98.0491917413577, 97.45411091549347, 96.85903008962924, 96.26394926376501, 95.66886843790078, 95.07378761203655, 94.47870678617232, 93.8836259603081, 93.28854513444386, 92.69346430857964, 92.0983834827154, 91.50330265685118, 90.90822183098695, 90.31314100512272, 89.71806017925849, 89.12297935339426, 88.52789852753003, 87.9328177016658, 87.33773687580157, 86.74265604993734, 86.14757522407311, 85.55249439820888, 84.95741357234465, 84.36233274648042, 83.76725192061619, 83.17217109475196, 82.57709026888773, 81.9820094430235, 81.38692861715927, 80.79184779129504, 80.19676696543081, 79.60168613956658, 79.14511088411804, 79.00380381503709, 79.1873947755606, 79.68337234512734, 80.45793647201299, 81.45830189099804, 82.6162953519607, 83.85300151421102, 85.08414089654521, 86.22581338461123, 87.20021588505037, 87.94094447773396, 88.3975197331825, 88.53882680226346, 88.35523584173994, 87.85925827217321, 87.08469414528756, 86.0843287263025, 84.92633526533984, 83.68962910308953, 82.45848972075534, 81.31681723268932, 80.34241473225018, 79.74733390638595, 79.15225308052172, 78.55717225465749, 77.96209142879326, 77.36701060292903, 76.7719297770648, 76.17684895120057, 75.58176812533634, 74.98668729947211, 74.39160647360788, 73.79652564774365, 73.20144482187942, 73.06235577707001, 73.01930862322463, 73.07523695273906, 73.22632934238283, 73.46228909549369, 73.76703594483907, 74.11980189625405, 74.49654653312301, 74.87159533104328, 75.21938933423404, 75.5162269561346, 75.7418792033598, 75.88096824816921, 75.92401540201459, 75.86808707250016, 75.7169946828564, 75.48103492974553, 75.17628808040016, 74.82352212898518, 74.44677749211621, 74.07172869419594, 73.72393469100518, 73.42709706910462, 72.83201624324039, 72.23693541737616, 71.64185459151193, 71.0467737656477, 70.83781287209302, 70.77314083595357, 70.85716494961665, 71.08415910859252, 71.43865403607258, 71.89649148857961, 72.42647060033745, 72.99247417071167, 73.55592999174641, 74.0784394803929, 74.52439447848766, 74.863403889886, 75.07236478344068, 75.13703681958013, 75.05301270591706, 74.82601854694119, 74.47152361946112, 74.01368616695409, 73.48370705519625, 72.91770348482203, 72.35424766378729, 71.8317381751408, 71.38578317704604, 70.7907023511818, 70.19562152531758, 69.93434140437645, 64.83170338783533, 59.50228082940599, 56.36742471586311, 53.43209295206239, 50.89632354684175, 48.9329249946099, 47.67569966203192, 47.210325377859895, 47.568516630492795, 48.72586327800271, 50.60349405896761, 53.073451538596316, 55.96741219644986, 59.08815739619162, 62.2230135097345, 65.15834527353522, 67.69411467875585, 69.6575132309877, 70.91473856356568, 71.38011284773769, 71.0219215951048, 69.86457494759489, 69.2923302195324, 68.72008549146992, 68.14784076340743, 67.57559603534494, 66.30335130728245, 65.03247695059969, 63.769390165153126, 62.50781110603833, 62.6542810548867, 62.577508117041035, 62.284405083604355, 59.77938356945083, 58.29205163950327, 56.88043639085722, 55.64073706990341, 54.657437136664846, 53.99754685661176, 53.706036661809534, 53.80277249029056, 54.28116195520736, 55.108603605101834, 56.228708658945656, 57.56514380838049, 59.02683320653586, 60.51416513648342, 61.92578038512947, 63.16547970608328, 64.14877963932184, 64.80866991937492, 65.10018011417715, 65.00344428569613, 64.52505482077933, 63.27681584386442, 62.03638446303054, 60.797689200054094, 60.7145793130138, 57.14662932515761, 54.95162995754581, 52.705198740626045, 50.560426249428275, 48.663475184823504, 47.143619627004696, 46.104435220557136, 45.61674066544679, 45.71377153965108, 46.38891534944407, 47.596162159916275, 49.2532400960037, 51.24722203481275, 53.44222140242455, 55.68865261934432, 57.83342511054209, 59.73037617514686, 61.250231732965666, 62.28941613941323, 62.77711069452357, 64.25404786936642, 62.00493601052629, 60.76803008804448, 59.5391675375719, 58.31221215953618, 58.493561261121066, 58.66652114471912, 57.437516274648075, 56.21049670277037, 56.39213235081567, 55.171645063015085, 55.359911484155795, 55.53933026083545, 55.709816746132624, 54.478238943134755, 53.255687243526424, 53.43535321729739, 52.20567971146165, 52.37821470959066, 52.541090667734935, 51.30182624446806, 50.06472817301528, 49.5298791074753, 49.09932500196071, 48.5807330602581, 48.009444466180796, 47.42439159331613, 46.865444828104245, 46.37069546889113, 45.973859866895175, 46.11185866127836, 46.39334295026886, 46.007308584070564, 46.181761576151914, 46.08505934602418, 46.515613451538776, 47.444082341929175, 48.425247884694265, 49.42017770624672, 50.38900142014639, 51.2936277280473, 51.28058638135546, 51.142587586972276, 51.680857195357355, 52.06689156155565, 52.30231551816209, 52.44140011020438, 51.17857005306001, 49.91767897280369, 49.36715540561702, 48.81663183843035, 48.96610827124368, 48.4048030083607, 47.84349774547773, 47.28219248259475, 46.72088721971178, 46.1595819568288, 45.59827669394582, 45.036971431062845, 44.47566616817987, 43.91436090529689, 43.353055642413906, 42.79175037953093, 42.23044511664796, 41.669139853764975, 41.10783459088199, 40.54652932799901, 39.985224065116036, 39.42391880223306, 38.86261353935008, 38.3013082764671, 37.740003013584115, 37.17869775070114, 36.617392487818165, 36.05608722493518, 35.49478196205221, 34.93347669916923, 34.37217143628625, 33.81086617340327, 33.24956091052029, 32.68825564763731, 32.12695038475434, 31.56564512187136, 31.00433985898838, 30.443034596105402, 29.881729333222424, 29.320424070339445, 28.759118807456467, 28.19781354457349, 27.63650828169051, 27.07520301880753, 26.513897755924553, 25.952592493041575, 25.391287230158596, 24.829981967275618, 24.26867670439264, 23.70737144150966, 23.146066178626683, 22.584760915743704, 22.023455652860726, 21.462150389977747, 20.90084512709477, 20.33953986421179, 19.778234601328812, 19.216929338445834, 18.655624075562855, 18.094318812679877, 17.533013549796898, 16.97170828691392, 16.41040302403094, 15.849097761147963, 15.287792498264984, 14.726487235382006, 14.165181972499028, 13.60387670961605, 13.04257144673307, 12.481266183850094, 11.919960920967116, 11.358655658084139, 10.79735039520116, 10.236045132318184, 9.674739869435205, 9.113434606552229, 8.55212934366925, 7.9908240807862745, 7.429518817903295, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [9], "showlegend": true, "mode": "markers", "name": "y2", "legendgroup": "y2", "z": [17.93575600664868], "marker": {"symbol": "diamond", "color": "rgba(255, 165, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "y": [104], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [140], "showlegend": true, "mode": "markers", "name": "y3", "legendgroup": "y3", "z": [12.16818988917711], "marker": {"symbol": "x", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "y": [7], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [34], "showlegend": true, "mode": "markers", "name": "y4", "legendgroup": "y4", "z": [14.478990617331002], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [66], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [97], "showlegend": true, "mode": "markers", "name": "y5", "legendgroup": "y5", "z": [1.8576324502379489], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [81], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [57], "showlegend": true, "mode": "markers", "name": "y6", "legendgroup": "y6", "z": [4.335062346670699], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [93], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [65], "showlegend": true, "mode": "markers", "name": "y7", "legendgroup": "y7", "z": [28.07346417841891], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [61], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [62], "showlegend": true, "mode": "markers", "name": "y8", "legendgroup": "y8", "z": [21.35789764145249], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [76], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [118], "showlegend": true, "mode": "markers", "name": "y9", "legendgroup": "y9", "z": [1.0708422161819424], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [108], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [46], "showlegend": true, "mode": "markers", "name": "y10", "legendgroup": "y10", "z": [-2.4722215726935985], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [116], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [78], "showlegend": true, "mode": "markers", "name": "y11", "legendgroup": "y11", "z": [25.54659543960792], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [41], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [49], "showlegend": true, "mode": "markers", "name": "y12", "legendgroup": "y12", "z": [16.2024046562868], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [55], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [66], "showlegend": true, "mode": "markers", "name": "y13", "legendgroup": "y13", "z": [11.176619190967692], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [93], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [117], "showlegend": true, "mode": "markers", "name": "y14", "legendgroup": "y14", "z": [21.989336388365018], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [61], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [37], "showlegend": true, "mode": "markers", "name": "y15", "legendgroup": "y15", "z": [13.680940387061494], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [49], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [51], "showlegend": true, "mode": "markers", "name": "y16", "legendgroup": "y16", "z": [13.400940137129764], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [73], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [95], "showlegend": true, "mode": "markers", "name": "y17", "legendgroup": "y17", "z": [13.894206861249563], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [42], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [53], "showlegend": true, "mode": "markers", "name": "y18", "legendgroup": "y18", "z": [2.133935156646176], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [115], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [79], "showlegend": true, "mode": "markers", "name": "y19", "legendgroup": "y19", "z": [31.164733861816867], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [58], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [89], "showlegend": true, "mode": "markers", "name": "y20", "legendgroup": "y20", "z": [12.354721889627076], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [78], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [52], "showlegend": true, "mode": "markers", "name": "y21", "legendgroup": "y21", "z": [10.003395167842665], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [37], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [91], "showlegend": true, "mode": "markers", "name": "y22", "legendgroup": "y22", "z": [7.345366521725575], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [82], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [67], "showlegend": true, "mode": "markers", "name": "y23", "legendgroup": "y23", "z": [10.538656141281226], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [103], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [88], "showlegend": true, "mode": "markers", "name": "y24", "legendgroup": "y24", "z": [2.5876667154465736], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [113], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [79], "showlegend": true, "mode": "markers", "name": "y25", "legendgroup": "y25", "z": [25.995466473440267], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [72], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [41], "showlegend": true, "mode": "markers", "name": "y26", "legendgroup": "y26", "z": [8.443257378478362], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [71], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [85], "showlegend": true, "mode": "markers", "name": "y27", "legendgroup": "y27", "z": [7.14522479937102], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [94], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [78], "showlegend": true, "mode": "markers", "name": "y28", "legendgroup": "y28", "z": [11.775380377683588], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [93], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [53], "showlegend": true, "mode": "markers", "name": "y29", "legendgroup": "y29", "z": [11.331716720002436], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [40], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [117], "showlegend": true, "mode": "markers", "name": "y30", "legendgroup": "y30", "z": [0.10011441493035456], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [101], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [55], "showlegend": true, "mode": "markers", "name": "y31", "legendgroup": "y31", "z": [6.0021911515993684], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [117], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [44], "showlegend": true, "mode": "markers", "name": "y32", "legendgroup": "y32", "z": [-0.14004659593612345], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [84], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [109], "showlegend": true, "mode": "markers", "name": "y33", "legendgroup": "y33", "z": [9.208297628630515], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [75], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [52], "showlegend": true, "mode": "markers", "name": "y34", "legendgroup": "y34", "z": [17.403963808301977], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [59], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [36], "showlegend": true, "mode": "markers", "name": "y35", "legendgroup": "y35", "z": [1.6366165090622804], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [32], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [41], "showlegend": true, "mode": "markers", "name": "y36", "legendgroup": "y36", "z": [8.622083527257722], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [40], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [73], "showlegend": true, "mode": "markers", "name": "y37", "legendgroup": "y37", "z": [24.29002533686881], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [79], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [85], "showlegend": true, "mode": "markers", "name": "y38", "legendgroup": "y38", "z": [25.691805593377623], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [59], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [37], "showlegend": true, "mode": "markers", "name": "y39", "legendgroup": "y39", "z": [-1.3488611518530416], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [91], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [68], "showlegend": true, "mode": "markers", "name": "y40", "legendgroup": "y40", "z": [15.068083094460965], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [112], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [70], "showlegend": true, "mode": "markers", "name": "y41", "legendgroup": "y41", "z": [28.87603613527668], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [49], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [75], "showlegend": true, "mode": "markers", "name": "y42", "legendgroup": "y42", "z": [11.823149527116216], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [97], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [90], "showlegend": true, "mode": "markers", "name": "y43", "legendgroup": "y43", "z": [3.0958458017589603], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [109], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [118], "showlegend": true, "mode": "markers", "name": "y44", "legendgroup": "y44", "z": [13.884954248427984], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [73], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [104], "showlegend": true, "mode": "markers", "name": "y45", "legendgroup": "y45", "z": [8.837938649412767], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [45], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [56], "showlegend": true, "mode": "markers", "name": "y46", "legendgroup": "y46", "z": [17.276135568727433], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [72], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [83], "showlegend": true, "mode": "markers", "name": "y47", "legendgroup": "y47", "z": [22.573053244318167], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [42], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [96], "showlegend": true, "mode": "markers", "name": "y48", "legendgroup": "y48", "z": [-2.0299988739310173], "marker": {"symbol": "circle", "color": "rgba(255, 255, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 6}, "y": [99], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [44], "showlegend": true, "mode": "markers", "name": "y49", "legendgroup": "y49", "z": [-0.14004659593612345], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [84], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [37], "showlegend": true, "mode": "markers", "name": "y50", "legendgroup": "y50", "z": [-1.3488611518530416], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [91], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [41], "showlegend": true, "mode": "markers", "name": "y51", "legendgroup": "y51", "z": [8.443257378478362], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [71], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [51], "showlegend": true, "mode": "markers", "name": "y52", "legendgroup": "y52", "z": [13.400940137129764], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [73], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [56], "showlegend": true, "mode": "markers", "name": "y53", "legendgroup": "y53", "z": [17.276135568727433], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [72], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [52], "showlegend": true, "mode": "markers", "name": "y54", "legendgroup": "y54", "z": [17.403963808301977], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [59], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [49], "showlegend": true, "mode": "markers", "name": "y55", "legendgroup": "y55", "z": [16.2024046562868], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [55], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [37], "showlegend": true, "mode": "markers", "name": "y56", "legendgroup": "y56", "z": [13.680940387061494], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [49], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [34], "showlegend": true, "mode": "markers", "name": "y57", "legendgroup": "y57", "z": [14.478990617331002], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [66], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x2", "colorbar": {"y": 0.7528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.996719160104987}, "yaxis": "y2", "zaxis": "z2", "x": [70], "showlegend": true, "mode": "markers", "name": "y58", "legendgroup": "y58", "z": [28.87603613527668], "marker": {"symbol": "circle", "color": "rgba(255, 193, 37, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [49], "type": "scatter3d", "scene": "scene2"}, {"xaxis": "x3", "colorbar": {"y": 0.2528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.9967191601049868}, "yaxis": "y3", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344], "showlegend": true, "mode": "lines", "name": "потолок", "legendgroup": "потолок", "line": {"color": "rgba(0, 191, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33], "type": "scatter"}, {"xaxis": "x3", "colorbar": {"y": 0.2528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.9967191601049868}, "yaxis": "y3", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344], "showlegend": true, "mode": "lines", "name": "дрон", "legendgroup": "дрон", "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [17.93575600664868, 17.277618387726623, 15.543714932050936, 15.261542016408384, 15.261542016408384, 14.957956904552967, 13.738086028202028, 12.685157261901821, 12.685157261901821, 12.685157261901821, 12.080853754306546, 12.080853754306546, 13.736877380752913, 13.736877380752913, 8.629225093893265, 11.222784845756285, 11.222784845756285, 10.308814032509632, 9.600153389084007, 6.685638343532257, 9.471438492648247, 5.012819878996396, 7.355334508751058, 5.324278539916295, 7.376245165257712, 8.004439675945074, 8.004439675945074, 7.975928475183128, 6.529465622022217, 7.922386718777784, 7.922386718777784, 8.935655674122023, 9.166676761706498, 9.343809684565752, 10.634245673929701, 10.583842186278307, 10.583842186278307, 12.057032598225483, 12.892220785243218, 14.336080870214364, 14.336080870214364, 15.994882028030316, 16.400940137129766, 17.94865948839565, 18.190689263254008, 15.963460441418441, 14.364066782396756, 13.813444762197532, 10.002784879822384, 8.668145273252126, 3.941623033848151, 3.1334187623035437, 3.1334187623035437, 2.7164836962401715, 1.406404359824414, 3.939527625308301, 5.191378539372921, 8.004439675945074, 8.004439675945074, 9.932164657322906, 10.649266994194754, 11.88431963252996, 12.057032598225483, 13.357364905897292, 14.336080870214364, 15.994882028030316, 16.400940137129766, 17.94865948839565, 17.94865948839565, 20.459247665421966, 20.459247665421966, 22.073195099787835, 23.366211348326242, 23.366211348326242, 25.94681631829247, 25.94681631829247, 28.150572620084507, 28.150572620084507, 28.150572620084507, 27.819206689413463, 26.156835234030666, 23.262871908684097, 20.815991721268052, 17.74332648432317, 17.74332648432317, 17.74332648432317, 17.74332648432317, 12.969611925828245, 12.969611925828245, 12.969611925828245, 12.969611925828245, 12.969611925828245, 12.969611925828245, 15.86068364825476, 17.76330724713272, 20.035533658761043, 20.035533658761043, 24.64428261177439, 25.411264904470247, 26.533107766873755, 28.150572620084507, 29.482673920775348, 29.606061579810962, 30.07198356265537, 31.629028669161535, 31.360677947353427, 31.596930780133643, 30.5624896283501, 28.319915391216412, 26.153729985388225, 23.366211348326242, 22.94451901766505, 18.65821616365556, 18.533154524125962, 17.253722532500287, 17.253722532500287, 15.932831818544432, 15.932831818544432, 17.94865948839565, 17.94865948839565, 17.74332648432317, 17.74332648432317, 21.749686845168306, 24.094440646764365, 26.32114062290448, 27.53641250894782, 29.590946008636816, 30.07198356265537, 32.26655860737037, 33, 33, 33, 27.42687316656405, 24.52202417884196, 22.586324986771885, 20.322054742651428, 14.958418445619017, 17.699356358360017, 20.36037688842018, 22.787767670917063, 25.22277215899856, 25.305679188565563, 24.196390484292806, 18.78273381814364, 18.314091301832644, 17.478990617331, 13.359045816964262, 11.319295082167955, 17.502909531452556, 22.073195099787835, 25.411264904470247, 28.150572620084507, 29.590946008636816, 29.964118410709865, 30.62439305877527, 32.45172851063267, 33, 33, 33, 33, 33, 33, 33, 33, 26.977243840958646, 25.0895369856908, 25.0895369856908, 23.991081885350642, 22.969736891724523, 22.09635709430899, 19.02953017594443, 19.131487843268328, 17.01940178147231, 15.846853045134814, 15.846853045134814, 15.846853045134814, 15.627121293896213, 18.743278507832038, 22.073195099787835, 25.411264904470247, 26.533107766873755, 29.590946008636816, 30.62439305877527, 32.45172851063267, 33, 33, 33, 33, 33, 33, 33, 31.658216748176798, 27.44062856355999, 25.54086709640566, 25.027091883700116, 22.809566639336204, 21.26688645581087, 17.329209426194108, 17.329209426194108, 17.329209426194108, 17.329209426194108, 17.329209426194108, 19.83110112293772, 21.749686845168306, 23.810458623049392, 26.32114062290448, 29.590946008636816, 32.45172851063267, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 32.79327162662372, 32.79327162662372, 32.79327162662372, 32.79327162662372, 32.52577889887577, 32.52577889887577, 32.52577889887577, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 32.280939841327786, 33, 33, 32.74859667825494, 29.615368029094423, 29.615368029094423, 27.824367939484784, 27.824367939484784, 26.87618048765674, 22.830614799842294, 22.830614799842294, 22.62717196099612, 20.211846850576833, 21.61942923954284, 21.61942923954284, 20.380751266988224, 17.469847497265654, 17.469847497265654, 16.98238046898321, 16.3264478545422, 15.115796390799991, 11.272071774035686, 11.272071774035686, 11.272071774035686, 8.795983307099473, 10.31357673891727, 10.31357673891727, 8.256575042191994, 9.727209698258456, 7.314940835329885, 8.703210065034536, 8.874535482465639, 10.516514275460786, 10.116573236330096, 10.872633193992629, 11.780185680404038, 11.780185680404038, 14.018848013753212, 12.065694959193824, 12.065694959193824, 12.379672575484463, 13.767738684685376, 14.007453752946402, 14.016680792031602, 14.016680792031602, 14.598468321017048, 16.927523954149077, 15.90870383813627, 18.527263899314786, 17.863891617822798, 17.863891617822798, 18.365528923070805, 18.365528923070805, 18.86007977361825, 18.86007977361825, 18.86007977361825, 18.86007977361825, 18.383025733537522, 18.383025733537522, 18.383025733537522, 17.961070742547044, 17.961070742547044, 17.301132389527133, 17.162928768515634, 15.657429665391078, 17.961070742547044, 17.961070742547044, 15.81849832537557, 15.434559637672049, 15.434559637672049, 15.332142855581523, 14.444397846558363, 16.99084928668968, 14.603606585349532, 14.603606585349532, 14.093001586959232, 13.797477560689067, 13.53150593704592, 13.292131475767086, 13.076694460616135, 12.882801146980281, 12.70829716470801, 12.551243580662968, 12.40989535502243, 12.282681951945946, 12.16818988917711], "type": "scatter"}, {"xaxis": "x3", "colorbar": {"y": 0.2528935185185185, "title": {"text": ""}, "len": 0.45524387576552927, "x": 0.9967191601049868}, "yaxis": "y3", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344], "showlegend": true, "mode": "lines", "name": "рельеф", "legendgroup": "рельеф", "line": {"color": "rgba(128, 128, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [17.93575600664868, 14.277618387726623, 12.543714932050936, 12.261542016408384, 13.70029696750856, 11.957956904552967, 10.738086028202028, 9.685157261901821, 10.264705166415794, 11.834122540987732, 9.080853754306546, 10.351795025999257, 6.614652328007406, 10.736877380752913, 5.629225093893265, 5.062711441267682, 5.1767515716567365, 3.879734994302458, 6.6001533890840065, 3.685638343532257, 2.776248442217863, 2.012819878996396, 0.6839973416707821, 2.3242785399162953, -0.004895585718021067, 0.20709235785199986, -0.6178188145982517, -0.5833791068767447, -0.2524147280234583, -0.2524147280234583, -0.5898478185281952, 0.17132313573922175, -0.9521998243198304, 0.880981184384094, 0.880981184384094, -0.587774976473689, 1.9326411278211602, -1.4458888841339395, 1.138906055504215, 1.138906055504215, 1.7656203527906218, 0.4975293722811873, 4.141171213776689, 5.351527824738991, 6.611298046666343, 5.055844362432305, 5.392090218311967, 4.189037826429415, 2.075159156856004, 1.6179257069652717, 0.9416230338481508, 0.13341876230354366, 1.9778138751017185, -0.2835163037598285, -1.593595640175586, -5.208514810016418, -3.231763469646447, -3.2721485654877114, -4.290464456606809, -2.728954240865498, -0.5580390860432196, 0.9905626472460813, 2.6785601879698486, 1.138906055504215, 1.7656203527906218, 0.4975293722811873, 4.141171213776689, 4.141171213776689, 5.37218481509421, 4.854618950887765, 3.574360577820589, 7.6580443959063675, 7.6580443959063675, 10.644584777754059, 7.408673222017539, 8.712861423166697, 12.19217389014812, 12.19217389014812, 12.19217389014812, 14.235739155138212, 14.235739155138212, 14.235739155138212, 14.74332648432317, 14.74332648432317, 14.74332648432317, 14.948659488395649, 14.948659488395649, 9.969611925828245, 9.969611925828245, 9.969611925828245, 12.386803802087332, 12.386803802087332, 12.386803802087332, 7.757414836917593, 7.757414836917593, 7.757414836917593, 8.712861423166697, 8.712861423166697, 8.712861423166697, 8.658208563087019, 12.19217389014812, 12.323756207372266, 12.946692573272212, 15.213628905824173, 15.213628905824173, 17.276135568727433, 17.276135568727433, 15.841850282640813, 15.841850282640813, 17.16550582664015, 20.366211348326242, 16.756175417060916, 15.65821616365556, 15.53315452412596, 14.253722532500287, 14.253722532500287, 12.932831818544432, 12.932831818544432, 11.306293976393977, 14.948659488395649, 14.74332648432317, 14.74332648432317, 14.235739155138212, 14.235739155138212, 12.323756207372266, 12.946692573272212, 16.1080393834784, 15.213628905824173, 17.992057420657307, 21.020713514549893, 23.157321913774407, 21.66431363334035, 24.42687316656405, 21.52202417884196, 19.586324986771885, 17.322054742651428, 11.958418445619017, 11.524663856134502, 13.124103510127023, 14.194650515894843, 11.238719721988392, 16.48107321000054, 16.811325597879133, 15.782733818143639, 15.314091301832644, 14.478990617331002, 10.359045816964262, 8.319295082167955, 7.599690842286766, 7.9939117630456025, 7.687624613888136, 11.655514143609814, 15.14501071068327, 12.841942560362524, 13.500595949496464, 15.522664150897032, 21.64428261177439, 18.12029029141987, 23.32114062290448, 21.44109421425067, 23.223708784404064, 23.223708784404064, 23.621756162993538, 20.801749232963456, 23.977243840958646, 22.0895369856908, 22.225989211653804, 20.991081885350642, 19.969736891724523, 19.09635709430899, 16.02953017594443, 13.007096367410576, 14.019401781472311, 12.846853045134814, 14.37826406284222, 13.62638068434128, 12.627121293896213, 11.764271236333654, 10.618177232042449, 13.767730797221772, 14.191459816864775, 16.83110112293772, 13.635474511132536, 15.633094169129233, 15.538619232767239, 19.568054759647307, 23.19190144963481, 25.636223950875895, 28.519213550493024, 30.81073613435997, 30.111784702068544, 28.658216748176798, 24.44062856355999, 22.54086709640566, 22.027091883700116, 19.809566639336204, 18.26688645581087, 14.329209426194108, 14.623457350821397, 15.15998856031403, 14.365972783389772, 15.96836578452873, 12.846853045134814, 12.18655910306941, 13.241881803340515, 15.061974202767388, 18.170704130932194, 15.538619232767239, 16.998050601030563, 19.568054759647307, 17.821435166633687, 20.801749232963456, 23.977243840958646, 22.05252518123033, 24.942666306329514, 27.377335107110827, 24.315072033343863, 24.315072033343863, 23.34133645293493, 26.066182622705945, 27.281706578262586, 27.281706578262586, 29.150144023728117, 29.722136951168622, 31.186669695123445, 31.978499644110148, 32.60545783570248, 33.26225710833046, 33.862177969566375, 30.00962340927977, 30.144501534884554, 29.793271626623724, 29.793271626623724, 31.04383076169824, 29.901119411353104, 29.52577889887577, 30.847866687427434, 30.847866687427434, 30.847866687427434, 28.38001829579968, 32.402137660373256, 32.402137660373256, 28.618212468571926, 30.04184023628315, 30.04184023628315, 28.87603613527668, 29.52964082620224, 30.918226573440442, 31.25839505559062, 31.25839505559062, 33.862177969566375, 32.21161828555657, 32.49618066058363, 29.83321800613162, 29.83321800613162, 32.68285705892913, 32.34469157784379, 31.976607326651582, 29.280939841327786, 29.81022178218172, 30.51009141963423, 25.76324820762442, 26.615368029094423, 26.615368029094423, 24.824367939484784, 25.648517183327286, 23.87618048765674, 19.830614799842294, 21.995879674355102, 19.62717196099612, 17.211846850576833, 15.294087148952968, 18.61942923954284, 17.380751266988224, 14.469847497265656, 14.526961287966936, 13.982380468983209, 13.326447854542199, 12.115796390799991, 8.272071774035686, 8.841620117590228, 8.841620117590228, 5.795983307099472, 4.1913553845859965, 7.31357673891727, 1.7780208043467223, 1.7780208043467223, 4.314940835329885, 1.9392456612296431, 0.2934450367401311, 3.706726374690019, 3.7125633039978663, -0.3703270411392783, 1.3542385777717918, -0.03363228128090334, 3.1376747353445005, -0.446827426378384, -0.26958427670418494, 3.4518029419494916, 1.217210672172266, 3.9991639473594125, 3.3558553937529503, 5.398340732579085, 3.774758962189445, 3.774758962189445, 6.021960751177623, 3.6002387578233375, 3.20409304162618, 7.2823441262459685, 6.95771133437582, 8.473613343020926, 8.276737548326393, 6.098285907698681, 7.5678039170931735, 7.195387205165659, 7.195387205165659, 11.547168789878173, 11.412451777899193, 10.72993838728035, 11.291065949718236, 14.301132389527135, 14.162928768515636, 12.657429665391078, 11.764044627667472, 14.961070742547044, 12.81849832537557, 12.434559637672049, 12.434559637672049, 12.332142855581523, 11.444397846558363, 10.275080916328927, 11.603606585349532, 11.894158560576287, 11.093001586959232, 11.137761324257585, 11.137761324257585, 11.137761324257585, 11.137761324257585, 11.137761324257585, 11.137761324257585, 11.137761324257585, 11.137761324257585, 11.137761324257585, 11.137761324257585], "type": "scatter"}], "config": {"showlegend": true, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis3": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34], "range": [-6.380635593403902, 35.03429875295386], "domain": [0.02527158063575388, 0.4805154564012831], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-6", "-4", "-2", "0", "2", "4", "6", "8", "10", "12", "14", "16", "18", "20", "22", "24", "26", "28", "30", "32", "34"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x3", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Высота (м)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "height": 1200, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "xaxis3": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344], "range": [-9.29000000000002, 354.29], "domain": [0.03823454359871682, 0.9967191601049868], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y3", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Шаги, 1 шаг", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "scene2": {"camera": {"up": {"x": 0, "y": 0, "z": 1}, "center": {"x": 0, "y": 0, "z": 0}, "eye": {"x": -0.7857212840057393, "y": -1.2678788124961033, "z": 3.4078482372810623}, "projection": {"type": "perspective"}}, "xaxis2": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "titlefont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "visible": true, "ticks": "inside", "range": [5.069999999999993, 143.93], "tickmode": "array", "tickvals": [25, 50, 75, 100, 125], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["25", "50", "75", "100", "125"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "-", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": "X (м)", "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "zaxis2": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "titlefont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "visible": true, "ticks": "inside", "range": [-3.536388219874407, 34.06416664718081], "tickmode": "array", "tickvals": [0, 10, 20, 30], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["0", "10", "20", "30"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "-", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": "", "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "domain": {"y": [0.5252715806357539, 0.9805154564012831], "x": [0.5382345435987169, 0.996719160104987]}, "yaxis2": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "titlefont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "visible": true, "ticks": "inside", "range": [3.6999999999999957, 120.30000000000001], "tickmode": "array", "tickvals": [25, 50, 75, 100], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["25", "50", "75", "100"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "-", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": "Высота (м)", "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "aspectratio": {"x": 1.6384021374335742, "y": 1.3757575199823906, "z": 0.44364705071922544}, "aspectmode": "auto"}, "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Путь дрона", "xref": "paper", "x": 0.2674768518518519}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Путь дрона в 3D", "xref": "paper", "x": 0.7674768518518519}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.5, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Высота дрона и рельефа", "xref": "paper", "x": 0.5174768518518519}], "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 964.78125, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [25, 50, 75, 100, 125], "range": [5.069999999999993, 143.93], "domain": [0.03823454359871682, 0.49671916010498685], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["25", "50", "75", "100", "125"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "X (м)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [25, 50, 75, 100], "range": [3.6999999999999957, 120.30000000000001], "domain": [0.5252715806357539, 0.9805154564012831], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["25", "50", "75", "100"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Y (м)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}}}